[Bug cobol/119364] building a cobol cross compiler on i686-linux-gnu targeting x86_64-linux-gnu fails

2025-04-06 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119364 --- Comment #8 from Matthias Klose --- the patch in comment 7 works for me, also building the libgcobol library successfully.

[Bug cobol/119364] building a cobol cross compiler on i686-linux-gnu targeting x86_64-linux-gnu fails

2025-04-05 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119364 --- Comment #5 from Matthias Klose --- goes further, until: ../../src/gcc/cobol/lexio.cc: In function 'replacing_pair_t parse_replacing_pair(const char*, const char*)': ../../src/gcc/cobol/lexio.cc:725:33: error: call of overloaded 'span_t(long

[Bug cobol/119364] building a cobol crocc compiler on i686-linux-gnu targeting x86_64-linux-gnu fails

2025-04-05 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119364 --- Comment #3 from Matthias Klose --- checked with 20250405, that this fails with an i686 -> amd64 cross compiler: [...] In file included from ../../src/gcc/cobol/cdf.y:37: ../../src/gcc/cobol/../../libgcobol/common-defs.h:185:23: error: enume

[Bug ada/119571] [15 Regression] ggc-none.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used w hen making a PIE object; recompile with -fPIE

2025-04-01 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119571 --- Comment #3 from Matthias Klose --- https://launchpad.net/ubuntu/+source/gcc-15-cross/5ubuntu1 https://launchpad.net/ubuntu/+source/gcc-15-cross-ports/6ubuntu1

[Bug ada/119571] [15 Regression] ggc-none.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used w hen making a PIE object; recompile with -fPIE

2025-04-01 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119571 --- Comment #1 from Matthias Klose --- also seen with arm64 -> alpha and s390x -> ppc64

[Bug ada/118939] [14 Regression] ada: executable segfaults on arm-linux-gnueabi when assigning an access to controlled type

2025-03-21 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118939 --- Comment #7 from Matthias Klose --- ahh, yes, the not yet completed 64bit time_t stuff ...

[Bug ada/118939] [14 Regression] ada: executable segfaults on arm-linux-gnueabi when assigning an access to controlled type

2025-03-21 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118939 Matthias Klose changed: What|Removed |Added Status|WAITING |UNCONFIRMED Ever confirmed|1

[Bug rust/119353] [15 regression] Rust fails to build (build failure: error[E0554]: `#![feature]` may not be used on the stable release channel)

2025-03-19 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119353 --- Comment #8 from Matthias Klose --- mentioned on irc, #gcc: https://github.com/Rust-GCC/gccrs/commit/1bd6cdbd8d2a6e0bfaaf5c8ef61ca453f09899cf that works for me on x86_64-linux-gnu at least

[Bug cobol/119364] New: building a cobol crocc compiler on i686-linux-gnu targeting x86_64-linux-gnu fails

2025-03-19 Thread doko at gcc dot gnu.org via Gcc-bugs
Severity: normal Priority: P3 Component: cobol Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- In file included from ../../src/gcc/cobol/cdf.y:34: ../../src/gcc/../libgcobol/common-defs.h:170:23: error: enumerator

[Bug rust/119363] New: [15 Regression] gccrs fails to build, error[E0554]: `#![feature]` may not be used on the stable release channel

2025-03-18 Thread doko at gcc dot gnu.org via Gcc-bugs
: 14.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rust Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org CC: dkm at gcc dot gnu.org, gcc-rust at gcc dot gnu.org

[Bug target/116917] [13/14 Regression] raised TYPES.UNRECOVERABLE_ERROR : comperr.adb:414 during RTL pass: dwarf2, in connect_traces, at dwarf2cfi.cc:3079 on s390x-linux-gnu

2025-03-18 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116917 Matthias Klose changed: What|Removed |Added Summary|[13 Regression] raised |[13/14 Regression] raised

[Bug cobol/119211] [15 Regression] Cobol GCC 15 release checklist

