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]

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


Jason,

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?

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  weigand@informatik.uni-erlangen.de


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