[Bug libstdc++/97132] assume_aligned is not constexpr

2020-10-19 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97132 Jonathan Wakely changed: What|Removed |Added Resolution|--- |FIXED Target Milestone|---

[Bug libstdc++/97132] assume_aligned is not constexpr

2020-10-19 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
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

[Bug libstdc++/97132] assume_aligned is not constexpr

2020-10-19 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
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

[Bug libstdc++/97132] assume_aligned is not constexpr

2020-09-21 Thread cvs-commit at gcc dot gnu.org
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:

[Bug libstdc++/97132] assume_aligned is not constexpr

2020-09-21 Thread fsb4000 at yandex dot ru
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);

[Bug libstdc++/97132] assume_aligned is not constexpr

2020-09-21 Thread redi at gcc dot gnu.org
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

[Bug libstdc++/97132] assume_aligned is not constexpr

2020-09-21 Thread jakub at gcc dot gnu.org
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

[Bug libstdc++/97132] assume_aligned is not constexpr

2020-09-21 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97132 Jonathan Wakely changed: What|Removed |Added Ever confirmed|0 |1 Component|c++