2025-03-18 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119211 Bug 119211 depends on bug 119237, which changed state. Bug 119237 Summary: building a cobol cross compiler fails to build the compiler fully https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119237 What|Removed |Ad

[Bug cobol/119237] building a cobol cross compiler fails to build the compiler fully

2025-03-18 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119237 Matthias Klose changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug cobol/119237] building a cobol cross compiler fails to build the compiler fully

2025-03-18 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119237 --- Comment #4 from Matthias Klose --- the transformation for GCOBOL_INSTALL_NAME is now fixed in trunk, I didn't touch the cross case yet. Is there a rationale, why GCOBOL_TARGET_INSTALL_NAME should be used, together with that logic in the ins

[Bug cobol/119237] building a cobol cross compiler fails to build the compiler fully

2025-03-18 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119237 Matthias Klose changed: What|Removed |Added CC||doko at gcc dot gnu.org --- Comment

[Bug cobol/119352] building of a gcobol cross compiler fails (driver not built)

2025-03-18 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119352 Matthias Klose changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug cobol/119352] New: building of a gcobol cross compiler fails (driver not built)

2025-03-18 Thread doko at gcc dot gnu.org via Gcc-bugs
Priority: P3 Component: cobol Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- trying to build an x86_64-linux-gnu to aarch64-linux-gnu cobol cross compiler succeeds, but the gcobol driver is not built, and then

[Bug ada/118939] ada: executable segfaults on arm-linux-gnueabi when assigning an access to controlled type

2025-02-19 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118939 Matthias Klose changed: What|Removed |Added CC||doko at gcc dot gnu.org --- Comment

[Bug target/118892] New: [14/15 Regression] ICE (segfault) in rebuild_jump_labels on aarch64-linux-gnu

2025-02-15 Thread doko at gcc dot gnu.org via Gcc-bugs
Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- Created attachment 60506 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60506&action=edit preprocessed

[Bug ada/114065] gnat build with -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 fails on 32bit archs

2025-02-14 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114065 --- Comment #34 from Matthias Klose --- two months now passed, and we are in stage4 now for over a month. what is the status of that now?

[Bug d/118248] [15 Regression] gdc ICE (segfault) building a riscv64 cross compiler on s390x-linux-gnu

2025-02-12 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118248 --- Comment #14 from Matthias Klose --- there's no .i file for D, the file in question is libphobos/libdruntime/core/exception.d

[Bug other/118848] New: error message prints wrong ld name when -fuse-ld is used

2025-02-12 Thread doko at gcc dot gnu.org via Gcc-bugs
Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- just saw this, not having gold installed with the binutils 2.44 release: $ gcc -fuse-ld=gold foo.c collect2: fatal error: cannot find &#x

[Bug middle-end/118795] [15 Regression] ICE when building darkradiant-3.9.0 (with PCH?) (expand_expr_real_2, at expr.cc:10975)

2025-02-10 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118795 --- Comment #3 from Matthias Klose --- the issue goes away when building without precompiled headers :-/

[Bug target/118781] [15 Regression] ICE in maybe_record_trace_start, at dwarf2cfi.cc:2591

2025-02-10 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118781 Matthias Klose changed: What|Removed |Added Resolution|--- |FIXED Status|WAITING

[Bug other/118797] New: [15 Regression] ICE; ‘verify_type’ failed

2025-02-08 Thread doko at gcc dot gnu.org via Gcc-bugs
Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with trunk 20241218 and 20250203 building the actiona 3.10.1 package. It's a "The bug is not reproducible" issue, but consistent when retrying: g++ -c -pipe -s

[Bug tree-optimization/118796] New: [15 Regression] ICE in copy_reference_ops_from_ref, at tree-ssa-sccvn.cc:1109

2025-02-08 Thread doko at gcc dot gnu.org via Gcc-bugs
: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with trunk 20241218 and 20250203 building the atlas-ecmwf 0.40.0 package: [ 63%] Building Fortran object

[Bug rtl-optimization/118795] New: [15 Regression] ICE in expand_expr_real_2, at expr.cc:10975

