[Bug lto/83997] ICE with alias template and attribute

2021-02-05 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83997 Jason Merrill changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |jason at gcc dot gnu.org

[Bug lto/83997] ICE with alias template and attribute

2019-08-11 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83997 Bug 83997 depends on bug 83300, which changed state. Bug 83300 Summary: Segmentation fault with template and __attribute__((vector_size (sizeof(int) * N))); https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83300 What|Removed

[Bug lto/83997] ICE with alias template and attribute

2018-07-10 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83997 --- Comment #6 from Richard Biener --- *** Bug 86458 has been marked as a duplicate of this bug. ***

[Bug lto/83997] ICE with alias template and attribute

2018-02-16 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83997 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug lto/83997] ICE with alias template and attribute

2018-01-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83997 Jakub Jelinek changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #4

[Bug lto/83997] ICE with alias template and attribute

2018-01-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83997 --- Comment #3 from Jakub Jelinek --- Seems nothing actually handles the late attributes in TYPE_ATTRIBUTES that aren't {RECORD,UNION,CLASS,ENUMERAL}_TYPE. Tried: --- pt.c.jj52018-01-24 17:18:42.393392254 +0100 +++ pt.c2018-01-26

[Bug lto/83997] ICE with alias template and attribute

2018-01-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83997 --- Comment #2 from Jakub Jelinek --- It is actually much worse than just some ICE with -flto. template using T = int __attribute__((vector_size (sizeof(int) * N))); T<4> q; template int r __attribute__((vector_size (sizeof(int) * N))); void

[Bug lto/83997] ICE with alias template and attribute

2018-01-24 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83997 --- Comment #1 from Richard Biener --- bu11.cc:10:1: internal compiler error: tree code 'template_parm_index' is not supported in LTO streams this usually means FE tree codes leak somehow into the middle-end there's a free_lang_data langhook