public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/20375] New: [4.0/4.1 Regression] C++ ICE in assign_parm_find_entry_rtl
@ 2005-03-08  1:50 jsm28 at gcc dot gnu dot org
  2005-03-08  1:54 ` [Bug target/20375] " pinskia at gcc dot gnu dot org
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2005-03-08  1:50 UTC (permalink / raw)
  To: gcc-bugs

The following C++ testcase, compiled on ia64-hp-hpux11.23 with -mlp64, yields
the following ICE (a regression in 4.0/4.1 relative to 3.4).  This seems
to be target-specific.

t.cc: In member function 'virtual void*& c::f(float, u, ...)':
t.cc:9: internal compiler error: in assign_parm_find_entry_rtl, at function.c:2329
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

union u
{
  void* m[7];
};

struct c
{
  c();
  virtual void*& f(float, u, ...) {
    throw 0;
  }
};

c::c() {}

-- 
           Summary: [4.0/4.1 Regression] C++ ICE in
                    assign_parm_find_entry_rtl
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jsm28 at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: ia64-*-hpux11.*


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


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

* [Bug target/20375] [4.0/4.1 Regression] C++ ICE in assign_parm_find_entry_rtl
  2005-03-08  1:50 [Bug target/20375] New: [4.0/4.1 Regression] C++ ICE in assign_parm_find_entry_rtl jsm28 at gcc dot gnu dot org
@ 2005-03-08  1:54 ` pinskia at gcc dot gnu dot org
  2005-03-08  1:55 ` 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 @ 2005-03-08  1:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-08 01:54 -------
This could either be a target bug or a middle-end bug.
I am aiming for a target bug:
          /* We assume at most one partial arg, and it must be the first
             argument on the stack.  */
          gcc_assert (!all->extra_pretend_bytes && !all->pretend_args_size);


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code


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


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

* [Bug target/20375] [4.0/4.1 Regression] C++ ICE in assign_parm_find_entry_rtl
  2005-03-08  1:50 [Bug target/20375] New: [4.0/4.1 Regression] C++ ICE in assign_parm_find_entry_rtl jsm28 at gcc dot gnu dot org
  2005-03-08  1:54 ` [Bug target/20375] " pinskia at gcc dot gnu dot org
@ 2005-03-08  1:55 ` pinskia at gcc dot gnu dot org
  2005-03-08 14:29 ` nathan 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 @ 2005-03-08  1:55 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.1.0


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


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

* [Bug target/20375] [4.0/4.1 Regression] C++ ICE in assign_parm_find_entry_rtl
  2005-03-08  1:50 [Bug target/20375] New: [4.0/4.1 Regression] C++ ICE in assign_parm_find_entry_rtl jsm28 at gcc dot gnu dot org
  2005-03-08  1:54 ` [Bug target/20375] " pinskia at gcc dot gnu dot org
  2005-03-08  1:55 ` pinskia at gcc dot gnu dot org
@ 2005-03-08 14:29 ` nathan at gcc dot gnu dot org
  2005-03-10 15:05 ` cvs-commit at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: nathan at gcc dot gnu dot org @ 2005-03-08 14:29 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |nathan at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-03-08 14:29:06
               date|                            |


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


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

* [Bug target/20375] [4.0/4.1 Regression] C++ ICE in assign_parm_find_entry_rtl
  2005-03-08  1:50 [Bug target/20375] New: [4.0/4.1 Regression] C++ ICE in assign_parm_find_entry_rtl jsm28 at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-03-08 14:29 ` nathan at gcc dot gnu dot org
@ 2005-03-10 15:05 ` cvs-commit at gcc dot gnu dot org
  2005-03-10 15:11 ` cvs-commit at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-03-10 15:05 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-03-10 15:04 -------
Subject: Bug 20375

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	nathan@gcc.gnu.org	2005-03-10 15:04:39

Modified files:
	gcc            : ChangeLog function.c 
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/g++.dg/other: stdarg3.C 

Log message:
	PR c++/20375
	* function.c (struct assign_parm_data_one): Remove last_named
	field.
	(assign_parm_find_data_types): Don't determine last_named.
	Reorder named_parm determination.
	(assign_parms): Only setup varargs on the last non-varadic
	parameter.
	testsuite:
	PR c++/20375
	* g++.dg/other/stdarg3.C: New.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.7768&r2=2.7769
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/function.c.diff?cvsroot=gcc&r1=1.605&r2=1.606
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.5137&r2=1.5138
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/other/stdarg3.C.diff?cvsroot=gcc&r1=NONE&r2=1.1



-- 


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


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

* [Bug target/20375] [4.0/4.1 Regression] C++ ICE in assign_parm_find_entry_rtl
  2005-03-08  1:50 [Bug target/20375] New: [4.0/4.1 Regression] C++ ICE in assign_parm_find_entry_rtl jsm28 at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-03-10 15:05 ` cvs-commit at gcc dot gnu dot org
