public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/66976] Compiler error for well-formed program with a definition of a constexpr function returning void
       [not found] <bug-66976-4@http.gcc.gnu.org/bugzilla/>
@ 2015-07-23 15:13 ` trippels at gcc dot gnu.org
  2015-07-23 18:00 ` redi at gcc dot gnu.org
  1 sibling, 0 replies; 2+ messages in thread
From: trippels at gcc dot gnu.org @ 2015-07-23 15:13 UTC (permalink / raw)
  To: gcc-bugs

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

Markus Trippelsdorf <trippels at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |trippels at gcc dot gnu.org
         Resolution|---                         |INVALID

--- Comment #1 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
void became a literal type in C++14.


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

* [Bug c++/66976] Compiler error for well-formed program with a definition of a constexpr function returning void
       [not found] <bug-66976-4@http.gcc.gnu.org/bugzilla/>
  2015-07-23 15:13 ` [Bug c++/66976] Compiler error for well-formed program with a definition of a constexpr function returning void trippels at gcc dot gnu.org
@ 2015-07-23 18:00 ` redi at gcc dot gnu.org
  1 sibling, 0 replies; 2+ messages in thread
From: redi at gcc dot gnu.org @ 2015-07-23 18:00 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
(In reply to Anders Granlund from comment #0)
> For comparison Clang accepts the program without errors.

Not if you use -std=c++11 it doesn't.

Both GCC and Clang reject it with -std=c++11 and accept it with -std=c++14, as
expected.

N.B. we don't need the full output of compiling with -v, just the output of
'gcc -v' is enough (and much less verbose).


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

end of thread, other threads:[~2015-07-23 18:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-66976-4@http.gcc.gnu.org/bugzilla/>
2015-07-23 15:13 ` [Bug c++/66976] Compiler error for well-formed program with a definition of a constexpr function returning void trippels at gcc dot gnu.org
2015-07-23 18:00 ` redi 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).