From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 493 invoked by alias); 29 Nov 2005 20:37:12 -0000 Received: (qmail 486 invoked by uid 48); 29 Nov 2005 20:37:10 -0000 Date: Tue, 29 Nov 2005 20:37:00 -0000 Subject: [Bug c/25161] New: Internal compiler error (segfault) instead of error message X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "gccbug at zevv dot nl" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2005-11/txt/msg03997.txt.bz2 List-Id: GCC version : 4.0.2 Complete C file : int a; char buf[(int)&a]; command line : gcc-4.0 -c file.c Error message : t.c:3: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. For Debian GNU/Linux specific bug reporting instructions, see . This (Faulty) code gives normal errors with gcc-2.95 and gcc-3.2.3 -- Summary: Internal compiler error (segfault) instead of error message Product: gcc Version: 4.0.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gccbug at zevv dot nl GCC build triplet: i486-linux-gnu GCC host triplet: i486-linux-gnu GCC target triplet: i486-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25161