https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93121
--- Comment #14 from CVS Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:33be07be9e46f15b9556521050356c47460651ee
commit r11-5746-g33be07be9e46f15b9556521050356c47460651ee
Author: Jakub Jelinek
Date: F
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93121
--- Comment #13 from Jakub Jelinek ---
https://gcc.gnu.org/pipermail/gcc-patches/2020-December/561119.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93121
--- Comment #12 from Wilhelm M ---
The following does not work:
# include
# include
# include
# include
# include
using to_t = std::array;
int main() {
constexpr std::byte from1[4]{};
constexpr auto v1 = std::bit_cast(from1);
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93121
Jonathan Wakely changed:
What|Removed |Added
Resolution|--- |FIXED
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93121
--- Comment #10 from CVS Commits ---
The master branch has been updated by Jonathan Wakely :
https://gcc.gnu.org/g:9e433b3461ab64b38350817392a77efb67bb78b4
commit r11-5722-g9e433b3461ab64b38350817392a77efb67bb78b4
Author: Jonathan Wakely
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93121
--- Comment #9 from CVS Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:896048cf43d5eb21ab7c16553bb9d13b0f890b81
commit r11-5704-g896048cf43d5eb21ab7c16553bb9d13b0f890b81
Author: Jakub Jelinek
Date: Th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93121
--- Comment #8 from CVS Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:e4f1cbc35b1e823a0a6e58eeca61c8c6ca351875
commit r11-2225-ge4f1cbc35b1e823a0a6e58eeca61c8c6ca351875
Author: Jakub Jelinek
Date: Mo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93121
--- Comment #7 from CVS Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:83b171655dc0785262a444f5d5c2be7195977987
commit r11-2224-g83b171655dc0785262a444f5d5c2be7195977987
Author: Jakub Jelinek
Date: Mo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93121
--- Comment #6 from Jakub Jelinek ---
Oh, and the patch doesn't differentiate between storing of indeterminate values
into unsigned char or std::byte and other stores, all of them are treated as
problematic. Will defer that to PR96223, but the c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93121
Jakub Jelinek changed:
What|Removed |Added
Attachment #48883|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93121
--- Comment #4 from Jakub Jelinek ---
Created attachment 48887
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48887&action=edit
gcc11-pr93121-me.patch
Middle-end patch to handle bit-fields (except for PDP11 and those that lack
DECL_BIT_FIE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93121
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93121
Lyberta changed:
What|Removed |Added
CC||lyberta at lyberta dot net
--- Comment #2 from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93121
Richard Biener changed:
What|Removed |Added
Severity|normal |enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93121
--- Comment #1 from Jonathan Wakely ---
Not really a bug - C++20 isn't final yet, and we don't claim full support for
the current draft (not even close).
15 matches
Mail list logo