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

Re: libstdc++/2691


The following reply was made to PR libstdc++/2691; it has been noted by GNATS.

From: bkoz@gcc.gnu.org
To: bkoz@gcc.gnu.org, gcc-gnats@gcc.gnu.org, nobody@gcc.gnu.org,
  rt@takagi-ryo.ac
Cc:  
Subject: Re: libstdc++/2691
Date: 30 Apr 2001 16:35:54 -0000

 Synopsis: Compiled binary receives SIGSEGV when mbchar is enabled
 
 Responsible-Changed-From-To: unassigned->bkoz
 Responsible-Changed-By: bkoz
 Responsible-Changed-When: Mon Apr 30 12:35:54 2001
 Responsible-Changed-Why:
     Responsible
 State-Changed-From-To: open->feedback
 State-Changed-By: bkoz
 State-Changed-When: Mon Apr 30 12:35:54 2001
 State-Changed-Why:
     Please just include sources, not pre-processed output for library-related bugs.
     
     I've boiled down your testcase to this:
     
     #include <iostream>
     
     using namespace std;
     
     int main()
     {
       cerr << "test message\n";
       wcerr << L"test message\n";
     }
     
     
     which works fine with current CVS sources. Can you try the codesourcery CVS gcc webpage and confirm?
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=2691&database=gcc


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