public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/5316: compliation problem
@ 2002-02-26 13:52 nathan
  0 siblings, 0 replies; 2+ messages in thread
From: nathan @ 2002-02-26 13:52 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, jianhua.zhou, nobody

Synopsis: compliation problem

State-Changed-From-To: open->closed
State-Changed-By: nathan
State-Changed-When: Tue Feb 26 13:47:54 2002
State-Changed-Why:
    not a bug. g++ 3 is more compliant and you must use
    <iostream> etc, and std::, and not use non-standard
    entry points

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5316


^ permalink raw reply	[flat|nested] 2+ messages in thread

* c++/5316: compliation problem
@ 2002-01-08 14:26 jianhua.zhou
  0 siblings, 0 replies; 2+ messages in thread
From: jianhua.zhou @ 2002-01-08 14:26 UTC (permalink / raw)
  To: gcc-gnats


>Number:         5316
>Category:       c++
>Synopsis:       compliation problem
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Jan 08 14:26:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Jianhua Zhou
>Release:        3.0.3
>Organization:
>Environment:
RedHat 7.1
>Description:
The follwoing codes has compilation problem on 3.0.3

#include <iostream.h>
#include <fstream.h>
class commsbuf : public filebuf
{
        public:
             void   f1() {
                        int pb = blen();
                        char *b = base();
                        int fd1 = fd();
                        int y = unbuffered();
                        int z = out_waiting();
                };
};

main()
{

}

which is ok on other C++ compiler and good on 2.91,66
 (RedHat 6.2).
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-02-26 21:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-26 13:52 c++/5316: compliation problem nathan
  -- strict thread matches above, loose matches on Subject: below --
2002-01-08 14:26 jianhua.zhou

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).