Bug#948490: gcc-9: -std=c11 prevents the use of decimal FP

2020-01-23 Thread Vincent Lefevre
Control: tags -1 upstream Control: forwarded -1 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93410 On 2020-01-23 14:04:59 +0100, Matthias Klose wrote: > please could you recheck with trunk, This is still OK with the trunk (e9ee848dcdc). > and report that upstream? Done. -- Vincent Lefèvre -

Processed: Re: Bug#948490: gcc-9: -std=c11 prevents the use of decimal FP

2020-01-23 Thread Debian Bug Tracking System
Processing control commands: > tags -1 upstream Bug #948490 [gcc-9] gcc-9: -std=c11 prevents the use of decimal FP Added tag(s) upstream. > forwarded -1 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93410 Bug #948490 [gcc-9] gcc-9: -std=c11 prevents the use of decimal FP Set Bug forwarded-to-addres

Bug#948490: gcc-9: -std=c11 prevents the use of decimal FP

2020-01-23 Thread Matthias Klose
On 09.01.20 14:24, Vincent Lefevre wrote: > Package: gcc-9 > Version: 9.2.1-22 > Severity: normal > > The -std=c11 option (or other versions of the C standard) prevents > the use of decimal FP: > > $ cat tst.c > int main (void) > { > _Decimal64 x = 1; > return x != 1; > } > $ gcc-9 tst.c -o t

Bug#948490: gcc-9: -std=c11 prevents the use of decimal FP

2020-01-09 Thread Vincent Lefevre
Package: gcc-9 Version: 9.2.1-22 Severity: normal The -std=c11 option (or other versions of the C standard) prevents the use of decimal FP: $ cat tst.c int main (void) { _Decimal64 x = 1; return x != 1; } $ gcc-9 tst.c -o tst $ gcc-9 -std=c11 tst.c -o tst tst.c: In function ‘main’: tst.c:3:3: