https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90684
--- Comment #4 from Wilco <wilco at gcc dot gnu.org> --- Author: wilco Date: Tue Jul 16 16:17:39 2019 New Revision: 273533 URL: https://gcc.gnu.org/viewcvs?rev=273533&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 * gcc/opts.c (parse_and_check_align_values): Allow 4 alignment values. Modified: branches/gcc-9-branch/gcc/ChangeLog branches/gcc-9-branch/gcc/opts.c