Module Name: src Committed By: mrg Date: Mon Apr 20 21:57:22 UTC 2020
Modified Files: src/external/gpl3/gcc/dist/gcc/common/config/aarch64: aarch64-common.c Log Message: when sorting all_extensions_by_on[] be sure to keep the NULL entry last. correct the sizeof() to use the right variable (they were the same size at least.) as-was, with the NULL entry first, all loops across this array were no-ops. this should fix PR#55158's arm64 side. To generate a diff of this commit: cvs rdiff -u -r1.1.1.6 -r1.2 \ src/external/gpl3/gcc/dist/gcc/common/config/aarch64/aarch64-common.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.