Home | History | Annotate | Download | only in dmg_fp
      1 Index: base/third_party/dmg_fp/dtoa.cc
      2 diff --git a/base/third_party/dmg_fp/dtoa.cc b/base/third_party/dmg_fp/dtoa.cc
      3 index 4eb9f0efd94221b3ab95f84554bbc92f112bf973..b03ccff569f9403eb67a95737b0e19740e56ef33 100644
      4 --- a/base/third_party/dmg_fp/dtoa.cc
      5 +++ b/base/third_party/dmg_fp/dtoa.cc
      6 @@ -179,6 +179,12 @@
      7   *	used for input more than STRTOD_DIGLIM digits long (default 40).
      8   */
      9  
     10 +#if defined _MSC_VER && _MSC_VER == 1800
     11 +// TODO(scottmg): VS2013 RC ICEs on a bunch of functions in this file.
     12 +// This should be removed after RTM. See http://crbug.com/288948.
     13 +#pragma optimize("", off)
     14 +#endif
     15 +
     16  #define IEEE_8087
     17  #define NO_HEX_FP
     18  
     19