Comment 12 for bug 1988710

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

This is reproducible in sbuild and occurs in the cross build for hppa firmware.

Failing command:
$ alpha-linux-gnu-gcc -O2 -g1 -Wall -fvisibility=hidden -fno-strict-aliasing -msmall-text -msmall-data -mno-fp-regs -mbuild-constants -mcpu=ev67 -DSYSTEM_H='"sys-clipper.h"' -c -o console.o console.c

But to reproduce this way easier you might run just:
$ git clone https://gitlab.com/qemu-project/qemu-palcode.git
$ apt install gcc-alpha-linux-gnu
$ make CROSS=alpha-linux-gnu-

Was there an upstream gcc bug filed that we could attach this to?