public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/30222]  New: gcc.target/i386/vectorize1.c ICEs
@ 2006-12-15 15:25 rguenth at gcc dot gnu dot org
  2006-12-15 15:30 ` [Bug target/30222] " pinskia at gcc dot gnu dot org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2006-12-15 15:25 UTC (permalink / raw)
  To: gcc-bugs

2006-11-12  Jason Merrill  <jason@redhat.com>
            Andrew Pinski <pinskia@physics.uc.edu>

        Backport form mainline:
        PR middle-end/28915
        * gcc.target/i386/vectorize1.c: New.

This testcase ICEs on the 4.2 branch.

internal compiler error: in fold_convert, at fold-const.c:2100

#1  0x0822121a in fold_convert (type=0xb7c3f78c, arg=0xb7c788a0)
    at /home/richard/src/gcc-4_2-branch/gcc/fold-const.c:2100
2100          gcc_assert (tree_int_cst_equal (TYPE_SIZE (type), TYPE_SIZE
(orig)));
(gdb) call debug_generic_expr (type)
vector intD.0
(gdb) call debug_generic_expr (arg)
&lanipD.1690

#2  0x081fc05f in make_tree (type=0xb7c3f78c, x=0xb7c76950)
    at /home/richard/src/gcc-4_2-branch/gcc/expmed.c:5053
...
#6  0x0841ca97 in force_const_mem (mode=V4SImode, x=0xb7c419a8)
    at /home/richard/src/gcc-4_2-branch/gcc/varasm.c:3229
#7  0x08203912 in emit_move_insn (x=0xb7c768e0, y=0xb7c419a8)
    at /home/richard/src/gcc-4_2-branch/gcc/expr.c:3288
#8  0x0847af6f in ix86_expand_vector_init (mmx_ok=0 '\0', target=0xb7c768e0,
    vals=0xb7c419a0)
    at /home/richard/src/gcc-4_2-branch/gcc/config/i386/i386.c:18428


-- 
           Summary: gcc.target/i386/vectorize1.c ICEs
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rguenth at gcc dot gnu dot org
GCC target triplet: i?86-*-*
 BugsThisDependsOn: 28915


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


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

* [Bug target/30222] gcc.target/i386/vectorize1.c ICEs
  2006-12-15 15:25 [Bug target/30222] New: gcc.target/i386/vectorize1.c ICEs rguenth at gcc dot gnu dot org
@ 2006-12-15 15:30 ` pinskia at gcc dot gnu dot org
  2007-01-18  2:33 ` howarth at nitro dot med dot uc dot edu
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-12-15 15:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-12-15 15:30 -------
Part of the orginal patch was not applied.  It was only applied to the trunk as
it was also part of Roger's patch.


-- 


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


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

* [Bug target/30222] gcc.target/i386/vectorize1.c ICEs
  2006-12-15 15:25 [Bug target/30222] New: gcc.target/i386/vectorize1.c ICEs rguenth at gcc dot gnu dot org
  2006-12-15 15:30 ` [Bug target/30222] " pinskia at gcc dot gnu dot org
@ 2007-01-18  2:33 ` howarth at nitro dot med dot uc dot edu
  2007-02-13 14:21 ` Wolfgang_Lietz at t-online dot de
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: howarth at nitro dot med dot uc dot edu @ 2007-01-18  2:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from howarth at nitro dot med dot uc dot edu  2007-01-18 02:32 -------
What target milestone is this bug? If it is meant to be 4.2.0, shouldn't the
missing section of the original patch be applied to gcc 4.2 branch?


-- 


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


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

* [Bug target/30222] gcc.target/i386/vectorize1.c ICEs
  2006-12-15 15:25 [Bug target/30222] New: gcc.target/i386/vectorize1.c ICEs rguenth at gcc dot gnu dot org
  2006-12-15 15:30 ` [Bug target/30222] " pinskia at gcc dot gnu dot org
  2007-01-18  2:33 ` howarth at nitro dot med dot uc dot edu
