public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/34102] [4.3 regression] ICE with invalid inheritance of variadic templates
  2007-11-15  7:51 [Bug c++/34102] New: [4.3 regression] ICE with invalid inheritance of variadic templates reichelt at gcc dot gnu dot org
@ 2007-11-15  7:51 ` reichelt at gcc dot gnu dot org
  2007-11-19  3:45 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2007-11-15  7:51 UTC (permalink / raw)
  To: gcc-bugs



-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.3.0


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


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

* [Bug c++/34102]  New: [4.3 regression] ICE with invalid inheritance of variadic templates
@ 2007-11-15  7:51 reichelt at gcc dot gnu dot org
  2007-11-15  7:51 ` [Bug c++/34102] " reichelt at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2007-11-15  7:51 UTC (permalink / raw)
  To: gcc-bugs

The following invalid testcase triggers an ICE on mainline:

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

template<typename> struct B : virtual A {};

template<typename...T> struct C : B<T> {};
============================================================

bug.cc:5: error: parameter packs not expanded with `...':
bug.cc:5: note:         'T'
bug.cc: In instantiation of 'B<<expression error> >':
bug.cc:5:   instantiated from here
bug.cc:3: internal compiler error: Segmentation fault
Please submit a full bug report, [etc.]

The bug appeared between 2007-11-03 and 2007-11-06.


-- 
           Summary: [4.3 regression] ICE with invalid inheritance of
                    variadic templates
           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=34102


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

* [Bug c++/34102] [4.3 regression] ICE with invalid inheritance of variadic templates
  2007-11-15  7:51 [Bug c++/34102] New: [4.3 regression] ICE with invalid inheritance of variadic templates reichelt at gcc dot gnu dot org
  2007-11-15  7:51 ` [Bug c++/34102] " reichelt at gcc dot gnu dot org
@ 2007-11-19  3:45 ` pinskia at gcc dot gnu dot org
  2007-11-27 21:58 ` mmitchel at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-11-19  3:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-11-19 03:45 -------
Confirmed.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-11-19 03:45:45
               date|                            |


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


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

* [Bug c++/34102] [4.3 regression] ICE with invalid inheritance of variadic templates
  2007-11-15  7:51 [Bug c++/34102] New: [4.3 regression] ICE with invalid inheritance of variadic templates reichelt at gcc dot gnu dot org
  2007-11-15  7:51 ` [Bug c++/34102] " reichelt at gcc dot gnu dot org
  2007-11-19  3:45 ` pinskia at gcc dot gnu dot org
@ 2007-11-27 21:58 ` mmitchel at gcc dot gnu dot org
  2007-12-02 21:04 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-11-27 21:58 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2


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


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

* [Bug c++/34102] [4.3 regression] ICE with invalid inheritance of variadic templates
  2007-11-15  7:51 [Bug c++/34102] New: [4.3 regression] ICE with invalid inheritance of variadic templates reichelt at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2007-11-27 21:58 ` mmitchel at gcc dot gnu dot org
@ 2007-12-02 21:04 ` pinskia at gcc dot gnu dot org
  2007-12-20 21:03 ` dgregor at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-12-02 21:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2007-12-02 21:04 -------
 Mark, this is really only an error recovery regression. Can you relook at the
current priority?

Thanks,
Andrew Pinski


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mmitchel at gcc dot gnu dot
                   |                            |org


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


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

* [Bug c++/34102] [4.3 regression] ICE with invalid inheritance of variadic templates
  2007-11-15  7:51 [Bug c++/34102] New: [4.3 regression] ICE with invalid inheritance of variadic templates reichelt at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2007-12-02 21:04 ` pinskia at gcc dot gnu dot org
@ 2007-12-20 21:03 ` dgregor at gcc dot gnu dot org
  2008-01-15 17:55 ` dgregor at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: dgregor at gcc dot gnu dot org @ 2007-12-20 21:03 UTC (permalink / raw)
  To: gcc-bugs



-- 

dgregor at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |dgregor at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2007-11-19 03:45:45         |2007-12-20 21:03:21
               date|                            |


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


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

* [Bug c++/34102] [4.3 regression] ICE with invalid inheritance of variadic templates
  2007-11-15  7:51 [Bug c++/34102] New: [4.3 regression] ICE with invalid inheritance of variadic templates reichelt at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2007-12-20 21:03 ` dgregor at gcc dot gnu dot org
@ 2008-01-15 17:55 ` dgregor at gcc dot gnu dot org
  2008-01-15 18:12 ` dgregor at gcc dot gnu dot org
  2008-01-15 18:51 ` dgregor at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: dgregor at gcc dot gnu dot org @ 2008-01-15 17:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from dgregor at gcc dot gnu dot org  2008-01-15 16:59 -------
Patch here: http://gcc.gnu.org/ml/gcc-patches/2008-01/msg00650.html


-- 


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


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

* [Bug c++/34102] [4.3 regression] ICE with invalid inheritance of variadic templates
  2007-11-15  7:51 [Bug c++/34102] New: [4.3 regression] ICE with invalid inheritance of variadic templates reichelt at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2008-01-15 17:55 ` dgregor at gcc dot gnu dot org
@ 2008-01-15 18:12 ` dgregor at gcc dot gnu dot org
  2008-01-15 18:51 ` dgregor at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: dgregor at gcc dot gnu dot org @ 2008-01-15 18:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from dgregor at gcc dot gnu dot org  2008-01-15 18:09 -------
Fixed in mainline


-- 

dgregor at gcc dot gnu dot org changed:

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


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


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

* [Bug c++/34102] [4.3 regression] ICE with invalid inheritance of variadic templates
  2007-11-15  7:51 [Bug c++/34102] New: [4.3 regression] ICE with invalid inheritance of variadic templates reichelt at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2008-01-15 18:12 ` dgregor at gcc dot gnu dot org
@ 2008-01-15 18:51 ` dgregor at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: dgregor at gcc dot gnu dot org @ 2008-01-15 18:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from dgregor at gcc dot gnu dot org  2008-01-15 18:08 -------
Subject: Bug 34102

Author: dgregor
Date: Tue Jan 15 18:08:00 2008
New Revision: 131547

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131547
Log:
2008-01-15  Douglas Gregor  <doug.gregor@gmail.com>

        PR c++/34051
        PR c++/34055
        PR c++/34102
        PR c++/34103
        * typeck.c (check_return_expr): If there are bare parameter packs
        in the return value, set it to error_mark_node.
        * tree.c (cp_walk_subtrees): Walk USING_DECL nodes.
        * pt.c (find_parameter_packs_r): Look at the type of
        IDENTIFIER_NODEs (e.g., for user-defined conversions).
        (check_for_bare_parameter_packs): Flip the result: now returns
        TRUE when there were bare parameter packs, FALSE otherwise.
        (push_template_decl_real): Deal with flipped result of
        check_for_bare_parameter_packs.
        * semantics.c (finish_cond): If there are bare parameter packs in
        the conditional, set it to error_mark_node.
        (finish_expr_stmt): If there are bare parameter packs in the
        expression, set it to error_mark_node.
        (finish_for_expr): Ditto.
        (finish_switch_cond): If there are bare parameter packs in
        the conditional, set it to error_mark_node.
        (finish_mem_initializers): If there are bare parameter packs in
        the member initializer, set it to error_mark_node.
        (finish_member_declaration): Check the attributes of the
        declaration for bare parameter packs, and remove the attributes if
        any have bare parameter packs.
        * parser.c (cp_parser_using_declaration): Check the using
        declaration for bare parameter packs.
        (cp_parser_base_clause): If there are bare parameter packs in a
        base specifier, don't add it to the chain.

2008-01-15  Douglas Gregor  <doug.gregor@gmail.com>

        PR c++/34051
        PR c++/34055
        PR c++/34102
        PR c++/34103
        * g++.dg/cpp0x/vt-34051-2.C: New.
        * g++.dg/cpp0x/vt-34102.C: New.
        * g++.dg/cpp0x/vt-34051.C: New.
        * g++.dg/cpp0x/vt-34055.C: New.
        * g++.dg/cpp0x/vt-34103.C: New.


Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/vt-34051-2.C
    trunk/gcc/testsuite/g++.dg/cpp0x/vt-34051.C
    trunk/gcc/testsuite/g++.dg/cpp0x/vt-34055.C
    trunk/gcc/testsuite/g++.dg/cpp0x/vt-34102.C
    trunk/gcc/testsuite/g++.dg/cpp0x/vt-34103.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/parser.c
    trunk/gcc/cp/pt.c
    trunk/gcc/cp/semantics.c
    trunk/gcc/cp/tree.c
    trunk/gcc/cp/typeck.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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

end of thread, other threads:[~2008-01-15 18:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-15  7:51 [Bug c++/34102] New: [4.3 regression] ICE with invalid inheritance of variadic templates reichelt at gcc dot gnu dot org
2007-11-15  7:51 ` [Bug c++/34102] " reichelt at gcc dot gnu dot org
2007-11-19  3:45 ` pinskia at gcc dot gnu dot org
2007-11-27 21:58 ` mmitchel at gcc dot gnu dot org
2007-12-02 21:04 ` pinskia at gcc dot gnu dot org
2007-12-20 21:03 ` dgregor at gcc dot gnu dot org
2008-01-15 17:55 ` dgregor at gcc dot gnu dot org
2008-01-15 18:12 ` dgregor at gcc dot gnu dot org
2008-01-15 18:51 ` dgregor 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).