[Bug rtl-optimization/29879] [4.3 Regression] ICE: verify_flow_info: loop_father but no loops

2006-11-19 Thread dominiq at lps dot ens dot fr
--- Comment #13 from dominiq at lps dot ens dot fr 2006-11-19 22:11 --- Applied to snapshot 4.3-20061118 on OSX 10.3, seems ok for me too, thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29879

[Bug rtl-optimization/29879] [4.3 Regression] ICE: verify_flow_info: loop_father but no loops

2006-11-19 Thread rakdver at gcc dot gnu dot org
--- Comment #12 from rakdver at gcc dot gnu dot org 2006-11-19 21:10 --- (In reply to comment #9) > Created an attachment (id=12643) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12643&action=view) [edit] > New patch, the old one could cause a seg fault also during bootstrap > >

[Bug rtl-optimization/29879] [4.3 Regression] ICE: verify_flow_info: loop_father but no loops

2006-11-19 Thread bonzini at gnu dot org
--- Comment #11 from bonzini at gnu dot org 2006-11-19 15:52 --- thanks, this patch seems ok. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29879

[Bug rtl-optimization/29879] [4.3 Regression] ICE: verify_flow_info: loop_father but no loops

2006-11-19 Thread belyshev at depni dot sinp dot msu dot ru
--- Comment #10 from belyshev at depni dot sinp dot msu dot ru 2006-11-19 13:41 --- *** Bug 29895 has been marked as a duplicate of this bug. *** -- belyshev at depni dot sinp dot msu dot ru changed: What|Removed |Added ---

[Bug rtl-optimization/29879] [4.3 Regression] ICE: verify_flow_info: loop_father but no loops

2006-11-18 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2006-11-19 02:59 --- Created an attachment (id=12643) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12643&action=view) New patch, the old one could cause a seg fault also during bootstrap I forgot when I changed loops to current_l

[Bug rtl-optimization/29879] [4.3 Regression] ICE: verify_flow_info: loop_father but no loops

2006-11-18 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2006-11-19 02:52 --- Created an attachment (id=12642) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12642&action=view) Patch which should fix it This patch fixes it as far as I can tell. -- http://gcc.gnu.org/bugzilla/show_bu

[Bug rtl-optimization/29879] [4.3 Regression] ICE: verify_flow_info: loop_father but no loops

2006-11-18 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-11-19 02:46 --- I am testing a patch for this. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/29879] [4.3 Regression] ICE: verify_flow_info: loop_father but no loops

2006-11-18 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-11-19 02:43 --- The problem is fwprop calls flow_loops_find directly and flow_loops_free direclty which no other pass does so this is valid ICE after all. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29879

[Bug rtl-optimization/29879] [4.3 Regression] ICE: verify_flow_info: loop_father but no loops

2006-11-18 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-11-19 02:25 --- current_loops is not being set for RTL optimizers. Why? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29879

[Bug rtl-optimization/29879] [4.3 Regression] ICE: verify_flow_info: loop_father but no loops

2006-11-18 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-11-19 02:11 --- A very reduced testcase: int main () { return 0; } -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29879

[Bug rtl-optimization/29879] [4.3 Regression] ICE: verify_flow_info: loop_father but no loops

2006-11-18 Thread danglin at gcc dot gnu dot org
--- Comment #3 from danglin at gcc dot gnu dot org 2006-11-18 18:32 --- This breaks bootstrap on hppa-unknown-linux-gnu: /home/dave/gnu/gcc-4.3/objdir/./gcc/xgcc -B/home/dave/gnu/gcc-4.3/objdir/./gcc/ -B/home/dave/opt/gnu/gcc/gcc-4.3.0/hppa-linux/bin/ -B/home/dave/opt/gnu/gcc/gcc- 4.3.0

[Bug rtl-optimization/29879] [4.3 Regression] ICE: verify_flow_info: loop_father but no loops

2006-11-17 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Summary|[Regression] ICE: |[4.3 Regression] ICE: |verify_flow_info: