This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

c/4294: ICE for bad empty attribute



>Number:         4294
>Category:       c
>Synopsis:       ICE for bad empty attribute
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-illegal-code
>Submitter-Id:   net
>Arrival-Date:   Mon Sep 10 23:36:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     tori@ringstrom.mine.nu
>Release:        gcc-3.0
>Organization:
>Environment:
i686-pc-linux-gnu
>Description:
~> cat bug.c
void __attribute__(()) foo();
~> /usr/local/gcc-3.0/bin/gcc -c bug.c
bug.c:1: Internal error: Segmentation fault
>How-To-Repeat:
Try to compile:
void __attribute__(()) foo();
>Fix:

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]