public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/51370] [4.6/4.7 Regression] ICE with invalid template parameter
       [not found] <bug-51370-4@http.gcc.gnu.org/bugzilla/>
@ 2011-12-06 14:31 ` rguenth at gcc dot gnu.org
  2012-01-01 22:12 ` pinskia at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-12-06 14:31 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P5


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

* [Bug c++/51370] [4.6/4.7 Regression] ICE with invalid template parameter
       [not found] <bug-51370-4@http.gcc.gnu.org/bugzilla/>
  2011-12-06 14:31 ` [Bug c++/51370] [4.6/4.7 Regression] ICE with invalid template parameter rguenth at gcc dot gnu.org
@ 2012-01-01 22:12 ` pinskia at gcc dot gnu.org
  2012-01-25  4:42 ` paolo.carlini at oracle dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2012-01-01 22:12 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2012-01-01
     Ever Confirmed|0                           |1

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-01-01 22:12:30 UTC ---
Confirmed.


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

* [Bug c++/51370] [4.6/4.7 Regression] ICE with invalid template parameter
       [not found] <bug-51370-4@http.gcc.gnu.org/bugzilla/>
  2011-12-06 14:31 ` [Bug c++/51370] [4.6/4.7 Regression] ICE with invalid template parameter rguenth at gcc dot gnu.org
  2012-01-01 22:12 ` pinskia at gcc dot gnu.org
@ 2012-01-25  4:42 ` paolo.carlini at oracle dot com
  2012-01-25  5:02 ` paolo.carlini at oracle dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: paolo.carlini at oracle dot com @ 2012-01-25  4:42 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-01-25 02:05:19 UTC ---
In mainline the second snippet doesn't ICE anymore.


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

* [Bug c++/51370] [4.6/4.7 Regression] ICE with invalid template parameter
       [not found] <bug-51370-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2012-01-25  4:42 ` paolo.carlini at oracle dot com
@ 2012-01-25  5:02 ` paolo.carlini at oracle dot com
  2012-01-27  0:27 ` paolo at gcc dot gnu.org
  2012-01-27  4:49 ` paolo.carlini at oracle dot com
  5 siblings, 0 replies; 6+ messages in thread
From: paolo.carlini at oracle dot com @ 2012-01-25  5:02 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #3 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-01-25 02:26:04 UTC ---
Mine.


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

* [Bug c++/51370] [4.6/4.7 Regression] ICE with invalid template parameter
       [not found] <bug-51370-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2012-01-25  5:02 ` paolo.carlini at oracle dot com
@ 2012-01-27  0:27 ` paolo at gcc dot gnu.org
  2012-01-27  4:49 ` paolo.carlini at oracle dot com
  5 siblings, 0 replies; 6+ messages in thread
From: paolo at gcc dot gnu.org @ 2012-01-27  0:27 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> 2012-01-27 00:12:48 UTC ---
Author: paolo
Date: Fri Jan 27 00:12:41 2012
New Revision: 183593

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

    PR c++/51370
    * error.c (dump_decl, [TEMPLATE_ID_EXPR]): Handle error_mark_node
    as TREE_OPERAND (t, 1).

/testsuite
2012-01-26  Paolo Carlini  <paolo.carlini@oracle.com>

    PR c++/51370
    * g++.dg/template/crash112.C: New.

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


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

* [Bug c++/51370] [4.6/4.7 Regression] ICE with invalid template parameter
       [not found] <bug-51370-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2012-01-27  0:27 ` paolo at gcc dot gnu.org
@ 2012-01-27  4:49 ` paolo.carlini at oracle dot com
  5 siblings, 0 replies; 6+ messages in thread
From: paolo.carlini at oracle dot com @ 2012-01-27  4:49 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|4.6.3                       |4.7.0

--- Comment #5 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-01-27 00:13:58 UTC ---
Fixed for 4.7.0.


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

end of thread, other threads:[~2012-01-27  0:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-51370-4@http.gcc.gnu.org/bugzilla/>
2011-12-06 14:31 ` [Bug c++/51370] [4.6/4.7 Regression] ICE with invalid template parameter rguenth at gcc dot gnu.org
2012-01-01 22:12 ` pinskia at gcc dot gnu.org
2012-01-25  4:42 ` paolo.carlini at oracle dot com
2012-01-25  5:02 ` paolo.carlini at oracle dot com
2012-01-27  0:27 ` paolo at gcc dot gnu.org
2012-01-27  4:49 ` 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).