This is the mail archive of the gcc-bugs@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]

[Bug bootstrap/13443] New: config.guess error on HP-UX 11.11 using HP ANSI C++


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


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