public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/102375] New: (aarch64) Should allow space in target attribute
@ 2021-09-16 18:27 pinskia at gcc dot gnu.org
  2021-09-17 10:06 ` [Bug target/102375] " marxin at gcc dot gnu.org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-09-16 18:27 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 102375
           Summary: (aarch64) Should allow space in target attribute
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: pinskia at gcc dot gnu.org
  Target Milestone: ---
            Target: aarch64-*-*

Take:
void calculate(void) __attribute__ ((__target__ ("+sve, +sve2")));

Currently we produce:
<source>:1:65: error: pragma or attribute 'target(" +sve2")' is not valid
    1 | void calculate(void) __attribute__ ((__target__ ("+sve, +sve2")));
      |                                                                 ^

It is not so obvious the space is not allowed here but maybe it should be.

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

end of thread, other threads:[~2021-10-20 12:48 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-16 18:27 [Bug target/102375] New: (aarch64) Should allow space in target attribute pinskia at gcc dot gnu.org
2021-09-17 10:06 ` [Bug target/102375] " marxin at gcc dot gnu.org
2021-10-19 12:39 ` [Bug target/102375] [aarch64] " cvs-commit at gcc dot gnu.org
2021-10-19 12:41 ` marxin at gcc dot gnu.org
2021-10-20  7:55 ` clyon at gcc dot gnu.org
2021-10-20  8:14 ` marxin at gcc dot gnu.org
2021-10-20  9:09 ` clyon at gcc dot gnu.org
2021-10-20  9:22 ` jakub at gcc dot gnu.org
2021-10-20  9:42 ` jakub at gcc dot gnu.org
2021-10-20  9:53 ` jakub at gcc dot gnu.org
2021-10-20 10:30 ` redi at gcc dot gnu.org
2021-10-20 12:46 ` jakub at gcc dot gnu.org
2021-10-20 12:48 ` marxin 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).