This patch removes the -f[no-]trapping-math flags from the -cc1 command line. They are currently ignored in the command line parser anyways.
This does not remove -f[no-]trapping-math from the driver command line. The driver flags are being used and affect the compilation.
FPExceptionBehavior and TrappingMath are set together here (in lock step).