[Bug tree-optimization/60174] [4.9 regression] ICE on ACATS cc3305a

2014-02-18 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60174 Eric Botcazou changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|ebotcazou at

[Bug tree-optimization/60174] [4.9 regression] ICE on ACATS cc3305a

2014-02-18 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60174 --- Comment #23 from Eric Botcazou --- Author: ebotcazou Date: Tue Feb 18 23:15:27 2014 New Revision: 207859 URL: http://gcc.gnu.org/viewcvs?rev=207859&root=gcc&view=rev Log: PR tree-optimization/60174 * tree-ssa-reassoc.c (init_range_ent

[Bug tree-optimization/60174] [4.9 regression] ICE on ACATS cc3305a

2014-02-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60174 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #22

[Bug tree-optimization/60174] [4.9 regression] ICE on ACATS cc3305a

2014-02-18 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60174 --- Comment #21 from Eric Botcazou --- It's reassociation, namely optimize_range_tests, doing SSA_NAME propagation when building ranges in init_range_entry. The immediate fix is: Index: tree-ssa-reassoc.c

[Bug tree-optimization/60174] [4.9 regression] ICE on ACATS cc3305a

2014-02-18 Thread charlet at adacore dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60174 --- Comment #20 from charlet at adacore dot com --- > Same result (system.ads and rep*.adb were in gcc/, but even moving them > to $builddir and using -I. doesn't work). Same result == testcase passes. > > Maybe I have to rebuild gnat1 using tha

Re: [Bug tree-optimization/60174] [4.9 regression] ICE on ACATS cc3305a

2014-02-18 Thread Arnaud Charlet
> Same result (system.ads and rep*.adb were in gcc/, but even moving them > to $builddir and using -I. doesn't work). Same result == testcase passes. > > Maybe I have to rebuild gnat1 using that modified system.ads? Even No, you don't need to do that, gnat1 reads system.ads at run time. Assumi

[Bug tree-optimization/60174] [4.9 regression] ICE on ACATS cc3305a

2014-02-18 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60174 --- Comment #19 from Richard Biener --- (In reply to char...@adacore.com from comment #18) > > > ./gcc/xgcc -Bgcc -S cc3305a.adb -O2 -I gcc/ > > cc3305a.adb:74:11: run-time library configuration error > > cc3305a.adb:74:11: file s-soflin.ads not

[Bug tree-optimization/60174] [4.9 regression] ICE on ACATS cc3305a

2014-02-18 Thread charlet at adacore dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60174 --- Comment #18 from charlet at adacore dot com --- > > ./gcc/xgcc -Bgcc -S cc3305a.adb -O2 -I gcc/ > cc3305a.adb:74:11: run-time library configuration error > cc3305a.adb:74:11: file s-soflin.ads not found > cc3305a.adb:74:11: entity "System.Sof

Re: [Bug tree-optimization/60174] [4.9 regression] ICE on ACATS cc3305a

2014-02-18 Thread Arnaud Charlet
> > ./gcc/xgcc -Bgcc -S cc3305a.adb -O2 -I gcc/ > cc3305a.adb:74:11: run-time library configuration error > cc3305a.adb:74:11: file s-soflin.ads not found > cc3305a.adb:74:11: entity "System.Soft_Links.Abort_Undefer" not > available > compilation abandoned > > at which point I need to add -I gcc/

[Bug tree-optimization/60174] [4.9 regression] ICE on ACATS cc3305a

2014-02-18 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60174 --- Comment #17 from Richard Biener --- (In reply to Eric Botcazou from comment #14) > > Unfortunately that's always telling me > > > > error: "gnat1drv.adb" must be recompiled ("system.ads" has been modified) > > error: "s-stalib.adb" must be re

[Bug tree-optimization/60174] [4.9 regression] ICE on ACATS cc3305a

2014-02-18 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60174 Eric Botcazou changed: What|Removed |Added Attachment #32122|0 |1 is obsolete|

[Bug tree-optimization/60174] [4.9 regression] ICE on ACATS cc3305a

2014-02-18 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60174 Eric Botcazou changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug tree-optimization/60174] [4.9 regression] ICE on ACATS cc3305a

2014-02-18 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60174 --- Comment #14 from Eric Botcazou --- > Unfortunately that's always telling me > > error: "gnat1drv.adb" must be recompiled ("system.ads" has been modified) > error: "s-stalib.adb" must be recompiled ("system.ads" has been modified) > error: "a-

[Bug tree-optimization/60174] [4.9 regression] ICE on ACATS cc3305a

2014-02-18 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60174 --- Comment #13 from Bernd Edlinger --- you can also build a cross-gcc/gnat for this spec. all you need for it, are the system root files, but I can give them to you.

[Bug tree-optimization/60174] [4.9 regression] ICE on ACATS cc3305a

2014-02-18 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60174 --- Comment #12 from Richard Biener --- (In reply to Eric Botcazou from comment #11) > Reproducible on x86{-64}/Linux with the following procedure: > > - copy $srcdir/gcc/testsuite/ada/acats/support/repbody.ada to $buildir > - gnatchop repbody.

[Bug tree-optimization/60174] [4.9 regression] ICE on ACATS cc3305a

2014-02-13 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60174 --- Comment #11 from Eric Botcazou --- Reproducible on x86{-64}/Linux with the following procedure: - copy $srcdir/gcc/testsuite/ada/acats/support/repbody.ada to $buildir - gnatchop repbody.ada - copy $srcdir/gcc/testsuite/ada/acats/support/re

[Bug tree-optimization/60174] [4.9 regression] ICE on ACATS cc3305a

2014-02-13 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60174 --- Comment #10 from Jeffrey A. Law --- That was my thought as well. I've got some unexpected family stuff to deal with over the next couple days, but I don't see any reason why this can't be nailed down early next week.

[Bug tree-optimization/60174] [4.9 regression] ICE on ACATS cc3305a

2014-02-13 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60174 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|