Bug#1023692: gcc-arm-linux-gnueabihf: Compiling anything with fails: error: '_Float128' is not supported on this target

2022-11-14 Thread Dima Kogan
> No, this is totally broken. No package in Debian ships anything in > /usr/include/bits/. If you have anything there, your system is broken > rather than Debian. That's exactly the kind of info I was looking for. Thank you! > The interesting question now is where those files came from. Easy

Processed: Re: Bug#1023692: gcc-arm-linux-gnueabihf: Compiling anything with fails: error: '_Float128' is not supported on this target

2022-11-14 Thread Debian Bug Tracking System
Processing control commands: > tags -1 + unreproducible Bug #1023692 [gcc-arm-linux-gnueabihf] gcc-arm-linux-gnueabihf: Compiling anything with fails: error: '_Float128' is not supported on this target Added tag(s) unreproducible. -- 1023692:

Bug#1023692: gcc-arm-linux-gnueabihf: Compiling anything with fails: error: '_Float128' is not supported on this target

2022-11-14 Thread Helmut Grohne
Control: tags -1 + unreproducible On Tue, Nov 08, 2022 at 11:20:33AM -0800, Dima Kogan wrote: > Package: gcc-arm-linux-gnueabihf > Version: 4:12.2.0-1 > Severity: important > X-Debbugs-Cc: none, Dima Kogan > > Hi. I have a "tst.c" which has just one line: > > #include > > Cross-compiling

Bug#1023692: gcc-arm-linux-gnueabihf: Compiling anything with fails: error: '_Float128' is not supported on this target

2022-11-08 Thread Dima Kogan
Package: gcc-arm-linux-gnueabihf Version: 4:12.2.0-1 Severity: important X-Debbugs-Cc: none, Dima Kogan Hi. I have a "tst.c" which has just one line: #include Cross-compiling it doesn't work: $ arm-linux-gnueabihf-gcc-12 -c -o tst.o tst.c In file included from tst.c:1: