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]

libstdc++/6998: failure when #include <fstream>


>Number:         6998
>Category:       libstdc++
>Synopsis:       failure when #include <fstream>
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          rejects-legal
>Submitter-Id:   net
>Arrival-Date:   Tue Jun 11 12:36:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     jerry pendergraft
>Release:        3.1
>Organization:
endocardial solutions
>Environment:
System: IRIX64 kryten 6.5 04131234 IP28


	
host: mips-sgi-irix6.5
build: mips-sgi-irix6.5
target: mips-sgi-irix6.5
configured with: /home/builds/gcc-3.1/configure --verbose --enable-shared=no --disable-shared
>Description:
	simple program such as:
#include <fstream>

int foo(void)
{
    return( 3 * 9 );
}
Compiled by: gcc -c tgcc.C produces

In file included from /usr/local/include/g++-v3/bits/basic_file.h:250,
                 from /usr/local/include/g++-v3/fstream:48,
                 from tgcc.C:1:
/usr/local/include/g++-v3/mips-sgi-irix6.5/bits/basic_file_model.h: In 
   constructor `std::__basic_file<_CharT>::__basic_file(__c_lock*)':
/usr/local/include/g++-v3/mips-sgi-irix6.5/bits/basic_file_model.h:39: class `
   std::__basic_file<_CharT>' does not have any field named `_M_cfile'
/usr/local/include/g++-v3/mips-sgi-irix6.5/bits/basic_file_model.h:39: class `
   std::__basic_file<_CharT>' does not have any field named `_M_cfile_created'

>How-To-Repeat:
	
>Fix:
	
>Release-Note:
>Audit-Trail:
>Unformatted:


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