Bug 15168 - Internal compiler error
Summary: Internal compiler error
Status: RESOLVED DUPLICATE of bug 16267
Alias: None
Product: gcc
Classification: Unclassified
Component: rtl-optimization (show other bugs)
Version: 3.4.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-27 13:38 UTC by peter.hanzel@phanzel.pxpgroup.com
Modified: 2005-07-23 22:49 UTC (History)
1 user (show)

See Also:
Host: i686-pc-cygwin
Target: arm-ecos-elf
Build: i686-pc-cygwin
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description peter.hanzel@phanzel.pxpgroup.com 2004-04-27 13:38:59 UTC
	Make fails when gcc as crosscompiler tries to comple ecos kernel (thread.cxx). Message: internal compiler error: in do_output_reload, at reload1.c:6895

Environment:
System: CYGWIN_NT-5.0 tereza 1.5.9(0.112/4/2) 2004-03-18 23:05 i686 unknown unknown Cygwin


	
host: i686-pc-cygwin
build: i686-pc-cygwin
target: arm-ecos-elf
configured with: --prefix=/opt/arm-ecos --target=arm-ecos-elf --program-prefix="arm-ecos-" -nfp -with-newlib --enable-languages=c,c++ --disable-libstdcxx_v3

How-To-Repeat:
	Run make build on ecos. arm-ecos-gcc -c  -I/ecos-d/cygwin/opt/ecos-2.0/nokia_install/include -I/ecos-d/c
ygwin/opt/ecos-2.0/packages/kernel/v2_0 -I/ecos-d/cygwin/opt/ecos-2.0/packages/k
ernel/v2_0/src -I/ecos-d/cygwin/opt/ecos-2.0/packages/kernel/v2_0/tests -I. -I/e
cos-d/cygwin/opt/ecos-2.0/packages/kernel/v2_0/src/common/ -mcpu=arm7tdmi -mthum
b-interwork -mbig-endian -mthumb -Wall -Wpointer-arith -Wstrict-prototypes -Winl
ine -Wundef -Woverloaded-virtual -g -Os -ffunction-sections -fdata-sections -fno
-rtti -fno-exceptions -fvtable-gc -v -save-temps -Wp,-MD,src/common/thread.tmp -
o src/common/kernel_thread.o /ecos-d/cygwin/opt/ecos-2.0/packages/kernel/v2_0/sr
c/common/thread.cxx
Preprocessor files attached
Comment 1 Richard Earnshaw 2004-04-27 14:17:46 UTC
Waiting for preprocessed files...
Comment 2 Andrew Pinski 2004-06-29 14:39:32 UTC
This is a dup of bug 16267 which has the preprocessed source.

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