public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/34892] [4.3/4.4/4.5/4.6/4.7 regression] ICE with ellipsis in default template argument
       [not found] <bug-34892-4@http.gcc.gnu.org/bugzilla/>
@ 2011-06-27 13:55 ` rguenth at gcc dot gnu.org
  2012-03-13 14:19 ` [Bug c++/34892] [4.5/4.6/4.7/4.8 " jakub at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-06-27 13:55 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.3.6                       |4.4.7

--- Comment #8 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-06-27 12:13:42 UTC ---
4.3 branch is being closed, moving to 4.4.7 target.


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

* [Bug c++/34892] [4.5/4.6/4.7/4.8 regression] ICE with ellipsis in default template argument
       [not found] <bug-34892-4@http.gcc.gnu.org/bugzilla/>
  2011-06-27 13:55 ` [Bug c++/34892] [4.3/4.4/4.5/4.6/4.7 regression] ICE with ellipsis in default template argument rguenth at gcc dot gnu.org
@ 2012-03-13 14:19 ` jakub at gcc dot gnu.org
  2012-07-02 13:58 ` [Bug c++/34892] [4.6/4.7/4.8 " rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2012-03-13 14:19 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.4.7                       |4.5.4

--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-03-13 12:46:42 UTC ---
4.4 branch is being closed, moving to 4.5.4 target.


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

* [Bug c++/34892] [4.6/4.7/4.8 regression] ICE with ellipsis in default template argument
       [not found] <bug-34892-4@http.gcc.gnu.org/bugzilla/>
  2011-06-27 13:55 ` [Bug c++/34892] [4.3/4.4/4.5/4.6/4.7 regression] ICE with ellipsis in default template argument rguenth at gcc dot gnu.org
  2012-03-13 14:19 ` [Bug c++/34892] [4.5/4.6/4.7/4.8 " jakub at gcc dot gnu.org
@ 2012-07-02 13:58 ` rguenth at gcc dot gnu.org
  2012-10-24 17:03 ` paolo.carlini at oracle dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-07-02 13:58 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.5.4                       |4.6.4


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

* [Bug c++/34892] [4.6/4.7/4.8 regression] ICE with ellipsis in default template argument
       [not found] <bug-34892-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2012-07-02 13:58 ` [Bug c++/34892] [4.6/4.7/4.8 " rguenth at gcc dot gnu.org
@ 2012-10-24 17:03 ` paolo.carlini at oracle dot com
  2012-10-25  9:12 ` paolo at gcc dot gnu.org
  2012-10-25  9:16 ` [Bug c++/34892] [4.6/4.7 " paolo.carlini at oracle dot com
  5 siblings, 0 replies; 6+ messages in thread
From: paolo.carlini at oracle dot com @ 2012-10-24 17:03 UTC (permalink / raw)
  To: gcc-bugs


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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|gcc-bugs at gcc dot gnu.org |
         AssignedTo|unassigned at gcc dot       |paolo.carlini at oracle dot
                   |gnu.org                     |com

--- Comment #10 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-10-24 17:03:29 UTC ---
Mine.


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

* [Bug c++/34892] [4.6/4.7/4.8 regression] ICE with ellipsis in default template argument
       [not found] <bug-34892-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2012-10-24 17:03 ` paolo.carlini at oracle dot com
@ 2012-10-25  9:12 ` paolo at gcc dot gnu.org
  2012-10-25  9:16 ` [Bug c++/34892] [4.6/4.7 " paolo.carlini at oracle dot com
  5 siblings, 0 replies; 6+ messages in thread
From: paolo at gcc dot gnu.org @ 2012-10-25  9:12 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #11 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> 2012-10-25 09:12:30 UTC ---
Author: paolo
Date: Thu Oct 25 09:12:22 2012
New Revision: 192802

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192802
Log:
/cp
2012-10-25  Paolo Carlini  <paolo.carlini@oracle.com>

    PR c++/34892
    * parser.c (cp_parser_template_parameter): When
    cp_parser_parameter_declaration parsed a default argument don't
    see if *is_parameter_pack needs setting.

/testsuite
2012-10-25  Paolo Carlini  <paolo.carlini@oracle.com>

    PR c++/34892
    * g++.dg/template/crash114.C: New.

Added:
    trunk/gcc/testsuite/g++.dg/template/crash114.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/parser.c
    trunk/gcc/testsuite/ChangeLog


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

* [Bug c++/34892] [4.6/4.7 regression] ICE with ellipsis in default template argument
       [not found] <bug-34892-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2012-10-25  9:12 ` paolo at gcc dot gnu.org
@ 2012-10-25  9:16 ` paolo.carlini at oracle dot com
  5 siblings, 0 replies; 6+ messages in thread
From: paolo.carlini at oracle dot com @ 2012-10-25  9:16 UTC (permalink / raw)
  To: gcc-bugs


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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|4.6.4                       |4.8.0
            Summary|[4.6/4.7/4.8 regression]    |[4.6/4.7 regression] ICE
                   |ICE with ellipsis in        |with ellipsis in default
                   |default template argument   |template argument

--- Comment #12 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-10-25 09:16:15 UTC ---
Fixed in 4.8.0.


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

end of thread, other threads:[~2012-10-25  9:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-34892-4@http.gcc.gnu.org/bugzilla/>
2011-06-27 13:55 ` [Bug c++/34892] [4.3/4.4/4.5/4.6/4.7 regression] ICE with ellipsis in default template argument rguenth at gcc dot gnu.org
2012-03-13 14:19 ` [Bug c++/34892] [4.5/4.6/4.7/4.8 " jakub at gcc dot gnu.org
2012-07-02 13:58 ` [Bug c++/34892] [4.6/4.7/4.8 " rguenth at gcc dot gnu.org
2012-10-24 17:03 ` paolo.carlini at oracle dot com
2012-10-25  9:12 ` paolo at gcc dot gnu.org
2012-10-25  9:16 ` [Bug c++/34892] [4.6/4.7 " paolo.carlini at oracle dot com

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).