2025-02-08 Thread doko at gcc dot gnu.org via Gcc-bugs
Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with trunk 20241218 and 20250203 on x86_64-linux-gnu. Not yet reduced, the build system has a hardcoded pch build. building

[Bug lto/118790] New: [15 Regression] during RTL pass: final, ICE in ???

2025-02-07 Thread doko at gcc dot gnu.org via Gcc-bugs
Component: lto Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with trunk 20241218 and 20250203, building the fiat-ecmwf (Fortran) package. triggered by LTO, builds without LTO: during RTL pass: final /usr/src/fiat-ecmwf-1.4.1

[Bug fortran/118789] New: [15 Regression] ICE in gfc_add_modify_loc, at fortran/trans.cc:229

2025-02-07 Thread doko at gcc dot gnu.org via Gcc-bugs
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with trunk 20241218 and 20250203, build the fckit 0.13.2 package, same ICE with and without LTO: cd /<>/debian/build-gf

[Bug lto/118788] New: [15 Regression] during IPA pass: static-var, ICE: qsort checking failed

2025-02-07 Thread doko at gcc dot gnu.org via Gcc-bugs
: normal Priority: P3 Component: lto Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with trunk 20241218 and 20250203, bootstrapping the golang-1.23 package. Disabling LTO lets the package build

[Bug c++/118787] New: [15 Regression] ICE, Segmentation fault

