This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/26459] New: gcc-4.1.0 RC2 fails to build on certain PowerPC targets
- From: "edmar at freescale dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Feb 2006 18:36:00 -0000
- Subject: [Bug c/26459] New: gcc-4.1.0 RC2 fails to build on certain PowerPC targets
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
When configuring gcc with:
--target=powerpc-unknown-linux-gnuspe --host=powerpc-unknown-linux-gnuspe
--enable-e500_double
this file will be included:
gcc/config/rs6000/e500-double.h
which in turn uses the variable
rs6000_float_gprs_string
which is not defined anywhere. (So the build stops with undefined sysmbol
error)
This problem can be detected as far as 20060206.
Gcc 4.0.2 builds fine with the same configuration options.
--
Summary: gcc-4.1.0 RC2 fails to build on certain PowerPC targets
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Severity: critical
Priority: P3
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: edmar at freescale dot com
GCC build triplet: powerpc-unknown-linux-gnuspe
GCC host triplet: powerpc-unknown-linux-gnuspe
GCC target triplet: powerpc-unknown-linux-gnuspe
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26459