public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/41394]  New: [4.5 Regression] pr34668-2.c:5:15: error: type mismatch in array reference
@ 2009-09-18  1:08 danglin at gcc dot gnu dot org
  2009-09-18  4:32 ` [Bug middle-end/41394] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: danglin at gcc dot gnu dot org @ 2009-09-18  1:08 UTC (permalink / raw)
  To: gcc-bugs

Executing on host: /home/dave/gcc-4.5/objdir/gcc/xgcc
-B/home/dave/gcc-4.5/objdi
r/gcc/ /home/dave/gcc-4.5/gcc/gcc/testsuite/gcc.dg/pr34668-1.c   --combine -O2  
/home/dave/gcc-4.5/gcc/gcc/testsuite/gcc.dg/pr34668-2.c -S  -o pr34668-1.s   
(t
imeout = 300)
/home/dave/gcc-4.5/gcc/gcc/testsuite/gcc.dg/pr34668-2.c: In function
'set_conv_l
ibfunc':
/home/dave/gcc-4.5/gcc/gcc/testsuite/gcc.dg/pr34668-2.c:5:15: error: type
mismat
ch in array reference
struct optab

struct optab

# .MEM_3 = VDEF <.MEM_1(D)>
optab_table[0].code = 57005;

/home/dave/gcc-4.5/gcc/gcc/testsuite/gcc.dg/pr34668-2.c:5:15: internal compiler 
error: verify_stmts failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
compiler exited with status 1
output is:
/home/dave/gcc-4.5/gcc/gcc/testsuite/gcc.dg/pr34668-2.c: In function
'set_conv_l
ibfunc':
/home/dave/gcc-4.5/gcc/gcc/testsuite/gcc.dg/pr34668-2.c:5:15: error: type
mismat
ch in array reference
struct optab

struct optab

# .MEM_3 = VDEF <.MEM_1(D)>
optab_table[0].code = 57005;

/home/dave/gcc-4.5/gcc/gcc/testsuite/gcc.dg/pr34668-2.c:5:15: internal compiler 
error: verify_stmts failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

FAIL: gcc.dg/pr34668-1.c (internal compiler error)
FAIL: gcc.dg/pr34668-1.c (test for excess errors)

Introduced between 151679 and 151704.


-- 
           Summary: [4.5 Regression] pr34668-2.c:5:15: error: type mismatch
                    in array reference
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
 GCC build triplet: hppa-unknown-linux-gnu
  GCC host triplet: hppa-unknown-linux-gnu
GCC target triplet: hppa-unknown-linux-gnu


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


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

* [Bug middle-end/41394] [4.5 Regression] pr34668-2.c:5:15: error: type mismatch in array reference
  2009-09-18  1:08 [Bug middle-end/41394] New: [4.5 Regression] pr34668-2.c:5:15: error: type mismatch in array reference danglin at gcc dot gnu dot org
@ 2009-09-18  4:32 ` pinskia at gcc dot gnu dot org
  2009-09-18  8:42 ` rguenth 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 @ 2009-09-18  4:32 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.5.0


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


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

* [Bug middle-end/41394] [4.5 Regression] pr34668-2.c:5:15: error: type mismatch in array reference
  2009-09-18  1:08 [Bug middle-end/41394] New: [4.5 Regression] pr34668-2.c:5:15: error: type mismatch in array reference danglin at gcc dot gnu dot org
  2009-09-18  4:32 ` [Bug middle-end/41394] " pinskia at gcc dot gnu dot org
@ 2009-09-18  8:42 ` rguenth at gcc dot gnu dot org
  2009-09-18  9:27 ` rguenth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-09-18  8:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from rguenth at gcc dot gnu dot org  2009-09-18 08:42 -------
Confirmed.  (another --combine one, usually very low priority for me when such
things "regress").  But I'm sure I caused it, so ... mine.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |rguenth at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
 GCC target triplet|hppa-unknown-linux-gnu      |hppa-unknown-linux-gnu,
                   |                            |x86_64-*-*
   Last reconfirmed|0000-00-00 00:00:00         |2009-09-18 08:42:11
               date|                            |


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


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

* [Bug middle-end/41394] [4.5 Regression] pr34668-2.c:5:15: error: type mismatch in array reference
  2009-09-18  1:08 [Bug middle-end/41394] New: [4.5 Regression] pr34668-2.c:5:15: error: type mismatch in array reference danglin at gcc dot gnu dot org
  2009-09-18  4:32 ` [Bug middle-end/41394] " pinskia at gcc dot gnu dot org
  2009-09-18  8:42 ` rguenth at gcc dot gnu dot org
@ 2009-09-18  9:27 ` rguenth at gcc dot gnu dot org
  2009-10-14 21:14 ` sje at cup dot hp dot com
  2009-10-14 21:26 ` rguenth at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-09-18  9:27 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2


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


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

* [Bug middle-end/41394] [4.5 Regression] pr34668-2.c:5:15: error: type mismatch in array reference
  2009-09-18  1:08 [Bug middle-end/41394] New: [4.5 Regression] pr34668-2.c:5:15: error: type mismatch in array reference danglin at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2009-09-18  9:27 ` rguenth at gcc dot gnu dot org
@ 2009-10-14 21:14 ` sje at cup dot hp dot com
  2009-10-14 21:26 ` rguenth at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: sje at cup dot hp dot com @ 2009-10-14 21:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from sje at cup dot hp dot com  2009-10-14 21:14 -------
This looks like a duplicate of 41086.  I see it on IA64 HP-UX and Linux as
well.


-- 

sje at cup dot hp dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sje at cup dot hp dot com


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


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

* [Bug middle-end/41394] [4.5 Regression] pr34668-2.c:5:15: error: type mismatch in array reference
  2009-09-18  1:08 [Bug middle-end/41394] New: [4.5 Regression] pr34668-2.c:5:15: error: type mismatch in array reference danglin at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2009-10-14 21:14 ` sje at cup dot hp dot com
@ 2009-10-14 21:26 ` 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 #3 from rguenth at gcc dot gnu dot org  2009-10-14 21:26 -------


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


-- 

rguenth at gcc dot gnu dot org changed:

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


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


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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-18  1:08 [Bug middle-end/41394] New: [4.5 Regression] pr34668-2.c:5:15: error: type mismatch in array reference danglin at gcc dot gnu dot org
2009-09-18  4:32 ` [Bug middle-end/41394] " pinskia at gcc dot gnu dot org
2009-09-18  8:42 ` rguenth at gcc dot gnu dot org
2009-09-18  9:27 ` rguenth at gcc dot gnu dot org
2009-10-14 21:14 ` sje at cup dot hp dot com
2009-10-14 21:26 ` 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).