public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/16015] New: xfailed g++.dg/ext/stmtexpr1.C
@ 2004-06-16  8:36 rth at gcc dot gnu dot org
  2004-06-16  8:37 ` [Bug c++/16015] " rth at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: rth at gcc dot gnu dot org @ 2004-06-16  8:36 UTC (permalink / raw)
  To: gcc-bugs

This test is now xfailed on mainline because 
  ({A <10> (), A<11> (); }).Foo (), A<12> ();
no longer works as expected.  I'm unclear on how this ever worked, since a 
related test case (to be attached) doesn't pass on any version of gcc.

Jason said he'd poke at the problem.

-- 
           Summary: xfailed g++.dg/ext/stmtexpr1.C
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Keywords: xfail
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: jason at gcc dot gnu dot org
        ReportedBy: rth at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug c++/16015] xfailed g++.dg/ext/stmtexpr1.C
  2004-06-16  8:36 [Bug c++/16015] New: xfailed g++.dg/ext/stmtexpr1.C rth at gcc dot gnu dot org
@ 2004-06-16  8:37 ` rth at gcc dot gnu dot org
  2004-06-16 21:23 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rth at gcc dot gnu dot org @ 2004-06-16  8:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rth at gcc dot gnu dot org  2004-06-16 08:37 -------
Created an attachment (id=6539)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6539&action=view)
Statement expression test that never worked.


-- 


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


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

* [Bug c++/16015] xfailed g++.dg/ext/stmtexpr1.C
  2004-06-16  8:36 [Bug c++/16015] New: xfailed g++.dg/ext/stmtexpr1.C rth at gcc dot gnu dot org
  2004-06-16  8:37 ` [Bug c++/16015] " rth at gcc dot gnu dot org
@ 2004-06-16 21:23 ` pinskia at gcc dot gnu dot org
  2004-06-17 22:36 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-16 21:23 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-16 21:23 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-06-16 21:23:01
               date|                            |


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


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

* [Bug c++/16015] xfailed g++.dg/ext/stmtexpr1.C
  2004-06-16  8:36 [Bug c++/16015] New: xfailed g++.dg/ext/stmtexpr1.C rth at gcc dot gnu dot org
  2004-06-16  8:37 ` [Bug c++/16015] " rth at gcc dot gnu dot org
  2004-06-16 21:23 ` pinskia at gcc dot gnu dot org
@ 2004-06-17 22:36 ` cvs-commit at gcc dot gnu dot org
  2004-06-17 22:39 ` jason at gcc dot gnu dot org
  2004-07-10  0:39 ` [Bug c++/16015] [3.5 Regression] " pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-06-17 22:36 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-06-17 22:35 -------
Subject: Bug 16015

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	jason@gcc.gnu.org	2004-06-17 22:35:55

Modified files:
	gcc            : ChangeLog expr.c gimplify.c tree.def 
	gcc/cp         : ChangeLog semantics.c tree.c 
	gcc/doc        : c-tree.texi 
	gcc/testsuite/g++.dg/ext: stmtexpr1.C 

Log message:
	PR c++/16015
	* gimplify.c (gimplify_target_expr): Handle void initializer.
	* expr.c (expand_expr_real_1) [TARGET_EXPR]: Likewise.
	* doc/c-tree.texi (Expression trees): Update TARGET_EXPR
	and AGGR_INIT_EXPR.
	* cp/semantics.c (simplify_aggr_init_expr): Don't return the slot.
	(finish_stmt_expr_expr): Update type after conversions.
	(finish_stmt_expr): Wrap initializer in CLEANUP_POINT_EXPR.
	Handle void initializer.
	* cp/tree.c (build_cplus_new): Make AGGR_INIT_EXPRs void.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.4021&r2=2.4022
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/expr.c.diff?cvsroot=gcc&r1=1.652&r2=1.653
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/gimplify.c.diff?cvsroot=gcc&r1=2.16&r2=2.17
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.def.diff?cvsroot=gcc&r1=1.78&r2=1.79
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.4109&r2=1.4110
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/semantics.c.diff?cvsroot=gcc&r1=1.401&r2=1.402
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/tree.c.diff?cvsroot=gcc&r1=1.378&r2=1.379
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/c-tree.texi.diff?cvsroot=gcc&r1=1.57&r2=1.58
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/ext/stmtexpr1.C.diff?cvsroot=gcc&r1=1.2&r2=1.3



-- 


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


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

* [Bug c++/16015] xfailed g++.dg/ext/stmtexpr1.C
  2004-06-16  8:36 [Bug c++/16015] New: xfailed g++.dg/ext/stmtexpr1.C rth at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-06-17 22:36 ` cvs-commit at gcc dot gnu dot org
@ 2004-06-17 22:39 ` jason at gcc dot gnu dot org
  2004-07-10  0:39 ` [Bug c++/16015] [3.5 Regression] " pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: jason at gcc dot gnu dot org @ 2004-06-17 22:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From jason at gcc dot gnu dot org  2004-06-17 22:39 -------
feexd

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


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


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

* [Bug c++/16015] [3.5 Regression] xfailed g++.dg/ext/stmtexpr1.C
  2004-06-16  8:36 [Bug c++/16015] New: xfailed g++.dg/ext/stmtexpr1.C rth at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-06-17 22:39 ` jason at gcc dot gnu dot org
@ 2004-07-10  0:39 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-10  0:39 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|xfailed                     |[3.5 Regression] xfailed
                   |g++.dg/ext/stmtexpr1.C      |g++.dg/ext/stmtexpr1.C
   Target Milestone|---                         |3.5.0


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


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

end of thread, other threads:[~2004-07-10  0:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-16  8:36 [Bug c++/16015] New: xfailed g++.dg/ext/stmtexpr1.C rth at gcc dot gnu dot org
2004-06-16  8:37 ` [Bug c++/16015] " rth at gcc dot gnu dot org
2004-06-16 21:23 ` pinskia at gcc dot gnu dot org
2004-06-17 22:36 ` cvs-commit at gcc dot gnu dot org
2004-06-17 22:39 ` jason at gcc dot gnu dot org
2004-07-10  0:39 ` [Bug c++/16015] [3.5 Regression] " 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).