https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35330
Kai Tietz changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35330
--- Comment #13 from Kai Tietz ---
Author: ktietz
Date: Fri Feb 27 10:44:43 2015
New Revision: 221053
URL: https://gcc.gnu.org/viewcvs?rev=221053&root=gcc&view=rev
Log:
2015-02-27 Kai Tietz
PR c/35330
* c-pragma.c (handle_pragma_weak
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35330
--- Comment #12 from Kai Tietz ---
issue seems to be that in declare_weak we don't check that DECL is actually
either a function, or a variable declaration.
Fix would be to add an error-message in declare_weak ().
Index: varasm.c
==
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35330
Kai Tietz changed:
What|Removed |Added
CC||ktietz at gcc dot gnu.org
Assignee
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35330
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.4 |4.8.5
--- Comment #10 from Jakub Jelinek