This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r173195 - in /branches/gcc-4_6-branch/libstdc++...
- From: paolo at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Fri, 29 Apr 2011 23:20:00 -0000
- Subject: r173195 - in /branches/gcc-4_6-branch/libstdc++...
Author: paolo
Date: Fri Apr 29 23:19:59 2011
New Revision: 173195
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=173195
Log:
2011-04-29 Paolo Carlini <paolo.carlini@oracle.com>
PR libstdc++/48760
* include/std/complex (complex<float>::complex(float, float),
complex<double>::complex(double, double),
complex<long double>::complex(long double, long double)): Initialize
in the body in C++03 mode (no fix in C++0x mode).
* testsuite/26_numerics/complex/cons/48760.cc: New.
Added:
branches/gcc-4_6-branch/libstdc++-v3/testsuite/26_numerics/complex/cons/48760.cc
Modified:
branches/gcc-4_6-branch/libstdc++-v3/ChangeLog
branches/gcc-4_6-branch/libstdc++-v3/include/std/complex