public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/21241] New: ACATS ICE verify_flow_info failed  cxg1002 cxg1003 cxg2006 cxg2007 cxg2018 cxg2019 cxg2020
@ 2005-04-27  5:57 laurent at guerby dot net
  2005-04-27 12:10 ` [Bug ada/21241] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: laurent at guerby dot net @ 2005-04-27  5:57 UTC (permalink / raw)
  To: gcc-bugs

cxg1002 cxg1003 cxg2006 cxg2007 cxg2018 cxg2019 cxg2020 started ICE'ing on
x86_64-linux between
LAST_UPDATED: Tue Apr 19 18:49:20 UTC 2005
LAST_UPDATED: Tue Apr 26 21:38:28 UTC 2005


/home/guerby/work/gcc/build/build-20050427T000542/gcc/xgcc -c
-B/home/guerby/work/gcc/build/build-20050427T000542/gcc/ -gnatws -O2
-I/home/guerby/work/gcc/build/build-20050427T000542/gcc/testsuite/ada/acats/support
cxg1002.adb
cxg1002.adb: In function 'CXG1002':
cxg1002.adb:53: error: BB 32 can not throw but has EH edges
+===========================GNAT BUG DETECTED==============================+
| 4.1.0 20050426 (experimental) (x86_64-unknown-linux-gnu) GCC error:      |
| verify_flow_info failed                                                  |
| Error detected at cxg1002.adb:198:5                                      |

(all others the same kind of ICE)

-- 
           Summary: ACATS ICE verify_flow_info failed  cxg1002 cxg1003
                    cxg2006 cxg2007 cxg2018 cxg2019 cxg2020
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P2
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: laurent at guerby dot net
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21241


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug ada/21241] ACATS ICE verify_flow_info failed  cxg1002 cxg1003 cxg2006 cxg2007 cxg2018 cxg2019 cxg2020
  2005-04-27  5:57 [Bug ada/21241] New: ACATS ICE verify_flow_info failed cxg1002 cxg1003 cxg2006 cxg2007 cxg2018 cxg2019 cxg2020 laurent at guerby dot net
@ 2005-04-27 12:10 ` pinskia at gcc dot gnu dot org
  2005-04-28 17:00 ` [Bug ada/21241] [4.1 Regression] " pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-27 12:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-27 12:09 -------
This ICE is caused by more checking.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21241


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug ada/21241] [4.1 Regression] ACATS ICE verify_flow_info failed  cxg1002 cxg1003 cxg2006 cxg2007 cxg2018 cxg2019 cxg2020
  2005-04-27  5:57 [Bug ada/21241] New: ACATS ICE verify_flow_info failed cxg1002 cxg1003 cxg2006 cxg2007 cxg2018 cxg2019 cxg2020 laurent at guerby dot net
  2005-04-27 12:10 ` [Bug ada/21241] " pinskia at gcc dot gnu dot org
@ 2005-04-28 17:00 ` pinskia at gcc dot gnu dot org
  2005-04-28 17:16 ` laurent at guerby dot net
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-28 17:00 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-28 16:59 -------
Does this happen also at -O0?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|ACATS ICE verify_flow_info  |[4.1 Regression] ACATS ICE
                   |failed  cxg1002 cxg1003     |verify_flow_info failed
                   |cxg2006 cxg2007 cxg2018     |cxg1002 cxg1003 cxg2006
                   |cxg2019 cxg2020             |cxg2007 cxg2018 cxg2019
                   |                            |cxg2020
   Target Milestone|---                         |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21241


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug ada/21241] [4.1 Regression] ACATS ICE verify_flow_info failed  cxg1002 cxg1003 cxg2006 cxg2007 cxg2018 cxg2019 cxg2020
  2005-04-27  5:57 [Bug ada/21241] New: ACATS ICE verify_flow_info failed cxg1002 cxg1003 cxg2006 cxg2007 cxg2018 cxg2019 cxg2020 laurent at guerby dot net
  2005-04-27 12:10 ` [Bug ada/21241] " pinskia at gcc dot gnu dot org
  2005-04-28 17:00 ` [Bug ada/21241] [4.1 Regression] " pinskia at gcc dot gnu dot org
@ 2005-04-28 17:16 ` laurent at guerby dot net
  2005-04-28 21:13 ` laurent at guerby dot net
  2005-06-19 10:53 ` laurent at guerby dot net
  4 siblings, 0 replies; 6+ messages in thread
From: laurent at guerby dot net @ 2005-04-28 17:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From laurent at guerby dot net  2005-04-28 17:15 -------
The test PASS at -O0 and -O1, and ICEs at -O2 and -O3.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21241


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug ada/21241] [4.1 Regression] ACATS ICE verify_flow_info failed  cxg1002 cxg1003 cxg2006 cxg2007 cxg2018 cxg2019 cxg2020
  2005-04-27  5:57 [Bug ada/21241] New: ACATS ICE verify_flow_info failed cxg1002 cxg1003 cxg2006 cxg2007 cxg2018 cxg2019 cxg2020 laurent at guerby dot net
                   ` (2 preceding siblings ...)
  2005-04-28 17:16 ` laurent at guerby dot net
@ 2005-04-28 21:13 ` laurent at guerby dot net
  2005-06-19 10:53 ` laurent at guerby dot net
  4 siblings, 0 replies; 6+ messages in thread
From: laurent at guerby dot net @ 2005-04-28 21:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From laurent at guerby dot net  2005-04-28 21:12 -------
More info (thanks to Andrew):
-O1 -ftree-pre works
-O1 -ftree-vrp works
-O1 -funit-at-a-time ICEs
-O2 -fno-unit-at-a-time works


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21241


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug ada/21241] [4.1 Regression] ACATS ICE verify_flow_info failed  cxg1002 cxg1003 cxg2006 cxg2007 cxg2018 cxg2019 cxg2020
  2005-04-27  5:57 [Bug ada/21241] New: ACATS ICE verify_flow_info failed cxg1002 cxg1003 cxg2006 cxg2007 cxg2018 cxg2019 cxg2020 laurent at guerby dot net
                   ` (3 preceding siblings ...)
  2005-04-28 21:13 ` laurent at guerby dot net
@ 2005-06-19 10:53 ` laurent at guerby dot net
  4 siblings, 0 replies; 6+ messages in thread
From: laurent at guerby dot net @ 2005-06-19 10:53 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From laurent at guerby dot net  2005-06-19 10:53 -------
Fixed (various other: PR22103 PR22105 PR22053 PR22055)

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21241


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-06-19 10:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-27  5:57 [Bug ada/21241] New: ACATS ICE verify_flow_info failed cxg1002 cxg1003 cxg2006 cxg2007 cxg2018 cxg2019 cxg2020 laurent at guerby dot net
2005-04-27 12:10 ` [Bug ada/21241] " pinskia at gcc dot gnu dot org
2005-04-28 17:00 ` [Bug ada/21241] [4.1 Regression] " pinskia at gcc dot gnu dot org
2005-04-28 17:16 ` laurent at guerby dot net
2005-04-28 21:13 ` laurent at guerby dot net
2005-06-19 10:53 ` laurent at guerby dot net

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).