This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/17724] [4.0 Regression] wrong dominator (eh/fold all builtins) related


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]