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++/70778] New: internal compiler error: in tsubst, at cp/pt.c:12158


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

            Bug ID: 70778
           Summary: internal compiler error: in tsubst, at cp/pt.c:12158
           Product: gcc
           Version: 5.3.1
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: bastien.penavayre at epitech dot eu
  Target Milestone: ---

Created attachment 38335
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38335&action=edit
file compiled with  -v -save-temps

When compiled the given file result in this error :


test.cpp: In function âint main()â:
test.cpp:20:62: internal compiler error: in tsubst, at cp/pt.c:12158
     using result = Stuff<unsigned>::AddToFront<0, Holder<24>>::type;
                                                              ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-5/README.Bugs> for instructions.

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