public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/12900] New: g++ ICE in rtl_verify_flow_info_1
@ 2003-11-04 22:25 gcc-bugzilla at gcc dot gnu dot org
  2003-11-04 23:26 ` [Bug optimization/12900] [3.4 Regression] " pinskia at gcc dot gnu dot org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: gcc-bugzilla at gcc dot gnu dot org @ 2003-11-04 22:25 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=12900

           Summary: g++ ICE in rtl_verify_flow_info_1
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: snyder at fnal dot gov
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


g++ 3.4 ICEs on the code below, when compiled with -O2 or above.

$ g++ -c -O2 x.cc
x.cc: In function `void track_match()':
x.cc:22: error: in basic block 1:
x.cc:22: error: flow control insn inside a basic block
(call_insn:HI 69 68 195 1 (set (reg:DF %st)
        (call (mem:QI (symbol_ref:SI ("_Z4ext1d") [flags 0x41] <function_decl 0x400f6dec ext1>) [0 S1 A8])
            (const_int 8 [0x8]))) 489 {*call_value_0} (insn_list:REG_DEP_ANTI 56 (insn_list:REG_DEP_ANTI 164 (insn_list:REG_DEP_ANTI 57 (insn_list:REG_DEP_ANTI
67 (insn_list:REG_DEP_ANTI 68 (insn_list:REG_DEP_ANTI 163 (insn_list:REG_DEP_ANTI 61 (insn_list:REG_DEP_ANTI 160 (nil)))))))))
    (expr_list:REG_EH_REGION (const_int 2 [0x2])
        (nil))
    (nil))
x.cc:22: internal compiler error: in rtl_verify_flow_info_1, at cfgrtl.c:2055
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
$

Environment:
System: Linux karma 2.4.19-emp_2419p5a829i #1 Tue Sep 3 17:42:17 EST 2002 i686 i686 i386 GNU/Linux
Architecture: i686

	<machine, os, target, libraries (multiple lines)>
host: i686-pc-linux-gnu
build: i686-pc-linux-gnu
target: i686-pc-linux-gnu
configured with: ../gcc/configure --prefix=/usr/local/gcc --enable-threads=posix --enable-long-long --enable-languages=c,c++,f77

How-To-Repeat:

Compile with -O2.

-------------------------------------------------------------------


struct array {
  double data;
  virtual ~array();
};

double glob;
double ext1(double);
int nmuons;

void track_match()
{
  array vecdca;
  if (glob < 10) return;
  double p = glob*5;
  double phi = vecdca.data;
  ext1 (vecdca.data-glob);
  ext1 (phi*2);
  if (1 < p)
    ++nmuons; 
}
-------------------------------------------------------------------
------- Additional Comments From snyder at fnal dot gov  2003-11-04 22:25 -------
Fix:
	<how to correct or work around the problem, if known (multiple lines)>


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

* [Bug optimization/12900] [3.4 Regression] g++ ICE in rtl_verify_flow_info_1
  2003-11-04 22:25 [Bug c++/12900] New: g++ ICE in rtl_verify_flow_info_1 gcc-bugzilla at gcc dot gnu dot org
