public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/26296]  New: [4.2 Regression] ACATS ICE cxg2007 cxg2012 verify_flow_info failed
@ 2006-02-15  6:42 laurent at guerby dot net
  2006-02-15  7:27 ` [Bug ada/26296] " ebotcazou at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: laurent at guerby dot net @ 2006-02-15  6:42 UTC (permalink / raw)
  To: gcc-bugs

This was working as of
Mon Feb  6 21:17:18 UTC 2006 (revision 110664)
It's now FAIL on x86_64 (at least)
Tue Feb 14 21:54:03 UTC 2006 (revision 110997)

Note might be a resurgence of PR21241 (fixed a while ago).

cxg2007.adb: In function 'CXG2007':
cxg2007.adb:291: error: missing REG_EH_REGION note in the end of bb 162
+===========================GNAT BUG DETECTED==============================+
| 4.2.0 20060214 (experimental) (x86_64-unknown-linux-gnu) GCC error:      |
| verify_flow_info failed                                                  |
| Error detected at cxg2007.adb:291:5                                      |

cxg2012.adb: In function 'CXG2012.A_LONG_FLOAT_CHECK.LARGE_RANGE_TEST':
cxg2012.adb:335: error: missing REG_EH_REGION note in the end of bb 33
+===========================GNAT BUG DETECTED==============================+
| 4.2.0 20060214 (experimental) (x86_64-unknown-linux-gnu) GCC error:      |
| verify_flow_info failed                                                  |
| Error detected at cxg2012.adb:438:5                                      |


-- 
           Summary: [4.2 Regression] ACATS ICE cxg2007 cxg2012
                    verify_flow_info failed
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: laurent at guerby dot net


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


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

* [Bug ada/26296] [4.2 Regression] ACATS ICE cxg2007 cxg2012 verify_flow_info failed
  2006-02-15  6:42 [Bug ada/26296] New: [4.2 Regression] ACATS ICE cxg2007 cxg2012 verify_flow_info failed laurent at guerby dot net
@ 2006-02-15  7:27 ` ebotcazou at gcc dot gnu dot org
  2006-02-15  7:57 ` [Bug rtl-optimization/26296] " ebotcazou at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2006-02-15  7:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from ebotcazou at gcc dot gnu dot org  2006-02-15 07:27 -------
> This was working as of
> Mon Feb  6 21:17:18 UTC 2006 (revision 110664)
> It's now FAIL on x86_64 (at least)
> Tue Feb 14 21:54:03 UTC 2006 (revision 110997)

It's the new LIM pass enabled by default.


-- 

ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ebotcazou at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-02-15 07:27:18
               date|                            |
            Summary|[4.2 Regression] ACATS ICE  |[4.2 Regression] ACATS ICE
                   |cxg2007 cxg2012             |cxg2007 cxg2012
                   |verify_flow_info failed     |verify_flow_info failed


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


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

* [Bug rtl-optimization/26296] [4.2 Regression] ACATS ICE cxg2007 cxg2012 verify_flow_info failed
  2006-02-15  6:42 [Bug ada/26296] New: [4.2 Regression] ACATS ICE cxg2007 cxg2012 verify_flow_info failed laurent at guerby dot net
  2006-02-15  7:27 ` [Bug ada/26296] " ebotcazou at gcc dot gnu dot org
@ 2006-02-15  7:57 ` ebotcazou at gcc dot gnu dot org
  2006-02-15  9:40 ` chrisp_42 at bigpond dot com
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2006-02-15  7:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from ebotcazou at gcc dot gnu dot org  2006-02-15 07:57 -------
Patch at: http://gcc.gnu.org/ml/gcc-patches/2006-02/msg01105.html


-- 

ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|ada                         |rtl-optimization


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


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

* [Bug rtl-optimization/26296] [4.2 Regression] ACATS ICE cxg2007 cxg2012 verify_flow_info failed
  2006-02-15  6:42 [Bug ada/26296] New: [4.2 Regression] ACATS ICE cxg2007 cxg2012 verify_flow_info failed laurent at guerby dot net
  2006-02-15  7:27 ` [Bug ada/26296] " ebotcazou at gcc dot gnu dot org
  2006-02-15  7:57 ` [Bug rtl-optimization/26296] " ebotcazou at gcc dot gnu dot org
@ 2006-02-15  9:40 ` chrisp_42 at bigpond dot com
  2006-02-15 10:03 ` ebotcazou at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: chrisp_42 at bigpond dot com @ 2006-02-15  9:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from chrisp_42 at bigpond dot com  2006-02-15 09:40 -------
