[Bug c++/84350] [7/8 Regression] ICE with new and auto

2018-02-14 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84350

--- Comment #3 from paolo at gcc dot gnu.org  ---
Author: paolo
Date: Wed Feb 14 17:59:29 2018
New Revision: 257666

URL: https://gcc.gnu.org/viewcvs?rev=257666=gcc=rev
Log:
/cp
2018-02-14  Paolo Carlini  

PR c++/84350
* pt.c (do_auto_deduction): Don't check the TREE_TYPE of a null
init, early return.

/testsuite
2018-02-14  Paolo Carlini  

PR c++/84350
* g++.dg/cpp0x/auto49.C: New.

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

[Bug c++/84350] [7/8 Regression] ICE with new and auto

2018-02-14 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84350

Paolo Carlini  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

[Bug c++/84350] [7/8 Regression] ICE with new and auto

2018-02-14 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84350

Paolo Carlini  changed:

   What|Removed |Added

   Assignee|unassigned at gcc dot gnu.org  |paolo.carlini at oracle 
dot com

--- Comment #2 from Paolo Carlini  ---
Mine.

[Bug c++/84350] [7/8 Regression] ICE with new and auto

2018-02-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84350

Richard Biener  changed:

   What|Removed |Added

   Priority|P3  |P2
   Target Milestone|--- |7.4

[Bug c++/84350] [7/8 Regression] ICE with new and auto

2018-02-13 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84350

Martin Liška  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Last reconfirmed||2018-02-13
 CC||jason at gcc dot gnu.org,
   ||marxin at gcc dot gnu.org
 Ever confirmed|0   |1

--- Comment #1 from Martin Liška  ---
Confirmed, started with r245826.