This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/14091] New: ostream crash on HPUX 11
- From: "geurts at retarget dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Feb 2004 09:21:23 -0000
- Subject: [Bug c++/14091] New: ostream crash on HPUX 11
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Consider the following hello.c program.
#include <stdio.h>
#include <iostream>
int main()
{
printf("%s\n","Hello C");
std::cout << "Hello C++\n";
return 0;
}
I compile this program on HPUX 11, version 'U'.
> uname -a
HP-UX rubens B.11.00 U 9000/785 2003262084 unlimited-user license
The program compiles and executes correctly.
When I run the same executable on HPUX 11 version 'A', it crashed on the
ostream code.
> uname -a
HP-UX memlinc B.11.00 A 9000/778 2004900209 two-user license
> a.out
Hello C
Segmentation fault (core dumped)
Best regards,
W.
--
Summary: ostream crash on HPUX 11
Product: gcc
Version: 3.3.2
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: geurts at retarget dot com
CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: hppa2.0w-hp-hpux11.00
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14091