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

            Bug ID: 81940
           Summary: [8 regression] internal compiler error: in
                    dwarf2out_abstract_function, at dwarf2out.c:21613
           Product: gcc
           Version: 8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: lto
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dimhen at gmail dot com
                CC: marxin at gcc dot gnu.org
  Target Milestone: ---

r251205 PASS
r251258 FAIL

FAIL : g++ -O -flto x.ii -fpic -DPIC -c    -o x.o && g++ -shared x.o -g -o x.so
PASS : g++    -flto x.ii -fpic -DPIC -c    -o x.o && g++ -shared x.o -g -o x.so
PASS : g++ -O -flto x.ii -fpic -DPIC -c -g -o x.o && g++ -shared x.o -g -o x.so
PASS : g++ -O -flto x.ii -fpic -DPIC                     -shared -g -o x.so

I 'll try to reduce testcase

Reply via email to