public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/43143]  New: [c++0x] array value-initialization and variadics
@ 2010-02-22 19:24 jason at gcc dot gnu dot org
  2010-02-22 19:25 ` [Bug c++/43143] " jason at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: jason at gcc dot gnu dot org @ 2010-02-22 19:24 UTC (permalink / raw)
  To: gcc-bugs

This ought to compile, but doesn't:

template<typename T>
T&& declval();

template<class T, class... Args>
void test() {
  T t(declval<Args>()...);
}

int main() {
  test<const int>(); // OK
  test<int[23]>(); // Error
}


-- 
           Summary: [c++0x] array value-initialization and variadics
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Keywords: rejects-valid
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: jason at gcc dot gnu dot org
        ReportedBy: jason at gcc dot gnu dot org


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


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

end of thread, other threads:[~2010-02-23 18:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-22 19:24 [Bug c++/43143] New: [c++0x] array value-initialization and variadics jason at gcc dot gnu dot org
2010-02-22 19:25 ` [Bug c++/43143] " jason at gcc dot gnu dot org
2010-02-23 18:33 ` jason at gcc dot gnu dot org
2010-02-23 18:34 ` 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).