(In reply to comment #2)
> Patch at: http://gcc.gnu.org/ml/gcc-patches/2006-02/msg01105.html
> 

Actually it was the enabling of the new loop invariant pass in revision 110852.

Patch at http://gcc.gnu.org/ml/gcc-patches/2006-02/msg01104.html

Has not been applied to head yet.


-- 


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


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

* [Bug rtl-optimization/26296] [4.2 Regression] ACATS ICE cxg2007 cxg2012 verify_flow_info failed
  2006-02-15  6:42 [Bug ada/26296] New: [4.2 Regression] ACATS ICE cxg2007 cxg2012 verify_flow_info failed laurent at guerby dot net
                   ` (2 preceding siblings ...)
  2006-02-15  9:40 ` chrisp_42 at bigpond dot com
@ 2006-02-15 10:03 ` ebotcazou at gcc dot gnu dot org
  2006-02-16 15:47 ` rakdver at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2006-02-15 10:03 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from ebotcazou at gcc dot gnu dot org  2006-02-15 10:03 -------
> Actually it was the enabling of the new loop invariant pass in revision 110852.

What do you think LIM means?

> Patch at http://gcc.gnu.org/ml/gcc-patches/2006-02/msg01104.html

Oops, right, that's the correct link.


-- 


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


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

* [Bug rtl-optimization/26296] [4.2 Regression] ACATS ICE cxg2007 cxg2012 verify_flow_info failed
  2006-02-15  6:42 [Bug ada/26296] New: [4.2 Regression] ACATS ICE cxg2007 cxg2012 verify_flow_info failed laurent at guerby dot net
                   ` (3 preceding siblings ...)
  2006-02-15 10:03 ` ebotcazou at gcc dot gnu dot org
@ 2006-02-16 15:47 ` rakdver at gcc dot gnu dot org
  2006-02-16 17:37 ` ebotcazou at gcc dot gnu dot org
  2007-01-10 19:27 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: rakdver at gcc dot gnu dot org @ 2006-02-16 15:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from rakdver at gcc dot gnu dot org  2006-02-16 15:47 -------
Subject: Bug 26296

Author: rakdver
Date: Thu Feb 16 15:47:20 2006
New Revision: 111139

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111139
Log:
        PR rtl-optimization/26296
        * Makefile.in (loop-invariant.c): Add except.h dependency.
        * loop-invariant.c: Include except.h.
        (find_invariant_insn): Ignore insns satisfying can_throw_internal.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/Makefile.in
    trunk/gcc/loop-invariant.c


-- 


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


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

* [Bug rtl-optimization/26296] [4.2 Regression] ACATS ICE cxg2007 cxg2012 verify_flow_info failed
  2006-02-15  6:42 [Bug ada/26296] New: [4.2 Regression] ACATS ICE cxg2007 cxg2012 verify_flow_info failed laurent at guerby dot net
                   ` (4 preceding siblings ...)
  2006-02-16 15:47 ` rakdver at gcc dot gnu dot org
@ 2006-02-16 17:37 ` ebotcazou at gcc dot gnu dot org
  2007-01-10 19:27 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2006-02-16 17:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from ebotcazou at gcc dot gnu dot org  2006-02-16 17:37 -------
Fixed by Zdenek.


-- 

ebotcazou at gcc dot gnu dot org changed:

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


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


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

* [Bug rtl-optimization/26296] [4.2 Regression] ACATS ICE cxg2007 cxg2012 verify_flow_info failed
  2006-02-15  6:42 [Bug ada/26296] New: [4.2 Regression] ACATS ICE cxg2007 cxg2012 verify_flow_info failed laurent at guerby dot net
                   ` (5 preceding siblings ...)
  2006-02-16 17:37 ` ebotcazou at gcc dot gnu dot org
@ 2007-01-10 19:27 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-01-10 19:27 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |4.1.2
   Target Milestone|---                         |4.2.0


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


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

end of thread, other threads:[~2007-01-10 19:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-15  6:42 [Bug ada/26296] New: [4.2 Regression] ACATS ICE cxg2007 cxg2012 verify_flow_info failed laurent at guerby dot net
2006-02-15  7:27 ` [Bug ada/26296] " ebotcazou at gcc dot gnu dot org
2006-02-15  7:57 ` [Bug rtl-optimization/26296] " ebotcazou at gcc dot gnu dot org
2006-02-15  9:40 ` chrisp_42 at bigpond dot com
2006-02-15 10:03 ` ebotcazou at gcc dot gnu dot org
2006-02-16 15:47 ` rakdver at gcc dot gnu dot org
2006-02-16 17:37 ` ebotcazou at gcc dot gnu dot org
2007-01-10 19:27 ` pinskia at gcc dot gnu dot org

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).