public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/12373] New: ICE when generating RTX on valid code
@ 2003-09-23  0:05 tm at kloo dot net
  2003-09-23  0:12 ` [Bug other/12373] " tm at kloo dot net
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: tm at kloo dot net @ 2003-09-23  0:05 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: ICE when generating RTX on valid code
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tm at kloo dot net
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i386-linux
  GCC host triplet: i386-linux
GCC target triplet: sh-elf

When quadrics.i from stress-1.17 is compiled with the options -O2 -m4, the
following error occurs:

Program received signal SIGSEGV, Segmentation fault.
0x0807ad35 in tagged_types_tu_compatible_p (t1=0x401deec4, t2=0x4016ce58,
flags=0) at ../../gcc/gcc/c-typeck.c:674
(xxgdb) 

Here's a backtrace:

(xxgdb) bt
#0  0x0807ad35 in tagged_types_tu_compatible_p (t1=0x401deec4, t2=0x4016ce58,
flags=0) at ../../gcc/gcc/c-typeck.c:674
#1  0x0807aa5a in comptypes (type1=0x401deec4, type2=0x4016ce58, flags=0) at
../../gcc/gcc/c-typeck.c:569
#2  0x0807b7f4 in type_lists_compatible_p (args1=0x401e4028, args2=0x401760a0,
flags=0) at ../../gcc/gcc/c-typeck.c:896
#3  0x0807b64b in function_types_compatible_p (f1=0x401e31b0, f2=0x401a22f4,
flags=0) at ../../gcc/gcc/c-typeck.c:855
#4  0x0807a787 in comptypes (type1=0x401e31b0, type2=0x401a22f4, flags=0) at
../../gcc/gcc/c-typeck.c:519
#5  0x08069d6c in duplicate_decls (newdecl=0x401e321c, olddecl=0x401a2360,
different_binding_level=0, different_tu=0) at ../../gcc/gcc/c-decl.c:776
#6  0x0806ca4d in pushdecl (x=0x401e321c) at ../../gcc/gcc/c-decl.c:1687
#7  0x0806e6ce in start_decl (declarator=0x401dd1f8, declspecs=0x401e1eec,
initialized=0, attributes=0x0) at ../../gcc/gcc/c-decl.c:2672
#8  0x0804cb70 in yyparse () at c-parse.y:1331
#9  0x0804fdeb in c_parse_file () at c-parse.y:3022
#10 0x080a5ad5 in c_common_parse_file (set_yydebug=0) at
../../gcc/gcc/c-opts.c:1214
#11 0x082d883a in compile_file () at ../../gcc/gcc/toplev.c:1789
#12 0x082dc8ab in do_compile () at ../../gcc/gcc/toplev.c:4479
#13 0x082dc932 in toplev_main (argc=4, argv=0xbffff934) at
../../gcc/gcc/toplev.c:4519
#14 0x4003ab5c in __libc_start_main (main=0x80bfa2c <main>, argc=4,
ubp_av=0xbffff934, init=0x80494c4 <_init>, fini=0x83a99a0 <_fini>,
rtld_fini=0x4000d634 <_dl_fini>, stack_end=0xbffff92c) at
../sysdeps/generic/libc-start.c:129
(xxgdb)


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

* [Bug other/12373] ICE when generating RTX on valid code
  2003-09-23  0:05 [Bug other/12373] New: ICE when generating RTX on valid code tm at kloo dot net
@ 2003-09-23  0:12 ` tm at kloo dot net
  2003-09-23  8:46 ` pinskia at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: tm at kloo dot net @ 2003-09-23  0:12 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From tm at kloo dot net  2003-09-22 23:26 -------
Created an attachment (id=4804)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4804&action=view)
testcase

testcase, compile with -O2 -m4


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

* [Bug other/12373] ICE when generating RTX on valid code
  2003-09-23  0:05 [Bug other/12373] New: ICE when generating RTX on valid code tm at kloo dot net
  2003-09-23  0:12 ` [Bug other/12373] " tm at kloo dot net
@ 2003-09-23  8:46 ` pinskia at gcc dot gnu dot org
  2003-09-23 19:35 ` tm at mail dot kloo dot net
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-09-23  8:46 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-09-23 01:48 -------
Can you provide the output of "gcc -v"?


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

