From 7b7ae189d3ef385b29fa4d5aafa6e01e6111a336 Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Tue, 26 Jan 2021 12:48:35 +0100 Subject: [PATCH] Fix missing equal symbol for -fprofile-reproducible opt. gcc/ChangeLog: PR gcov-profile/98739 * common.opt: Add missing equal symbol. --- gcc/common.opt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/common.opt b/gcc/common.opt index dfed6ec76ba4..9cc47b16cac7 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -2195,7 +2195,7 @@ Enum(profile_reproducibility) String(parallel-runs) Value(PROFILE_REPRODUCIBILIT EnumValue Enum(profile_reproducibility) String(multithreaded) Value(PROFILE_REPRODUCIBILITY_MULTITHREADED) -fprofile-reproducible +fprofile-reproducible= Common Joined RejectNegative Var(flag_profile_reproducible) Enum(profile_reproducibility) Init(PROFILE_REPRODUCIBILITY_SERIAL) -fprofile-reproducible=[serial|parallel-runs|multithreaded] Control level of reproducibility of profile gathered by -fprofile-generate. -- 2.47.2