[Bug target/61593] Support '#pragma mark - foo' on non-Darwin targets (by simply ignoring it without warning)

2019-03-24 Thread s...@rogue-research.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61593 --- Comment #7 from Sean --- Iain, no. Please see comment #2.

[Bug c/61593] Support '#pragma mark - foo' (by simply ignoring it without warning)

2016-12-07 Thread s...@rogue-research.com
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

[Bug c/61593] New: Support '#pragma mark - foo' (by simply ignoring it without warning)

2014-06-24 Thread s...@rogue-research.com
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