Bug 466198 - Internal compiler error
Summary: Internal compiler error
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: gcc
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-10-09 02:00 UTC by Bruno Wolff III
Modified: 2008-10-10 06:31 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-10-10 06:31:18 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Output gcc indicated would be useful (1.62 MB, application/octet-stream)
2008-10-09 02:00 UTC, Bruno Wolff III
no flags Details
Output from a different compile (850.45 KB, application/octet-stream)
2008-10-09 02:10 UTC, Bruno Wolff III
no flags Details

Description Bruno Wolff III 2008-10-09 02:00:40 UTC
Created attachment 319820 [details]
Output gcc indicated would be useful

Description of problem:
gcc died with an internal compiler error and suggested sending in a bug report.

Version-Release number of selected component (if applicable):
gcc-4.3.2-5.i386

How reproducible:
Unknown

Steps to Reproduce:
1.
2.
3.
  
Actual results:
	g++ -DHAVE_CONFIG_H -I. -I..   -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include     -DHAVE_REVISION -I../intl -I../intl -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DWESNOTH_PATH=\"/home/wesnoth/wesnoth-1.5/share/wesnoth\" -DLOCALEDIR=\"translations\" -DHAS_RELATIVE_LOCALEDIR=1 -DFIFODIR=\"/home/wesnoth/wesnoth-1.5/var/run/wesnothd\" -DWESNOTH_PREFIX=\"/home/wesnoth/wesnoth-1.5\" -DHAVE_PYTHON -I/usr/include/python2.5  -O2 -W -Wall -ansi -g -DDEBUG -Werror -Wno-unused -Wno-sign-compare -D_X11   -DPREFERENCES_DIR=\".wesnoth-1.5\"  -I/usr/include -MT serialization/preprocessor.o -MD -MP -MF $depbase.Tpo -c -o serialization/preprocessor.o serialization/preprocessor.cpp &&\
	mv -f $depbase.Tpo $depbase.Po
serialization/preprocessor.cpp: In member function ‘void preprocessor_data::skip_spaces()’:
serialization/preprocessor.cpp:513: internal compiler error: in change_scope, at cfglayout.c:419
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugzilla.redhat.com/bugzilla> for instructions.
Preprocessed source stored into /tmp/ccqR0Le9.out file, please attach this to your bugreport.
make[2]: *** [serialization/preprocessor.o] Error 1
make[2]: Leaving directory `/home/bruno/wesnoth-1.5/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/bruno/wesnoth-1.5'
make: *** [all] Error 2

Expected results:


Additional info:

Comment 1 Bruno Wolff III 2008-10-09 02:10:20 UTC
Created attachment 319821 [details]
Output from a different compile

I got a similar problem when building both 1.4 and 1.5 svn versions of Wesnoth.

Comment 2 Bruno Wolff III 2008-10-10 06:31:18 UTC
With gcc-4.3.2-6.i386 things are looking OK again, so I am going to close this bug.


Note You need to log in before you can comment on or make changes to this bug.