This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/13443] New: config.guess error on HP-UX 11.11 using HP ANSI C++
- From: "carsten dot traebing at de dot ina dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Dec 2003 12:59:46 -0000
- Subject: [Bug bootstrap/13443] New: config.guess error on HP-UX 11.11 using HP ANSI C++
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Because there is no ANSI C Compiler I use the ANSI C++ compiler, but this
should include the ANSI C Compiler.
The ANSI C++ compiler (aCC) doesn't handle piped input via -, it produces an
error message; this leads in the following if-clause always to the 64 bit
hppa64 else branch, even when compiler is called with args "-Ae +DA2.0" to
create a 32 bit hppa2.0 gcc (arguments given via shell script).
Write the contents of the C program into a file and call aCC works well.
--
Summary: config.guess error on HP-UX 11.11 using HP ANSI C++
Product: gcc
Version: 3.3.2
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: carsten dot traebing at de dot ina dot com
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13443