From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31076 invoked by alias); 14 Jun 2005 13:08:14 -0000 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 Received: (qmail 30782 invoked by uid 48); 14 Jun 2005 13:08:03 -0000 Date: Tue, 14 Jun 2005 13:08:00 -0000 From: "gevans at informatics dot bangor dot ac dot uk" To: gcc-bugs@gcc.gnu.org Message-ID: <20050614130757.22061.gevans@informatics.bangor.ac.uk> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c/22061] New: internal compiler error: in find_function_data, at function.c:317 X-Bugzilla-Reason: CC X-SW-Source: 2005-06/txt/msg01890.txt.bz2 List-Id: The piece of code attached compiles correctly if the returnZero function is removed or commented out; however the code does not compile on this machine "as is". OUTPUT: gcc -v -save-temps fsabug.c -o fsabug -O4 Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.4.2 [FreeBSD] 20040728 /usr/libexec/cc1 -E -quiet -v -D_LONGLONG fsabug.c -O4 -o fsabug.i ignoring duplicate directory "/usr/include" #include "..." search starts here: #include <...> search starts here: /usr/include End of search list. /usr/libexec/cc1 -fpreprocessed fsabug.i -quiet -dumpbase fsabug.c -auxbase fsabug -O4 -version -o fsabug.s GNU C version 3.4.2 [FreeBSD] 20040728 (i386-fbsdproj-freebsd) compiled by GNU C version 3.4.2 [FreeBSD] 20040728. GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096 fsabug.c: In function `fillTable': fsabug.c:22: internal compiler error: in find_function_data, at function.c:317 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. -- Summary: internal compiler error: in find_function_data, at function.c:317 Product: gcc Version: 3.4.2 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gevans at informatics dot bangor dot ac dot uk CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22061