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

            Bug ID: 113970
           Summary: [14 Regression] pch/system-{1,2}.C fails on darwin
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Keywords: needs-bisection, wrong-code
          Severity: normal
          Priority: P3
         Component: pch
          Assignee: unassigned at gcc dot gnu.org
          Reporter: iains at gcc dot gnu.org
  Target Milestone: ---
            Target: *-darwin*

somewhere between r14-8885 and r14-9043

FAIL: g++.dg/pch/system-1.C  -g assembly comparison
FAIL: g++.dg/pch/system-1.C  -O2 -g assembly comparison
FAIL: g++.dg/pch/system-2.C  -g assembly comparison
FAIL: g++.dg/pch/system-2.C  -O2 -g assembly comparison

lots of lines like:
line #354
<       .long   0x11ac1
>       .long   0x11ac2
line #691
<       .uleb128 0x22
>       .uleb128 0x21
line #703
<       .uleb128 0x22
>       .uleb128 0x21
line #805
<       .uleb128 0x22
>       .uleb128 0x21

presumably something has changed size or alignment.

Reply via email to