https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119216
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
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
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
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.
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.
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.