public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/53349] New: Internal compiler error with constexpr and recursive data type.
@ 2012-05-14 22:21 pkeir at dcs dot gla.ac.uk
  2012-05-15 11:19 ` [Bug c++/53349] " daniel.kruegler at googlemail dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: pkeir at dcs dot gla.ac.uk @ 2012-05-14 22:21 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53349

             Bug #: 53349
           Summary: Internal compiler error with constexpr and recursive
                    data type.
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: pkeir@dcs.gla.ac.uk


Created attachment 27404
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27404
The file which causes the internal error.

Compiling the attached file will cause an internal compiler error in gcc 4.7.0
under 32-bit Ubuntu 12.04:

g++-4.7 -std=c++11 rec_constexpr.cpp

...
constfft.cpp:16:47: internal compiler error: in cxx_eval_indirect_ref, at
cp/semantics.c:7400

If the copy constructor of Foo is removed, it is clang 3.2 (trunk 156580) which
will then fail.


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

end of thread, other threads:[~2013-08-11 22:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-14 22:21 [Bug c++/53349] New: Internal compiler error with constexpr and recursive data type pkeir at dcs dot gla.ac.uk
2012-05-15 11:19 ` [Bug c++/53349] " daniel.kruegler at googlemail dot com
2012-05-20 20:00 ` pinskia at gcc dot gnu.org
2013-08-11 22:08 ` paolo.carlini at oracle 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).