public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/24793]  New: ICE: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746
@ 2005-11-11 12:14 rguenth at gcc dot gnu dot org
  2005-11-11 12:15 ` [Bug tree-optimization/24793] " rguenth at gcc dot gnu dot org
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2005-11-11 12:14 UTC (permalink / raw)
  To: gcc-bugs

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

The tree check after IVOPTs is reporting

/opt/gcc/4.1-devel/bin/gfortran -S -o /dev/null -O1 -m32 grd2c.fppized.min.f
grd2c.fppized.min.f: In function ‘jkbcdf’:
grd2c.fppized.min.f:34: 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.


-- 
           Summary: ICE: expected ssa_name, have var_decl in verify_ssa, at
                    tree-ssa.c:746
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: ice-on-invalid-code
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rguenth at gcc dot gnu dot org
GCC target triplet: x86_64-*-linux-gnu


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


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

* [Bug tree-optimization/24793] ICE: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746
  2005-11-11 12:14 [Bug tree-optimization/24793] New: ICE: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746 rguenth at gcc dot gnu dot org
@ 2005-11-11 12:15 ` rguenth at gcc dot gnu dot org
  2005-11-11 16:48 ` [Bug tree-optimization/24793] [4.1 Regression] " pinskia at gcc dot gnu dot org
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2005-11-11 12:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from rguenth at gcc dot gnu dot org  2005-11-11 12:15 -------
Created an attachment (id=10213)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10213&action=view)
reduced testcase

Testcase is from SPEC 2006 416.gamess


-- 


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


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

* [Bug tree-optimization/24793] [4.1 Regression] ICE: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746
  2005-11-11 12:14 [Bug tree-optimization/24793] New: ICE: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746 rguenth at gcc dot gnu dot org
  2005-11-11 12:15 ` [Bug tree-optimization/24793] " rguenth at gcc dot gnu dot org
@ 2005-11-11 16:48 ` pinskia at gcc dot gnu dot org
  2005-11-11 16:51 ` [Bug fortran/24793] " pinskia at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-11-11 16:48 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical
      Known to fail|                            |4.1.0
      Known to work|                            |4.0.0
            Summary|ICE: expected ssa_name, have|[4.1 Regression] ICE:
                   |var_decl in verify_ssa, at  |expected ssa_name, have
                   |tree-ssa.c:746              |var_decl in verify_ssa, at
                   |                            |tree-ssa.c:746


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


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

* [Bug fortran/24793] [4.1 Regression] ICE: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746
  2005-11-11 12:14 [Bug tree-optimization/24793] New: ICE: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746 rguenth at gcc dot gnu dot org
  2005-11-11 12:15 ` [Bug tree-optimization/24793] " rguenth at gcc dot gnu dot org
  2005-11-11 16:48 ` [Bug tree-optimization/24793] [4.1 Regression] " pinskia at gcc dot gnu dot org
@ 2005-11-11 16:51 ` pinskia at gcc dot gnu dot org
  2005-11-11 16:58 ` pinskia at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-11-11 16:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2005-11-11 16:51 -------
This is a fortran front-end bug.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|tree-optimization           |fortran
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-11-11 16:51:48
               date|                            |


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


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

* [Bug fortran/24793] [4.1 Regression] ICE: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746
  2005-11-11 12:14 [Bug tree-optimization/24793] New: ICE: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746 rguenth at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-11-11 16:51 ` [Bug fortran/24793] " pinskia at gcc dot gnu dot org
@ 2005-11-11 16:58 ` pinskia at gcc dot gnu dot org
  2005-11-11 17:00 ` pinskia at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-11-11 16:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2005-11-11 16:58 -------
This is related to PR 23202.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |23202


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


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

* [Bug fortran/24793] [4.1 Regression] ICE: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746
  2005-11-11 12:14 [Bug tree-optimization/24793] New: ICE: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746 rguenth at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-11-11 16:58 ` pinskia at gcc dot gnu dot org
@ 2005-11-11 17:00 ` pinskia at gcc dot gnu dot org
  2005-11-11 20:47 ` janis at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-11-11 17:00 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P5
   Target Milestone|---                         |4.1.0


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


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

* [Bug fortran/24793] [4.1 Regression] ICE: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746
  2005-11-11 12:14 [Bug tree-optimization/24793] New: ICE: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746 rguenth at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2005-11-11 17:00 ` pinskia at gcc dot gnu dot org
@ 2005-11-11 20:47 ` janis at gcc dot gnu dot org
  2005-11-16 12:13 ` rakdver at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: janis at gcc dot gnu dot org @ 2005-11-11 20:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from janis at gcc dot gnu dot org  2005-11-11 20:47 -------
The failure begins with the first part of the structure aliasing changes:

r96362 | dberlin | 2005-03-13 00:46:07 +0000 (Sun, 13 Mar 2005) | 68 lines

http://gcc.gnu.org/viewcvs?view=rev&rev=96362

The testcase for PR23202 begins failing with the same patch.


-- 


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


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

* [Bug fortran/24793] [4.1 Regression] ICE: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746
  2005-11-11 12:14 [Bug tree-optimization/24793] New: ICE: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746 rguenth at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2005-11-11 20:47 ` janis at gcc dot gnu dot org
@ 2005-11-16 12:13 ` rakdver at gcc dot gnu dot org
  2005-11-17 12:33 ` rakdver at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: rakdver at gcc dot gnu dot org @ 2005-11-16 12:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from rakdver at gcc dot gnu dot org  2005-11-16 12:13 -------
A patch is here (only the ivopts and get_tmr_operands parts).  I am retesting
it now.
http://gcc.gnu.org/ml/gcc-patches/2005-08/msg01608.html


-- 


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


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

* [Bug fortran/24793] [4.1 Regression] ICE: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746
  2005-11-11 12:14 [Bug tree-optimization/24793] New: ICE: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746 rguenth at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2005-11-16 12:13 ` rakdver at gcc dot gnu dot org
@ 2005-11-17 12:33 ` rakdver at gcc dot gnu dot org
  2005-11-17 15:16 ` [Bug tree-optimization/24793] " rguenth at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: rakdver at gcc dot gnu dot org @ 2005-11-17 12:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from rakdver at gcc dot gnu dot org  2005-11-17 12:33 -------
Patch:

http://gcc.gnu.org/ml/gcc-patches/2005-11/msg01283.html


-- 

rakdver at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://gcc.gnu.org/ml/gcc-
                   |                            |patches/2005-
                   |                            |11/msg01283.html
           Keywords|                            |patch


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


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

* [Bug tree-optimization/24793] [4.1 Regression] ICE: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746
  2005-11-11 12:14 [Bug tree-optimization/24793] New: ICE: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746 rguenth at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2005-11-17 12:33 ` rakdver at gcc dot gnu dot org
@ 2005-11-17 15:16 ` rguenth at gcc dot gnu dot org
  2005-11-19  2:09 ` mmitchel at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2005-11-17 15:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from rguenth at gcc dot gnu dot org  2005-11-17 15:16 -------
Not a frontend bug.  P3.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|fortran                     |tree-optimization
           Priority|P5                          |P3


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


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

