[Bug driver/90684] New alignment options incorrectly report error

wilco at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jun 3 11:28:00 GMT 2019


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90684

--- Comment #3 from Wilco <wilco at gcc dot gnu.org> ---
Author: wilco
Date: Mon Jun  3 11:27:50 2019
New Revision: 271864

URL: https://gcc.gnu.org/viewcvs?rev=271864&root=gcc&view=rev
Log:
Fix alignment option parser (PR90684)

Fix the alignment option parser to always allow up to 4 alignments.
Now -falign-functions=16:8:8:8 no longer reports an error.

    gcc/
        PR driver/90684
        * opts.c (parse_and_check_align_values): Allow 4 alignment values.
M    gcc/ChangeLog
M    gcc/opts.c

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/opts.c


More information about the Gcc-bugs mailing list