public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/41086]  New: [4.5 Regression]: gcc.dg/pr34668-1.c, failing fix for PR41047
@ 2009-08-17  4:00 hp at gcc dot gnu dot org
  2009-08-17  9:07 ` [Bug middle-end/41086] " rguenth at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: hp at gcc dot gnu dot org @ 2009-08-17  4:00 UTC (permalink / raw)
  To: gcc-bugs

With revision r150714 this test passed.
>From revision r150715 and on, this test has failed as follows:

Running /tmp/r150714-150715/gcc/gcc/testsuite/gcc.dg/dg.exp ...
...
FAIL: gcc.dg/pr34668-1.c (internal compiler error)
FAIL: gcc.dg/pr34668-1.c (test for excess errors)

With the message in gcc.log being (cutnpasted):

Executing on host: /tmp/r150714-150715/gccobj/gcc/xgcc
-B/tmp/r150714-150715/gccobj/gcc/ /tmp/r150714-150715/gcc/gcc/te\
stsuite/gcc.dg/pr34668-1.c   --combine -O2 
/tmp/r150714-150715/gcc/gcc/testsuite/gcc.dg/pr34668-2.c -S   -isystem /tmp\
/r150714-150715/gccobj/cris-elf/./newlib/targ-include -isystem
/tmp/r150714-150715/gcc/newlib/libc/include  -o pr34668-\
1.s    (timeout = 300)
/tmp/r150714-150715/gcc/gcc/testsuite/gcc.dg/pr34668-2.c: In function
'set_conv_libfunc':^M
/tmp/r150714-150715/gcc/gcc/testsuite/gcc.dg/pr34668-2.c:5:15: error: type
mismatch in array reference^M
struct optab^M
^M
struct optab^M
^M
# .MEM_3 = VDEF <.MEM_1(D)>^M
optab_table[0].code = 57005;^M
^M
/tmp/r150714-150715/gcc/gcc/testsuite/gcc.dg/pr34668-2.c:5:15: internal
compiler error: verify_stmts failed^M

I'm leaving the target field empty, as posts to gcc-testresults show that the
bug exposed by this revision affects many targets, including CRIS, ARM, MIPS,
i686, ia64, x86_64.

Author of revision introducing the regression CC:ed.


-- 
           Summary: [4.5 Regression]: gcc.dg/pr34668-1.c, failing fix for
                    PR41047
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hp at gcc dot gnu dot org
  GCC host triplet: x86_64-unknown-linux-gnu


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


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

* [Bug middle-end/41086] [4.5 Regression]: gcc.dg/pr34668-1.c, failing fix for PR41047
  2009-08-17  4:00 [Bug middle-end/41086] New: [4.5 Regression]: gcc.dg/pr34668-1.c, failing fix for PR41047 hp at gcc dot gnu dot org
@ 2009-08-17  9:07 ` rguenth at gcc dot gnu dot org
  2009-08-24  1:05 ` mmitchel at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-08-17  9:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from rguenth at gcc dot gnu dot org  2009-08-17 09:07 -------
Confirmed.  Just the latent bug has been re-exposed again.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |ice-checking
   Last reconfirmed|0000-00-00 00:00:00         |2009-08-17 09:07:44
               date|                            |
   Target Milestone|---                         |4.5.0


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


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

* [Bug middle-end/41086] [4.5 Regression]: gcc.dg/pr34668-1.c, failing fix for PR41047
  2009-08-17  4:00 [Bug middle-end/41086] New: [4.5 Regression]: gcc.dg/pr34668-1.c, failing fix for PR41047 hp at gcc dot gnu dot org
  2009-08-17  9:07 ` [Bug middle-end/41086] " rguenth at gcc dot gnu dot org
@ 2009-08-24  1:05 ` mmitchel at gcc dot gnu dot org
  2009-10-14 21:26 ` rguenth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2009-08-24  1:05 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1


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


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

* [Bug middle-end/41086] [4.5 Regression]: gcc.dg/pr34668-1.c, failing fix for PR41047
  2009-08-17  4:00 [Bug middle-end/41086] New: [4.5 Regression]: gcc.dg/pr34668-1.c, failing fix for PR41047 hp at gcc dot gnu dot org
  2009-08-17  9:07 ` [Bug middle-end/41086] " rguenth at gcc dot gnu dot org
  2009-08-24  1:05 ` mmitchel at gcc dot gnu dot org
@ 2009-10-14 21:26 ` rguenth at gcc dot gnu dot org
  2009-10-14 21:27 ` rguenth at gcc dot gnu dot org
  2009-10-14 21:29 ` rguenth at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-10-14 21:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rguenth at gcc dot gnu dot org  2009-10-14 21:26 -------
*** Bug 41394 has been marked as a duplicate of this bug. ***


-- 

rguenth 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=41086


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

* [Bug middle-end/41086] [4.5 Regression]: gcc.dg/pr34668-1.c, failing fix for PR41047
  2009-08-17  4:00 [Bug middle-end/41086] New: [4.5 Regression]: gcc.dg/pr34668-1.c, failing fix for PR41047 hp at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2009-10-14 21:26 ` rguenth at gcc dot gnu dot org
@ 2009-10-14 21:27 ` rguenth at gcc dot gnu dot org
  2009-10-14 21:29 ` rguenth at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-10-14 21:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rguenth at gcc dot gnu dot org  2009-10-14 21:26 -------
Not P1.  It's --combine and ice-checking.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   GCC host triplet|x86_64-unknown-linux-gnu    |
 GCC target triplet|                            |*-*-*
           Priority|P1                          |P3


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


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

* [Bug middle-end/41086] [4.5 Regression]: gcc.dg/pr34668-1.c, failing fix for PR41047
  2009-08-17  4:00 [Bug middle-end/41086] New: [4.5 Regression]: gcc.dg/pr34668-1.c, failing fix for PR41047 hp at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2009-10-14 21:27 ` rguenth at gcc dot gnu dot org
@ 2009-10-14 21:29 ` rguenth at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-10-14 21:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from rguenth at gcc dot gnu dot org  2009-10-14 21:28 -------
And it's really a dup of PR39959.

*** This bug has been marked as a duplicate of 39959 ***


-- 

rguenth at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2009-10-14 21:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-17  4:00 [Bug middle-end/41086] New: [4.5 Regression]: gcc.dg/pr34668-1.c, failing fix for PR41047 hp at gcc dot gnu dot org
2009-08-17  9:07 ` [Bug middle-end/41086] " rguenth at gcc dot gnu dot org
2009-08-24  1:05 ` mmitchel at gcc dot gnu dot org
2009-10-14 21:26 ` rguenth at gcc dot gnu dot org
2009-10-14 21:27 ` rguenth at gcc dot gnu dot org
2009-10-14 21:29 ` rguenth 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).