public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/18706] New: ACATS cc1221c and ce2208b ICE expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:637
@ 2004-11-28 18:31 laurent at guerby dot net
  2004-11-28 18:32 ` [Bug ada/18706] " pinskia at gcc dot gnu dot org
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: laurent at guerby dot net @ 2004-11-28 18:31 UTC (permalink / raw)
  To: gcc-bugs

This occurs on powerpc-darwin only (works on x86 and x86_64). Andrew Pinski
commented: "most likely not renaming VOPS after getting the new virtual ops".

+===========================GNAT BUG DETECTED==============================+
| 4.0.0 20041127 (experimental) (powerpc-apple-darwin7.6.0) GCC error:     |
| tree check: expected ssa_name, have var_decl in verify_ssa, at           |
|    tree-ssa.c:637                                                        |
| Error detected at cc1221c.adb:195:5                                      |

+===========================GNAT BUG DETECTED==============================+
| 4.0.0 20041127 (experimental) (powerpc-apple-darwin7.6.0) GCC error:     |
| tree check: expected ssa_name, have var_decl in verify_ssa, at           |
|    tree-ssa.c:637                                                        |
| Error detected at ce2208b.adb:185:5                                      |

-- 
           Summary: ACATS cc1221c and ce2208b ICE expected ssa_name, have
                    var_decl in verify_ssa, at tree-ssa.c:637
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P2
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: laurent at guerby dot net
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug ada/18706] ACATS cc1221c and ce2208b ICE expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:637
  2004-11-28 18:31 [Bug ada/18706] New: ACATS cc1221c and ce2208b ICE expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:637 laurent at guerby dot net
@ 2004-11-28 18:32 ` pinskia at gcc dot gnu dot org
  2004-12-01 12:48 ` [Bug tree-optimization/18706] [4.0 Regression] " pinskia at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-28 18:32 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

* [Bug tree-optimization/18706] [4.0 Regression] ACATS cc1221c and ce2208b ICE expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:637
  2004-11-28 18:31 [Bug ada/18706] New: ACATS cc1221c and ce2208b ICE expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:637 laurent at guerby dot net
  2004-11-28 18:32 ` [Bug ada/18706] " pinskia at gcc dot gnu dot org
@ 2004-12-01 12:48 ` pinskia at gcc dot gnu dot org
  2004-12-01 12:56 ` pinskia at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-01 12:48 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-01 12:48 -------
Confirmed, will be fixed by the patch for PR 18746 so mine.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |18746
         AssignedTo|unassigned at gcc dot gnu   |pinskia at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
          Component|ada                         |tree-optimization
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-12-01 12:48:16
               date|                            |
            Summary|ACATS cc1221c and ce2208b   |[4.0 Regression] ACATS
                   |ICE expected ssa_name, have |cc1221c and ce2208b ICE
                   |var_decl in verify_ssa, at  |expected ssa_name, have
                   |tree-ssa.c:637              |var_decl in verify_ssa, at
                   |                            |tree-ssa.c:637
   Target Milestone|---                         |4.0.0


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


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

* [Bug tree-optimization/18706] [4.0 Regression] ACATS cc1221c and ce2208b ICE expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:637
  2004-11-28 18:31 [Bug ada/18706] New: ACATS cc1221c and ce2208b ICE expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:637 laurent at guerby dot net
  2004-11-28 18:32 ` [Bug ada/18706] " pinskia at gcc dot gnu dot org
  2004-12-01 12:48 ` [Bug tree-optimization/18706] [4.0 Regression] " pinskia at gcc dot gnu dot org
@ 2004-12-01 12:56 ` pinskia at gcc dot gnu dot org
  2004-12-01 13:28 ` pinskia at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-01 12:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-01 12:53 -------
I should note after my patch for 18746, I have only 42 failures left.  This is without changing ZCX.

# of unexpected failures        42

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|18664                       |
              nThis|                            |


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


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

* [Bug tree-optimization/18706] [4.0 Regression] ACATS cc1221c and ce2208b ICE expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:637
  2004-11-28 18:31 [Bug ada/18706] New: ACATS cc1221c and ce2208b ICE expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:637 laurent at guerby dot net
                   ` (2 preceding siblings ...)
  2004-12-01 12:56 ` pinskia at gcc dot gnu dot org
@ 2004-12-01 13:28 ` pinskia at gcc dot gnu dot org
  2004-12-01 23:53 ` pinskia at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-01 13:28 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-01 13:16 -------
Actually it only fixes cc1221c but not ce2208b which looks still related.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|pinskia at gcc dot gnu dot  |unassigned at gcc dot gnu
                   |org                         |dot org
             Status|ASSIGNED                    |NEW


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


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

* [Bug tree-optimization/18706] [4.0 Regression] ACATS cc1221c and ce2208b ICE expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:637
  2004-11-28 18:31 [Bug ada/18706] New: ACATS cc1221c and ce2208b ICE expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:637 laurent at guerby dot net
                   ` (3 preceding siblings ...)
  2004-12-01 13:28 ` pinskia at gcc dot gnu dot org
