Bug#862514: Gcc creates illegal instructions when combining C + ASM on arm on sid

2017-06-21 Thread Uwe Kleine-König
Hello, On Wed, Jun 21, 2017 at 09:09:41AM +0200, Uwe Kleine-König wrote: > On Sun, May 14, 2017 at 12:09:42AM +0300, Jussi Pakkanen wrote: > > Package: gcc > > Version: 6.3.0-4 > > > > Gcc creates binaries that fail with "invalid instruction". To > > reproduce create the following main.c: > > >

Bug#862514: Gcc creates illegal instructions when combining C + ASM on arm on sid

2017-06-21 Thread Julien Cristau
On Tue, Jun 20, 2017 at 21:33:56 +0200, Gianfranco Costamagna wrote: > control: severity -1 serious > > breaking packages is serious enough to me > https://bugs.launchpad.net/ubuntu/+source/meson/+bug/1698463 > > is an example of affected package. > > Raising the severity accordingly > You

Bug#862514: Gcc creates illegal instructions when combining C + ASM on arm on sid

2017-06-21 Thread Uwe Kleine-König
Hello Jussi, On Sun, May 14, 2017 at 12:09:42AM +0300, Jussi Pakkanen wrote: > Package: gcc > Version: 6.3.0-4 > > Gcc creates binaries that fail with "invalid instruction". To > reproduce create the following main.c: > > int get_retval(void); > > int main(int argc, char **argv) { > return

Bug#862514: Gcc creates illegal instructions when combining C + ASM on arm on sid

2017-06-20 Thread Gianfranco Costamagna
control: severity -1 serious breaking packages is serious enough to me https://bugs.launchpad.net/ubuntu/+source/meson/+bug/1698463 is an example of affected package. Raising the severity accordingly G. On Sun, 14 May 2017 00:09:42 +0300 Jussi Pakkanen wrote: > Package:

Bug#862514: Gcc creates illegal instructions when combining C + ASM on arm on sid

2017-05-13 Thread Jussi Pakkanen
Package: gcc Version: 6.3.0-4 Gcc creates binaries that fail with "invalid instruction". To reproduce create the following main.c: int get_retval(void); int main(int argc, char **argv) { return get_retval(); } and the following retval-arm.S .text .globl get_retval get_retval: mov