https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71265
Marek Polacek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71265
Marek Polacek changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71265
Marek Polacek changed:
What|Removed |Added
Keywords||ice-on-invalid-code
Target Milestone|-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71265
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|