Bug#1104924: gcc-12: FTBFS on hppa - finalize/adjust raised exception

2025-05-08 Thread John David Anglin
Source: gcc-12 Version: 12.4.0-7 Severity: normal Dear Maintainer, Build fails in stage1 here: # Ignore errors to work around finalization issues in older compilers cd ada/gen_il; ./gen_il-main raised PROGRAM_ERROR : finalize/adjust raised exception make[5]: [../../src/gcc/ada/Make-generated.in:

[Bug libstdc++/16006] Conversions of numbers in fi_FI.UTF-8 produces incorrect UTF-8

2025-05-08 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16006 Andrew Pinski changed: What|Removed |Added Blocks||120170 Referenced Bugs: https://gcc.gn

Results for 16.0.0 20250502 (experimental) [master r16-353-g0e65fef8717] (Debian 20250502-1) testsuite on riscv64-unknown-linux-gnu

2025-05-08 Thread Matthias Klose
LAST_UPDATED: Fri May 2 11:30:22 UTC 2025 (revision r16-353-g0e65fef8717) Native configuration is riscv64-unknown-linux-gnu === cobol tests === Running target unix FAIL: cobol.dg/group1/check_88.cob -O0 output pattern test FAIL: cobol.dg/group1/check_88.cob -O1 output pat

Bug#1104902: GCC 15 ICE on initializing static pointer array to pointer to extern variable

2025-05-08 Thread Stephan Springl
Package: g++-15 Version: 15.1.0-3 Severity: normal X-Debbugs-Cc: springl-gcc-2...@bfw-online.de Hi, Debian GCC 15 has an ICE on a very short program. GCC 15.1.0 from the gcc.gnu.org repository compiles ok. $ cat gcc-15-bug.cc int f () { extern const int e; static const int *const l[] = {&e,