* [Bug tree-optimization/24793] [4.1 Regression] ICE: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746
  2005-11-11 12:14 [Bug tree-optimization/24793] New: ICE: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746 rguenth at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2005-11-17 15:16 ` [Bug tree-optimization/24793] " rguenth at gcc dot gnu dot org
@ 2005-11-19  2:09 ` mmitchel at gcc dot gnu dot org
  2005-12-07  6:06 ` [Bug tree-optimization/24793] [4.1/4.2 " pault at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-11-19  2:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from mmitchel at gcc dot gnu dot org  2005-11-19 02:09 -------
Showstopper.


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1


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


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

* [Bug tree-optimization/24793] [4.1/4.2 Regression] ICE: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746
  2005-11-11 12:14 [Bug tree-optimization/24793] New: ICE: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746 rguenth at gcc dot gnu dot org
                   ` (9 preceding siblings ...)
  2005-11-19  2:09 ` mmitchel at gcc dot gnu dot org
@ 2005-12-07  6:06 ` pault at gcc dot gnu dot org
  2005-12-19 20:10 ` rakdver at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: pault at gcc dot gnu dot org @ 2005-12-07  6:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from pault at gcc dot gnu dot org  2005-12-07 06:06 -------
(In reply to comment #8)
> Showstopper.
> 
What is the status on this one?

Paul T


-- 


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


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

* [Bug tree-optimization/24793] [4.1/4.2 Regression] ICE: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746
  2005-11-11 12:14 [Bug tree-optimization/24793] New: ICE: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746 rguenth at gcc dot gnu dot org
                   ` (10 preceding siblings ...)
  2005-12-07  6:06 ` [Bug tree-optimization/24793] [4.1/4.2 " pault at gcc dot gnu dot org
@ 2005-12-19 20:10 ` rakdver at gcc dot gnu dot org
  2005-12-19 23:18 ` [Bug tree-optimization/24793] [4.1 " steven at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: rakdver at gcc dot gnu dot org @ 2005-12-19 20:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from rakdver at gcc dot gnu dot org  2005-12-19 20:10 -------
Subject: Bug 24793

Author: rakdver
Date: Mon Dec 19 20:10:11 2005
New Revision: 108808

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108808
Log:
        PR tree-optimization/24793
        * tree-ssa-loop-ivopts.c (get_ref_tag): Remember the
        original reference if there are subvars.
        * tree-ssa-operands.c (get_tmr_operands): Handle subvars.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-ssa-loop-ivopts.c
    trunk/gcc/tree-ssa-operands.c


-- 


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


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

* [Bug tree-optimization/24793] [4.1 Regression] ICE: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746
  2005-11-11 12:14 [Bug tree-optimization/24793] New: ICE: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746 rguenth at gcc dot gnu dot org
                   ` (11 preceding siblings ...)
  2005-12-19 20:10 ` rakdver at gcc dot gnu dot org
@ 2005-12-19 23:18 ` steven at gcc dot gnu dot org
  2005-12-20 20:54 ` rguenth at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: steven at gcc dot gnu dot org @ 2005-12-19 23:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from steven at gcc dot gnu dot org  2005-12-19 23:18 -------
Should be fixed on the trunk.


-- 

steven at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.1/4.2 Regression] ICE:   |[4.1 Regression] ICE:
                   |expected ssa_name, have     |expected ssa_name, have
                   |var_decl in verify_ssa, at  |var_decl in verify_ssa, at
                   |tree-ssa.c:746              |tree-ssa.c:746


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


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

* [Bug tree-optimization/24793] [4.1 Regression] ICE: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746
  2005-11-11 12:14 [Bug tree-optimization/24793] New: ICE: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746 rguenth at gcc dot gnu dot org
                   ` (12 preceding siblings ...)
  2005-12-19 23:18 ` [Bug tree-optimization/24793] [4.1 " steven at gcc dot gnu dot org
@ 2005-12-20 20:54 ` rguenth at gcc dot gnu dot org
  2005-12-21 15:49 ` rakdver at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2005-12-20 20:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from rguenth at gcc dot gnu dot org  2005-12-20 20:54 -------
Zdenek, please apply to 4.1, too.


-- 

rguenth at gcc dot gnu dot org changed:

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


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


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

* [Bug tree-optimization/24793] [4.1 Regression] ICE: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746
  2005-11-11 12:14 [Bug tree-optimization/24793] New: ICE: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746 rguenth at gcc dot gnu dot org
                   ` (13 preceding siblings ...)
  2005-12-20 20:54 ` rguenth at gcc dot gnu dot org
@ 2005-12-21 15:49 ` rakdver at gcc dot gnu dot org
  2005-12-21 16:45 ` jakub at gcc dot gnu dot org
  2006-01-02 13:53 ` rguenth at gcc dot gnu dot org
  16 siblings, 0 replies; 18+ messages in thread
