[Bug middle-end/88780] [8/9/10 Regression] bogus -Wstringop-truncation for copying as many bytes from a string as its length

2020-04-30 Thread jiapei at longervision dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88780 Pei JIA changed: What|Removed |Added CC||jiapei at longervision dot com --- Comment #4

[Bug c++/89668] make[2]: autogen: Command not found

2019-03-11 Thread jiapei at longervision dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89668 --- Comment #4 from Pei JIA --- I just strictly follow http://linuxfromscratch.org/lfs/view/stable/chapter06/gcc.html, and I'm using the following command line: su nobody -s /bin/bash -c "PATH=$PATH make -k check" Should I do: su nobody -s

[Bug c++/89668] New: make[2]: autogen: Command not found

2019-03-11 Thread jiapei at longervision dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: jiapei at longervision dot com Target Milestone: --- Hi, all: I'm trying to build GCC-8.3.0 for LFS on my host Ubuntu 18.04.2, but NOW hanged for hours at the testsuite, which seems to be exactly the same reported BUG: