NEW GCC build failure, HEAD@190788 on native
GCC regression tester
regress@geoffk.org
Wed Aug 29 22:37:00 GMT 2012
With your recent patch, GCC HEAD revision 190788 had problems on:
native: build (NEW build failure)
Attached is build output for those targets.
The previous build was of revision 190785.
Log information for changes since the last build:
------------------------------------------------------------------------
r190786 | steven | 2012-08-29 13:40:53 -0700 (Wed, 29 Aug 2012) | 2 lines
Changed paths:
M /trunk/gcc/ChangeLog
M /trunk/gcc/cfg.c
* cfg.c (dump_bb_info): Print a newline if there were no edges to dump.
------------------------------------------------------------------------
r190787 | drepper | 2012-08-29 15:05:41 -0700 (Wed, 29 Aug 2012) | 10 lines
Changed paths:
M /trunk/libstdc++-v3/config/abi/post/x86_64-linux-gnu/baseline_symbols.txt
M /trunk/libstdc++-v3/config/abi/pre/gnu.ver
M /trunk/libstdc++-v3/include/bits/random.h
M /trunk/libstdc++-v3/src/c++11/Makefile.am
M /trunk/libstdc++-v3/src/c++11/Makefile.in
A /trunk/libstdc++-v3/src/c++11/random.cc
* include/bits/random.h (random_device): Move implementation to...
* src/c++11/random.cc: ...here. New file.
* config/abi/pre/gnu.ver: Add new version GLIBCXX_3.4.18. Export
std::random_device::* symbols.
* config/abi/post/x86_64-linux-gnu/baseline_symbols.txt: Generated.
* src/c++11/Makefile.am (sources): Add random.cc.
* src/c++11/Makefile.in: Regenerated.
------------------------------------------------------------------------
For more information, see <http://glutton.geoffk.org/HEAD/>.
-------------- next part --------------
from /home/regress/tbox/native/build/i686-pc-linux-gnu/libstdc++-v3/include/bits/stl_algo.h:67,
from /home/regress/tbox/native/build/i686-pc-linux-gnu/libstdc++-v3/include/algorithm:63,
from /home/regress/tbox/svn-gcc/libstdc++-v3/include/precompiled/stdc++.h:65:
/home/regress/tbox/native/build/i686-pc-linux-gnu/libstdc++-v3/include/bits/random.h: In constructor 'std::random_device::random_device(const string&)':
/home/regress/tbox/native/build/i686-pc-linux-gnu/libstdc++-v3/include/bits/random.h:1590:36: error: returning a value from a constructor
{ return _M_init_pretr1(__token); }
^
make[5]: *** [i686-pc-linux-gnu/bits/stdc++.h.gch/O2ggnu++0x.gch] Error 1
make[5]: Leaving directory `/home/regress/tbox/native/build/i686-pc-linux-gnu/libstdc++-v3/include'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/regress/tbox/native/build/i686-pc-linux-gnu/libstdc++-v3'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/regress/tbox/native/build/i686-pc-linux-gnu/libstdc++-v3'
make[2]: *** [all-stage1-target-libstdc++-v3] Error 2
make[2]: Leaving directory `/home/regress/tbox/native/build'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory `/home/regress/tbox/native/build'
make: *** [bootstrap] Error 2
+ '[' -s .bad_compare ']'
+ exit 1
-------------- next part --------------
--
Geoffrey Keating <geoffk@geoffk.org>
(via an automated GCC regression-testing script.)
More information about the Gcc-regression
mailing list