@ 2004-12-01 23:53 ` pinskia at gcc dot gnu dot org
  2004-12-05  2:46 ` [Bug tree-optimization/18706] [4.0 Regression] ACATS " pinskia at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-01 23:53 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 18706 depends on bug 18746, which changed state.

Bug 18746 Summary: [4.0 Regression] segfault with cc1 compiled with checking disabled
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18746

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

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


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

* [Bug tree-optimization/18706] [4.0 Regression] ACATS ce2208b ICE expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:637
  2004-11-28 18:31 [Bug ada/18706] New: ACATS cc1221c and ce2208b ICE expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:637 laurent at guerby dot net
                   ` (4 preceding siblings ...)
  2004-12-01 23:53 ` pinskia at gcc dot gnu dot org
@ 2004-12-05  2:46 ` pinskia at gcc dot gnu dot org
  2004-12-20 13:53 ` pinskia at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-05  2:46 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-05 02:46 -------
Only ce2208b is left now.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.0 Regression] ACATS      |[4.0 Regression] ACATS
                   |cc1221c and ce2208b ICE     |ce2208b ICE expected
                   |expected ssa_name, have     |ssa_name, have var_decl in
                   |var_decl in verify_ssa, at  |verify_ssa, at tree-
                   |tree-ssa.c:637              |ssa.c:637


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


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

* [Bug tree-optimization/18706] [4.0 Regression] ACATS ce2208b ICE expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:637
  2004-11-28 18:31 [Bug ada/18706] New: ACATS cc1221c and ce2208b ICE expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:637 laurent at guerby dot net
                   ` (5 preceding siblings ...)
  2004-12-05  2:46 ` [Bug tree-optimization/18706] [4.0 Regression] ACATS " pinskia at gcc dot gnu dot org
@ 2004-12-20 13:53 ` pinskia at gcc dot gnu dot org
  2005-01-21 18:48 ` pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-20 13:53 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |minor


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


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

* [Bug tree-optimization/18706] [4.0 Regression] ACATS ce2208b ICE expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:637
  2004-11-28 18:31 [Bug ada/18706] New: ACATS cc1221c and ce2208b ICE expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:637 laurent at guerby dot net
                   ` (6 preceding siblings ...)
  2004-12-20 13:53 ` pinskia at gcc dot gnu dot org
@ 2005-01-21 18:48 ` pinskia at gcc dot gnu dot org
  2005-01-23  6:33 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-21 18:48 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-21 18:48 -------
Removing the target milestone as per <http://gcc.gnu.org/ml/gcc/2005-01/msg01255.html> as this 
is only known to happen in Ada.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.0                       |---


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


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

* [Bug tree-optimization/18706] [4.0 Regression] ACATS ce2208b ICE expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:637
  2004-11-28 18:31 [Bug ada/18706] New: ACATS cc1221c and ce2208b ICE expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:637 laurent at guerby dot net
                   ` (7 preceding siblings ...)
  2005-01-21 18:48 ` pinskia at gcc dot gnu dot org
@ 2005-01-23  6:33 ` pinskia at gcc dot gnu dot org
  2005-01-23  6:37 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-23  6:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-23 06:33 -------
I think this is the same failure as the current bootstrap problem on ppc-darwin.
For the bootstrap problem we have the following CONST_DECL:
  static struct gnat__strings__string_access C.828 = {.P_ARRAY=(character[(long int) 
<PLACEHOLDER_EXPR struct gnat__strings__string_access>.P_BOUNDS->LB0:(long int) 
<PLACEHOLDER_EXPR struct gnat__strings__string_access>.P_BOUNDS->UB0] *) "", 
.P_BOUNDS=&{.LB0=1, .UB0=0}};

Notice how we take the address of a CONSTRUCTOR this is wrong and we should never do that.

-- 


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


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

* [Bug tree-optimization/18706] [4.0 Regression] ACATS ce2208b ICE expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:637
  2004-11-28 18:31 [Bug ada/18706] New: ACATS cc1221c and ce2208b ICE expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:637 laurent at guerby dot net
                   ` (8 preceding siblings ...)
  2005-01-23  6:33 ` pinskia at gcc dot gnu dot org
@ 2005-01-23  6:37 ` pinskia at gcc dot gnu dot org
  2005-01-25 18:16 ` [Bug ada/18706] " pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-23  6:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-23 06:37 -------