* [Bug other/12373] ICE when generating RTX on valid code
  2003-09-23  0:05 [Bug other/12373] New: ICE when generating RTX on valid code tm at kloo dot net
  2003-09-23  0:12 ` [Bug other/12373] " tm at kloo dot net
  2003-09-23  8:46 ` pinskia at gcc dot gnu dot org
@ 2003-09-23 19:35 ` tm at mail dot kloo dot net
  2003-09-23 22:43 ` falk at debian dot org
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: tm at mail dot kloo dot net @ 2003-09-23 19:35 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From tm at mail dot kloo dot net  2003-09-23 18:23 -------
Subject: Re:  ICE when generating RTX on valid code

On 23 Sep 2003, pinskia at gcc dot gnu dot org wrote:

It's GCC mainline on that day.

Toshi

> PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
> 
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12373
> 
> 
> pinskia at gcc dot gnu dot org changed:
> 
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>              Status|UNCONFIRMED                 |WAITING
> 
> 
> ------- Additional Comments From pinskia at gcc dot gnu dot org  2003-09-23 01:48 -------
> Can you provide the output of "gcc -v"?
> 
> 
> 
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>


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

* [Bug other/12373] ICE when generating RTX on valid code
  2003-09-23  0:05 [Bug other/12373] New: ICE when generating RTX on valid code tm at kloo dot net
                   ` (2 preceding siblings ...)
  2003-09-23 19:35 ` tm at mail dot kloo dot net
@ 2003-09-23 22:43 ` falk at debian dot org
  2003-09-27  5:49 ` [Bug c/12373] [3.4 Regression] " pinskia at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: falk at debian dot org @ 2003-09-23 22:43 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


falk at debian dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
     Ever Confirmed|                            |1


------- Additional Comments From falk at debian dot org  2003-09-23 22:03 -------
I see this too on alphaev67 20030923. Test case:

typedef long va_greg;
typedef double va_freg;

typedef struct {
  va_greg * va_next_o;		 
  va_greg * va_next_o_limit;	 
  va_freg * va_next_fp;		 
  va_freg * va_next_fp_limit;	 
  va_greg * va_next_stack;		 
} gnuc_va_list;

int vprintf(const char *, gnuc_va_list);

I suppose the struct is coming from some system header, and is only valid
for that system. Anyway, gcc shouldn't crash.


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

* [Bug c/12373] [3.4 Regression] ICE when generating RTX on valid code
  2003-09-23  0:05 [Bug other/12373] New: ICE when generating RTX on valid code tm at kloo dot net
                   ` (3 preceding siblings ...)
  2003-09-23 22:43 ` falk at debian dot org
@ 2003-09-27  5:49 ` pinskia at gcc dot gnu dot org
  2003-10-17 11:32 ` naveens at noida dot hcltech dot com
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-09-27  5:49 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical
          Component|other                       |c
           Keywords|                            |ice-on-valid-code
            Summary|ICE when generating RTX on  |[3.4 Regression] ICE when
                   |valid code                  |generating RTX on valid code
   Target Milestone|---                         |3.4


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

* [Bug c/12373] [3.4 Regression] ICE when generating RTX on valid code
  2003-09-23  0:05 [Bug other/12373] New: ICE when generating RTX on valid code tm at kloo dot net
                   ` (4 preceding siblings ...)
  2003-09-27  5:49 ` [Bug c/12373] [3.4 Regression] " pinskia at gcc dot gnu dot org
@ 2003-10-17 11:32 ` naveens at noida dot hcltech dot com
  2003-11-07  0:17 ` pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: naveens at noida dot hcltech dot com @ 2003-10-17 11:32 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From naveens at noida dot hcltech dot com  2003-10-17 11:21 -------
I re-confirm this ICE.

./gcc/xgcc -v
Reading specs from /home/mnt/naveens/gcc_3.4/lib/gcc/sh-elf/3.4/specs
Configured with: ../gcc/configure --target=sh-elf --with-
headers=/home/gnu/local/sh-elf/include --with-libs=/home/gnu/local/sh-elf/lib --
with-ld=/home/gnu/local/bin/sh-elf-ld --with-as=/home/gnu/local/bin/sh-elf-as --
enable-languages=c --prefix=/home/mnt/naveens/gcc_3.4 --enable-checking=rtl
Thread model: single
gcc version 3.4 20031014 (experimental)


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

