[Bug middle-end/45172] [4.6 Regression] internal compiler error: verify_flow_info failed

2010-11-15 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45172 --- Comment #6 from Richard Guenther 2010-11-15 13:18:50 UTC --- We indeed have before ehcleanup: # BLOCK 26 # PRED: 24 (false,exec) 25 (true,exec) dbcsr_checksum (&product_matrix, &error); # SUCC: 31 (eh,exec) 27 (fallthru,exec) # BL

[Bug middle-end/45172] [4.6 Regression] internal compiler error: verify_flow_info failed

2010-11-15 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45172 --- Comment #7 from Richard Guenther 2010-11-15 13:59:50 UTC --- Index: gcc/cfghooks.c === --- gcc/cfghooks.c (revision 166751) +++ gcc/cfghooks.c (working copy) @@ -156,9

[Bug middle-end/45172] [4.6 Regression] internal compiler error: verify_flow_info failed

2010-11-15 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45172 Richard Guenther changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned

[Bug middle-end/45172] [4.6 Regression] internal compiler error: verify_flow_info failed

2010-11-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45172 Richard Guenther changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug middle-end/45172] [4.6 Regression] internal compiler error: verify_flow_info failed

2010-11-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45172 --- Comment #9 from Richard Guenther 2010-11-16 11:42:53 UTC --- Author: rguenth Date: Tue Nov 16 11:42:50 2010 New Revision: 166794 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166794 Log: 2010-11-16 Richard Guenther PR middle-

[Bug middle-end/45172] [4.6 Regression] internal compiler error: verify_flow_info failed

2010-08-03 Thread dominiq at lps dot ens dot fr
--- Comment #1 from dominiq at lps dot ens dot fr 2010-08-03 15:27 --- Confirmed, trunk r162490 works. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45172

[Bug middle-end/45172] [4.6 Regression] internal compiler error: verify_flow_info failed

2010-08-03 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2010-08-03 15:47 --- Confirmed. Triggered by ehcleanup. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/45172] [4.6 Regression] internal compiler error: verify_flow_info failed

2010-08-03 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2010-08-03 15:49 --- # finally_tmp.15_17 = PHI <1(28), 0(24), 0(22), 0(28), 0(26)> two times incoming edge from block 28, once with value 1 once with 0. oops. : _gfortran_runtime_error_at (&"At line 6 of file t.f90"[1]{lb: 1 sz: 1

[Bug middle-end/45172] [4.6 Regression] internal compiler error: verify_flow_info failed

2010-08-19 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2010-08-19 13:56 --- Well, the edge from the block ending with _gfortran_runtime_error_at is an EH edge, not normal edge. Not sure what exactly Fortran needs -fexceptions for currently, one reason could be pthread_cancel, but at least wit

[Bug middle-end/45172] [4.6 Regression] internal compiler error: verify_flow_info failed

2010-08-19 Thread jv244 at cam dot ac dot uk
--- Comment #5 from jv244 at cam dot ac dot uk 2010-08-19 14:24 --- (In reply to comment #4) > Not sure what exactly Fortran needs -fexceptions for currently, one reason > could be pthread_cancel, but at least with OpenMP pthread_cancel isn't going > to > do very nice things anyway. W

[Bug middle-end/45172] [4.6 Regression] internal compiler error: verify_flow_info failed

2010-09-02 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45172