public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* c++/7050
@ 2003-03-12 22:56 jason
  0 siblings, 0 replies; 5+ messages in thread
From: jason @ 2003-03-12 22:56 UTC (permalink / raw)
  To: jason; +Cc: gcc-prs

The following reply was made to PR c++/7050; it has been noted by GNATS.

From: jason@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c++/7050
Date: 12 Mar 2003 22:51:57 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_3-branch
 Changes by:	jason@gcc.gnu.org	2003-03-12 22:51:57
 
 Modified files:
 	gcc            : ChangeLog expr.c 
 	gcc/cp         : ChangeLog expr.c 
 
 Log message:
 	PR c++/7050
 	* expr.c (store_expr): Don't attempt to store void-typed trees,
 	just evaluate them for side effects.
 	* cp/expr.c (cxx_expand_expr): Return const0_rtx for throw
 	expressions.
 
 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.292&r2=1.16114.2.293
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/expr.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.498.2.8&r2=1.498.2.9
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.3076.2.79&r2=1.3076.2.80
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/expr.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.66&r2=1.66.4.1
 


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

* c++/7050
@ 2003-03-21  7:16 jason
  0 siblings, 0 replies; 5+ messages in thread
From: jason @ 2003-03-21  7:16 UTC (permalink / raw)
  To: jason; +Cc: gcc-prs

The following reply was made to PR c++/7050; it has been noted by GNATS.

From: jason@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c++/7050
Date: 21 Mar 2003 07:08:02 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	jason@gcc.gnu.org	2003-03-21 07:08:02
 
 Added files:
 	gcc/testsuite/g++.dg/eh: cond1.C 
 
 Log message:
 	PR c++/7050
 	* expr.c (store_expr): Don't attempt to store void-typed trees,
 	just evaluate them for side effects.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/eh/cond1.C.diff?cvsroot=gcc&r1=NONE&r2=1.1
 


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

* c++/7050
@ 2003-03-12 23:06 jason
  0 siblings, 0 replies; 5+ messages in thread
From: jason @ 2003-03-12 23:06 UTC (permalink / raw)
  To: jason; +Cc: gcc-prs

The following reply was made to PR c++/7050; it has been noted by GNATS.

From: jason@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c++/7050
Date: 12 Mar 2003 22:59:38 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_2-branch
 Changes by:	jason@gcc.gnu.org	2003-03-12 22:59:37
 
 Modified files:
 	gcc            : ChangeLog expr.c 
 	gcc/cp         : ChangeLog expr.c 
 
 Log message:
 	PR c++/7050
 	* expr.c (store_expr): Don't attempt to store void-typed trees,
 	just evaluate them for side effects.
 	* cp/expr.c (cxx_expand_expr): Return const0_rtx for throw
 	expressions.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.13152.2.657.2.256&r2=1.13152.2.657.2.257
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/expr.c.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.423.2.19.4.8&r2=1.423.2.19.4.9
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.2685.2.114.2.68&r2=1.2685.2.114.2.69
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/expr.c.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.63&r2=1.63.6.1
 


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

* c++/7050
@ 2003-03-12 22:26 jason
  0 siblings, 0 replies; 5+ messages in thread
From: jason @ 2003-03-12 22:26 UTC (permalink / raw)
  To: jason; +Cc: gcc-prs

The following reply was made to PR c++/7050; it has been noted by GNATS.

From: jason@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c++/7050
Date: 12 Mar 2003 22:24:48 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	jason@gcc.gnu.org	2003-03-12 22:24:48
 
 Modified files:
 	gcc            : ChangeLog expr.c 
 	gcc/cp         : ChangeLog expr.c 
 
 Log message:
 	PR c++/7050
 	* expr.c (store_expr): Don't attempt to store void-typed trees,
 	just evaluate them for side effects.
 	* cp/expr.c (cxx_expand_expr): Return const0_rtx for throw
 	expressions.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.17055&r2=1.17056
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/expr.c.diff?cvsroot=gcc&r1=1.511&r2=1.512
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.3267&r2=1.3268
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/expr.c.diff?cvsroot=gcc&r1=1.71&r2=1.72
 


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

* Re: c++/7050
@ 2003-01-23  3:06 Wolfgang Bangerth
  0 siblings, 0 replies; 5+ messages in thread
From: Wolfgang Bangerth @ 2003-01-23  3:06 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c++/7050; it has been noted by GNATS.

From: Wolfgang Bangerth <bangerth@ticam.utexas.edu>
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: Re: c++/7050
Date: Wed, 22 Jan 2003 20:57:56 -0600 (CST)

 This is a regression from 2.95, which is why I just adjusted the priority.
 
 -------------------------------------------------------------------------
 Wolfgang Bangerth             email:            bangerth@ticam.utexas.edu
                               www: http://www.ticam.utexas.edu/~bangerth/
 
 


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

end of thread, other threads:[~2003-03-21  7:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-12 22:56 c++/7050 jason
  -- strict thread matches above, loose matches on Subject: below --
2003-03-21  7:16 c++/7050 jason
2003-03-12 23:06 c++/7050 jason
2003-03-12 22:26 c++/7050 jason
2003-01-23  3:06 c++/7050 Wolfgang Bangerth

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