[Bug cobol/119216] libgcobol support check in configure is broken

2025-03-28 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119216 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug cobol/119216] libgcobol support check in configure is broken

2025-03-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119216 --- Comment #5 from GCC Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:09c2a0ab94e1e731433eb2687ad16a9c79617e14 commit r15-7960-g09c2a0ab94e1e731433eb2687ad16a9c79617e14 Author: Jakub Jelinek Date: T

[Bug cobol/119216] libgcobol support check in configure is broken

2025-03-11 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119216 --- Comment #4 from Jakub Jelinek --- https://gcc.gnu.org/pipermail/gcc-patches/2025-March/677291.html

[Bug cobol/119216] libgcobol support check in configure is broken

2025-03-11 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119216 --- Comment #3 from Richard Biener --- So I guess this check has to be delayed to configure time and we can only keep the broad target selector in configure.tgt.

[Bug cobol/119216] libgcobol support check in configure is broken

2025-03-11 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119216 --- Comment #2 from Andreas Schwab --- You can't use AC_CHECK_SIZEOF, that would test the host, not the target, and the target compiler hasn't even been built yet.

[Bug cobol/119216] libgcobol support check in configure is broken

2025-03-11 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119216 --- Comment #1 from Andreas Schwab --- libsanitizer/configure.tgt has a similar problem, it only doesn't fail because the cases that use ac_cv_size_void_p don't set UNSUPPORTED.