This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/17724] [4.0 Regression] wrong dominator (eh/fold all builtins) related
- From: "micis at gmx dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Sep 2004 19:18:14 -0000
- Subject: [Bug tree-optimization/17724] [4.0 Regression] wrong dominator (eh/fold all builtins) related
- References: <20040929133946.17724.pinskia@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From micis at gmx dot de 2004-09-29 19:18 -------
This ICE is caused by the patch to fix http://gcc.gnu.org/bugzilla/show_bug.cgi?
id=17697
If you build a gcc without this patch you get:
src.ii: In function `int main(int, char**)':
scr.ii:7: error: Statement marked for throw, but doesn't.
D.1829_4 = D.1844_32;
src.ii:7: internal compiler error: verify_stmts failed.
Please submit a full bug report, with preprocessed source if appropriate.
With that patch you get:
src.ii: In function `int main(int, char**)':
src.ii:7: error: dominator of 4 should be 2, not 0
src.ii:7: internal compiler error: in verify_dominators, at dominance.c:860
Please submit a full bug report, with preprocessed source if appropriate.
Michael Cieslinski
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17724