public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/38276]  New: [c++0x] ICE on templates, simple test-case
@ 2008-11-26 13:39 dragan at plusplus dot co dot yu
  2008-11-26 13:43 ` [Bug c++/38276] " dragan at plusplus dot co dot yu
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: dragan at plusplus dot co dot yu @ 2008-11-26 13:39 UTC (permalink / raw)
  To: gcc-bugs

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

This might be related to #35828, but I don't have time to check their sample
code. But don't flame me, I have already spent some productive time and managed
to strip 2000+ lines of code into only 13.

g++ -std=c++0x bug.cc

GNU C++ (GCC) version 4.4.0 20081124 (experimental) (i686-pc-linux-gnu)
        compiled by GNU C version 4.4.0 20081124 (experimental), GMP version
4.2.2, MPFR version 2.3.1.
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
Compiler executable checksum: e8678982a640502ce11e7866db86e867
bug.cc: In instantiation of ‘problem<Bar<Foo<int>, Foo<> >, Bar<Foo<int>, Foo<>
> >’:
bug.cc:20:   instantiated from here
bug.cc:14: internal compiler error: in finish_member_declaration, at
cp/semantics.c:2335


-- 
           Summary: [c++0x] ICE on templates, simple test-case
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dragan at plusplus dot co dot yu
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

* [Bug c++/38276] [c++0x] ICE on templates, simple test-case
  2008-11-26 13:39 [Bug c++/38276] New: [c++0x] ICE on templates, simple test-case dragan at plusplus dot co dot yu
@ 2008-11-26 13:43 ` dragan at plusplus dot co dot yu
  2008-12-24  1:47 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: dragan at plusplus dot co dot yu @ 2008-11-26 13:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from dragan at plusplus dot co dot yu  2008-11-26 13:42 -------
Created an attachment (id=16776)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16776&action=view)
test case


-- 


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


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

* [Bug c++/38276] [c++0x] ICE on templates, simple test-case
  2008-11-26 13:39 [Bug c++/38276] New: [c++0x] ICE on templates, simple test-case dragan at plusplus dot co dot yu
  2008-11-26 13:43 ` [Bug c++/38276] " dragan at plusplus dot co dot yu
@ 2008-12-24  1:47 ` pinskia at gcc dot gnu dot org
  2008-12-28  1:46 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-12-24  1:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2008-12-24 01:45 -------
Confirmed.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2008-12-24 01:45:21
               date|                            |


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


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

* [Bug c++/38276] [c++0x] ICE on templates, simple test-case
  2008-11-26 13:39 [Bug c++/38276] New: [c++0x] ICE on templates, simple test-case dragan at plusplus dot co dot yu
  2008-11-26 13:43 ` [Bug c++/38276] " dragan at plusplus dot co dot yu
  2008-12-24  1:47 ` pinskia at gcc dot gnu dot org
@ 2008-12-28  1:46 ` pinskia at gcc dot gnu dot org
  2008-12-28 21:57 ` [Bug c++/38276] [c++0x] ICE on template specialization involving variadic templates reichelt at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-12-28  1:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2008-12-28 01:44 -------
*** Bug 36413 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fred at tigen dot org


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


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

* [Bug c++/38276] [c++0x] ICE on template specialization involving variadic templates
  2008-11-26 13:39 [Bug c++/38276] New: [c++0x] ICE on templates, simple test-case dragan at plusplus dot co dot yu
                   ` (2 preceding siblings ...)
  2008-12-28  1:46 ` pinskia at gcc dot gnu dot org
@ 2008-12-28 21:57 ` reichelt at gcc dot gnu dot org
  2009-01-07  0:04 ` jason at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2008-12-28 21:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from reichelt at gcc dot gnu dot org  2008-12-28 21:55 -------
Even shorter testcase:

=====================================================================
template<typename...> struct A;

template<typename, typename> struct B;

template<typename... T, typename... U> struct B<A<T...>, A<U...> >
{
  static int i;
};

B<A<>, A<int> > b1;

B<A<int>, A<> > b2;
=====================================================================


