Bug 13224 - [tree-ssa] compiler fails to compile newlib/glibc code
Summary: [tree-ssa] compiler fails to compile newlib/glibc code
Status: RESOLVED DUPLICATE of bug 11267
Alias: None
Product: gcc
Classification: Unclassified
Component: rtl-optimization (show other bugs)
Version: tree-ssa
: P2 critical
Target Milestone: tree-ssa
Assignee: Not yet assigned to anyone
URL:
Keywords: ice-on-valid-code
Depends on:
Blocks:
 
Reported: 2003-11-28 20:35 UTC by Brian Booth
Modified: 2005-07-23 22:49 UTC (History)
1 user (show)

See Also:
Host: i686-pc-linux-gnu
Target: i686-pc-linux-gnu
Build: i686-pc-linux-gnu
Known to work:
Known to fail:
Last reconfirmed:


Attachments
associated .i file (18.33 KB, text/plain)
2003-11-28 20:36 UTC, Brian Booth
Details
debugger output (1.43 KB, text/plain)
2003-11-28 20:36 UTC, Brian Booth
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Booth 2003-11-28 20:35:52 UTC
Version:
    GNU C version 3.5-tree-ssa 20031128 (merged 20031123)

GCC Configure Options:
    --prefix=/notnfs/bbooth/tree-ssa/i686/inst
    --srcdir=/notnfs/bbooth/tree-ssa/gcc
    --disable-multilib

Command line and Compiler output:

/notnfs/bbooth/tree-ssa/i686/inst/libexec/gcc/i686-pc-linux-gnu/3.5-tree-ssa/cc1
-fpreprocessed dl-deps.i -quiet -dumpbase dl-deps.c -mtune=pentiumpro -auxbase
dl-deps -O2 -O2 -O2 -Wall -version -fPIC -fno-builtin -ftime-report
-ftime-report -fPIC -o dl-deps.s
GNU C version 3.5-tree-ssa 20031128 (merged 20031123) (i686-pc-linux-gnu)
        compiled by GNU C version 3.5-tree-ssa 20031128 (merged 20031123).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
/notnfs/bbooth/tree-ssa/NEWLIB/src/newlib/libc/sys/linux/dl/dl-deps.c: In
function `_dl_map_object_deps':

/notnfs/bbooth/tree-ssa/NEWLIB/src/newlib/libc/sys/linux/dl/dl-deps.c:131:
internal compiler error: in find_function_data, at function.c:313
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

=========================

.i file to come.
Comment 1 Brian Booth 2003-11-28 20:36:17 UTC
Created attachment 5226 [details]
associated .i file
Comment 2 Brian Booth 2003-11-28 20:36:46 UTC
Created attachment 5227 [details]
debugger output
Comment 3 Andrew Pinski 2003-11-28 20:39:35 UTC
Looks like functions inside functions causing this one.
Comment 4 Andrew Pinski 2003-11-28 20:55:06 UTC
This is a dup of bug 11267.

*** This bug has been marked as a duplicate of 11267 ***