[Bug c++/70538] ICE on a deprecated access declaration in instantiate_template_1, at cp/pt.c:17310

2017-05-11 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70538

Paolo Carlini  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Target Milestone|--- |7.0

--- Comment #6 from Paolo Carlini  ---
Done.

[Bug c++/70538] ICE on a deprecated access declaration in instantiate_template_1, at cp/pt.c:17310

2017-05-11 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70538

--- Comment #5 from paolo at gcc dot gnu.org  ---
Author: paolo
Date: Thu May 11 17:13:42 2017
New Revision: 247917

URL: https://gcc.gnu.org/viewcvs?rev=247917=gcc=rev
Log:
2017-05-11  Paolo Carlini  

PR c++/70538
* g++.dg/cpp0x/pr70538.C: New.

Added:
trunk/gcc/testsuite/g++.dg/cpp0x/pr70538.C
Modified:
trunk/gcc/testsuite/ChangeLog

[Bug c++/70538] ICE on a deprecated access declaration in instantiate_template_1, at cp/pt.c:17310

2017-05-11 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70538

--- Comment #4 from Paolo Carlini  ---
This is fixed in 7.1.0: I'm adding a testcase and closing the bug.

[Bug c++/70538] ICE on a deprecated access declaration in instantiate_template_1, at cp/pt.c:17310

2016-05-24 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70538

Martin Sebor  changed:

   What|Removed |Added

   Keywords||ice-on-invalid-code
 Status|UNCONFIRMED |NEW
   Last reconfirmed||2016-05-25
 CC||msebor at gcc dot gnu.org
Summary|deprecated "access  |ICE on a deprecated access
   |declaration" evokes |declaration in
   |gcc_unreachable ICE |instantiate_template_1, at
   ||cp/pt.c:17310
 Ever confirmed|0   |1
  Known to fail||4.9.3, 5.3.0, 6.1.0, 7.0

--- Comment #3 from Martin Sebor  ---
Confirmed with recent trunk (7.0) as well as all previous supported versions.