[Bug target/96247] -falign-functions=0 works wrongly

2020-07-20 Thread hujiangping at cn dot fujitsu.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96247 --- Comment #2 from hujp --- (In reply to Richard Biener from comment #1) > not sure if that's sensible or if instead zero should be rejected. Note > x86_64 behaves the same so it's probably better to adjust the documentation > to reflect the im

[Bug target/96247] New: -falign-functions=0 works wrongly

2020-07-19 Thread hujiangping at cn dot fujitsu.com
Assignee: unassigned at gcc dot gnu.org Reporter: hujiangping at cn dot fujitsu.com Target Milestone: --- When reading the description of -falign-functions=n in doc/invoke.texi or gcc man page, I did the following test and found a problem. --- > # sed -n '11333,11334p'

[Bug libstdc++/95759] New: Sized deallocation function can not be matched

2020-06-18 Thread hujiangping at cn dot fujitsu.com
: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: hujiangping at cn dot fujitsu.com Target Milestone: --- Accroding to https://gcc.gnu.org/projects/cxx-status.html#cxx14, sized dealloction function which is one of C++14 language features should have been implemented