public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/67991] New: Pointer to function with internal linkage not being allowed, when it should be
@ 2015-10-16 17:52 nacitar at ubercpp dot com
  2015-10-16 18:18 ` [Bug c++/67991] " nacitar at ubercpp dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: nacitar at ubercpp dot com @ 2015-10-16 17:52 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 67991
           Summary: Pointer to function with internal linkage not being
                    allowed, when it should be
           Product: gcc
           Version: 5.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: nacitar at ubercpp dot com
  Target Milestone: ---

Created attachment 36528
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36528&action=edit
test driver

Returning a function pointer from a constexpr function is leading to an error,
in a context where using the function pointer directly does in fact work.  I
don't see why it should be different.

I already asked the isocpp group about this:

https://groups.google.com/a/isocpp.org/forum/embed/?place=forum/std-discussion&showsearch=true&showpopout=true&parenturl=https://isocpp.org/forums/iso-c-standard-discussion#!topic/std-discussion/OKfPmu95en4

They stated: "This is a GCC bug. Pointers to functions with internal linkage
are fine since C++11."


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

end of thread, other threads:[~2015-10-16 20:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-16 17:52 [Bug c++/67991] New: Pointer to function with internal linkage not being allowed, when it should be nacitar at ubercpp dot com
2015-10-16 18:18 ` [Bug c++/67991] " nacitar at ubercpp dot com
2015-10-16 20:16 ` pinskia at gcc dot gnu.org
2015-10-16 20:25 ` pinskia at gcc dot gnu.org
2015-10-16 20:30 ` nacitar at ubercpp dot com
2015-10-16 20:31 ` pinskia at gcc dot gnu.org
2015-10-16 20:40 ` pinskia 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).