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]

c++/8349: std::ios_base::out is not present in the fstream constructor taking a single argument.


>Number:         8349
>Category:       c++
>Synopsis:       std::ios_base::out is not present in the fstream constructor taking a single argument.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Oct 25 03:36:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Adam Wilkshire
>Release:        gcc 3.2
>Organization:
>Environment:
Solaris
Reading specs from /opt/global/pkg/gcc-3.2/lib/gcc-lib/sparc-sun-solaris2.7/3.2/specs
Configured with: ../gcc-3.2/configure --prefix=/opt/global/pkg/ : (reconfigured) ../gcc-3.2/configure --prefix=/opt/global/pkg/gcc-3.2
Thread model: posix
gcc version 3.2
>Description:
expect one argument fstream constructor to create a file, if not present.

int main(int argc,char** argv){
  char buf[50];
  sprintf(buf,"/tmp/%u",getpid());
  std::fstream f1(buf);
  if (!f1) std::cout<<"COULD NOT GENERATE"<<std::endl;
  else std::cout<<"GENERATED "<<std::endl;
}
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
----gnatsweb-attachment----
Content-Type: application/octet-stream; name="temp9.cc"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="temp9.cc"

I2luY2x1ZGUgPGZzdHJlYW0+CiNpbmNsdWRlIDxpb3N0cmVhbT4KI2luY2x1ZGUgPGNzdGRpbz4K
I2luY2x1ZGUgPHVuaXN0ZC5oPgoKaW50IG1haW4oaW50IGFyZ2MsY2hhcioqIGFyZ3YpewogIGNo
YXIgYnVmWzUwXTsKICBzcHJpbnRmKGJ1ZiwiL3RtcC8ldSIsZ2V0cGlkKCkpOwogIHN0ZDo6ZnN0
cmVhbSBmMShidWYpOwogIGlmICghZjEpIHN0ZDo6Y291dDw8IkNPVUxEIE5PVCBHRU5FUkFURSI8
PHN0ZDo6ZW5kbDsKICBlbHNlIHN0ZDo6Y291dDw8IkdFTkVSQVRFRCAiPDxzdGQ6OmVuZGw7Cn0K


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