* [Bug c/12373] [3.4 Regression] ICE when generating RTX on valid code
  2003-09-23  0:05 [Bug other/12373] New: ICE when generating RTX on valid code tm at kloo dot net
                   ` (5 preceding siblings ...)
  2003-10-17 11:32 ` naveens at noida dot hcltech dot com
@ 2003-11-07  0:17 ` pinskia at gcc dot gnu dot org
  2003-11-10 16:17 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-07  0:17 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-07 00:17 -------
*** Bug 12931 has been marked as a duplicate of this bug. ***


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

* [Bug c/12373] [3.4 Regression] ICE when generating RTX on valid code
  2003-09-23  0:05 [Bug other/12373] New: ICE when generating RTX on valid code tm at kloo dot net
                   ` (6 preceding siblings ...)
  2003-11-07  0:17 ` pinskia at gcc dot gnu dot org
@ 2003-11-10 16:17 ` pinskia at gcc dot gnu dot org
  2003-12-19  8:44 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-10 16:17 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-10 16:17 -------
*** Bug 12993 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pvg at pt dot com


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


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

* [Bug c/12373] [3.4 Regression] ICE when generating RTX on valid code
  2003-09-23  0:05 [Bug other/12373] New: ICE when generating RTX on valid code tm at kloo dot net
                   ` (7 preceding siblings ...)
  2003-11-10 16:17 ` pinskia at gcc dot gnu dot org
@ 2003-12-19  8:44 ` pinskia at gcc dot gnu dot org
  2004-01-08  0:39 ` tm at kloo dot net
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-19  8:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-19 08:13 -------
Zack this is either caused by your in work rewrite of c-decl.c or Geoff's IMI patch but since I know 
you are rewritting c-decl.c again could you look into this bug.

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


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


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

* [Bug c/12373] [3.4 Regression] ICE when generating RTX on valid code
  2003-09-23  0:05 [Bug other/12373] New: ICE when generating RTX on valid code tm at kloo dot net
                   ` (8 preceding siblings ...)
  2003-12-19  8:44 ` pinskia at gcc dot gnu dot org
