public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* c++/8748
@ 2003-01-13  9:26 jason
  0 siblings, 0 replies; 4+ messages in thread
From: jason @ 2003-01-13  9:26 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: jason@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c++/8748
Date: 13 Jan 2003 09:16:22 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	jason@gcc.gnu.org	2003-01-13 01:16:22
 
 Added files:
 	gcc/testsuite/g++.dg/init: save1.C 
 
 Log message:
 	PR c++/8748
 	* class.c (build_base_path): Take the address before calling save_expr.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/init/save1.C.diff?cvsroot=gcc&r1=NONE&r2=1.1
 


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

* c++/8748
@ 2003-01-13  9:16 jason
  0 siblings, 0 replies; 4+ messages in thread
From: jason @ 2003-01-13  9:16 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: jason@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c++/8748
Date: 13 Jan 2003 09:15:08 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_3-branch
 Changes by:	jason@gcc.gnu.org	2003-01-13 01:15:08
 
 Modified files:
 	gcc/cp         : ChangeLog call.c class.c 
 
 Log message:
 	PR c++/8748
 	* class.c (build_base_path): Take the address before calling save_expr.
 	
 	* call.c (build_user_type_conversion_1): Do set ICS_BAD_FLAG if
 	all the ambiguous conversions are bad.
 	
 	* class.c (maybe_warn_about_overly_private_class): Don't stop
 	searching when we find a nonprivate method.
 
 Patches:
 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.16&r2=1.3076.2.17
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/call.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.341.2.2&r2=1.341.2.3
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/class.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.499.2.2&r2=1.499.2.3
 


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

* c++/8748
@ 2003-01-13  9:16 jason
  0 siblings, 0 replies; 4+ messages in thread
From: jason @ 2003-01-13  9:16 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: jason@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c++/8748
Date: 13 Jan 2003 09:14:49 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	jason@gcc.gnu.org	2003-01-13 01:14:49
 
 Modified files:
 	gcc/cp         : ChangeLog call.c class.c typeck.c 
 
 Log message:
 	PR c++/8748
 	* class.c (build_base_path): Take the address before calling save_expr.
 	
 	* call.c (build_user_type_conversion_1): Do set ICS_BAD_FLAG if
 	all the ambiguous conversions are bad.
 	
 	* class.c (maybe_warn_about_overly_private_class): Don't stop
 	searching when we find a nonprivate method.
 	
 	* typeck.c (build_class_member_access_expr): Use unary_complex_lvalue.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.3155&r2=1.3156
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/call.c.diff?cvsroot=gcc&r1=1.351&r2=1.352
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/class.c.diff?cvsroot=gcc&r1=1.511&r2=1.512
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/typeck.c.diff?cvsroot=gcc&r1=1.443&r2=1.444
 


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

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

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

>From bangerth@ticam.utexas.edu  Mon Jan 13 01:04:58 2003
From: Wolfgang Bangerth <bangerth@ticam.utexas.edu>
To: Volker Reichelt <reichelt@igpm.rwth-aachen.de>
Cc: Janis Johnson <janis187@us.ibm.com>, <gcc-gnats@gcc.gnu.org>
Subject: Re: c++/8748
Date: Sun, 12 Jan 2003 17:26:06 -0600 (CST)

 > > Your wrote in PR 8748 that it is probably a duplicate of 8663 and 8647;
 > > 8663 has been fixed, so could you look at 8748 again?
 > 
 > Alas, it is not a duplicate. I appended a reduced testcase to the PR
 > (new food for you and Wolfgang ;-)
 
 This was introduced between 2002-08-01 and 2002-08-15:
 
 
 regression/test> ../bin/gcc-2002-08-01/bin/c++ -c PR8748.cc
 
 regression/test> ../bin/gcc-2002-08-15/bin/c++ -c PR8748.cc
 PR8748.cc: In function `void foo()':
 PR8748.cc:16: internal compiler error: Internal compiler error in 
 cp_expr_size,
    at cp/cp-lang.c:302
 Please submit a full bug report,
 with preprocessed source if appropriate.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
 
 
 Janis, now it's your turn :-)
 
 W.
 
 -------------------------------------------------------------------------
 Wolfgang Bangerth             email:            bangerth@ticam.utexas.edu
                               www: http://www.ticam.utexas.edu/~bangerth/
 
 


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

end of thread, other threads:[~2003-01-13  9:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-13  9:26 c++/8748 jason
  -- strict thread matches above, loose matches on Subject: below --
2003-01-13  9:16 c++/8748 jason
2003-01-13  9:16 c++/8748 jason
2003-01-12 23:36 c++/8748 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).