@ 2005-03-10 15:11 ` cvs-commit at gcc dot gnu dot org
  2005-03-10 15:23 ` nathan at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-03-10 15:11 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-03-10 15:11 -------
Subject: Bug 20375

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-4_0-branch
Changes by:	nathan@gcc.gnu.org	2005-03-10 15:11:25

Modified files:
	gcc            : ChangeLog function.c 
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/g++.dg/other: stdarg3.C 

Log message:
	PR c++/20375
	* function.c (struct assign_parm_data_one): Remove last_named
	field.
	(assign_parm_find_data_types): Don't determine last_named.
	Reorder named_parm determination.
	(assign_parms): Only setup varargs on the last non-varadic
	parameter.
	testsuite:
	PR c++/20375
	* g++.dg/other/stdarg3.C: New.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=2.7592.2.36&r2=2.7592.2.37
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/function.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.604&r2=1.604.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.5084.2.32&r2=1.5084.2.33
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/other/stdarg3.C.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.2.1



-- 


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


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

* [Bug target/20375] [4.0/4.1 Regression] C++ ICE in assign_parm_find_entry_rtl
  2005-03-08  1:50 [Bug target/20375] New: [4.0/4.1 Regression] C++ ICE in assign_parm_find_entry_rtl jsm28 at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2005-03-10 15:11 ` cvs-commit at gcc dot gnu dot org
@ 2005-03-10 15:23 ` nathan at gcc dot gnu dot org
  2005-03-10 15:30 ` pinskia at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: nathan at gcc dot gnu dot org @ 2005-03-10 15:23 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From nathan at gcc dot gnu dot org  2005-03-10 15:23 -------
2005-03-10  Nathan Sidwell  <nathan@codesourcery.com>

	PR c++/20375
	* function.c (struct assign_parm_data_one): Remove last_named
	field.
	(assign_parm_find_data_types): Don't determine last_named.
	Reorder named_parm determination.
	(assign_parms): Only setup varargs on the last non-varadic
	parameter.

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


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


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

* [Bug target/20375] [4.0/4.1 Regression] C++ ICE in assign_parm_find_entry_rtl
  2005-03-08  1:50 [Bug target/20375] New: [4.0/4.1 Regression] C++ ICE in assign_parm_find_entry_rtl jsm28 at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2005-03-10 15:23 ` nathan at gcc dot gnu dot org
@ 2005-03-10 15:30 ` pinskia at gcc dot gnu dot org
  2005-04-09 23:44 ` rth 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 @ 2005-03-10 15:30 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

* [Bug target/20375] [4.0/4.1 Regression] C++ ICE in assign_parm_find_entry_rtl
  2005-03-08  1:50 [Bug target/20375] New: [4.0/4.1 Regression] C++ ICE in assign_parm_find_entry_rtl jsm28 at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2005-03-10 15:30 ` pinskia at gcc dot gnu dot org
@ 2005-04-09 23:44 ` rth at gcc dot gnu dot org
  2005-04-10  9:18 ` nathan at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: rth at gcc dot gnu dot org @ 2005-04-09 23:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rth at gcc dot gnu dot org  2005-04-09 23:44 -------
Nathan, this patch is causing problems on Alpha.

In particular, we now run assign_parms_setup_varargs before processing the
last named argument (union U in this test case).  Which yields an abort in
assign_parm_find_entry_rtl at line 2319, due to finding a partial-stack
argument while pretend_args_size is already set.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nathan at gcc dot gnu dot
                   |                            |org
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |


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


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

* [Bug target/20375] [4.0/4.1 Regression] C++ ICE in assign_parm_find_entry_rtl
  2005-03-08  1:50 [Bug target/20375] New: [4.0/4.1 Regression] C++ ICE in assign_parm_find_entry_rtl jsm28 at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2005-04-09 23:44 ` rth at gcc dot gnu dot org