(In reply to comment #6)
> Notice how we take the address of a CONSTRUCTOR this is wrong and we should never do that.
Which makes this a front-end bug.

-- 


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


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

* [Bug ada/18706] [4.0 Regression] ACATS ce2208b ICE expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:637
  2004-11-28 18:31 [Bug ada/18706] New: ACATS cc1221c and ce2208b ICE expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:637 laurent at guerby dot net
                   ` (9 preceding siblings ...)
  2005-01-23  6:37 ` pinskia at gcc dot gnu dot org
@ 2005-01-25 18:16 ` pinskia at gcc dot gnu dot org
  2005-02-11  2:59 ` laurent at guerby dot net
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-25 18:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-25 18:16 -------
As I said this is an Ada front-end bug.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|tree-optimization           |ada


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


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

* [Bug ada/18706] [4.0 Regression] ACATS ce2208b ICE expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:637
  2004-11-28 18:31 [Bug ada/18706] New: ACATS cc1221c and ce2208b ICE expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:637 laurent at guerby dot net
                   ` (10 preceding siblings ...)
  2005-01-25 18:16 ` [Bug ada/18706] " pinskia at gcc dot gnu dot org
@ 2005-02-11  2:59 ` laurent at guerby dot net
  2005-02-15 19:39 ` [Bug middle-end/18706] " pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: laurent at guerby dot net @ 2005-02-11  2:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From laurent at guerby dot net  2005-02-10 22:59 -------
Isn't PR 19853 showing that this is not an Ada front-end bug?

-- 


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


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

* [Bug middle-end/18706] [4.0 Regression] ACATS ce2208b ICE expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:637
  2004-11-28 18:31 [Bug ada/18706] New: ACATS cc1221c and ce2208b ICE expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:637 laurent at guerby dot net
                   ` (11 preceding siblings ...)
  2005-02-11  2:59 ` laurent at guerby dot net
@ 2005-02-15 19:39 ` pinskia at gcc dot gnu dot org
  2005-02-17  0:32 ` dnovillo at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-15 19:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-15 07:14 -------
(In reply to comment #9)
> Isn't PR 19853 (and 19865) showing that this is not an Ada front-end bug?
Hmm, you might be correct.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|ada                         |middle-end


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


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

* [Bug middle-end/18706] [4.0 Regression] ACATS ce2208b ICE expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:637
  2004-11-28 18:31 [Bug ada/18706] New: ACATS cc1221c and ce2208b ICE expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:637 laurent at guerby dot net
                   ` (12 preceding siblings ...)
  2005-02-15 19:39 ` [Bug middle-end/18706] " pinskia at gcc dot gnu dot org
@ 2005-02-17  0:32 ` dnovillo at gcc dot gnu dot org
  2005-02-17  1:28 ` pinskia at gcc dot gnu dot org
  2005-02-17 11:59 ` pinskia at gcc dot gnu dot org
  15 siblings, 0 replies; 17+ messages in thread
From: dnovillo at gcc dot gnu dot org @ 2005-02-17  0:32 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 18706 depends on bug 19865, which changed state.

Bug 19865 Summary: [4.0 Regression] ice / gnat bug detected.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19865

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

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


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

* [Bug middle-end/18706] [4.0 Regression] ACATS ce2208b ICE expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:637
  2004-11-28 18:31 [Bug ada/18706] New: ACATS cc1221c and ce2208b ICE expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:637 laurent at guerby dot net
                   ` (13 preceding siblings ...)
  2005-02-17  0:32 ` dnovillo at gcc dot gnu dot org
@ 2005-02-17  1:28 ` pinskia at gcc dot gnu dot org
  2005-02-17 11:59 ` pinskia at gcc dot gnu dot org
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-17  1:28 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-16 19:35 -------
I am retesting ppc-darwin right now to see if this bug has been fixed.

-- 


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


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

* [Bug middle-end/18706] [4.0 Regression] ACATS ce2208b ICE expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:637
  2004-11-28 18:31 [Bug ada/18706] New: ACATS cc1221c and ce2208b ICE expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:637 laurent at guerby dot net
                   ` (14 preceding siblings ...)
  2005-02-17  1:28 ` pinskia at gcc dot gnu dot org
@ 2005-02-17 11:59 ` pinskia at gcc dot gnu dot org
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-17 11:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-17 00:16 -------
This was fixed by the patch for PR 19865.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.0.0


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


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

end of thread, other threads:[~2005-02-17  0:16 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-28 18:31 [Bug ada/18706] New: ACATS cc1221c and ce2208b ICE expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:637 laurent at guerby dot net
2004-11-28 18:32 ` [Bug ada/18706] " pinskia at gcc dot gnu dot org
2004-12-01 12:48 ` [Bug tree-optimization/18706] [4.0 Regression] " pinskia at gcc dot gnu dot org
2004-12-01 12:56 ` pinskia at gcc dot gnu dot org
2004-12-01 13:28 ` pinskia at gcc dot gnu dot org
2004-12-01 23:53 ` pinskia at gcc dot gnu dot org
2004-12-05  2:46 ` [Bug tree-optimization/18706] [4.0 Regression] ACATS " pinskia at gcc dot gnu dot org
2004-12-20 13:53 ` pinskia at gcc dot gnu dot org
2005-01-21 18:48 ` pinskia at gcc dot gnu dot org
2005-01-23  6:33 ` pinskia at gcc dot gnu dot org
2005-01-23  6:37 ` pinskia at gcc dot gnu dot org
2005-01-25 18:16 ` [Bug ada/18706] " pinskia at gcc dot gnu dot org
2005-02-11  2:59 ` laurent at guerby dot net
2005-02-15 19:39 ` [Bug middle-end/18706] " pinskia at gcc dot gnu dot org
2005-02-17  0:32 ` dnovillo at gcc dot gnu dot org
2005-02-17  1:28 ` pinskia at gcc dot gnu dot org
2005-02-17 11:59 ` 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).