https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97132
Jonathan Wakely changed:
What|Removed |Added
Resolution|--- |FIXED
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97132
--- Comment #7 from CVS Commits ---
The releases/gcc-9 branch has been updated by Jonathan Wakely
:
https://gcc.gnu.org/g:77923ad01415f6e72af844cbef5227f5b5a9fb4b
commit r9-9003-g77923ad01415f6e72af844cbef5227f5b5a9fb4b
Author: Jonathan Wakely
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97132
--- Comment #6 from CVS Commits ---
The releases/gcc-10 branch has been updated by Jonathan Wakely
:
https://gcc.gnu.org/g:90c9484b12dd8a05b5314f5cb9847df46024a194
commit r10-8913-g90c9484b12dd8a05b5314f5cb9847df46024a194
Author: Jonathan Wakel
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97132
--- Comment #5 from CVS Commits ---
The master branch has been updated by Jonathan Wakely :
https://gcc.gnu.org/g:f10ed928e2f8ecc2c859abff8f2f9296b11b8d95
commit r11-3324-gf10ed928e2f8ecc2c859abff8f2f9296b11b8d95
Author: Jonathan Wakely
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97132
--- Comment #4 from fsb4000 at yandex dot ru ---
(In reply to Jonathan Wakely from comment #3)
> I'll test this:
>
> {
>static_assert(std::has_single_bit(_Align));
>_GLIBCXX_DEBUG_ASSERT((std::uintptr_t)__ptr % _Align == 0);
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97132
--- Comment #3 from Jonathan Wakely ---
(In reply to Jakub Jelinek from comment #2)
> I think there is no compliant way to test alignment assumptions during
> constant evaluations and after all, one should always see the actual objects
> and ther
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97132
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97132
Jonathan Wakely changed:
What|Removed |Added
Ever confirmed|0 |1
Component|c++