Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: cornelius.mika at gmail dot com
Target Milestone: ---
gcc -std=c++14 repro.cc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70691
--- Comment #1 from cornelius.mika at gmail dot com ---
Created attachment 38287
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38287&action=edit
repro
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70691
--- Comment #2 from cornelius.mika at gmail dot com ---
Comment on attachment 38287
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38287
repro
>template
>void demoError(int x, F f)
>{
>const int y = x;
>
>aut
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70691
--- Comment #3 from cornelius.mika at gmail dot com ---
This bug is fixed in GCC 6.