@ 2005-04-10  9:18 ` nathan at gcc dot gnu dot org
  2005-04-15 22:58 ` rth at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: nathan at gcc dot gnu dot org @ 2005-04-10  9:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From nathan at gcc dot gnu dot org  2005-04-10 09:17 -------
Bum. I will look at it this week. Changing the target arch field to alpha

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
 GCC target triplet|ia64-*-hpux11.*             |alpha-*-*


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


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

* [Bug target/20375] [4.0/4.1 Regression] C++ ICE in assign_parm_find_entry_rtl
  2005-03-08  1:50 [Bug target/20375] New: [4.0/4.1 Regression] C++ ICE in assign_parm_find_entry_rtl jsm28 at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2005-04-10  9:18 ` nathan at gcc dot gnu dot org
@ 2005-04-15 22:58 ` rth at gcc dot gnu dot org
  2005-04-17  4:51 ` mmitchel at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: rth at gcc dot gnu dot org @ 2005-04-15 22:58 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|nathan at gcc dot gnu dot   |rth at gcc dot gnu dot org
                   |org                         |
             Status|REOPENED                    |ASSIGNED
   Last reconfirmed|2005-03-08 14:29:06         |2005-04-15 22:57:58
               date|                            |


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


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

* [Bug target/20375] [4.0/4.1 Regression] C++ ICE in assign_parm_find_entry_rtl
  2005-03-08  1:50 [Bug target/20375] New: [4.0/4.1 Regression] C++ ICE in assign_parm_find_entry_rtl jsm28 at gcc dot gnu dot org
                   ` (9 preceding siblings ...)
  2005-04-15 22:58 ` rth at gcc dot gnu dot org
@ 2005-04-17  4:51 ` mmitchel at gcc dot gnu dot org
  2005-04-17  6:19 ` cvs-commit at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-04-17  4:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2005-04-17 04:51 -------
Removed target milestone; alpha is not a primary or secondary platform.

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


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


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

* [Bug target/20375] [4.0/4.1 Regression] C++ ICE in assign_parm_find_entry_rtl
  2005-03-08  1:50 [Bug target/20375] New: [4.0/4.1 Regression] C++ ICE in assign_parm_find_entry_rtl jsm28 at gcc dot gnu dot org
                   ` (10 preceding siblings ...)
  2005-04-17  4:51 ` mmitchel at gcc dot gnu dot org
@ 2005-04-17  6:19 ` cvs-commit at gcc dot gnu dot org
  2005-04-17  6:27 ` [Bug target/20375] [4.0 " pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-04-17  6:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-04-17 06:19 -------
Subject: Bug 20375

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	rth@gcc.gnu.org	2005-04-17 06:19:18

Modified files:
	gcc            : ChangeLog 
	gcc/config/alpha: alpha.c 

Log message:
	PR target/20375
	* config/alpha/alpha.c (alpha_setup_incoming_varargs): Advance a copy
	of CUMULATIVE_ARGS past the last named argument.
	(alpha_va_start): Expect pretend_args_size only if strictly less than
	6 named arguments.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.8328&r2=2.8329
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/alpha/alpha.c.diff?cvsroot=gcc&r1=1.415&r2=1.416



-- 


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


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

* [Bug target/20375] [4.0 Regression] C++ ICE in assign_parm_find_entry_rtl
  2005-03-08  1:50 [Bug target/20375] New: [4.0/4.1 Regression] C++ ICE in assign_parm_find_entry_rtl jsm28 at gcc dot gnu dot org
                   ` (11 preceding siblings ...)
  2005-04-17  6:19 ` cvs-commit at gcc dot gnu dot org
@ 2005-04-17  6:27 ` pinskia at gcc dot gnu dot org
  2005-04-17  6:29 ` rth 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-04-17  6:27 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.0/4.1 Regression] C++ ICE|[4.0 Regression] C++ ICE in
                   |in                          |assign_parm_find_entry_rtl
                   |assign_parm_find_entry_rtl  |
   Target Milestone|---                         |4.0.1


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


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

* [Bug target/20375] [4.0 Regression] C++ ICE in assign_parm_find_entry_rtl
  2005-03-08  1:50 [Bug target/20375] New: [4.0/4.1 Regression] C++ ICE in assign_parm_find_entry_rtl jsm28 at gcc dot gnu dot org
                   ` (12 preceding siblings ...)
  2005-04-17  6:27 ` [Bug target/20375] [4.0 " pinskia at gcc dot gnu dot org
@ 2005-04-17  6:29 ` rth at gcc dot gnu dot org
  2005-04-17  6:39 ` rth at gcc dot gnu dot org
  2005-04-17  6:40 ` pinskia at gcc dot gnu dot org
  15 siblings, 0 replies; 17+ messages in thread
