This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: g++.dg/ext/stmtexpr2.C failure


On Thu, 24 Jun 2004 23:24:56 +0200 (CEST), Ulrich Weigand <weigand@i1.informatik.uni-erlangen.de> wrote:

> the g++.dg/ext/stmtexpr2.C case you added 2004-06-18 fails on s390,
> because the test assumes that in the expression 
>   ({ A(10) + A(11); });
> the constructor A(11) must be called before A(10).  However, on s390 
> current mainline emits constructor calls in the other order.  Does 
> C++ really require this particular order, or is this a testcase bug?

Testcase bug, sorry.

Jason


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]