public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: libstdc++/7439: Can't use the name INFINITY in an enum.
@ 2002-08-01 14:14 bkoz
  0 siblings, 0 replies; 2+ messages in thread
From: bkoz @ 2002-08-01 14:14 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, greyleaf, nobody

Synopsis: Can't use the name INFINITY in an enum.

State-Changed-From-To: open->analyzed
State-Changed-By: bkoz
State-Changed-When: Thu Aug  1 14:14:31 2002
State-Changed-Why:
    Can't get at your testcase. Can you please just paste it into the web form in plaintext? It should be pretty simple, I'd think.
    
    -benjamin

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


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

* Re: libstdc++/7439: Can't use the name INFINITY in an enum.
@ 2002-08-02  9:43 bkoz
  0 siblings, 0 replies; 2+ messages in thread
From: bkoz @ 2002-08-02  9:43 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, greyleaf, nobody

Synopsis: Can't use the name INFINITY in an enum.

State-Changed-From-To: analyzed->open
State-Changed-By: bkoz
State-Changed-When: Fri Aug  2 09:43:28 2002
State-Changed-Why:
    Here's the testcase. Confirmed under 3.3 gnu/linux.
    
    #include <iostream>
    
    int main( int argc, char** argv )
    {
      enum { INFINITY = -2 };
    
      return (0);
    }

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


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

end of thread, other threads:[~2002-08-02 16:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-01 14:14 libstdc++/7439: Can't use the name INFINITY in an enum bkoz
2002-08-02  9:43 bkoz

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