public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/48499] New: [4.7 regression] ICE compiling 64-bit gcc.dg/vect/{slp-21.c, no-vfa-pr29145.c} on SPARC
@ 2011-04-07 17:43 ro at gcc dot gnu.org
  2011-04-07 17:52 ` [Bug tree-optimization/48499] " ebotcazou at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ro at gcc dot gnu.org @ 2011-04-07 17:43 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [4.7 regression] ICE compiling 64-bit
                    gcc.dg/vect/{slp-21.c, no-vfa-pr29145.c} on SPARC
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: ro@gcc.gnu.org
                CC: ebotcazou@gcc.gnu.org
              Host: sparc*-*-*
            Target: sparc*-*-*
             Build: sparc*-*-*


Since at least 20110331, two 64-bit gcc.dg/vect tests FAIL with an ICE:

$ /var/gcc/regression/trunk/11-gcc/build/gcc/xgcc
-B/var/gcc/regression/trunk/11-gcc/build/gcc/
/vol/gcc/src/hg/trunk/local/gcc/testsuite/gcc.dg/vect/slp-21.c -mcpu=ultrasparc
-mvis -ftree-vectorize -fno-vect-cost-model -O2 -fdump-tree-vect-details -lm
-m64 -o ./slp-21.exe
/vol/gcc/src/hg/trunk/local/gcc/testsuite/gcc.dg/vect/slp-21.c: In function
'main1':
/vol/gcc/src/hg/trunk/local/gcc/testsuite/gcc.dg/vect/slp-21.c:191:1: error:
unrecognizable insn:
(insn 637 123 634 2 (set (reg:V4HI 4 %g4)
        (mem/u/c/i:V4HI (symbol_ref/u:DI ("*.LLC0") [flags 0x2]) [2 S8 A64]))
/vol/gcc/src/hg/trunk/local/gcc/testsuite/gcc.dg/vect/slp-21.c:9 -1
     (nil))
/vol/gcc/src/hg/trunk/local/gcc/testsuite/gcc.dg/vect/slp-21.c:191:1: internal
compiler error: in extract_insn, at recog.c:2109

$ /var/gcc/regression/trunk/11-gcc/build/gcc/xgcc
-B/var/gcc/regression/trunk/11-gcc/build/gcc/
/vol/gcc/src/hg/trunk/local/gcc/testsuite/gcc.dg/vect/no-vfa-pr29145.c
-mcpu=ultrasparc -mvis -ftree-vectorize -fno-vect-cost-model -O2
-fdump-tree-vect-details --param vect-max-version-for-alias-checks=0 -lm -m64
-o ./no-vfa-pr29145.exe
/vol/gcc/src/hg/trunk/local/gcc/testsuite/gcc.dg/vect/no-vfa-pr29145.c: In
function 'main':
/vol/gcc/src/hg/trunk/local/gcc/testsuite/gcc.dg/vect/no-vfa-pr29145.c:49:1:
error: unrecognizable insn:
(insn 135 45 132 2 (set (reg:V2SI 3 %g3)
        (mem/u/c/i:V2SI (symbol_ref/u:DI ("*.LLC0") [flags 0x2]) [2 S8 A64]))
/vol/gcc/src/hg/trunk/local/gcc/testsuite/gcc.dg/vect/no-vfa-pr29145.c:35 -1
     (nil))
/vol/gcc/src/hg/trunk/local/gcc/testsuite/gcc.dg/vect/no-vfa-pr29145.c:49:1:
internal compiler error: in extract_insn, at recog.c:2109

This is a regression from 4.6.


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

* [Bug tree-optimization/48499] [4.7 regression] ICE compiling 64-bit gcc.dg/vect/{slp-21.c, no-vfa-pr29145.c} on SPARC
  2011-04-07 17:43 [Bug tree-optimization/48499] New: [4.7 regression] ICE compiling 64-bit gcc.dg/vect/{slp-21.c, no-vfa-pr29145.c} on SPARC ro at gcc dot gnu.org
@ 2011-04-07 17:52 ` ebotcazou at gcc dot gnu.org
  2011-04-08 10:09 ` rguenth at gcc dot gnu.org
  2011-06-27  9:10 ` ebotcazou at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2011-04-07 17:52 UTC (permalink / raw)
  To: gcc-bugs

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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011.04.07 17:52:14
     Ever Confirmed|0                           |1

--- Comment #1 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-04-07 17:52:14 UTC ---
Vector support is quite damaged on the SPARC because of the recent IRA changes.


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

* [Bug tree-optimization/48499] [4.7 regression] ICE compiling 64-bit gcc.dg/vect/{slp-21.c, no-vfa-pr29145.c} on SPARC
  2011-04-07 17:43 [Bug tree-optimization/48499] New: [4.7 regression] ICE compiling 64-bit gcc.dg/vect/{slp-21.c, no-vfa-pr29145.c} on SPARC ro at gcc dot gnu.org
  2011-04-07 17:52 ` [Bug tree-optimization/48499] " ebotcazou at gcc dot gnu.org
@ 2011-04-08 10:09 ` rguenth at gcc dot gnu.org
  2011-06-27  9:10 ` ebotcazou at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-04-08 10:09 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.7.0


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

* [Bug tree-optimization/48499] [4.7 regression] ICE compiling 64-bit gcc.dg/vect/{slp-21.c, no-vfa-pr29145.c} on SPARC
  2011-04-07 17:43 [Bug tree-optimization/48499] New: [4.7 regression] ICE compiling 64-bit gcc.dg/vect/{slp-21.c, no-vfa-pr29145.c} on SPARC ro at gcc dot gnu.org
  2011-04-07 17:52 ` [Bug tree-optimization/48499] " ebotcazou at gcc dot gnu.org
  2011-04-08 10:09 ` rguenth at gcc dot gnu.org
@ 2011-06-27  9:10 ` ebotcazou at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2011-06-27  9:10 UTC (permalink / raw)
  To: gcc-bugs

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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

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

--- Comment #2 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-06-27 09:10:11 UTC ---
No more ICEs by me.


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

end of thread, other threads:[~2011-06-27  9:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-07 17:43 [Bug tree-optimization/48499] New: [4.7 regression] ICE compiling 64-bit gcc.dg/vect/{slp-21.c, no-vfa-pr29145.c} on SPARC ro at gcc dot gnu.org
2011-04-07 17:52 ` [Bug tree-optimization/48499] " ebotcazou at gcc dot gnu.org
2011-04-08 10:09 ` rguenth at gcc dot gnu.org
2011-06-27  9:10 ` ebotcazou at gcc dot gnu.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).