void test(void)
{
        __label__ test;
        goto test;
test:
        return;
}

->      br.call.sptk.many b0 = __ia64_save_stack_nonlocal#

-- 
           Summary: ia64 gcc (cross compiler at least) generates call to
                    __ia64_save_stack_nonlocal when __label__ is used
           Product: gcc
           Version: 3.3.6
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: herbert at 13thfloor dot at
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: ia64-linux


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

Reply via email to