This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/66654] New: ice in digest_init_r, at cp/typeck2.c:1103


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

            Bug ID: 66654
           Summary: ice in digest_init_r, at cp/typeck2.c:1103
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dcb314 at hotmail dot com
  Target Milestone: ---

Created attachment 35845
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35845&action=edit
gzipped C++ source code

For gcc trunk dated 20150624, I get

$ ../results/bin/gcc -c -std=c++11 bug214.cc
In file included from
/home/dcb/rpmbuild/BUILD/MuseScore-2.0.0/libmscore/stafftext.h:18:0,
                 from
/home/dcb/rpmbuild/BUILD/MuseScore-2.0.0/libmscore/plugins.cpp:34:
/home/dcb/rpmbuild/BUILD/MuseScore-2.0.0/libmscore/staff.h:118:44: internal
compiler error: in digest_init_r, at cp/typeck2.c:1103
       QColor _color      { MScore::defaultColor };
                                            ^
0x690163 digest_init_r
        ../../src/trunk/gcc/cp/typeck2.c:1103
0x692e40 digest_init_flags(tree_node*, tree_node*, int)
        ../../src/trunk/gcc/cp/typeck2.c:1154
0x692e40 digest_nsdmi_init(tree_node*, tree_node*)
        ../../src/trunk/gcc/cp/typeck2.c:1170
0x70b4a2 cp_parser_late_parse_one_default_arg
        ../../src/trunk/gcc/cp/parser.c:24304


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]