https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90825
--- Comment #7 from hyc at symas dot com ---
Thanks for the quick resolution, much appreciated.
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: hyc at symas dot com
Target Milestone: ---
$ PATH=/home/user/gcc_9_1_0_install/bin/:$PATH
LD_LIBRARY_PATH=/home/user/gcc_9_1_0_install/lib64:$LD_LIBRARY_PATH g++ -v
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77607
hyc at symas dot com changed:
What|Removed |Added
Resolution|INVALID |FIXED
--- Comment #2 from hyc at
-asm
Assignee: unassigned at gcc dot gnu.org
Reporter: hyc at symas dot com
Target Milestone: ---
This sequence:
{uint8x16_t _a, _b, _c, _d;
__asm__("ldp %0, %1, %4\n\t"
"ldp %2, %3, %4, #32\n\t" : "=w"(_a), "=w"
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71885
--- Comment #24 from hyc at symas dot com ---
(In reply to Manuel López-Ibáñez from comment #21)
> (In reply to hyc from comment #19)
> > That's all well and good. But, somebody had to go out of their way to
> > develop the c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71885
--- Comment #19 from hyc at symas dot com ---
(In reply to Manuel López-Ibáñez from comment #18)
> (In reply to Kern Sibbald from comment #17)
> > The g++ developers could have realized that in especially in "undefined"
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71885
--- Comment #15 from hyc at symas dot com ---
(In reply to Markus Trippelsdorf from comment #3)
> See https://gcc.gnu.org/gcc-6/porting_to.html (More aggressive optimization
> of -flifetime-dse).
>
> You're invoking u
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71885
hyc at symas dot com changed:
What|Removed |Added
CC||hyc at symas dot com
--- Comment