[Bug c++/79583] ICE (internal compiler error) upon instantiation of class template with `auto` template parameter containing inner class template

2017-05-25 Thread jason at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79583

--- Comment #6 from Jason Merrill  ---
FAIL: g++.dg/cpp0x/pr79583.C  -std=c++1z  (test for errors, line 3)

On Thu, May 25, 2017 at 5:33 AM, paolo at gcc dot gnu.org
 wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79583
>
> --- Comment #3 from paolo at gcc dot gnu.org  ---
> Author: paolo
> Date: Thu May 25 09:32:46 2017
> New Revision: 248451
>
> URL: https://gcc.gnu.org/viewcvs?rev=248451=gcc=rev
> Log:
> 2017-05-25  Paolo Carlini  
>
> PR c++/79583
> * g++.dg/cpp0x/pr79583.C: New.
>
> Added:
> trunk/gcc/testsuite/g++.dg/cpp0x/pr79583.C
> Modified:
> trunk/gcc/testsuite/ChangeLog
>
> --
> You are receiving this mail because:
> You are on the CC list for the bug.

[Bug c++/79583] ICE (internal compiler error) upon instantiation of class template with `auto` template parameter containing inner class template

2017-05-25 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79583

--- Comment #5 from Jason Merrill  ---
FAIL: g++.dg/cpp0x/pr79583.C  -std=c++1z  (test for errors, line 3)

[Bug c++/79583] ICE (internal compiler error) upon instantiation of class template with `auto` template parameter containing inner class template

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

Paolo Carlini  changed:

   What|Removed |Added

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

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

[Bug c++/79583] ICE (internal compiler error) upon instantiation of class template with `auto` template parameter containing inner class template

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

--- Comment #3 from paolo at gcc dot gnu.org  ---
Author: paolo
Date: Thu May 25 09:32:46 2017
New Revision: 248451

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

PR c++/79583
* g++.dg/cpp0x/pr79583.C: New.

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

[Bug c++/79583] ICE (internal compiler error) upon instantiation of class template with `auto` template parameter containing inner class template

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

--- Comment #2 from Paolo Carlini  ---
The released 7.1.0, current gcc-7-branch and trunk are fine. I'm adding the
testcase and closing the bug.

[Bug c++/79583] ICE (internal compiler error) upon instantiation of class template with `auto` template parameter containing inner class template

2017-02-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79583

Martin Liška  changed:

   What|Removed |Added

   Keywords||ice-on-invalid-code
 Status|UNCONFIRMED |NEW
   Last reconfirmed||2017-02-17
 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 r242017.