public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/98857] New: Add support for function attributes applied to function pointers from non-capturing lambdas
@ 2021-01-27 14:35 koncek.marian at gmail dot com
  0 siblings, 0 replies; only message in thread
From: koncek.marian at gmail dot com @ 2021-01-27 14:35 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 98857
           Summary: Add support for function attributes applied to
                    function pointers from non-capturing lambdas
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: koncek.marian at gmail dot com
  Target Milestone: ---

Created attachment 50070
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50070&action=edit
example

Since non-capturing lambda has to be convertible to a function pointer it may
be useful to be able to specify function attributes (such as
[[gnu::aligned(N)]]) which apply to the function pointer obtained from such
lambda.

Example use: https://godbolt.org/z/ds1G6z
(also attached)

Although this opens some questions about which attribute applies to any of the:
1) lambda object
2) member application function: &decltype(lambda)::operator()
3) function pointer from non-capturing lambdas

and where to place the attribute specifier.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-01-27 14:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-27 14:35 [Bug c++/98857] New: Add support for function attributes applied to function pointers from non-capturing lambdas koncek.marian at gmail dot com

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).