[Bug c++/89197] Templated Functions const auto assignment causes internal compiler error

2019-02-04 Thread cchancey at comconcepts dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89197 --- Comment #2 from Cameron --- Behavior is also similar on 8.1. All functions build on gcc 7.4. According to the online compilation found here: https://godbolt.org/z/MJkd-8

[Bug c++/89197] Templated Functions const auto assignment causes internal compiler error

2019-02-04 Thread cchancey at comconcepts dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89197 --- Comment #1 from Cameron --- The foo_fails functions is where the error can be observed. The working functions are to show behavior with non-templated, and non-deduced types respectively.

[Bug c++/89197] New: Templated Functions const auto assignment causes internal compiler error

2019-02-04 Thread cchancey at comconcepts dot com
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: cchancey at comconcepts dot com Target Milestone: --- Created attachment 45601 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45601&action=edit precompoiled .i as me