From: rth at gcc dot gnu dot org @ 2005-04-17  6:29 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rth at gcc dot gnu dot org  2005-04-17 06:29 -------
patch: http://gcc.gnu.org/ml/gcc-patches/2005-04/msg01881.html

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch


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


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

* [Bug target/20375] [4.0 Regression] C++ ICE in assign_parm_find_entry_rtl
  2005-03-08  1:50 [Bug target/20375] New: [4.0/4.1 Regression] C++ ICE in assign_parm_find_entry_rtl jsm28 at gcc dot gnu dot org
                   ` (13 preceding siblings ...)
  2005-04-17  6:29 ` rth at gcc dot gnu dot org
@ 2005-04-17  6:39 ` rth at gcc dot gnu dot org
  2005-04-17  6:40 ` pinskia at gcc dot gnu dot org
  15 siblings, 0 replies; 17+ messages in thread
From: rth at gcc dot gnu dot org @ 2005-04-17  6:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rth at gcc dot gnu dot org  2005-04-17 06:39 -------
Fixed.

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


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


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

* [Bug target/20375] [4.0 Regression] C++ ICE in assign_parm_find_entry_rtl
  2005-03-08  1:50 [Bug target/20375] New: [4.0/4.1 Regression] C++ ICE in assign_parm_find_entry_rtl jsm28 at gcc dot gnu dot org
                   ` (14 preceding siblings ...)
  2005-04-17  6:39 ` rth at gcc dot gnu dot org
@ 2005-04-17  6:40 ` pinskia at gcc dot gnu dot org
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-17  6:40 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

end of thread, other threads:[~2005-04-17  6:40 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-08  1:50 [Bug target/20375] New: [4.0/4.1 Regression] C++ ICE in assign_parm_find_entry_rtl jsm28 at gcc dot gnu dot org
2005-03-08  1:54 ` [Bug target/20375] " pinskia at gcc dot gnu dot org
2005-03-08  1:55 ` pinskia at gcc dot gnu dot org
2005-03-08 14:29 ` nathan at gcc dot gnu dot org
2005-03-10 15:05 ` cvs-commit at gcc dot gnu dot org
2005-03-10 15:11 ` cvs-commit at gcc dot gnu dot org
2005-03-10 15:23 ` nathan at gcc dot gnu dot org
2005-03-10 15:30 ` pinskia at gcc dot gnu dot org
2005-04-09 23:44 ` rth at gcc dot gnu dot org
2005-04-10  9:18 ` nathan at gcc dot gnu dot org
2005-04-15 22:58 ` rth at gcc dot gnu dot org
2005-04-17  4:51 ` mmitchel at gcc dot gnu dot org
2005-04-17  6:19 ` cvs-commit at gcc dot gnu dot org
2005-04-17  6:27 ` [Bug target/20375] [4.0 " pinskia at gcc dot gnu dot org
2005-04-17  6:29 ` rth at gcc dot gnu dot org
2005-04-17  6:39 ` rth at gcc dot gnu dot org
2005-04-17  6:40 ` 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).