c/471: ICE in gen_label_die, at dwarf2out.c:8853

David.Billinghurst@riotinto.com David.Billinghurst@riotinto.com
Mon Aug 14 17:56:00 GMT 2000


>Number:         471
>Category:       c
>Synopsis:       ICE in gen_label_die, at dwarf2out.c:8853
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Mon Aug 14 17:56:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Soeren Sandmann
>Release:        gcc-2.95.2 and gcc-2.96 20000807
>Organization:
>Environment:
mips-sgi-irix6.5
>Description:
ICE when compiled with -g

gccbug.c: In function `main':
gccbug.c:6: label `nowhere' used but not defined
gccbug.c:7: Internal compiler error in `gen_label_die', at dwarf2out.c:8726


# 1 "gccbug.c"
int main ()
{
    if (1)
        ;
    else
        goto nowhere;
}

>How-To-Repeat:
gcc -v -g bug.i
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the Gcc-prs mailing list