@ 2004-01-08  0:39 ` tm at kloo dot net
  2004-01-23  1:21 ` [Bug c/12373] [3.4/3.5 " pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: tm at kloo dot net @ 2004-01-08  0:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tm at kloo dot net  2004-01-08 00:39 -------
Bug re-confirmed with mainline today:

gcc version 3.4.0 20040107 (experimental)

Toshi


-- 


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


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

* [Bug c/12373] [3.4/3.5 Regression] ICE when generating RTX on valid code
  2003-09-23  0:05 [Bug other/12373] New: ICE when generating RTX on valid code tm at kloo dot net
                   ` (9 preceding siblings ...)
  2004-01-08  0:39 ` tm at kloo dot net
@ 2004-01-23  1:21 ` pinskia at gcc dot gnu dot org
  2004-03-20  3:23 ` ian at wasabisystems dot com
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-23  1:21 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-23 01:21 -------
quadrics quatern  This is just for tm so that he can find this bug.

-- 


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


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

* [Bug c/12373] [3.4/3.5 Regression] ICE when generating RTX on valid code
  2003-09-23  0:05 [Bug other/12373] New: ICE when generating RTX on valid code tm at kloo dot net
                   ` (10 preceding siblings ...)
  2004-01-23  1:21 ` [Bug c/12373] [3.4/3.5 " pinskia at gcc dot gnu dot org
@ 2004-03-20  3:23 ` ian at wasabisystems dot com
  2004-03-20 20:45 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ian at wasabisystems dot com @ 2004-03-20  3:23 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ian at wasabisystems dot com  2004-03-20 03:23 -------
Here is a patch:
http://gcc.gnu.org/ml/gcc-patches/2004-03/msg01659.html

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


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


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

* [Bug c/12373] [3.4/3.5 Regression] ICE when generating RTX on valid code
  2003-09-23  0:05 [Bug other/12373] New: ICE when generating RTX on valid code tm at kloo dot net
                   ` (11 preceding siblings ...)
  2004-03-20  3:23 ` ian at wasabisystems dot com
@ 2004-03-20 20:45 ` cvs-commit at gcc dot gnu dot org
  2004-03-20 20:47 ` cvs-commit at gcc dot gnu dot org
  2004-03-20 20:57 ` ian at wasabisystems dot com
  14 siblings, 0 replies; 16+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-03-20 20:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-03-20 20:45 -------
Subject: Bug 12373

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_4-branch
Changes by:	ian@gcc.gnu.org	2004-03-20 20:45:41

Modified files:
	gcc            : ChangeLog c-typeck.c 

Log message:
	PR c/12373
	* c-typeck.c (tagged_types_tu_compatible_p): Don't use
	DECL_ORIGINAL_TYPE if there isn't one.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=2.2326.2.354&r2=2.2326.2.355
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-typeck.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.272.2.4&r2=1.272.2.5



-- 


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


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

* [Bug c/12373] [3.4/3.5 Regression] ICE when generating RTX on valid code
  2003-09-23  0:05 [Bug other/12373] New: ICE when generating RTX on valid code tm at kloo dot net
                   ` (12 preceding siblings ...)
  2004-03-20 20:45 ` cvs-commit at gcc dot gnu dot org
@ 2004-03-20 20:47 ` cvs-commit at gcc dot gnu dot org
  2004-03-20 20:57 ` ian at wasabisystems dot com
  14 siblings, 0 replies; 16+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-03-20 20:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-03-20 20:46 -------
Subject: Bug 12373

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	ian@gcc.gnu.org	2004-03-20 20:46:57

Modified files:
	gcc            : ChangeLog c-typeck.c 

Log message:
	PR c/12373
	* c-typeck.c (tagged_types_tu_compatible_p): Don't use
	DECL_ORIGINAL_TYPE if there isn't one.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.3233&r2=2.3234
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-typeck.c.diff?cvsroot=gcc&r1=1.290&r2=1.291



-- 


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


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

* [Bug c/12373] [3.4/3.5 Regression] ICE when generating RTX on valid code
  2003-09-23  0:05 [Bug other/12373] New: ICE when generating RTX on valid code tm at kloo dot net
                   ` (13 preceding siblings ...)
  2004-03-20 20:47 ` cvs-commit at gcc dot gnu dot org
@ 2004-03-20 20:57 ` ian at wasabisystems dot com
  14 siblings, 0 replies; 16+ messages in thread
From: ian at wasabisystems dot com @ 2004-03-20 20:57 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ian at wasabisystems dot com  2004-03-20 20:57 -------
Bug is fixed on mainline and on 3.4 branch.

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


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


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

end of thread, other threads:[~2004-03-20 20:57 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-23  0:05 [Bug other/12373] New: ICE when generating RTX on valid code tm at kloo dot net
2003-09-23  0:12 ` [Bug other/12373] " tm at kloo dot net
2003-09-23  8:46 ` pinskia at gcc dot gnu dot org
2003-09-23 19:35 ` tm at mail dot kloo dot net
2003-09-23 22:43 ` falk at debian dot org
2003-09-27  5:49 ` [Bug c/12373] [3.4 Regression] " pinskia at gcc dot gnu dot org
2003-10-17 11:32 ` naveens at noida dot hcltech dot com
2003-11-07  0:17 ` pinskia at gcc dot gnu dot org
2003-11-10 16:17 ` pinskia at gcc dot gnu dot org
2003-12-19  8:44 ` pinskia at gcc dot gnu dot org
2004-01-08  0:39 ` tm at kloo dot net
2004-01-23  1:21 ` [Bug c/12373] [3.4/3.5 " pinskia at gcc dot gnu dot org
2004-03-20  3:23 ` ian at wasabisystems dot com
2004-03-20 20:45 ` cvs-commit at gcc dot gnu dot org
2004-03-20 20:47 ` cvs-commit at gcc dot gnu dot org
2004-03-20 20:57 ` ian at wasabisystems dot com

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).