public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/35243]  New: [4.3 regression] ICE with invalid initializer list in variadic template
@ 2008-02-17 23:06 reichelt at gcc dot gnu dot org
  2008-02-17 23:06 ` [Bug c++/35243] " reichelt at gcc dot gnu dot org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2008-02-17 23:06 UTC (permalink / raw)
  To: gcc-bugs

The following invalid code snippet triggers an ICE on mainline:

===================================================
struct A {};

template<typename... T> struct B : T...
{
  B() : T(x)... {}
};

B<A> b;
===================================================

bug.cc: In constructor 'B<T>::B()':
bug.cc:5: error: 'x' was not declared in this scope
bug.cc: In constructor 'B<T>::B() [with T = A]':
bug.cc:8:   instantiated from here
bug.cc:5: internal compiler error: tree check: expected tree_vec, have
error_mark in tsubst_initializer_list, at cp/pt.c:15212
Please submit a full bug report, [etc.]


-- 
           Summary: [4.3 regression] ICE with invalid initializer list in
                    variadic template
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: ice-on-invalid-code, error-recovery, monitored
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: reichelt at gcc dot gnu dot org


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


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

end of thread, other threads:[~2009-04-22 15:25 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-17 23:06 [Bug c++/35243] New: [4.3 regression] ICE with invalid initializer list in variadic template reichelt at gcc dot gnu dot org
2008-02-17 23:06 ` [Bug c++/35243] " reichelt at gcc dot gnu dot org
2008-02-17 23:15 ` rguenth at gcc dot gnu dot org
2008-03-15  0:44 ` [Bug c++/35243] [4.3/4.4 " jsm28 at gcc dot gnu dot org
2008-05-12 14:21 ` paolo dot carlini at oracle dot com
2008-05-19 18:03 ` paolo dot carlini at oracle dot com
2008-05-29 16:45 ` paolo at gcc dot gnu dot org
2008-05-29 16:47 ` [Bug c++/35243] [4.3 " paolo dot carlini at oracle dot com
2008-06-06 15:02 ` rguenth at gcc dot gnu dot org
2008-08-27 22:13 ` jsm28 at gcc dot gnu dot org
2009-01-24 10:23 ` rguenth at gcc dot gnu dot org
2009-04-22 15:25 ` rguenth 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).