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]

libstdc++ breakage on powerpc*-linux


Benjamin,

Your change for revision 134805,

2008-04-29  Benjamin Kosnik  <bkoz@redhat.com>

	* include/bits/c++config: Remove space between '#' and 'undef' for
	_GLIBCXX_LONG_DOUBLE_COMPAT.

breaks libstdc++ for powerpc*-unknown-linux-gnu on systems where long
double is 128 bits, resulting in lots of "undefined reference" errors
during linking.  The change from "# undef" to "#undef" causes a match
in a sed command in libstdc++-v3/include/Makefile, which looks for
"^#undef _GLIBCXX_LONG_DOUBLE_COMPAT.  Please revert it for now.

Janis



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