public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/37875]  New: [c++0x] misinterpreted closing angle bracket in decltype operand
@ 2008-10-20 11:13 gcc-bugzilla at contacts dot eelis dot net
  2008-12-28 23:11 ` [Bug c++/37875] " reichelt at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: gcc-bugzilla at contacts dot eelis dot net @ 2008-10-20 11:13 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 866 bytes --]

I think g++ incorrectly rejects the following code when compiled with
-std=c++0x:

  template <typename> struct X {};
  X<decltype(1 > 2)> x;
    // t.cpp:2: error: template argument 1 is invalid
    // t.cpp:2: error: invalid type in declaration before ‘;’ token

For comparison, here is very similar code that is accepted:

  template <int> struct Y {};
  Y<sizeof(1 > 2)> y;

Hence, I suspect it is a problem with decltype.


-- 
           Summary: [c++0x] misinterpreted closing angle bracket in decltype
                    operand
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gcc-bugzilla at contacts dot eelis dot net


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


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

end of thread, other threads:[~2009-10-18  5:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-20 11:13 [Bug c++/37875] New: [c++0x] misinterpreted closing angle bracket in decltype operand gcc-bugzilla at contacts dot eelis dot net
2008-12-28 23:11 ` [Bug c++/37875] " reichelt at gcc dot gnu dot org
2009-10-12  5:51 ` jason at gcc dot gnu dot org
2009-10-12 21:05 ` jason at gcc dot gnu dot org
2009-10-12 21:49 ` jason at gcc dot gnu dot org
2009-10-18  5:13 ` jason at gcc dot gnu dot org
2009-10-18  5:17 ` jason at gcc dot gnu dot org
2009-10-18  5:18 ` jason 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).