------- Comment #5 from reichelt at gcc dot gnu dot org  2006-07-27 13:00 
-------
Here's a reduced testcase without nested functions:

====================================
void* jmpbuf[6];

void foo()
{
    __builtin_setjmp (jmpbuf);
}

int main()
{
    return 0;
}
====================================


-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
           Keywords|                            |monitored
            Summary|[4.0/4.1/4.2 Regression]    |[4.0/4.1/4.2 Regression]
                   |Missing label in a nested   |Missing label with
                   |function with               |builtin_setjmp/longjmp
                   |builtin_setjmp/longjmp      |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26983

Reply via email to