This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/34085] ICE with -freorder-blocks-and-partition
- From: "eres at il dot ibm dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Nov 2007 07:32:00 -0000
- Subject: [Bug rtl-optimization/34085] ICE with -freorder-blocks-and-partition
- References: <bug-34085-13229@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #17 from eres at il dot ibm dot com 2007-11-18 07:32 -------
I reproduced the ICE on x86_64-linux running tmp.c testcase with r130196.
(please make sure you are running tmp.c testcase and not test.c testcase that
was uploaded by mistake).
GCC configured with:
../gcc/configure --prefix=/home/eres/test_sms/build --enable-checking
--enable-bootstrap
here is again the sequence I used for running:
/home/eres/test_sms/build/gcc/xgcc -B/home/eres/test_sms/build/gcc/ tmp.c
-fprofile-generate -O3
./a.out
/home/eres/test_sms/build/gcc/xgcc -B/home/eres/test_sms/build/gcc/ tmp.c
-fprofile-use -freorder-blocks-and-partition -O3
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34085