public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/60374] New: [4.7/4.8/4.9 Regression] ICE with invalid template specialization
@ 2014-03-01  0:01 reichelt at gcc dot gnu.org
  2014-03-01  0:02 ` [Bug c++/60374] " reichelt at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: reichelt at gcc dot gnu.org @ 2014-03-01  0:01 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 60374
           Summary: [4.7/4.8/4.9 Regression] ICE with invalid template
                    specialization
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Keywords: error-recovery, ice-on-invalid-code
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: reichelt at gcc dot gnu.org

The following invalid testcase (compiled with "-std=c++11") triggers
an ICE since GCC 4.7.0:

===============================================
template<typename> struct A {};

template<typename...T> struct A<T::T...> {};

A<int> a;
===============================================

bug.cc:3:31: error: template argument 'T:: T' involves template parameter(s)
 template<typename...T> struct A<T::T...> {};
                               ^
bug.cc:5:8: internal compiler error: in unify_one_argument, at cp/pt.c:16311
 A<int> a;
        ^
0x63a5ec unify_one_argument
        ../../gcc/gcc/cp/pt.c:16310
0x63b430 unify_pack_expansion
        ../../gcc/gcc/cp/pt.c:17129
0x6389de unify
        ../../gcc/gcc/cp/pt.c:17884
0x63e6ff get_class_bindings
        ../../gcc/gcc/cp/pt.c:18610
0x63f37e most_specialized_class
        ../../gcc/gcc/cp/pt.c:18852
0x64ecf9 instantiate_class_template_1
        ../../gcc/gcc/cp/pt.c:8867
0x64ecf9 instantiate_class_template(tree_node*)
        ../../gcc/gcc/cp/pt.c:9399
0x6e1d83 complete_type(tree_node*)
        ../../gcc/gcc/cp/typeck.c:134
0x5c8e58 start_decl_1(tree_node*, bool)
        ../../gcc/gcc/cp/decl.c:4719
0x5f1ef7 start_decl(cp_declarator const*, cp_decl_specifier_seq*, int,
tree_node*, tree_node*, tree_node**)
        ../../gcc/gcc/cp/decl.c:4682
0x6ce2be cp_parser_init_declarator
        ../../gcc/gcc/cp/parser.c:16684
0x6cfd49 cp_parser_simple_declaration
        ../../gcc/gcc/cp/parser.c:11205
0x6b3003 cp_parser_block_declaration
        ../../gcc/gcc/cp/parser.c:11086
0x6da2d2 cp_parser_declaration
        ../../gcc/gcc/cp/parser.c:10983
0x6d8fc8 cp_parser_declaration_seq_opt
        ../../gcc/gcc/cp/parser.c:10869
0x6da87a cp_parser_translation_unit
        ../../gcc/gcc/cp/parser.c:4014
0x6da87a c_parse_file()
        ../../gcc/gcc/cp/parser.c:31590
0x7f9fe3 c_common_parse_file()
        ../../gcc/gcc/c-family/c-opts.c:1060
Please submit a full bug report, [etc.]


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

* [Bug c++/60374] [4.7/4.8/4.9 Regression] ICE with invalid template specialization
  2014-03-01  0:01 [Bug c++/60374] New: [4.7/4.8/4.9 Regression] ICE with invalid template specialization reichelt at gcc dot gnu.org
@ 2014-03-01  0:02 ` reichelt at gcc dot gnu.org
  2014-03-03  9:00 ` [Bug c++/60374] [4.7/4.8/4.9 Regression] [c++11] " rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: reichelt at gcc dot gnu.org @ 2014-03-01  0:02 UTC (permalink / raw)
  To: gcc-bugs

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

Volker Reichelt <reichelt at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |4.5.0, 4.6.0
   Target Milestone|---                         |4.7.4
      Known to fail|                            |4.7.0, 4.8.0, 4.9.0


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

* [Bug c++/60374] [4.7/4.8/4.9 Regression] [c++11] ICE with invalid template specialization
  2014-03-01  0:01 [Bug c++/60374] New: [4.7/4.8/4.9 Regression] ICE with invalid template specialization reichelt at gcc dot gnu.org
  2014-03-01  0:02 ` [Bug c++/60374] " reichelt at gcc dot gnu.org
@ 2014-03-03  9:00 ` rguenth at gcc dot gnu.org
  2014-04-01 19:31 ` jason at gcc dot gnu.org
  2014-04-01 21:25 ` jason at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-03-03  9:00 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P4


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

* [Bug c++/60374] [4.7/4.8/4.9 Regression] [c++11] ICE with invalid template specialization
  2014-03-01  0:01 [Bug c++/60374] New: [4.7/4.8/4.9 Regression] ICE with invalid template specialization reichelt at gcc dot gnu.org
  2014-03-01  0:02 ` [Bug c++/60374] " reichelt at gcc dot gnu.org
  2014-03-03  9:00 ` [Bug c++/60374] [4.7/4.8/4.9 Regression] [c++11] " rguenth at gcc dot gnu.org
@ 2014-04-01 19:31 ` jason at gcc dot gnu.org
  2014-04-01 21:25 ` jason at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: jason at gcc dot gnu.org @ 2014-04-01 19:31 UTC (permalink / raw)
  To: gcc-bugs

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

Jason Merrill <jason at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2014-04-01
                 CC|                            |jason at gcc dot gnu.org
           Assignee|unassigned at gcc dot gnu.org      |jason at gcc dot gnu.org
     Ever confirmed|0                           |1


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

* [Bug c++/60374] [4.7/4.8/4.9 Regression] [c++11] ICE with invalid template specialization
  2014-03-01  0:01 [Bug c++/60374] New: [4.7/4.8/4.9 Regression] ICE with invalid template specialization reichelt at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2014-04-01 19:31 ` jason at gcc dot gnu.org
@ 2014-04-01 21:25 ` jason at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: jason at gcc dot gnu.org @ 2014-04-01 21:25 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Tue Apr  1 21:25:20 2014
New Revision: 208999

URL: http://gcc.gnu.org/viewcvs?rev=208999&root=gcc&view=rev
Log:
    PR c++/60374
    * pt.c (coerce_template_parms): Check that the pack expansion
    pattern works with the first matching parameter.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/variadic154.C
    trunk/gcc/testsuite/g++.dg/cpp0x/variadic155.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/pt.c


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

end of thread, other threads:[~2014-04-01 21:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-01  0:01 [Bug c++/60374] New: [4.7/4.8/4.9 Regression] ICE with invalid template specialization reichelt at gcc dot gnu.org
2014-03-01  0:02 ` [Bug c++/60374] " reichelt at gcc dot gnu.org
2014-03-03  9:00 ` [Bug c++/60374] [4.7/4.8/4.9 Regression] [c++11] " rguenth at gcc dot gnu.org
2014-04-01 19:31 ` jason at gcc dot gnu.org
2014-04-01 21:25 ` jason at gcc dot gnu.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).