[Bug c/71265] gcc ICE on x86_64-linux-gnu with “seg fault”

2016-05-25 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71265 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c/71265] gcc ICE on x86_64-linux-gnu with “seg fault”

2016-05-25 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71265 --- Comment #3 from Marek Polacek --- Author: mpolacek Date: Wed May 25 14:57:34 2016 New Revision: 236707 URL: https://gcc.gnu.org/viewcvs?rev=236707&root=gcc&view=rev Log: PR c/71265 * c-decl.c (c_make_fname_decl): Don't check

[Bug c/71265] gcc ICE on x86_64-linux-gnu with “seg fault”

2016-05-25 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71265 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug c/71265] gcc ICE on x86_64-linux-gnu with “seg fault”

2016-05-24 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71265 --- Comment #2 from Marek Polacek --- In c_make_fname_decl: if (current_function_decl && (!seen_error () || current_function_scope)) bind (..., current_function_scope, ...) The condition is wrong; if current_function_scope is null then we

[Bug c/71265] gcc ICE on x86_64-linux-gnu with “seg fault”

2016-05-24 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71265 Marek Polacek changed: What|Removed |Added Keywords||ice-on-invalid-code Target Milestone|-

[Bug c/71265] gcc ICE on x86_64-linux-gnu with “seg fault”

2016-05-24 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71265 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|