[Bug c++/105774] Bogus overflow in constant expression with signed char++

2022-10-22 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105774 Andrew Pinski changed: What|Removed |Added Summary|Bogus overflow in constant |Bogus overflow in constant

[Bug c++/105774] Bogus overflow in constant expression with signed char++

2022-10-22 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105774 --- Comment #4 from Andrew Pinski --- And one for short: constexpr signed short f(void){ signed short x = 0x7fff; return ++x; } int main() { constexpr auto _ = f(); }

[Bug c++/105774] Bogus overflow in constant expression with signed char++

2022-10-23 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105774 Jakub Jelinek changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org

[Bug c++/105774] Bogus overflow in constant expression with signed char++

2022-10-24 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105774 --- Comment #6 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:da8c362c4c18cff2f2dfd5c4706bdda7576899a4 commit r13-3458-gda8c362c4c18cff2f2dfd5c4706bdda7576899a4 Author: Jakub Jelinek Date: M

[Bug c++/105774] Bogus overflow in constant expression with signed char++

2022-10-25 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105774 --- Comment #7 from Jakub Jelinek --- Fixed on the trunk so far.

[Bug c++/105774] Bogus overflow in constant expression with signed char++

2022-11-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105774 --- Comment #8 from CVS Commits --- The releases/gcc-12 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:20ef7d7c578dab0585d70fbea571a74e8e8d4b47 commit r12--g20ef7d7c578dab0585d70fbea571a74e8e8d4b47 Author: Jakub Jelinek

[Bug c++/105774] Bogus overflow in constant expression with signed char++

2022-11-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105774 --- Comment #9 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:11a37955860f8573570aaf8d9fb0b6e02a3d4d5a commit r11-10362-g11a37955860f8573570aaf8d9fb0b6e02a3d4d5a Author: Jakub Jelinek

[Bug c++/105774] Bogus overflow in constant expression with signed char++

2023-05-03 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105774 --- Comment #10 from CVS Commits --- The releases/gcc-10 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:11bf3345c74139c05c405d3e5bc73ee8d9e7d6a6 commit r10-11340-g11bf3345c74139c05c405d3e5bc73ee8d9e7d6a6 Author: Jakub Jelinek

[Bug c++/105774] Bogus overflow in constant expression with signed char++

2023-05-04 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105774 Jakub Jelinek changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED