https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105774
Jakub Jelinek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
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
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105774
--- Comment #7 from Jakub Jelinek ---
Fixed on the trunk so far.
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
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
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();
}
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105774
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105774
--- Comment #1 from Wilhelm M ---
To make it more clear make the type of x *signed char`.
11 matches
Mail list logo