public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* c++/8349: std::ios_base::out is not present in the fstream constructor taking a single argument.
@ 2002-10-25  3:36 adamwilkshire
  0 siblings, 0 replies; only message in thread
From: adamwilkshire @ 2002-10-25  3:36 UTC (permalink / raw)
  To: gcc-gnats


>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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-10-25 10:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-25  3:36 c++/8349: std::ios_base::out is not present in the fstream constructor taking a single argument adamwilkshire

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).