bugTiny C Compiler - Bugs: bug #46864, Comma operator causes "error:...

 
 

bug #46864: Comma operator causes "error: internal compiler error: vstack leak (1)"

Submitter:  Vlad Frolov <frol>
Submitted:  Sun 10 Jan 2016 04:26:39 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 02 May 2016 09:35:28 AM UTC, comment #2: 

It seems that this bug is indeed fixed. Close it, please.

Vlad Frolov <frol>
Mon 02 May 2016 09:13:58 AM UTC, comment #1: 

No problem with current [mob] on Linux x86

Sergey Korshunoff <seyko>
Sun 10 Jan 2016 04:26:39 AM UTC, original submission:  

The error is raised in the latest mob branch. The released TCC 0.9.26 works just fine.

Minimal example:

```C
int main()
{
    int i = 0;
    ++i, ++i;
}
```

```
$ tcc -run minimal_example.c
minimal_example.c:6: error: internal compiler error: vstack leak (1)
```

Vlad Frolov <frol>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by seyko (Posted a comment)
  • -email is unavailable- added by frol (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-cf05.
    Corresponding source code