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/602: -Wlarger-than-x broken



>Number:         602
>Category:       c
>Synopsis:       -Wlarger-than-x broken
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Wed Oct 04 09:06:02 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        2.96
>Organization:
>Environment:
System: Linux hawking 2.2.16 #1 Wed Aug 2 20:22:26 GMT 2000 i686 unknown
Architecture: i686

	
host: i686-pc-linux-gnu
build: i686-pc-linux-gnu
target: i686-pc-linux-gnu
>Description:
	-Wlarger-than-x causes gcc to crash on void return type.
>How-To-Repeat:
$ cat larger.c
static void foo (void) {}
$ gcc -Wlarger-than-32768 larger.c -S
larger.c: In function `foo':
larger.c:1: Internal error: Segmentation fault.
   Please submit a full bug report.
   See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.

>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]