Comment 24 for bug 432222

Revision history for this message
Alan Modra (amodra) wrote :

Huh. You have what looks like ppc64 code in there.

  4c: 80 02 8f f8 lwz r0,-28680(r2)
  50: 90 01 00 3c stw r0,60(r1)

Where did that come from? It seems you have _FORTIFY_SOURCE defined for you too, somehow. Maybe that is pulling in a bad printf define? Please attach the .i generated by "gcc -E -fPIE -Os test.c"