https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121174
Jakub Jelinek changed:
What|Removed |Added
Resolution|--- |FIXED
Assignee|unassigned at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121174
--- Comment #7 from GCC Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:7083aeaef5b6d8be1ae419b834e8e56d90026ace
commit r16-2367-g7083aeaef5b6d8be1ae419b834e8e56d90026ace
Author: Jakub Jelinek
Date: S
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121174
--- Comment #6 from printfne at gmail dot com ---
(In reply to Jakub Jelinek from comment #5)
> https://gcc.gnu.org/pipermail/gcc-patches/2025-July/690005.html
Ok. Thank you very much. I'm looking forward to your patch being merged soon(In
reply
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121174
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121174
--- Comment #4 from Jakub Jelinek ---
Given that
#include
int main() {
int v[] = {1, 2, 3, 4, 5, 6};
std::mdspan> view{v, 2, 3};
return 0;
}
compiles, I think more likely
libstdc++-v3/src/c++23/std.cc.in
needs the
//
#if __glibc