2025-02-07 Thread doko at gcc dot gnu.org via Gcc-bugs
++ Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with trunk 20250203, building the higwayhash package --- scalar_sip_tree_hash.ii --- template < class State > PaddedUpdate(char [State::kPacketSize] alignas(2) $ g++

[Bug lto/118785] New: [15 Regression] during IPA pass, ICE in decompose, at wide-int.h:1049

2025-02-07 Thread doko at gcc dot gnu.org via Gcc-bugs
Priority: P3 Component: lto Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with trunk 20241218 and 20250203 on x86_64-linux-gnu, building the onevpl-intel-gpu 24.3.4 package with LTO. Builds sucessfully

[Bug target/118781] New: [15 Regression] ICE in maybe_record_trace_start, at dwarf2cfi.cc:2591

2025-02-07 Thread doko at gcc dot gnu.org via Gcc-bugs
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with trunk 20250207 on arm-linux-gnueabihf, last successful build from 20250203: during RTL pass: dwarf2 m2/gm2-compiler-boot

[Bug d/118248] [15 Regression] gdc ICE (segfault) building a riscv64 cross compiler on s390x-linux-gnu

2025-02-07 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118248 --- Comment #10 from Matthias Klose --- length = 4, delta = 8

[Bug d/118248] [15 Regression] gdc ICE (segfault) building a riscv64 cross compiler on s390x-linux-gnu

2025-02-07 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118248 --- Comment #9 from Matthias Klose --- Program received signal SIGSEGV, Segmentation fault. 0x041176b8 in riscv_block_move_straight (dest=dest@entry=0x3fff5a78c00, src=src@entry=0x3fff5a78ba0, length=length@entry=4, align=align@entr

[Bug d/118248] [15 Regression] gdc ICE (segfault) building a riscv64 cross compiler on s390x-linux-gnu

2025-02-07 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118248 --- Comment #8 from Matthias Klose --- Rechecked with 20250203. this works for Debian unstable, but not for Ubuntu plucky. The differences for this are a different baseline (zEC12 vs z13), and enabling the hardening defaults directly in the comp

[Bug target/106271] Bootstrap on RISC-V on Ubuntu 22.04 LTS: bits/libc-header-start.h: No such file or directory

2025-02-07 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106271 --- Comment #15 from Matthias Klose --- are you able to check this with 24.04 LTS as well?

[Bug target/106271] Bootstrap on RISC-V on Ubuntu 22.04 LTS: bits/libc-header-start.h: No such file or directory

2025-02-07 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106271 --- Comment #12 from Matthias Klose --- also note that the Debian and Ubuntu builds are configured with --disable-multilib

[Bug target/106271] Bootstrap on RISC-V on Ubuntu 22.04 LTS: bits/libc-header-start.h: No such file or directory

2025-02-07 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106271 --- Comment #11 from Matthias Klose --- this is fixed in the 14 branch and in 15.

[Bug libstdc++/118733] New: std::filesystem::weakly_canonical throws if the file disappears during its execution

2025-02-03 Thread doko at gcc dot gnu.org via Gcc-bugs
Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- Created attachment 60365 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60365&action=edit te

[Bug target/118728] New: [14 Regression] ICE, during RTL pass: vartrack, corrupted double-linked list on alpha-linux-gnu

2025-02-02 Thread doko at gcc dot gnu.org via Gcc-bugs
Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with the gcc-14 branch 20250130, plus the proposed backport for PR target/118501, when build

[Bug modula2/118711] New: [15 Regression] ICE during during GIMPLE pass: evrp building NumberIO.o on s390x-linux-gnu

2025-01-30 Thread doko at gcc dot gnu.org via Gcc-bugs
Severity: normal Priority: P3 Component: modula2 Assignee: gaius at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with trunk 20250130 on s390x-linux-gnu, building libgm2 (NumberIO.o), last successful build from 20250114

[Bug target/118501] [14 regression] aarch64: ICE in simplify_context::simplify_subreg

2025-01-27 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118501 --- Comment #13 from Matthias Klose --- the backport requires some more work: ../../src/gcc/config/aarch64/aarch64.md:7255:13: error: 'force_lowpart_subreg' was not declared in this scope; did you mean 'lowpart_subreg'? 7255 | rtx op1 = forc

[Bug target/118485] [15 Regression] gnat fails to build on m68k-linux-gnu-gnu

2025-01-22 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118485 Matthias Klose changed: What|Removed |Added Status|WAITING |UNCONFIRMED Ever confirmed|1

[Bug d/118584] [15 Regression] libphobos fails to build on mips64el-linux-gnu (undefined reference to `fiber_switchContext')

2025-01-21 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118584 --- Comment #3 from Matthias Klose --- this is what Debian calls mips64el, and was built for gcc-14

[Bug d/118584] New: [15 Regression] libphobos fails to build on mips64el-linux-gnu (undefined reference to `fiber_switchContext')

2025-01-21 Thread doko at gcc dot gnu.org via Gcc-bugs
15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw at gdcproject dot org Reporter: doko at gcc dot gnu.org Target Milestone: --- trunk 20250115, libphobos fails to build on mips64el-linux-gnu (unde

[Bug target/118538] throw not caught causing an seg fault rather than a `terminate called after throwing an instance of 'int'` message

2025-01-19 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118538 --- Comment #14 from Matthias Klose --- I'll look at this when I'm back from traveling. 14.2.0-4ubuntu2~24.04 is based on the gcc-14 branch 7e0649ac0fab8e0673e3eba8d357f1a21463ae0f

[Bug d/118248] [15 Regression] gdc ICE (segfault) building a riscv64 cross compiler on s390x-linux-gnu

2025-01-16 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118248 --- Comment #6 from Matthias Klose --- the same version as the native compiler, and I rechecked with 20250114.

[Bug d/118248] [15 Regression] gdc ICE (segfault) building a riscv64 cross compiler on s390x-linux-gnu

2025-01-15 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118248 --- Comment #3 from Matthias Klose --- still seen with 20250114

[Bug target/118485] [15 Regression] gnat fails to build on m68k-linux-gnu-gnu

2025-01-14 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118485 --- Comment #1 from Matthias Klose --- trunk 20241223 did also built that successfully.

[Bug target/118485] New: [15 Regression] gnat fails to build on m68k-linux-gnu-gnu

2025-01-14 Thread doko at gcc dot gnu.org via Gcc-bugs
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with 20250114 on the trunk targeting a m68k-linux-gnu compiler on x86_64-linux-gnu, the build fails with raised STORAGE_ERROR : stack

[Bug other/118472] New: [15 Regression] ICE : tree check: expected none of vector_type, have vector_type in operand_equal_p, at fold-const.cc:3749

2025-01-14 Thread doko at gcc dot gnu.org via Gcc-bugs
Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- Created attachment 60151 --> https://gcc.gnu.org/bugzi

[Bug c++/118470] New: [15 Regression] ICE in gimplify_var_or_parm_decl, at gimplify.cc:3341

2025-01-14 Thread doko at gcc dot gnu.org via Gcc-bugs
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- Created attachment 60150 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60150&action=edit preprocessed source seen wit

[Bug rtl-optimization/117186] [12/13/14 Regression] aarch64 wrong code for (a < b) < (b < a)

2025-01-13 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117186 Matthias Klose changed: What|Removed |Added CC||doko at gcc dot gnu.org --- Comment

[Bug d/118438] [15 Regression] libgphobos fails to build on s390x-linux-gnu

2025-01-12 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118438 Matthias Klose changed: What|Removed |Added Target|s390x-linux-gnu |s390x-linux-gnu |

[Bug target/118439] New: [15 Regression] comparison failure on powerpc64-linux-gnu

2025-01-12 Thread doko at gcc dot gnu.org via Gcc-bugs
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with trunk 20250112 on powerpc64-linux-gnu, last successful build on 20250101: [...] Comparing stages 2 and 3 Bootstrap comparison

[Bug d/118438] New: [15 Regression] libgphobos fails to build on s390x-linux-gnu

2025-01-12 Thread doko at gcc dot gnu.org via Gcc-bugs
Priority: P3 Component: d Assignee: ibuclaw at gdcproject dot org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with trunk 20250112 on s390x-linux-gnu. works with 20250101 trunk: /bin/bash ../libtool --tag=D --mode=compile /<>/build/./gcc/

[Bug bootstrap/118369] Multilib bootstrap on Debian 12 fails due to missing asm/errno.h

2025-01-09 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118369 --- Comment #11 from Matthias Klose --- gcc-multilib and the gcc cross compilers conflict, and cannot be installed together, because some header files for the non-default multilibs are installed on the standard include path. In practice, this d

[Bug bootstrap/118369] Multilib bootstrap on Debian 12 fails due to missing asm/errno.h

2025-01-09 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118369 --- Comment #9 from Matthias Klose --- let's take that on irc, maybe quicker. I've never used the approach to get the build deps from the gcc-12 package, maybe try apt source gcc-12 cd gcc-12-12* apt buil-dep . or just apt build-dep

[Bug bootstrap/118369] Multilib bootstrap on Debian 12 fails due to missing asm/errno.h

2025-01-09 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118369 --- Comment #7 from Matthias Klose --- afaik, there are no changes. is libc6-dev-i386 installed? you might want to install the binaries, that are used for the package builds: apt install build-dep gcc-14

[Bug rtl-optimization/118266] [15 Regression] ICE in maybe_record_trace_start, at dwarf2cfi.cc:2591 by r15-5863-g5ab3f091b3eb42

2025-01-08 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118266 --- Comment #18 from Matthias Klose --- yes, that fixes the cross build based on trunk 20250108. Thanks!

[Bug rtl-optimization/118266] [15 Regression] ICE in maybe_record_trace_start, at dwarf2cfi.cc:2591

2025-01-01 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118266 --- Comment #2 from Matthias Klose --- also seen with the host being arm64 or ppc64el.

[Bug rtl-optimization/118266] [15 Regression] ICE in maybe_record_trace_start, at dwarf2cfi.cc:2591

2025-01-01 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118266 --- Comment #1 from Matthias Klose --- Configured with: -v --with-pkgversion='Ubuntu 15-20250101-0ubuntu1' --with-bugurl='file:///usr/share/doc/gcc-15/README.Bugs' --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++

[Bug rtl-optimization/118266] New: [15 Regression] ICE in maybe_record_trace_start, at dwarf2cfi.cc:2591

2025-01-01 Thread doko at gcc dot gnu.org via Gcc-bugs
Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with trunk 20250101 building a x86_64-linux-gnux32 cross compiler on x86_64-linux-gnu, in libgfortran. using -O1

[Bug d/118248] [15 Regression] gdc ICE (segfault) building a riscv64 cross compiler on s390x-linux-gnu

2024-12-30 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118248 --- Comment #2 from Matthias Klose --- it's the first I was building that for 15

[Bug ada/118247] New: [15 Regression] gnatbind fails to relink in the install target for powerpc64-linux-gnu and powerpc64le-linux-gnu in a cross build

2024-12-30 Thread doko at gcc dot gnu.org via Gcc-bugs
Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org CC: dkm at gcc dot gnu.org Target Milestone: --- gnatbind

[Bug d/118248] New: [15 Regression] gdc ICE (segfault) building a riscv64 cross compiler on s390x-linux-gnu

2024-12-30 Thread doko at gcc dot gnu.org via Gcc-bugs
Severity: normal Priority: P3 Component: d Assignee: ibuclaw at gdcproject dot org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with trunk 20241220, trying to build a riscv64 cross compiler on s390x-linux-gnu, full build log at https

[Bug sanitizer/117725] [15 Regression] s390 -m31 bootstrap failure in interception.h since r15-5164-gfa321004f3f628

2024-12-19 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117725 --- Comment #11 from Matthias Klose --- yes, that patch works for me.

[Bug sanitizer/117725] [15 Regression] s390 -m31 bootstrap failure in interception.h since r15-5164-gfa321004f3f628

2024-12-19 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117725 --- Comment #9 from Matthias Klose --- ok, looks I omitted those mentioned in comment #2, however the build is now failing with a different issue. Please could you attach your proposed merge?

[Bug sanitizer/117725] [15 Regression] s390 -m31 bootstrap failure in interception.h since r15-5164-gfa321004f3f628

2024-12-18 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117725 --- Comment #8 from Matthias Klose --- see https://buildd.debian.org/status/logs.php?pkg=gcc-snapshot&arch=s390x clicking on the "Maybe Failed" shows you the build log, search for --enable-languages to look at all configuration options.

[Bug sanitizer/117725] [15 Regression] s390 -m31 bootstrap failure in interception.h since r15-5164-gfa321004f3f628

2024-12-17 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117725 --- Comment #6 from Matthias Klose --- there's a workaround for 32bit Windows in ec68dc1ca4d967b599f1202855917d5ec9cae52f

[Bug sanitizer/117725] [15 Regression] s390 -m31 bootstrap failure in interception.h since r15-5164-gfa321004f3f628

2024-12-16 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117725 --- Comment #5 from Matthias Klose --- even with the changes from comment 3, it still fails with: In file included from ../../../../../src/libsanitizer/interception/interception.h:18, from ../../../../../src/libsanitizer/interc

[Bug modula2/118045] New: [15 Regression] libm2iso.so.20.0.0 contains an unresolvable reference to symbol casin (and 171 other similar warnings)

2024-12-14 Thread doko at gcc dot gnu.org via Gcc-bugs
Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: modula2 Assignee: gaius at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- trunk 20241214 produced an underlinked libm2iso.so on x86_64-linux

[Bug target/118039] New: [15 Regression] s390x/-m31: libsanitizer: interception_type_test.cpp: static assertion failed

2024-12-14 Thread doko at gcc dot gnu.org via Gcc-bugs
Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with trunk 20241213 on s390x-linux-gnu, building the libsanitizer m31 multilibs: libtool: compile

[Bug libgomp/117851] all amdgcn offload tests fail with a host compiler configured with --enable-default-pie (or compiled/linked with PIE)

2024-11-30 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117851 --- Comment #6 from Matthias Klose --- tested on the trunk, and on the gcc-14 branch with offload compilers configured. libgomp test failures down from 1000 to 10.

[Bug libgomp/117851] New: all amdgcn offload tests fail with a host compiler configured with --enable-default-pie

2024-11-29 Thread doko at gcc dot gnu.org via Gcc-bugs
Severity: normal Priority: P3 Component: libgomp Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org CC: jakub at gcc dot gnu.org Target Milestone: --- seen with 14 and trunk, and probably earlier versions. All libgomp

[Bug sanitizer/117794] New: [15 Regression] build failure in 31bit multilib on s390x-linux-gnu

2024-11-26 Thread doko at gcc dot gnu.org via Gcc-bugs
Priority: P3 Component: sanitizer Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org, jakub at gcc dot gnu.org, kcc at gcc dot gnu.org Target

[Bug ada/117708] New: [15 Regression] gnat fails to build on s390x-linux-gnu

2024-11-20 Thread doko at gcc dot gnu.org via Gcc-bugs
Component: ada Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org CC: dkm at gcc dot gnu.org Target Milestone: --- seen with trunk 20241120, gnat fails to build on s390x-linux-gnu: libtool: compile: /<>/build/./gcc/xgcc -B/<>

[Bug modula2/117703] New: [15 Regression] Decide about gm2 soname bumps for GCC 15

2024-11-20 Thread doko at gcc dot gnu.org via Gcc-bugs
Priority: P3 Component: modula2 Assignee: gaius at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- This is a reminder to decide if the Modula-2 runtime libraries need a soname bump for the GCC 15 release.

[Bug go/117702] New: [15 Regression] Decide about libgo soname bump for GCC 15

2024-11-20 Thread doko at gcc dot gnu.org via Gcc-bugs
Priority: P3 Component: go Assignee: ian at airs dot com Reporter: doko at gcc dot gnu.org Target Milestone: --- This is a reminder to decide if libgo needs a soname bump for the GCC 15 release.

[Bug d/117701] New: [15 Regression] Decide about gphobos soname bump for GCC 15

2024-11-20 Thread doko at gcc dot gnu.org via Gcc-bugs
Priority: P3 Component: d Assignee: ibuclaw at gdcproject dot org Reporter: doko at gcc dot gnu.org Target Milestone: --- This is a reminder to decide if libgphobos needs a soname bump for the GCC 15 release.

[Bug target/117657] [15 Regression][gcn] ICE during in-tree newlib build: error: unrecognizable insn

2024-11-20 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117657 Matthias Klose changed: What|Removed |Added CC||doko at gcc dot gnu.org --- Comment

[Bug analyzer/117677] [15 Regression] Regression in fail, at selftest.cc:47

2024-11-19 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117677 --- Comment #1 from Matthias Klose --- 20241116 succeeded to build

[Bug analyzer/117677] New: [15 Regression] Regression in fail, at selftest.cc:47

2024-11-19 Thread doko at gcc dot gnu.org via Gcc-bugs
Component: analyzer Assignee: dmalcolm at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- trunk 20241119 fails to build on i686-linux-gnu, not seen on other linux targets LC_ALL=C GCC_COLORS= /<>/build/./gcc/xgcc -B/<>/build/./gcc/ -fno-

[Bug libdiagnostics/117670] New: installation of sarif-replay doesn't honor prefix and suffixes

2024-11-19 Thread doko at gcc dot gnu.org via Gcc-bugs
ormal Priority: P3 Component: libdiagnostics Assignee: dmalcolm at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- the installation of sarif-replay doesn't honor prefix and suffixes, configured with e.g. --program-

[Bug target/117640] New: [15 Regression] error: two or more data types in declaration specifiers

2024-11-17 Thread doko at gcc dot gnu.org via Gcc-bugs
: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- trunk 20241116 fails to build on arm-linux-gnueabi*, several errors like: ../../../src/libgcc/config/arm/linux-atomic.c:252:23

[Bug target/117627] New: [15 Regression] build failure targeting hppa64-linux / hppa64-elf

2024-11-16 Thread doko at gcc dot gnu.org via Gcc-bugs
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with trunk 20241116 targeting hppa64-linux-gnu (ore hppa64-elf): ../../../src/libgcc/config/pa/linux-atomic.c:267:23: error: two

[Bug libgomp/117626] New: [15 Regression] incompatible types when returning type '_Bool' but 'struct ptx _device *' was expected

2024-11-16 Thread doko at gcc dot gnu.org via Gcc-bugs
0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgomp Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org CC: jakub at gcc dot gnu.org Target Milestone: --- seen with trunk 20241116, w

[Bug bootstrap/117058] [13 Regression] profiled bootstrap fails building gnat

2024-10-10 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117058 --- Comment #3 from Matthias Klose --- well, the tree was up-to-date when starting the build. A reference here to commit 8f22fea3171a65a1c6db874a23b8ed9988ded9ba and PR ada/115535 would have been helpful.

[Bug bootstrap/117058] [13 Regression] profiled bootstrap fails building gnat

2024-10-10 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117058 --- Comment #1 from Matthias Klose --- that's independent of profiled bootstrap and lto builds

[Bug bootstrap/117058] New: [13 Regression] profiled bootstrap fails building gnat

2024-10-10 Thread doko at gcc dot gnu.org via Gcc-bugs
Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with the gcc-13 branch 20241009 on all *-linux-* targets, last successful build is from 20240830. The build fails with make[5]: Entering directory '

[Bug target/116917] New: [13 Regression] raised TYPES.UNRECOVERABLE_ERROR : comperr.adb:414 during RTL pass: dwarf2, in connect_traces, at dwarf2cfi.cc:3079 on s390x-linux-gnu

2024-10-01 Thread doko at gcc dot gnu.org via Gcc-bugs
s390x-linux-gnu Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen at

[Bug target/116268] notes on arm-linux-gnueabi* cannot be turned off

2024-08-07 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116268 Matthias Klose changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug target/116268] New: notes on arm-linux-gnueabi* cannot be turned off

2024-08-07 Thread doko at gcc dot gnu.org via Gcc-bugs
: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- while looking at an armhf build, still seeing that notes on arm-linux-gnueabi* cannot be turned off. e.g. /usr/include/c++/14/bits/stl_algo.h:2667:28: note: parameter

[Bug fortran/116249] New: [15 Regression] ICE in import_iso_c_binding_module on x86_64-linux-gnu and powerpc64le-linux-gn

2024-08-05 Thread doko at gcc dot gnu.org via Gcc-bugs
Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- trunk 20240805 fails to bootstrap with a profiled LTO build, seen on x86_64-linux-gnu and powerpc64le

[Bug bootstrap/115951] [15 Regression] pgo+lto enabled bootstrap fails building gnat (ICE in fold_stmt, at gimple-range-fold.cc:701)

2024-07-19 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115951 --- Comment #8 from Matthias Klose --- yes, recent bootstraps succeeded on all architectures

[Bug bootstrap/115951] [15 Regression] pgo+lto enabled bootstrap fails building gnat (ICE in fold_stmt, at gimple-range-fold.cc:701)

2024-07-17 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115951 --- Comment #5 from Matthias Klose --- a new build survived on x86_64-linux-gnu. will wait on the results on other architectures.

[Bug bootstrap/115951] New: [15 Regression] pgo+lto enabled bootstrap fails building gnat (ICE in fold_stmt, at gimple-range-fold.cc:701)

2024-07-16 Thread doko at gcc dot gnu.org via Gcc-bugs
Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen on the trunk, targeting linux, architecture doesn't m

[Bug ada/114065] gnat build with -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 fails on 32bit archs

2024-04-24 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114065 --- Comment #21 from Matthias Klose --- trying to update your patches, the build then fails with: ../../xgcc -B../../ -c -g -O2 -W -Wall -gnatpg -gnata -gnatn -I- -nostdinc -I/home/packages/gcc/14/gcc-14-14-20240424/build/gcc/ada/rts -I.

[Bug ada/114065] gnat build with -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 fails on 32bit archs

2024-04-24 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114065 --- Comment #20 from Matthias Klose --- Nicolas, the patch series fails to apply on the trunk. Please could you update it, then post it on gcc-patches to get a proper review?

  1   2   3   4   5   6   7   8   9   10   >