-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
           Keywords|                            |monitored
            Summary|[c++0x] ICE on templates,   |[c++0x] ICE on template
                   |simple test-case            |specialization involving
                   |                            |variadic templates


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


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

* [Bug c++/38276] [c++0x] ICE on template specialization involving variadic templates
  2008-11-26 13:39 [Bug c++/38276] New: [c++0x] ICE on templates, simple test-case dragan at plusplus dot co dot yu
                   ` (3 preceding siblings ...)
  2008-12-28 21:57 ` [Bug c++/38276] [c++0x] ICE on template specialization involving variadic templates reichelt at gcc dot gnu dot org
@ 2009-01-07  0:04 ` jason at gcc dot gnu dot org
  2009-01-07 20:43 ` jason at gcc dot gnu dot org
  2009-01-07 20:57 ` jason at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: jason at gcc dot gnu dot org @ 2009-01-07  0:04 UTC (permalink / raw)
  To: gcc-bugs



-- 

jason at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jason at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2008-12-24 01:45:21         |2009-01-07 00:04:20
               date|                            |


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


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

* [Bug c++/38276] [c++0x] ICE on template specialization involving variadic templates
  2008-11-26 13:39 [Bug c++/38276] New: [c++0x] ICE on templates, simple test-case dragan at plusplus dot co dot yu
                   ` (4 preceding siblings ...)
  2009-01-07  0:04 ` jason at gcc dot gnu dot org
@ 2009-01-07 20:43 ` jason at gcc dot gnu dot org
  2009-01-07 20:57 ` jason at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: jason at gcc dot gnu dot org @ 2009-01-07 20:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from jason at gcc dot gnu dot org  2009-01-07 20:43 -------
Subject: Bug 38276

Author: jason
Date: Wed Jan  7 20:43:01 2009
New Revision: 143166

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=143166
Log:
        PR c++/35297
        PR c++/35477
        PR c++/35784
        PR c++/36846
        PR c++/38276
        * pt.c (check_default_tmpl_args): Don't complain about
        out-of-order parameter packs in the enclosing class
        or parameter packs after default args.
        (coerce_template_parms): If we have more than one
        parameter pack, don't flatten argument packs.
        (template_args_equal): Handle argument packs.
        (comp_template_args): Don't flatten argument packs.
        (check_instantiated_arg): Split out from...
        (check_instantiated_args): Here.  Handle arg packs.
        (convert_template_argument): Just check that nontype argument
        packs have the right type.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/variadic92.C
    trunk/gcc/testsuite/g++.dg/cpp0x/variadic93.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/pt.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/cpp0x/variadic65.C
    trunk/gcc/testsuite/g++.dg/cpp0x/variadic82.C
    trunk/gcc/testsuite/g++.dg/cpp0x/variadic83.C


-- 


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


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

* [Bug c++/38276] [c++0x] ICE on template specialization involving variadic templates
  2008-11-26 13:39 [Bug c++/38276] New: [c++0x] ICE on templates, simple test-case dragan at plusplus dot co dot yu
                   ` (5 preceding siblings ...)
  2009-01-07 20:43 ` jason at gcc dot gnu dot org
@ 2009-01-07 20:57 ` jason at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: jason at gcc dot gnu dot org @ 2009-01-07 20:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from jason at gcc dot gnu dot org  2009-01-07 20:57 -------
Fixed.


-- 

jason at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2009-01-07 20:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-26 13:39 [Bug c++/38276] New: [c++0x] ICE on templates, simple test-case dragan at plusplus dot co dot yu
2008-11-26 13:43 ` [Bug c++/38276] " dragan at plusplus dot co dot yu
2008-12-24  1:47 ` pinskia at gcc dot gnu dot org
2008-12-28  1:46 ` pinskia at gcc dot gnu dot org
2008-12-28 21:57 ` [Bug c++/38276] [c++0x] ICE on template specialization involving variadic templates reichelt at gcc dot gnu dot org
2009-01-07  0:04 ` jason at gcc dot gnu dot org
2009-01-07 20:43 ` jason at gcc dot gnu dot org
2009-01-07 20:57 ` 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).