public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/57524] New: internal compiler error on dump translation unit
@ 2013-06-04 12:51 JamesMikeDuPont at googlemail dot com
  2013-06-04 13:25 ` [Bug c++/57524] " JamesMikeDuPont at googlemail dot com
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: JamesMikeDuPont at googlemail dot com @ 2013-06-04 12:51 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 57524
           Summary: internal compiler error on dump translation unit
           Product: gcc
           Version: 4.7.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: JamesMikeDuPont at googlemail dot com

using the debian sid standard : GNU C++ (Debian 4.7.2-5) version 4.7.2
(x86_64-linux-gnu) compiled by GNU C version 4.7.2, GMP version 5.0.5, MPFR
version 3.1.0-p10, MPC version 0.9 warning: MPFR header version 3.1.0-p10
differs from library version 3.1.1-p2. GGC heuristics: --param
ggc-min-expand=100 --param ggc-min-heapsize=131072

Compiling boost spirit.qi code,
Here is the one that creates the error.

Invocation is :
/usr/lib/gcc/x86_64-linux-gnu/4.7/cc1plus -std=gnu++11 -fdump-translation-unit
treedumpparse.ii

the output is:

(this is the last of the function print )
 std::size_t boost::detail::variant::variant_hasher::operator()(const T&) const

the error is :
In file included from /usr/include/boost/variant/variant.hpp:35:0,
                 from /usr/include/boost/spirit/home/support/info.hpp:14,
                 from /usr/include/boost/spirit/home/qi/domain.hpp:16,
                 from /usr/include/boost/spirit/home/qi/meta_compiler.hpp:15,
                 from /usr/include/boost/spirit/home/qi/action/action.hpp:14,
                 from /usr/include/boost/spirit/home/qi/action.hpp:14,
                 from /usr/include/boost/spirit/home/qi.hpp:14,
                 from /usr/include/boost/spirit/include/qi.hpp:16,
                 from treedumpparse.cpp:6:
/usr/include/boost/variant/detail/hash_variant.hpp:32:33: internal compiler
error: in timevar_start, at timevar.c:344
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.7/README.Bugs> for instructions.

This can be reproduced with this one include :
#include "/usr/include/boost/variant/detail/hash_variant.hpp"


I am trying to reduce the problem, but it is difficult.


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

end of thread, other threads:[~2014-01-24 15:54 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-04 12:51 [Bug c++/57524] New: internal compiler error on dump translation unit JamesMikeDuPont at googlemail dot com
2013-06-04 13:25 ` [Bug c++/57524] " JamesMikeDuPont at googlemail dot com
2013-06-05 10:38 ` JamesMikeDuPont at googlemail dot com
2013-06-05 10:44 ` paolo.carlini at oracle dot com
2013-06-05 10:54 ` JamesMikeDuPont at googlemail dot com
2013-06-05 10:54 ` JamesMikeDuPont at googlemail dot com
2013-06-05 11:02 ` JamesMikeDuPont at googlemail dot com
2013-06-05 11:03 ` paolo.carlini at oracle dot com
2013-06-05 11:16 ` JamesMikeDuPont at googlemail dot com
2014-01-02 10:09 ` trippels at gcc dot gnu.org
2014-01-02 10:50 ` [Bug c++/57524] [4.7/4.8/4.9 Regression] ICE: in timevar_start, at timevar.c:343 trippels at gcc dot gnu.org
2014-01-24 13:22 ` paolo.carlini at oracle dot com
2014-01-24 15:45 ` paolo at gcc dot gnu.org
2014-01-24 15:53 ` paolo at gcc dot gnu.org
2014-01-24 15:54 ` [Bug c++/57524] [4.7 " 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).