This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/31037] [4.3 Regression] ICE: verify_ssa failed - definition in block 23 does not dominate use in block 32
- From: "jakub at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Nov 2007 08:47:24 -0000
- Subject: [Bug tree-optimization/31037] [4.3 Regression] ICE: verify_ssa failed - definition in block 23 does not dominate use in block 32
- References: <bug-31037-12387@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #12 from jakub at gcc dot gnu dot org 2007-11-02 08:47 -------
Can't reproduce this with current trunk on x86_64-linux.
With all the gathered unreduced and reduced C++ testcases:
for k in "-m64 -m32"; do for j in "-O1" "-O1 -fno-exceptions" "-O1
-fno-exceptions -fcheck-new" "-O1 -fexceptions" -O3 -O0; do for i in
/tmp/pr31037-[1234567].C; do ./cc1plus -quiet $k $j $i; echo -n "$? "; done;
done; done
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0
for k in "-m64 -m32"; do for j in "-O1" "-O2" "-O1 -fno-exceptions" "-O1
-fexceptions" -O3 -O0; do for i intmp/pr31037-8.c; do ./cc1 -quiet -w $k $j $i;
echo -n "$? "; done; done; done
0 0 0 0 0 0
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31037