// RUN: %clang_cc1 -fexperimental-strict-floating-point \
// RUN: -triple i386-pc-windows -target-cpu pentium4 -target-feature -sse \
// RUN: -emit-llvm -ffp-eval-method=source -o - -verify=warn %s
//
// RUN: %clang_cc1 -fexperimental-strict-floating-point \
// RUN: -triple i386-pc-windows -target-cpu pentium4 \
// RUN: -emit-llvm -ffp-eval-method=source -o - -verify=no-warn %s
// no-warn-no-diagnostics
float // warn-warning{{Setting the floating point evaluation method to `source` on a target without SSE is not supported.}}
float // warn-warning{{Setting the floating point evaluation method to `source` on a target without SSE is not supported.}}