public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/30358]  New: New ICEs on trunk for IPA
@ 2007-01-03 17:53 brett dot albertson at stratech dot com
  2007-01-06 21:26 ` [Bug tree-optimization/30358] [4.3 Regression] New ICEs on trunk for IPA CCP pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: brett dot albertson at stratech dot com @ 2007-01-03 17:53 UTC (permalink / raw)
  To: gcc-bugs

These tests passed yesterday early morning, but give me ICEs today:

Running /u01/var/tmp/gcc_trunk_svn/gcc/gcc/testsuite/gcc.dg/ipa/ipa.exp ...
FAIL: gcc.dg/ipa/ipa-1.c (internal compiler error)
FAIL: gcc.dg/ipa/ipa-1.c (test for excess errors)
FAIL: gcc.dg/ipa/ipa-1.c scan-ipa-dump-times versioned function 2
FAIL: gcc.dg/ipa/ipa-1.c scan-ipa-dump-times propagating const 2
FAIL: gcc.dg/ipa/ipa-2.c (internal compiler error)
FAIL: gcc.dg/ipa/ipa-2.c (test for excess errors)
PASS: gcc.dg/ipa/ipa-2.c scan-ipa-dump-times versioned function 2
PASS: gcc.dg/ipa/ipa-2.c scan-ipa-dump-times propagating const 2
FAIL: gcc.dg/ipa/ipa-3.c (internal compiler error)
FAIL: gcc.dg/ipa/ipa-3.c (test for excess errors)
PASS: gcc.dg/ipa/ipa-3.c scan-ipa-dump-times versioned function 2
FAIL: gcc.dg/ipa/ipa-3.c scan-ipa-dump-times propagating const 3
FAIL: gcc.dg/ipa/ipa-4.c (internal compiler error)
FAIL: gcc.dg/ipa/ipa-4.c (test for excess errors)
PASS: gcc.dg/ipa/ipa-4.c scan-ipa-dump-times versioned function 1
PASS: gcc.dg/ipa/ipa-4.c scan-ipa-dump-times propagating const 1
FAIL: gcc.dg/ipa/ipa-5.c (internal compiler error)
FAIL: gcc.dg/ipa/ipa-5.c (test for excess errors)
PASS: gcc.dg/ipa/ipa-5.c scan-ipa-dump-times versioned function 2
PASS: gcc.dg/ipa/ipa-5.c scan-ipa-dump-times propagating const 2
FAIL: gcc.dg/ipa/ipa-6.c (internal compiler error)
FAIL: gcc.dg/ipa/ipa-6.c (test for excess errors)


Here's an example output:

Running /u01/var/tmp/gcc_trunk_svn/gcc/gcc/testsuite/gcc.dg/ipa/ipa.exp ...
Executing on host: /u01/var/tmp/gcc_trunk_svn/gcc_20070103/gcc/xgcc
-B/u01/var/tmp/gcc_trunk_svn/gcc_20070103/gcc/
/u01/var/tmp/gcc_trunk_svn/gcc/gcc/testsuite/gcc.dg/ipa/ipa-1.c   -O3 -fipa-cp
-fdump-ipa-cp -fno-early-inlining -fno-show-column -S  -o ipa-1.s    (timeout =
300)
/u01/var/tmp/gcc_trunk_svn/gcc/gcc/testsuite/gcc.dg/ipa/ipa-1.c: In function
'T.0':
/u01/var/tmp/gcc_trunk_svn/gcc/gcc/testsuite/gcc.dg/ipa/ipa-1.c:22: error:
expected an SSA_NAME object
/u01/var/tmp/gcc_trunk_svn/gcc/gcc/testsuite/gcc.dg/ipa/ipa-1.c:22: error: in
statement a = 7;
/u01/var/tmp/gcc_trunk_svn/gcc/gcc/testsuite/gcc.dg/ipa/ipa-1.c:22: internal
compiler error: verify_ssa failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

I'm running on Solaris 10 x86.

Brett


-- 
           Summary: New ICEs on trunk for IPA
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: brett dot albertson at stratech dot com
 GCC build triplet: i386-pc-solaris2.10
  GCC host triplet: i386-pc-solaris2.10
GCC target triplet: i386-pc-solaris2.10


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


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

* [Bug tree-optimization/30358] [4.3 Regression] New ICEs on trunk for IPA CCP
  2007-01-03 17:53 [Bug testsuite/30358] New: New ICEs on trunk for IPA brett dot albertson at stratech dot com
@ 2007-01-06 21:26 ` pinskia at gcc dot gnu dot org
  2007-01-06 21:27 ` pinskia at gcc dot gnu dot org
  2007-01-26  3:56 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-01-06 21:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-01-06 21:26 -------
This happens everywhere.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
          Component|testsuite                   |tree-optimization
     Ever Confirmed|0                           |1
  GCC build triplet|i386-pc-solaris2.10         |
   GCC host triplet|i386-pc-solaris2.10         |
 GCC target triplet|i386-pc-solaris2.10         |
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2007-01-06 21:26:39
               date|                            |
            Summary|New ICEs on trunk for IPA   |[4.3 Regression] New ICEs on
                   |                            |trunk for IPA CCP
   Target Milestone|---                         |4.3.0


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


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

* [Bug tree-optimization/30358] [4.3 Regression] New ICEs on trunk for IPA CCP
  2007-01-03 17:53 [Bug testsuite/30358] New: New ICEs on trunk for IPA brett dot albertson at stratech dot com
  2007-01-06 21:26 ` [Bug tree-optimization/30358] [4.3 Regression] New ICEs on trunk for IPA CCP pinskia at gcc dot gnu dot org
@ 2007-01-06 21:27 ` pinskia at gcc dot gnu dot org
  2007-01-26  3:56 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-01-06 21:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2007-01-06 21:27 -------
*** Bug 30396 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |danglin at gcc dot gnu dot
                   |                            |org


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


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

* [Bug tree-optimization/30358] [4.3 Regression] New ICEs on trunk for IPA CCP
  2007-01-03 17:53 [Bug testsuite/30358] New: New ICEs on trunk for IPA brett dot albertson at stratech dot com
  2007-01-06 21:26 ` [Bug tree-optimization/30358] [4.3 Regression] New ICEs on trunk for IPA CCP pinskia at gcc dot gnu dot org
  2007-01-06 21:27 ` pinskia at gcc dot gnu dot org
@ 2007-01-26  3:56 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-01-26  3:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2007-01-26 03:56 -------
Fixed.


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2007-01-26  3:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-03 17:53 [Bug testsuite/30358] New: New ICEs on trunk for IPA brett dot albertson at stratech dot com
2007-01-06 21:26 ` [Bug tree-optimization/30358] [4.3 Regression] New ICEs on trunk for IPA CCP pinskia at gcc dot gnu dot org
2007-01-06 21:27 ` pinskia at gcc dot gnu dot org
2007-01-26  3:56 ` 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).