From: rakdver at gcc dot gnu dot org @ 2005-12-21 15:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from rakdver at gcc dot gnu dot org  2005-12-21 15:49 -------
Subject: Bug 24793

Author: rakdver
Date: Wed Dec 21 15:49:19 2005
New Revision: 108910

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108910
Log:
        PR tree-optimization/24793
        * tree-ssa-loop-ivopts.c (get_ref_tag): Remember the
        original reference if there are subvars.
        * tree-ssa-operands.c (get_tmr_operands): Handle subvars.


Modified:
    branches/gcc-4_1-branch/gcc/ChangeLog
    branches/gcc-4_1-branch/gcc/tree-ssa-loop-ivopts.c
    branches/gcc-4_1-branch/gcc/tree-ssa-operands.c


-- 


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


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

* [Bug tree-optimization/24793] [4.1 Regression] ICE: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746
  2005-11-11 12:14 [Bug tree-optimization/24793] New: ICE: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746 rguenth at gcc dot gnu dot org
                   ` (14 preceding siblings ...)
  2005-12-21 15:49 ` rakdver at gcc dot gnu dot org
@ 2005-12-21 16:45 ` jakub at gcc dot gnu dot org
  2006-01-02 13:53 ` rguenth at gcc dot gnu dot org
  16 siblings, 0 replies; 18+ messages in thread
From: jakub at gcc dot gnu dot org @ 2005-12-21 16:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from jakub at gcc dot gnu dot org  2005-12-21 16:45 -------
Fixed.


-- 

jakub at gcc dot gnu dot org changed:

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


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


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

* [Bug tree-optimization/24793] [4.1 Regression] ICE: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746
  2005-11-11 12:14 [Bug tree-optimization/24793] New: ICE: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746 rguenth at gcc dot gnu dot org
                   ` (15 preceding siblings ...)
  2005-12-21 16:45 ` jakub at gcc dot gnu dot org
@ 2006-01-02 13:53 ` rguenth at gcc dot gnu dot org
  16 siblings, 0 replies; 18+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2006-01-02 13:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from rguenth at gcc dot gnu dot org  2006-01-02 13:53 -------
*** Bug 23202 has been marked as a duplicate of this bug. ***


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dir at lanl dot gov
Bug 24793 depends on bug 23202, which changed state.

Bug 23202 Summary: [4.1/4.2 Regression] internal compiler error: tree check: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23202

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE

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



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

end of thread, other threads:[~2006-01-02 13:53 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-11 12:14 [Bug tree-optimization/24793] New: ICE: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746 rguenth at gcc dot gnu dot org
2005-11-11 12:15 ` [Bug tree-optimization/24793] " rguenth at gcc dot gnu dot org
2005-11-11 16:48 ` [Bug tree-optimization/24793] [4.1 Regression] " pinskia at gcc dot gnu dot org
2005-11-11 16:51 ` [Bug fortran/24793] " pinskia at gcc dot gnu dot org
2005-11-11 16:58 ` pinskia at gcc dot gnu dot org
2005-11-11 17:00 ` pinskia at gcc dot gnu dot org
2005-11-11 20:47 ` janis at gcc dot gnu dot org
2005-11-16 12:13 ` rakdver at gcc dot gnu dot org
2005-11-17 12:33 ` rakdver at gcc dot gnu dot org
2005-11-17 15:16 ` [Bug tree-optimization/24793] " rguenth at gcc dot gnu dot org
2005-11-19  2:09 ` mmitchel at gcc dot gnu dot org
2005-12-07  6:06 ` [Bug tree-optimization/24793] [4.1/4.2 " pault at gcc dot gnu dot org
2005-12-19 20:10 ` rakdver at gcc dot gnu dot org
2005-12-19 23:18 ` [Bug tree-optimization/24793] [4.1 " steven at gcc dot gnu dot org
2005-12-20 20:54 ` rguenth at gcc dot gnu dot org
2005-12-21 15:49 ` rakdver at gcc dot gnu dot org
2005-12-21 16:45 ` jakub at gcc dot gnu dot org
2006-01-02 13:53 ` 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).