public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/23333] New: accepts invalid pure specifier
@ 2005-08-11 17:28 pinskia at gcc dot gnu dot org
  2005-08-18  3:27 ` [Bug c++/23333] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-11 17:28 UTC (permalink / raw)
  To: gcc-bugs

testcase:
class a
{
  virtual void f() = 0L;
};

See FIXME in parse.c:
  /* FIXME: Unfortunately, this will accept `0L' and `0x00' as well.
     We need to get information from the lexer about how the number
     was spelled in order to fix this problem.  */
  return integer_zero_node;

-- 
           Summary: accepts invalid pure specifier
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: accepts-invalid
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23333


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

* [Bug c++/23333] accepts invalid pure specifier
  2005-08-11 17:28 [Bug c++/23333] New: accepts invalid pure specifier pinskia at gcc dot gnu dot org
@ 2005-08-18  3:27 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-18  3:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-18 03:24 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-08-18 03:24:23
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23333


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

end of thread, other threads:[~2005-08-18  3:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-11 17:28 [Bug c++/23333] New: accepts invalid pure specifier pinskia at gcc dot gnu dot org
2005-08-18  3:27 ` [Bug c++/23333] " pinskia at gcc dot gnu dot org

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