This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/33992] Building libstdc++-v3: include/limits: stray '\275' in program
- From: "h dot mth at web dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Dec 2007 17:43:08 -0000
- Subject: [Bug bootstrap/33992] Building libstdc++-v3: include/limits: stray '\275' in program
- References: <bug-33992-13189@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #9 from h dot mth at web dot de 2007-12-04 17:43 -------
I wonder what goes wrong with building cpp at stage 3(?). :)
ana build # for f in $(find ./ -type f -name cpp); do ls -l $f; PATH=$(dirname
$f) $f -dM /dev/null | grep __DBL_MAX__; done
-rwxr-xr-x 1 root root 279196 4. Dez 18:20 ./gcc/cpp
#define __DBL_MAX__ ½.3200111555710001e+310
-rwxr-xr-x 1 root root 258066 4. Dez 17:47 ./stage1-gcc/cpp
#define __DBL_MAX__ 1.7976931348623157e+308
-rwxr-xr-x 1 root root 389702 4. Dez 18:09 ./prev-gcc/cpp
#define __DBL_MAX__ 1.7976931348623157e+308
LDFLAGS="-Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,--sort-common"
STAGE1_CFLAGS="-O2"
BOOT_CFLAGS=" -O2 -mtune=nocona -march=nocona -pipe"
(Hint for bad defines from:
http://forums.gentoo.org/viewtopic-p-4569014.html#4569014)
--
h dot mth at web dot de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |h dot mth at web dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33992