public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/109877] New: Support for clang-style attributes is needed to parse Darwin SDK headers properly
@ 2023-05-16 19:35 iains at gcc dot gnu.org
  2023-05-16 19:37 ` [Bug c++/109877] " iains at gcc dot gnu.org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: iains at gcc dot gnu.org @ 2023-05-16 19:35 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109877

            Bug ID: 109877
           Summary: Support for clang-style attributes is needed to parse
                    Darwin SDK headers properly
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: iains at gcc dot gnu.org
  Target Milestone: ---

clang has GNU-style attribute support, but with essentially per-attribute
parsing of the attribute argument list.

This extends to, for example:

__attribute__((availability(macOS, introduced=12.3.4)))

and:

__attribute__((availability(macOS, message="partial string" "more string")))

These are examples that GCC rejects;

The issue actually need addressing during lexing since the first is an invalid
token for a number (it's intended to represent a version) and we reject it
before the parser has a chance to treat it specially.

Ergo, we need a way to escape clang-specific attributes so that we can parse
them.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-05-17  7:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-16 19:35 [Bug c++/109877] New: Support for clang-style attributes is needed to parse Darwin SDK headers properly iains at gcc dot gnu.org
2023-05-16 19:37 ` [Bug c++/109877] " iains at gcc dot gnu.org
2023-05-16 19:39 ` pinskia at gcc dot gnu.org
2023-05-16 19:50 ` iains at gcc dot gnu.org
2023-05-16 20:00 ` jakub at gcc dot gnu.org
2023-05-16 20:08 ` iains at gcc dot gnu.org
2023-05-16 20:26 ` jakub at gcc dot gnu.org
2023-05-17  7:09 ` rguenth at gcc dot gnu.org
2023-05-17  7:33 ` iains at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).