@ 2003-11-04 23:26 ` pinskia at gcc dot gnu dot org
  2003-11-04 23:27 ` bangerth at dealii dot org
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-04 23:26 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=12900


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical
             Status|UNCONFIRMED                 |NEW
          Component|c++                         |optimization
     Ever Confirmed|                            |1
  GCC build triplet|i686-pc-linux-gnu           |
   GCC host triplet|i686-pc-linux-gnu           |
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2003-11-04 23:26:38
               date|                            |
            Summary|g++ ICE in                  |[3.4 Regression] g++ ICE in
                   |rtl_verify_flow_info_1      |rtl_verify_flow_info_1
   Target Milestone|---                         |3.4


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-04 23:26 -------
>From Phil's regression hunter: (for -mtune=pentiumpro)
: Search converges between 2003-09-21-trunk (#407) and 2003-09-22-trunk (#408).


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

* [Bug optimization/12900] [3.4 Regression] g++ ICE in rtl_verify_flow_info_1
  2003-11-04 22:25 [Bug c++/12900] New: g++ ICE in rtl_verify_flow_info_1 gcc-bugzilla at gcc dot gnu dot org
  2003-11-04 23:26 ` [Bug optimization/12900] [3.4 Regression] " pinskia at gcc dot gnu dot org
@ 2003-11-04 23:27 ` bangerth at dealii dot org
  2003-11-04 23:42 ` pinskia at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: bangerth at dealii dot org @ 2003-11-04 23:27 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=12900



------- Additional Comments From bangerth at dealii dot org  2003-11-04 23:27 -------
Confirmed. A regression on mainline w.r.t. 3.3.2.

W.


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

* [Bug optimization/12900] [3.4 Regression] g++ ICE in rtl_verify_flow_info_1
  2003-11-04 22:25 [Bug c++/12900] New: g++ ICE in rtl_verify_flow_info_1 gcc-bugzilla at gcc dot gnu dot org
  2003-11-04 23:26 ` [Bug optimization/12900] [3.4 Regression] " pinskia at gcc dot gnu dot org
  2003-11-04 23:27 ` bangerth at dealii dot org
@ 2003-11-04 23:42 ` pinskia at gcc dot gnu dot org
  2003-11-05  7:03 ` ebotcazou at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-04 23:42 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=12900


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ebotcazou at libertysurf dot
                   |                            |fr


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-04 23:42 -------
I want to say it is related to this patch <http://gcc.gnu.org/ml/gcc-patches/2003-09/
msg01313.html> as -fno-exceptions causes GCC not to ICE.


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

* [Bug optimization/12900] [3.4 Regression] g++ ICE in rtl_verify_flow_info_1
  2003-11-04 22:25 [Bug c++/12900] New: g++ ICE in rtl_verify_flow_info_1 gcc-bugzilla at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2003-11-04 23:42 ` pinskia at gcc dot gnu dot org
@ 2003-11-05  7:03 ` ebotcazou at gcc dot gnu dot org
  2003-11-05  7:05 ` ebotcazou at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2003-11-05  7:03 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=12900


ebotcazou at gcc dot gnu dot org changed:

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


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2003-11-05 07:03 -------
Not a chance: there is no delay slots on x86!


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

* [Bug optimization/12900] [3.4 Regression] g++ ICE in rtl_verify_flow_info_1
  2003-11-04 22:25 [Bug c++/12900] New: g++ ICE in rtl_verify_flow_info_1 gcc-bugzilla at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2003-11-05  7:03 ` ebotcazou at gcc dot gnu dot org
@ 2003-11-05  7:05 ` ebotcazou at gcc dot gnu dot org
  2003-11-05  7:13 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2003-11-05  7: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=12900


ebotcazou at gcc dot gnu dot org changed:

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


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2003-11-05 07:04 -------
This is again:

2003-09-22  Olivier Hainque  <hainque@act-europe.fr>

	PR target/9786
	* reg-stack.c (convert_regs_1): Purge possible dead eh edges
	after potential deletion of trapping insn. Avoids later ICE
	from call to fixup_abnormal_edges.
	(convert_regs_2): Stack the current block successors before
	processing this block, that is, before the potential deletion of
	dead edges by convert_regs_1, because these edges have been used
	to initialize the predecessors count.


As I installed the patch, I'll investigate.


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

* [Bug optimization/12900] [3.4 Regression] g++ ICE in rtl_verify_flow_info_1
  2003-11-04 22:25 [Bug c++/12900] New: g++ ICE in rtl_verify_flow_info_1 gcc-bugzilla at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2003-11-05  7:05 ` ebotcazou at gcc dot gnu dot org
@ 2003-11-05  7:13 ` pinskia at gcc dot gnu dot org
  2003-11-05  7:23 ` ebotcazou at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-05  7:13 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=12900


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  GCC build triplet|i686-pc-linux-gnu           |
   GCC host triplet|i686-pc-linux-gnu           |
 GCC target triplet|i686-pc-linux-gnu           |i686-*-*


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-05 07:13 -------
I can also reproduce it on i686-apple-darwin6.8.


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

* [Bug optimization/12900] [3.4 Regression] g++ ICE in rtl_verify_flow_info_1
  2003-11-04 22:25 [Bug c++/12900] New: g++ ICE in rtl_verify_flow_info_1 gcc-bugzilla at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2003-11-05  7:13 ` pinskia at gcc dot gnu dot org
@ 2003-11-05  7:23 ` ebotcazou at gcc dot gnu dot org
  2003-11-27  6:30 ` [Bug target/12900] [3.3/3.4 " ebotcazou at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2003-11-05  7:23 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=12900


ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  GCC build triplet|                            |i686-*-*
   GCC host triplet|                            |i686-*-*


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2003-11-05 07:23 -------
I'd rather have the 'Host' field populated for my bugs because Bugzilla displays
it by default instead of the 'Target' field and I want to be able to quickly
differentiate SPARC problems from other problems.


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

* [Bug target/12900] [3.3/3.4 Regression] g++ ICE in rtl_verify_flow_info_1
  2003-11-04 22:25 [Bug c++/12900] New: g++ ICE in rtl_verify_flow_info_1 gcc-bugzilla at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2003-11-05  7:23 ` ebotcazou at gcc dot gnu dot org
@ 2003-11-27  6:30 ` ebotcazou at gcc dot gnu dot org
  2003-11-27  6:36 ` cvs-commit at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2003-11-27  6:30 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2003-11-27 06:30 -------
The regression is latent on the 3.3 branch.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[3.4 Regression] g++ ICE in |[3.3/3.4 Regression] g++ ICE
                   |rtl_verify_flow_info_1      |in rtl_verify_flow_info_1


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


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

* [Bug target/12900] [3.3/3.4 Regression] g++ ICE in rtl_verify_flow_info_1
  2003-11-04 22:25 [Bug c++/12900] New: g++ ICE in rtl_verify_flow_info_1 gcc-bugzilla at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2003-11-27  6:30 ` [Bug target/12900] [3.3/3.4 " ebotcazou at gcc dot gnu dot org
@ 2003-11-27  6:36 ` cvs-commit at gcc dot gnu dot org
  2003-12-01  8:10 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-11-27  6:36 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-11-27 06:36 -------
Subject: Bug 12900

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	ebotcazou@gcc.gnu.org	2003-11-27 06:36:52

Modified files:
	gcc            : ChangeLog reg-stack.c 
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/g++.dg/opt: reg-stack4.C 

Log message:
	PR target/12900
	* reg-stack (move_for_stack_reg): New prototype.  Return
	whether a control flow insn was deleted.
	(subst_stack_regs_pat): Likewise, using the information provided
	by move_for_stack_reg.
	(subst_stack_regs): Likewise, using the information provided
	by subst_stack_regs_pat.
	(convert_regs_1): Record whether a control flow insn was deleted,
	using the information provided by subst_stack_regs.  Purge dead
	edges only if a control flow insn was deleted.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.1833&r2=2.1834
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/reg-stack.c.diff?cvsroot=gcc&r1=1.137&r2=1.138
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.3206&r2=1.3207
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/opt/reg-stack4.C.diff?cvsroot=gcc&r1=NONE&r2=1.1



-- 


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


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

* [Bug target/12900] [3.3/3.4 Regression] g++ ICE in rtl_verify_flow_info_1
  2003-11-04 22:25 [Bug c++/12900] New: g++ ICE in rtl_verify_flow_info_1 gcc-bugzilla at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2003-11-27  6:36 ` cvs-commit at gcc dot gnu dot org
@ 2003-12-01  8:10 ` cvs-commit at gcc dot gnu dot org
  2003-12-01  8:12 ` ebotcazou at gcc dot gnu dot org
  2003-12-03 15:50 ` ebotcazou at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-12-01  8:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-12-01 08:10 -------
Subject: Bug 12900

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-branch
Changes by:	ebotcazou@gcc.gnu.org	2003-12-01 08:10:18

Modified files:
	gcc            : ChangeLog reg-stack.c 
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/g++.dg/opt: reg-stack4.C 

Log message:
	Backport from mainline:
	
	2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
	
	PR target/12900
	* reg-stack (move_for_stack_reg): New prototype.  Return
	whether a control flow insn was deleted.
	(subst_stack_regs_pat): Likewise, using the information provided
	by move_for_stack_reg.
	(subst_stack_regs): Likewise, using the information provided
	by subst_stack_regs_pat.
	(convert_regs_1): Record whether a control flow insn was deleted,
	using the information provided by subst_stack_regs.  Purge dead
	edges only if a control flow insn was deleted.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.16114.2.811&r2=1.16114.2.812
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/reg-stack.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.117.2.5&r2=1.117.2.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.2261.2.318&r2=1.2261.2.319
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/opt/reg-stack4.C.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=NONE&r2=1.1.2.1



-- 


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


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

* [Bug target/12900] [3.3/3.4 Regression] g++ ICE in rtl_verify_flow_info_1
  2003-11-04 22:25 [Bug c++/12900] New: g++ ICE in rtl_verify_flow_info_1 gcc-bugzilla at gcc dot gnu dot org
                   ` (9 preceding siblings ...)
  2003-12-01  8:10 ` cvs-commit at gcc dot gnu dot org
@ 2003-12-01  8:12 ` ebotcazou at gcc dot gnu dot org
  2003-12-03 15:50 ` ebotcazou at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2003-12-01  8:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2003-12-01 08:12 -------
See http://gcc.gnu.org/ml/gcc-patches/2003-11/msg00342.html


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|3.4                         |3.3.3


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


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

* [Bug target/12900] [3.3/3.4 Regression] g++ ICE in rtl_verify_flow_info_1
  2003-11-04 22:25 [Bug c++/12900] New: g++ ICE in rtl_verify_flow_info_1 gcc-bugzilla at gcc dot gnu dot org
                   ` (10 preceding siblings ...)
  2003-12-01  8:12 ` ebotcazou at gcc dot gnu dot org
@ 2003-12-03 15:50 ` ebotcazou at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2003-12-03 15:50 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2003-12-03 15:50 -------
*** Bug 13283 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Michael dot Stevens at epost
                   |                            |dot de


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


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

end of thread, other threads:[~2003-12-03 15:50 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-04 22:25 [Bug c++/12900] New: g++ ICE in rtl_verify_flow_info_1 gcc-bugzilla at gcc dot gnu dot org
2003-11-04 23:26 ` [Bug optimization/12900] [3.4 Regression] " pinskia at gcc dot gnu dot org
2003-11-04 23:27 ` bangerth at dealii dot org
2003-11-04 23:42 ` pinskia at gcc dot gnu dot org
2003-11-05  7:03 ` ebotcazou at gcc dot gnu dot org
2003-11-05  7:05 ` ebotcazou at gcc dot gnu dot org
2003-11-05  7:13 ` pinskia at gcc dot gnu dot org
2003-11-05  7:23 ` ebotcazou at gcc dot gnu dot org
2003-11-27  6:30 ` [Bug target/12900] [3.3/3.4 " ebotcazou at gcc dot gnu dot org
2003-11-27  6:36 ` cvs-commit at gcc dot gnu dot org
2003-12-01  8:10 ` cvs-commit at gcc dot gnu dot org
2003-12-01  8:12 ` ebotcazou at gcc dot gnu dot org
2003-12-03 15:50 ` ebotcazou 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).