public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/6859: g++ 3.1 fails to diagnose an rvalue to lvalue conversion
@ 2002-09-14 15:20 nathan
  0 siblings, 0 replies; 2+ messages in thread
From: nathan @ 2002-09-14 15:20 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, sebor

Synopsis: g++ 3.1 fails to diagnose an rvalue to lvalue conversion

State-Changed-From-To: open->closed
State-Changed-By: nathan
State-Changed-When: Sat Sep 14 15:20:19 2002
State-Changed-Why:
    fixed in cvs

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


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

* c++/6859: g++ 3.1 fails to diagnose an rvalue to lvalue conversion
@ 2002-05-29 12:32 sebor
  0 siblings, 0 replies; 2+ messages in thread
From: sebor @ 2002-05-29 12:32 UTC (permalink / raw)
  To: gcc-gnats


>Number:         6859
>Category:       c++
>Synopsis:       g++ 3.1 fails to diagnose an rvalue to lvalue conversion
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed May 29 12:16:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     sebor@roguewave.com
>Release:        gcc 3.1
>Organization:
>Environment:

>Description:
The program below is ill-formed and should be diagnosed.
>How-To-Repeat:
$ cat t.cpp ; g++ --version ; g++ -c -pedantic t.cpp
void foo (char*&);

int main ()
{
    signed char *s;
    foo (reinterpret_cast<char*>(s));
}

g++ (GCC) 3.1
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
>Fix:

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


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

end of thread, other threads:[~2002-09-14 22:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-14 15:20 c++/6859: g++ 3.1 fails to diagnose an rvalue to lvalue conversion nathan
  -- strict thread matches above, loose matches on Subject: below --
2002-05-29 12:32 sebor

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