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
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'
: 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