[Bug c++/90825] [9 Regression] g++: internal compiler error: Segmentation fault signal terminated program cc1plus

2019-06-12 Thread hyc at symas dot com
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.

[Bug c++/90825] New: g++: internal compiler error: Segmentation fault signal terminated program cc1plus

2019-06-10 Thread hyc at symas dot com
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

[Bug inline-asm/77607] Aarch64 LDP operand rejected incorrectly

2016-09-15 Thread hyc at symas dot com
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

[Bug inline-asm/77607] New: Aarch64 LDP operand rejected incorrectly

2016-09-15 Thread hyc at symas dot com
-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"

[Bug c++/71885] Incorrect code generated with -01, memset() function call is missing

2016-08-15 Thread hyc at symas dot com
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

[Bug c++/71885] Incorrect code generated with -01, memset() function call is missing

2016-08-15 Thread hyc at symas dot com
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" >

[Bug c++/71885] Incorrect code generated with -01, memset() function call is missing

2016-08-14 Thread hyc at symas dot com
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

[Bug c++/71885] Incorrect code generated with -01, memset() function call is missing

2016-08-14 Thread hyc at symas dot com
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