================
@@ -327,6 +326,33 @@ defm real_sum_reassociation
         standard-conforming Fortran semantics.
       }]>;
 
+def ffpe_trap_EQ : Joined<["-"], "ffpe-trap=">, Group<f_Group>,
+  HelpText<"Set the initial floating-point exception halting mode for the main 
program">,
----------------
tarunprabhu wrote:

It is not clear what the word "initial" means here. I assume that it is 
"initial" because the halting mode can later be changed in the program. It's 
probably ok to leave it like this in this line, but it may be worth clarifying 
this in the DocBrief text.

https://github.com/llvm/llvm-project/pull/208828
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to