https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61593
--- Comment #7 from Sean ---
Iain, no. Please see comment #2.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61593
--- Comment #2 from Sean ---
Eric, thanks for your reply.
Those docs read to me like the pragma is only supported *on* Darwin.
I guess I was not clear when creating this ticket: I'm interested in the pragma
being accepted on any platform.
In o
ty: normal
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: s...@rogue-research.com
On OS X, it is common to use:
#pragma mark - foo
to divide source code into sections.
This is supported by clang and Apple's old gcc fork.
gc