Severity: normal
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: cameron at tacklind dot com
Target Milestone: ---
I'm embarrassed that I spent so long on this issue, to the point that I thought
it was worth writing this issue i
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: cameron at tacklind dot com
In avr-gcc, if you try to add a priority to a constructor function, you get:
"error: constructor priorities are not supported"
Steps to reproduce:
# echo 'void init() __attribute
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64220
--- Comment #5 from Cameron Tacklind ---
Pardon my brevity. Yes, I'd seen that.
I was trying to comment on this list seemingly missing a reference to that
particular difference. Or that if it is listed, it is difficult to find.
https://gcc.gnu.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64220
--- Comment #2 from Cameron Tacklind ---
Ah, I had not seen a reference to the -std making a difference. You are right
that adding -std=c99 removes the extra define.
Of note, I'm finding it difficult to find where this behavior (the define being
: normal
Priority: P3
Component: preprocessor
Assignee: unassigned at gcc dot gnu.org
Reporter: cameron at tacklind dot com
The preprocessor defines names outside of the reserved namespace.
Essentially, if I'm not mistaken, the following command should o