================ @@ -0,0 +1,65 @@ +! Test that -ffpe-trap= is forwarded from the Flang driver to the frontend. + +! RUN: %flang -ffpe-trap=invalid,zero,overflow -fsyntax-only -### %s 2>&1 \ +! RUN: | FileCheck --check-prefix=CHECK-FORWARD %s +! CHECK-FORWARD: -fc1 +! CHECK-FORWARD-SAME: -ffpe-trap=invalid,zero,overflow ---------------- tarunprabhu wrote:
The test on line 8 checks the forwarding of all accepted values. Is this doing anything that the other test is not already checking? If not, then we don't need this. https://github.com/llvm/llvm-project/pull/208828 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
