public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/108238] New: returns_nonnull attribute with auto return type fails to compile
@ 2022-12-27 23:12 pobrn at protonmail dot com
  2022-12-28 18:59 ` [Bug c++/108238] " pinskia at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: pobrn at protonmail dot com @ 2022-12-27 23:12 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 108238
           Summary: returns_nonnull attribute with auto return type fails
                    to compile
           Product: gcc
           Version: 12.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: pobrn at protonmail dot com
  Target Milestone: ---

See the following example code (https://gcc.godbolt.org/z/76vPhPe6z):

    [[gnu::returns_nonnull]]
    auto f() {
        return new int(42);
    }

It produces the following error:

    <source>:2:8: error: 'returns_nonnull' attribute on a function not
returning a pointer
    2 | auto f() {
      |        ^

I think this should compile.

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

end of thread, other threads:[~2023-10-20  9:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-27 23:12 [Bug c++/108238] New: returns_nonnull attribute with auto return type fails to compile pobrn at protonmail dot com
2022-12-28 18:59 ` [Bug c++/108238] " pinskia at gcc dot gnu.org
2023-01-19 17:13 ` pobrn at protonmail dot com
2023-10-19 22:05 ` pinskia at gcc dot gnu.org
2023-10-19 22:22 ` [Bug c++/108238] auto return type and some attributes don't get along pinskia at gcc dot gnu.org
2023-10-20  9:20 ` pobrn at protonmail 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).