[Bug ada/26348] [4.2 Regression] ICE compiling a-textio.adb at -O1 -ftree-vrp

2006-03-04 Thread pinskia at gcc dot gnu dot org
--- Comment #17 from pinskia at gcc dot gnu dot org 2006-03-04 18:30 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug ada/26348] [4.2 Regression] ICE compiling a-textio.adb at -O1 -ftree-vrp

2006-02-28 Thread law at redhat dot com
--- Comment #11 from law at redhat dot com 2006-02-28 16:53 --- Subject: Re: [4.2 Regression] ICE compiling a-textio.adb at -O1 -ftree-vrp On Sun, 2006-02-19 at 00:16 +, law at redhat dot com wrote: --- Comment #8 from law at redhat dot com 2006-02-19 00:16 ---

[Bug ada/26348] [4.2 Regression] ICE compiling a-textio.adb at -O1 -ftree-vrp

2006-02-28 Thread rguenth at gcc dot gnu dot org
--- Comment #13 from rguenth at gcc dot gnu dot org 2006-02-28 17:21 --- The following --- Only the edge from block #14 is executable, so the result of the PHI will be equivalent to the current range for last_15. The range we record is [0, 0x7fff]. We then proceed to the

[Bug ada/26348] [4.2 Regression] ICE compiling a-textio.adb at -O1 -ftree-vrp

2006-02-28 Thread law at redhat dot com
--- Comment #14 from law at redhat dot com 2006-02-28 17:29 --- Subject: Re: [4.2 Regression] ICE compiling a-textio.adb at -O1 -ftree-vrp On Tue, 2006-02-28 at 17:21 +, rguenth at gcc dot gnu dot org wrote: sounds odd - adding 1 to the range [0, 0x7fff] for a type

[Bug ada/26348] [4.2 Regression] ICE compiling a-textio.adb at -O1 -ftree-vrp

2006-02-28 Thread ebotcazou at gcc dot gnu dot org
--- Comment #15 from ebotcazou at gcc dot gnu dot org 2006-02-28 17:29 --- There's still some problems in the acats testsuite that I suspect are related to the VRP improvements. I'll be looking at those next. I can lend a hand at this point if you're fed up with Ada. :-) --

[Bug ada/26348] [4.2 Regression] ICE compiling a-textio.adb at -O1 -ftree-vrp

2006-02-28 Thread law at redhat dot com
--- Comment #16 from law at redhat dot com 2006-02-28 18:31 --- Subject: Re: [4.2 Regression] ICE compiling a-textio.adb at -O1 -ftree-vrp On Tue, 2006-02-28 at 17:29 +, ebotcazou at gcc dot gnu dot org wrote: --- Comment #15 from ebotcazou at gcc dot gnu dot org

[Bug ada/26348] [4.2 Regression] ICE compiling a-textio.adb at -O1 -ftree-vrp

2006-02-25 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2006-02-25 17:07 --- This blocks PR 26338 getting fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/26348] [4.2 Regression] ICE compiling a-textio.adb at -O1 -ftree-vrp

2006-02-18 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-02-18 17:02 --- Saw it too. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC|

[Bug ada/26348] [4.2 Regression] ICE compiling a-textio.adb at -O1 -ftree-vrp

2006-02-18 Thread law at redhat dot com
--- Comment #6 from law at redhat dot com 2006-02-18 21:36 --- Subject: Re: [4.2 Regression] ICE compiling a-textio.adb at -O1 -ftree-vrp On Sat, 2006-02-18 at 17:02 +, pinskia at gcc dot gnu dot org wrote: --- Comment #5 from pinskia at gcc dot gnu dot org

[Bug ada/26348] [4.2 Regression] ICE compiling a-textio.adb at -O1 -ftree-vrp

2006-02-18 Thread law at redhat dot com
--- Comment #7 from law at redhat dot com 2006-02-18 21:49 --- Subject: Re: [4.2 Regression] ICE compiling a-textio.adb at -O1 -ftree-vrp On Sat, 2006-02-18 at 17:02 +, pinskia at gcc dot gnu dot org wrote: --- Comment #5 from pinskia at gcc dot gnu dot org

[Bug ada/26348] [4.2 Regression] ICE compiling a-textio.adb at -O1 -ftree-vrp

2006-02-18 Thread law at redhat dot com
--- Comment #8 from law at redhat dot com 2006-02-19 00:16 --- Subject: Re: [4.2 Regression] ICE compiling a-textio.adb at -O1 -ftree-vrp On Sat, 2006-02-18 at 17:02 +, pinskia at gcc dot gnu dot org wrote: --- Comment #5 from pinskia at gcc dot gnu dot org

[Bug ada/26348] [4.2 Regression] ICE compiling a-textio.adb at -O1 -ftree-vrp

2006-02-18 Thread laurent at guerby dot net
--- Comment #9 from laurent at guerby dot net 2006-02-19 00:23 --- May be Richard Kenner could help here? -- laurent at guerby dot net changed: What|Removed |Added