Actions
Bug #12409
closed-fexcess-precision=standard is making it hard to compile my gem
Description
I can no longer easily compile my C++ gem due to the -fexcess-precision=standard change
https://github.com/discourse/mini_racer
compiles fine under 2.3, fails under 2.4 with:
cc1plus: sorry, unimplemented: -fexcess-precision=standard for C++
Updated by sam.saffron (Sam Saffron) almost 9 years ago
- Backport deleted (
2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN)
Updated by naruse (Yui NARUSE) almost 9 years ago
- Backport set to 2.1: DONTNEED, 2.2: DONTNEED, 2.3: DONTNEED
Don't change Backport field.
add description about backport field: https://bugs.ruby-lang.org/projects/ruby/wiki/HowToBackport
Updated by naruse (Yui NARUSE) almost 9 years ago
- Status changed from Open to Closed
Applied in changeset r55142.
-
configure.in (ruby_cflags): separate from optflags [Bug #12409]
-fexcess-precision=standard and -fp-model precise are set to this now. -
configure.in (cflags): use ruby_cflags.
Actions
Like0
Like0Like0Like0