@ 2007-02-13 14:21 ` Wolfgang_Lietz at t-online dot de
  2007-03-16 19:23 ` brett dot albertson at stratech dot com
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Wolfgang_Lietz at t-online dot de @ 2007-02-13 14:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from Wolfgang_Lietz at t-online dot de  2007-02-13 14:21 -------
Created an attachment (id=13046)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13046&action=view)
log file with compiler info and *.i

4.2.0 20070212
ICE found while running the test suite


-- 


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


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

* [Bug target/30222] gcc.target/i386/vectorize1.c ICEs
  2006-12-15 15:25 [Bug target/30222] New: gcc.target/i386/vectorize1.c ICEs rguenth at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2007-02-13 14:21 ` Wolfgang_Lietz at t-online dot de
@ 2007-03-16 19:23 ` brett dot albertson at stratech dot com
  2007-04-13 13:25 ` [Bug target/30222] [4.2 Regression] " jsm28 at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: brett dot albertson at stratech dot com @ 2007-03-16 19:23 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from brett dot albertson at stratech dot com  2007-03-16 19:23 -------
Is this slated to be fixed before 4.2.0 comes out?  Also, I think this can be
marked as confirmed.

Brett


-- 


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


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

* [Bug target/30222] [4.2 Regression] gcc.target/i386/vectorize1.c ICEs
  2006-12-15 15:25 [Bug target/30222] New: gcc.target/i386/vectorize1.c ICEs rguenth at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2007-03-16 19:23 ` brett dot albertson at stratech dot com
@ 2007-04-13 13:25 ` jsm28 at gcc dot gnu dot org
  2007-04-15 21:04 ` mmitchel at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2007-04-13 13:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from jsm28 at gcc dot gnu dot org  2007-04-13 14:24 -------
Confirmed, a regression in 4.2.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-04-13 14:24:55
               date|                            |
            Summary|gcc.target/i386/vectorize1.c|[4.2 Regression]
                   |ICEs                        |gcc.target/i386/vectorize1.c
                   |                            |ICEs
   Target Milestone|---                         |4.2.0


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


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

* [Bug target/30222] [4.2 Regression] gcc.target/i386/vectorize1.c ICEs
  2006-12-15 15:25 [Bug target/30222] New: gcc.target/i386/vectorize1.c ICEs rguenth at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2007-04-13 13:25 ` [Bug target/30222] [4.2 Regression] " jsm28 at gcc dot gnu dot org
@ 2007-04-15 21:04 ` mmitchel at gcc dot gnu dot org
  2007-04-24 21:43 ` mmitchel at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-04-15 21:04 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=30222


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

* [Bug target/30222] [4.2 Regression] gcc.target/i386/vectorize1.c ICEs
  2006-12-15 15:25 [Bug target/30222] New: gcc.target/i386/vectorize1.c ICEs rguenth at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2007-04-15 21:04 ` mmitchel at gcc dot gnu dot org
@ 2007-04-24 21:43 ` mmitchel at gcc dot gnu dot org
  2007-04-25  5:30 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-04-24 21:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from mmitchel at gcc dot gnu dot org  2007-04-24 22:43 -------
Andrew, can you identify whatever portion of this patch has not yet been
applied to 4.2?


-- 

mmitchel at gcc dot gnu dot org changed:

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


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


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

* [Bug target/30222] [4.2 Regression] gcc.target/i386/vectorize1.c ICEs
  2006-12-15 15:25 [Bug target/30222] New: gcc.target/i386/vectorize1.c ICEs rguenth at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2007-04-24 21:43 ` mmitchel at gcc dot gnu dot org
@ 2007-04-25  5:30 ` pinskia at gcc dot gnu dot org
  2007-04-25  5:33 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-04-25  5:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from pinskia at gcc dot gnu dot org  2007-04-25 06:30 -------
(In reply to comment #6)
> Andrew, can you identify whatever portion of this patch has not yet been
> applied to 4.2?

This portion which was part of my original submitial (though Roger found it
when he was fixing a different issue):
2006-11-10  Roger Sayle  <roger@eyesopen.com>

        * expmed.c (make_tree): Use the correct type, i.e. the inner
        type, when constructing the individual elements of a CONST_VECTOR.

Let me attach this portion of the patch.


-- 


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


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

* [Bug target/30222] [4.2 Regression] gcc.target/i386/vectorize1.c ICEs
  2006-12-15 15:25 [Bug target/30222] New: gcc.target/i386/vectorize1.c ICEs rguenth at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2007-04-25  5:30 ` pinskia at gcc dot gnu dot org
@ 2007-04-25  5:33 ` pinskia at gcc dot gnu dot org
  2007-04-25  5:43 ` pinskia at gcc dot gnu dot org
  2007-04-25  5:44 ` pinskia at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-04-25  5:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from pinskia at gcc dot gnu dot org  2007-04-25 06:32 -------
I made a note of it when Roger submitted the patch:
http://gcc.gnu.org/ml/gcc-patches/2006-11/msg00704.html


-- 


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


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

* [Bug target/30222] [4.2 Regression] gcc.target/i386/vectorize1.c ICEs
  2006-12-15 15:25 [Bug target/30222] New: gcc.target/i386/vectorize1.c ICEs rguenth at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2007-04-25  5:33 ` pinskia at gcc dot gnu dot org
@ 2007-04-25  5:43 ` pinskia at gcc dot gnu dot org
  2007-04-25  5:44 ` pinskia at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-04-25  5:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from pinskia at gcc dot gnu dot org  2007-04-25 06:43 -------
Subject: Bug 30222

Author: pinskia
Date: Wed Apr 25 06:43:32 2007
New Revision: 124140

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124140
Log:
2007-04-24  Andrew Pinski  <andrew_pinski@playstation.sony.com>
            Roger Sayle  <roger@eyesopen.com>

        PR middle-end/30222
        * expmed.c (make_tree): Use the correct type, i.e. the inner
        type, when constructing the individual elements of a CONST_VECTOR.


Modified:
    branches/gcc-4_2-branch/gcc/ChangeLog
    branches/gcc-4_2-branch/gcc/expmed.c


-- 


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


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

* [Bug target/30222] [4.2 Regression] gcc.target/i386/vectorize1.c ICEs
  2006-12-15 15:25 [Bug target/30222] New: gcc.target/i386/vectorize1.c ICEs rguenth at gcc dot gnu dot org
                   ` (9 preceding siblings ...)
  2007-04-25  5:43 ` pinskia at gcc dot gnu dot org
@ 2007-04-25  5:44 ` pinskia at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-04-25  5:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from pinskia at gcc dot gnu dot org  2007-04-25 06:44 -------
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=30222


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

end of thread, other threads:[~2007-04-25  5:44 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-15 15:25 [Bug target/30222] New: gcc.target/i386/vectorize1.c ICEs rguenth at gcc dot gnu dot org
2006-12-15 15:30 ` [Bug target/30222] " pinskia at gcc dot gnu dot org
2007-01-18  2:33 ` howarth at nitro dot med dot uc dot edu
2007-02-13 14:21 ` Wolfgang_Lietz at t-online dot de
2007-03-16 19:23 ` brett dot albertson at stratech dot com
2007-04-13 13:25 ` [Bug target/30222] [4.2 Regression] " jsm28 at gcc dot gnu dot org
2007-04-15 21:04 ` mmitchel at gcc dot gnu dot org
2007-04-24 21:43 ` mmitchel at gcc dot gnu dot org
2007-04-25  5:30 ` pinskia at gcc dot gnu dot org
2007-04-25  5:33 ` pinskia at gcc dot gnu dot org
2007-04-25  5:43 ` pinskia at gcc dot gnu dot org
2007-04-25  5:44 ` 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).