This is the mail archive of the gcc-regression@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]

GCC build of HEAD@135956 failed for native


With your recent patch, GCC HEAD revision 135956 had problems on:
native: build (NEW build failure)
Attached is build output for those targets.
The previous build was of revision 135955.

Log information for changes since the last build:
------------------------------------------------------------------------
r135955 | paolo | 2008-05-26 19:18:24 +0000 (Mon, 26 May 2008) | 20 lines
Changed paths:
   M /trunk/libstdc++-v3/ChangeLog
   M /trunk/libstdc++-v3/doc/xml/manual/intro.xml
   M /trunk/libstdc++-v3/include/c_global/cmath
   M /trunk/libstdc++-v3/include/tr1/cmath
   M /trunk/libstdc++-v3/include/tr1/complex
   M /trunk/libstdc++-v3/include/tr1_impl/cmath
   M /trunk/libstdc++-v3/include/tr1_impl/complex
   A /trunk/libstdc++-v3/testsuite/26_numerics/headers/cmath/dr550.cc
   M /trunk/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/overloads.cc

2008-05-26  Paolo Carlini  <paolo.carlini@oracle.com>

	* include/c_global/cmath (pow(float, int), pow(double, int),
	pow(long double, int)): Do not define in C++0x mode, per DR 550.
	* include/tr1_impl/cmath (pow): Do not bring in unconditionally
	from namespace std.
	* include/tr1/cmath (pow(double, double), pow(float, float),
	pow(long double, long double), pow(_Tp, _Up)): Define.
	* include/tr1/complex (pow): Do not bring in from namespace std.
	(pow(const std::complex<_Tp>&, int), pow(const std::complex<_Tp>&,
	const _Tp&), pow(const _Tp&, const std::complex<_Tp>&),
	pow(const std::complex<_Tp>&, const std::complex<_Tp>&)): Define.
	* include/tr1_impl/complex (pow(const std::complex<_Tp>&,
	const _Up&), pow(const _Tp&, const std::complex<_Up>&),
	pow(const std::complex<_Tp>&, const std::complex<_Up>&)): Always
	define.
	* doc/xml/manual/intro.xml: Add an entry for DR 550.
	* testsuite/26_numerics/headers/cmath/dr550.cc: New.
	* testsuite/tr1/8_c_compatibility/cmath/overloads.cc: Adjust.

------------------------------------------------------------------------
r135956 | dfranke | 2008-05-26 20:18:04 +0000 (Mon, 26 May 2008) | 6 lines
Changed paths:
   M /trunk/gcc/fortran/ChangeLog
   M /trunk/gcc/fortran/cpp.c

2008-05-26  Daniel Franke  <franke.daniel@gmail.com>

        * fortran/cpp.c (cpp_define_builtins): Remove usage of TARGET_* macros,
        added FIXME instead.


------------------------------------------------------------------------

For more information, see <http://glutton.geoffk.org/HEAD/>.

Attachment: native-log.txt
Description: Text document

-- 
Geoffrey Keating <geoffk@geoffk.org> 
(via an automated GCC regression-testing script.)

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