[Bug c++/84968] [8 Regression] ICE in strip_typedefs_expr, at cp/tree.c:1792

2018-03-27 Thread aoliva at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84968 --- Comment #5 from Alexandre Oliva --- Author: aoliva Date: Wed Mar 28 05:04:59 2018 New Revision: 258913 URL: https://gcc.gnu.org/viewcvs?rev=258913&root=gcc&view=rev Log: [PR c++/84968] reject stmt-exprs in noexcept constexprs We reject exte

[Bug c++/84973] [8 Regression] ICE: Segmentation fault (tree_check()/ultimate_transparent_alias_target())

2018-03-27 Thread aoliva at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84973 --- Comment #5 from Alexandre Oliva --- Author: aoliva Date: Wed Mar 28 05:05:14 2018 New Revision: 258914 URL: https://gcc.gnu.org/viewcvs?rev=258914&root=gcc&view=rev Log: [PR c++/84973] don't defer output of uninstantiated templates When an

[Bug c++/84789] [6/7 Regression] ICE with broken variable declaration in template class

2018-03-27 Thread aoliva at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84789 --- Comment #7 from Alexandre Oliva --- Author: aoliva Date: Wed Mar 28 05:05:30 2018 New Revision: 258915 URL: https://gcc.gnu.org/viewcvs?rev=258915&root=gcc&view=rev Log: [PR c++/84789] adjust testcase for -fconcepts When compiling with -fco

[Bug c++/84968] [8 Regression] ICE in strip_typedefs_expr, at cp/tree.c:1792

2018-03-27 Thread aoliva at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84968 Alexandre Oliva changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/84973] [8 Regression] ICE: Segmentation fault (tree_check()/ultimate_transparent_alias_target())

2018-03-27 Thread aoliva at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84973 Alexandre Oliva changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/85091] Compiler generates different code depending on whether -Wnonnull -Woverloaded-virtual given or not

2018-03-27 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85091 --- Comment #31 from Martin Liška --- Created attachment 43781 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43781&action=edit Partially reduced test-case I've got 120KB partially reduced test-case. Any further reduction is not much possi

<    1   2   3