From mboxrd@z Thu Jan 1 00:00:00 1970 From: Helmut Jarausch To: gcc-gnats@gcc.gnu.org Subject: libstdc++/2615: IRIX C++ cout gets bus error Date: Mon, 23 Apr 2001 09:16:00 -0000 Message-id: <200104231613.SAA27282@numa1.igpm.rwth-aachen.de> X-SW-Source: 2001-04/msg00427.html List-Id: >Number: 2615 >Category: libstdc++ >Synopsis: IRIX C++ cout gets bus error >Confidential: no >Severity: critical >Priority: high >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Mon Apr 23 09:16:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Helmut Jarausch >Release: 3.0 20010423 (prerelease) >Organization: Inst. of Techn. RWTH-Aachen >Environment: System: IRIX64 numa1 6.5 10120732 IP26 host: mips-sgi-irix6.5 build: mips-sgi-irix6.5 target: mips-sgi-irix6.5 configured with: /usr/people/jarausch/ZIP/EGCS/gcc30-cvs/configure --prefix=/usr/LOCAL --with-local-prefix=/usr/LOCAL >Description: A trivial C++ program gets a bus error when running >How-To-Repeat: just run this one: #include using std::cout; int main() { cout << "Hello world\n"; cout << "Hello world again\n"; } >Fix: >Release-Note: >Audit-Trail: >Unformatted: