public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/23082] New: internal compiler error: tree check: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746
@ 2005-07-26 16:46 p dot van-hoof at qub dot ac dot uk
  2005-07-26 16:54 ` [Bug tree-optimization/23082] " p dot van-hoof at qub dot ac dot uk
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: p dot van-hoof at qub dot ac dot uk @ 2005-07-26 16:46 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1213 bytes --]

When the attached is compiled as follows, it generates an ICE:

pluto> gcc -c -O1 -ftree-vectorize a.c
a.c: In function ‘a’:
a.c:4: internal compiler error: tree check: expected ssa_name, have var_decl in
verify_ssa, at tree-ssa.c:746
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
pluto> gcc -v
Using built-in specs.
Target: x86_64-unknown-linux-gnu
Configured with: ../gcc/configure --prefix=/usr/local/gcc410
--enable-languages=c,c++,f95
Thread model: posix
gcc version 4.1.0 20050725 (experimental)

The attached code compiles OK with gcc 4.0.1

-- 
           Summary: internal compiler error: tree check: expected ssa_name,
                    have var_decl in verify_ssa, at tree-ssa.c:746
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: p dot van-hoof at qub dot ac dot uk
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: x86_64-unknown-linux-gnu


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


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

* [Bug tree-optimization/23082] internal compiler error: tree check: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746
  2005-07-26 16:46 [Bug tree-optimization/23082] New: internal compiler error: tree check: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746 p dot van-hoof at qub dot ac dot uk
@ 2005-07-26 16:54 ` p dot van-hoof at qub dot ac dot uk
  2005-07-26 16:55 ` [Bug tree-optimization/23082] [4.1 Regression] " pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: p dot van-hoof at qub dot ac dot uk @ 2005-07-26 16:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From p dot van-hoof at qub dot ac dot uk  2005-07-26 16:46 -------
Created an attachment (id=9366)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9366&action=view)
code that causes the ICE


-- 


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


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

* [Bug tree-optimization/23082] [4.1 Regression] internal compiler error: tree check: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746
  2005-07-26 16:46 [Bug tree-optimization/23082] New: internal compiler error: tree check: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746 p dot van-hoof at qub dot ac dot uk
  2005-07-26 16:54 ` [Bug tree-optimization/23082] " p dot van-hoof at qub dot ac dot uk
@ 2005-07-26 16:55 ` pinskia at gcc dot gnu dot org
  2005-07-26 17:27 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-26 16:55 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
            Summary|internal compiler error:    |[4.1 Regression] internal
                   |tree check: expected        |compiler error: tree check:
                   |ssa_name, have var_decl in  |expected ssa_name, have
                   |verify_ssa, at tree-        |var_decl in verify_ssa, at
                   |ssa.c:746                   |tree-ssa.c:746
   Target Milestone|---                         |4.1.0


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


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

* [Bug tree-optimization/23082] [4.1 Regression] internal compiler error: tree check: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746
  2005-07-26 16:46 [Bug tree-optimization/23082] New: internal compiler error: tree check: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746 p dot van-hoof at qub dot ac dot uk
  2005-07-26 16:54 ` [Bug tree-optimization/23082] " p dot van-hoof at qub dot ac dot uk
  2005-07-26 16:55 ` [Bug tree-optimization/23082] [4.1 Regression] " pinskia at gcc dot gnu dot org
@ 2005-07-26 17:27 ` pinskia at gcc dot gnu dot org
  2005-08-06  7:03 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-26 17:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-26 17:03 -------
Confirmed, this worked on the 18th.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-07-26 17:03:04
               date|                            |


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


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

* [Bug tree-optimization/23082] [4.1 Regression] internal compiler error: tree check: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746
  2005-07-26 16:46 [Bug tree-optimization/23082] New: internal compiler error: tree check: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746 p dot van-hoof at qub dot ac dot uk
                   ` (2 preceding siblings ...)
  2005-07-26 17:27 ` pinskia at gcc dot gnu dot org
@ 2005-08-06  7:03 ` pinskia at gcc dot gnu dot org
  2005-08-12 10:47 ` c dot lemmen at fz-juelich dot de
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-06  7:03 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-06 07:02 -------
*** Bug 23247 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zlynx at acm dot org


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


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

* [Bug tree-optimization/23082] [4.1 Regression] internal compiler error: tree check: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746
  2005-07-26 16:46 [Bug tree-optimization/23082] New: internal compiler error: tree check: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746 p dot van-hoof at qub dot ac dot uk
                   ` (3 preceding siblings ...)
  2005-08-06  7:03 ` pinskia at gcc dot gnu dot org
@ 2005-08-12 10:47 ` c dot lemmen at fz-juelich dot de
  2005-08-18  3:41 ` pinskia at gcc dot gnu dot org
  2005-09-08 20:17 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: c dot lemmen at fz-juelich dot de @ 2005-08-12 10:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From c dot lemmen at fz-juelich dot de  2005-08-12 10:47 -------
Confirmed on x86_32 target using GNU F95 version 4.1.0 20050812, isn't PR23202
not a dup of this one?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |c dot lemmen at fz-juelich
                   |                            |dot de


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


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

* [Bug tree-optimization/23082] [4.1 Regression] internal compiler error: tree check: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746
  2005-07-26 16:46 [Bug tree-optimization/23082] New: internal compiler error: tree check: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746 p dot van-hoof at qub dot ac dot uk
                   ` (4 preceding siblings ...)
  2005-08-12 10:47 ` c dot lemmen at fz-juelich dot de
@ 2005-08-18  3:41 ` pinskia at gcc dot gnu dot org
  2005-09-08 20:17 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-18  3:41 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-18 03:29 -------
(In reply to comment #4)
> Confirmed on x86_32 target using GNU F95 version 4.1.0 20050812, isn't PR23202
> not a dup of this one?

No because PR 23202 is really a front-end bug and this looks like a vectorizer bug.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
 GCC target triplet|x86_64-unknown-linux-gnu    |x86_64-*-linux-gnu


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


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

* [Bug tree-optimization/23082] [4.1 Regression] internal compiler error: tree check: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746
  2005-07-26 16:46 [Bug tree-optimization/23082] New: internal compiler error: tree check: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746 p dot van-hoof at qub dot ac dot uk
                   ` (5 preceding siblings ...)
  2005-08-18  3:41 ` pinskia at gcc dot gnu dot org
@ 2005-09-08 20:17 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-09-08 20:17 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-08 20:17 -------
Fixed.

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


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


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

end of thread, other threads:[~2005-09-08 20:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-26 16:46 [Bug tree-optimization/23082] New: internal compiler error: tree check: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746 p dot van-hoof at qub dot ac dot uk
2005-07-26 16:54 ` [Bug tree-optimization/23082] " p dot van-hoof at qub dot ac dot uk
2005-07-26 16:55 ` [Bug tree-optimization/23082] [4.1 Regression] " pinskia at gcc dot gnu dot org
2005-07-26 17:27 ` pinskia at gcc dot gnu dot org
2005-08-06  7:03 ` pinskia at gcc dot gnu dot org
2005-08-12 10:47 ` c dot lemmen at fz-juelich dot de
2005-08-18  3:41 ` pinskia at gcc dot gnu dot org
2005-09-08 20:17 ` 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).