This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
c/602: -Wlarger-than-x broken
- To: gcc-gnats at gcc dot gnu dot org
- Subject: c/602: -Wlarger-than-x broken
- From: Andreas Schwab <schwab at suse dot de>
- Date: Wed, 4 Oct 2000 17:59:17 +0200
- Resent-Cc: gcc-prs at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org
- Resent-Reply-To: gcc-gnats@gcc.gnu.org, Andreas Schwab <schwab@suse.de>
>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: