public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/21234] New: ICE in convert_move at expr.c:367
@ 2005-04-26 10:09 ps dot report at gmx dot net
  2005-04-26 10:21 ` [Bug c/21234] " ps dot report at gmx dot net
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ps dot report at gmx dot net @ 2005-04-26 10:09 UTC (permalink / raw)
  To: gcc-bugs

/opt/gcc-4.0.0/bin/gcc -march=pentium4 -ftree-vectorize
-ftree-vectorizer-verbose=1 -O2 -c signature.c

signature.c:105: note: LOOP VECTORIZED.
signature.c:88: note: LOOP VECTORIZED.
signature.c:32: note: vectorized 2 loops in function.
signature.c: In function 'TransformSignature':
signature.c:109: internal compiler error: in convert_move, at expr.c:367
Please submit a full bug report,
with preprocessed source if appropriate.

-- 
           Summary: ICE in convert_move at expr.c:367
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ps dot report at gmx dot net
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: i686-pc-linux-gnu


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


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

* [Bug c/21234] ICE in convert_move at expr.c:367
  2005-04-26 10:09 [Bug c/21234] New: ICE in convert_move at expr.c:367 ps dot report at gmx dot net
@ 2005-04-26 10:21 ` ps dot report at gmx dot net
  2005-04-26 13:19 ` [Bug tree-optimization/21234] " pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ps dot report at gmx dot net @ 2005-04-26 10:21 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ps dot report at gmx dot net  2005-04-26 10:02 -------
Created an attachment (id=8744)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8744&action=view)
Stripped down file from  ImageMagick-6.2.1/magick/signature.c

Stripped down file from  ImageMagick-6.2.1/magick/signature.c wich produces
the ICE with gcc-4.0.0.

-- 


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


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

* [Bug tree-optimization/21234] ICE in convert_move at expr.c:367
  2005-04-26 10:09 [Bug c/21234] New: ICE in convert_move at expr.c:367 ps dot report at gmx dot net
  2005-04-26 10:21 ` [Bug c/21234] " ps dot report at gmx dot net
@ 2005-04-26 13:19 ` pinskia at gcc dot gnu dot org
  2005-04-26 13:34 ` [Bug tree-optimization/21234] ICE with -ftree-vectorize " reichelt at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-26 13:19 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c                           |tree-optimization
           Keywords|                            |ice-on-valid-code


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


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

* [Bug tree-optimization/21234] ICE with -ftree-vectorize in convert_move at expr.c:367
  2005-04-26 10:09 [Bug c/21234] New: ICE in convert_move at expr.c:367 ps dot report at gmx dot net
  2005-04-26 10:21 ` [Bug c/21234] " ps dot report at gmx dot net
  2005-04-26 13:19 ` [Bug tree-optimization/21234] " pinskia at gcc dot gnu dot org
@ 2005-04-26 13:34 ` reichelt at gcc dot gnu dot org
  2005-05-13 13:55 ` hurbain at cri dot ensmp dot fr
  2005-08-03 14:35 ` reichelt at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2005-04-26 13:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From reichelt at gcc dot gnu dot org  2005-04-26 13:33 -------
Confirmed.

Reduced testcase that crashes with -O -ftree-vectorize -march=pentium4:

================================
int foo(int j)
{
    int i, a[4];

    for (i = 0; i < 4; i++)
        a[i] = j << 1;

    return a[0];
}
================================


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |monitored
   Last reconfirmed|0000-00-00 00:00:00         |2005-04-26 13:33:58
               date|                            |
            Summary|ICE in convert_move at      |ICE with -ftree-vectorize in
                   |expr.c:367                  |convert_move at expr.c:367


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


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

* [Bug tree-optimization/21234] ICE with -ftree-vectorize in convert_move at expr.c:367
  2005-04-26 10:09 [Bug c/21234] New: ICE in convert_move at expr.c:367 ps dot report at gmx dot net
                   ` (2 preceding siblings ...)
  2005-04-26 13:34 ` [Bug tree-optimization/21234] ICE with -ftree-vectorize " reichelt at gcc dot gnu dot org
@ 2005-05-13 13:55 ` hurbain at cri dot ensmp dot fr
  2005-08-03 14:35 ` reichelt at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: hurbain at cri dot ensmp dot fr @ 2005-05-13 13:55 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hurbain at cri dot ensmp dot fr  2005-05-13 13:55 -------
I encountered this bug too with a very similar code on GCC 4.1 snapshot 20050424
with options -O2 -msse2 -ftree-vectorize.

-- 


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


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

* [Bug tree-optimization/21234] ICE with -ftree-vectorize in convert_move at expr.c:367
  2005-04-26 10:09 [Bug c/21234] New: ICE in convert_move at expr.c:367 ps dot report at gmx dot net
                   ` (3 preceding siblings ...)
  2005-05-13 13:55 ` hurbain at cri dot ensmp dot fr
@ 2005-08-03 14:35 ` reichelt at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2005-08-03 14:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From reichelt at gcc dot gnu dot org  2005-08-03 14:35 -------
This is a duplicate of PR22480.

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

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


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


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

end of thread, other threads:[~2005-08-03 14:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-26 10:09 [Bug c/21234] New: ICE in convert_move at expr.c:367 ps dot report at gmx dot net
2005-04-26 10:21 ` [Bug c/21234] " ps dot report at gmx dot net
2005-04-26 13:19 ` [Bug tree-optimization/21234] " pinskia at gcc dot gnu dot org
2005-04-26 13:34 ` [Bug tree-optimization/21234] ICE with -ftree-vectorize " reichelt at gcc dot gnu dot org
2005-05-13 13:55 ` hurbain at cri dot ensmp dot fr
2005-08-03 14:35 ` reichelt 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).