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

            Bug ID: 70245
           Summary: [6 Regression] Miscompilation of ICU on i386 with atom
                    tuning starting with r227382
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jakub at gcc dot gnu.org
  Target Milestone: ---

Created attachment 37977
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37977&action=edit
r227382.h

The following testcase distilled from ICU's ucnv_bld.cpp is miscompiled on i?86
starting with r227382 with -m32 -march=i386 -mtune=atom -O2 -fPIC:

g++ -m32 -march=i386 -mtune=atom -O2 -fPIC -o r227382{,-1.C,-2.C}

Reply via email to