https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66139
dingd changed:
What|Removed |Added
CC||ntysdd at qq dot com
--- Comment #14 from dingd
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66139
--- Comment #15 from dingd ---
This bug may be not so rare as it seems, because it can be triggered when
initializing a vector with an initializer list.
For example,
std::vector v = { A(), A() };
this is enough to trigger it if the construc
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: ntysdd at qq dot com
Target Milestone: ---
This code snippet
/
char c;
int f()
{
return c ^ 1;
}
/
is compiled into these instructions with options "-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35412
dingd changed:
What|Removed |Added
CC||ntysdd at qq dot com
--- Comment #10 from dingd
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: ntysdd at qq dot com
Target Milestone: ---
The code below causes internal compiler error for gcc 9.4.0
int main()
{
char p[8];
__asm__ __volatile__ (
"movq $
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90088
dingd changed:
What|Removed |Added
CC||ntysdd at qq dot com
--- Comment #7 from dingd
Assignee: unassigned at gcc dot gnu.org
Reporter: ntysdd at qq dot com
Target Milestone: ---
This program has different behavior on different optimizing levels.
#include
#include
int main()
{
std::decimal::decimal64 x;
x = -1;
while (x != 0