Project

General

Profile

Actions

Bug #12409

closed

-fexcess-precision=standard is making it hard to compile my gem

Added by sam.saffron (Sam Saffron) almost 8 years ago. Updated almost 8 years ago.

Status:
Closed
Assignee:
-
Target version:
-
[ruby-core:75658]

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 8 years ago

  • Backport deleted (2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN)

Updated by naruse (Yui NARUSE) almost 8 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

Actions #3

Updated by naruse (Yui NARUSE) almost 8 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

Also available in: Atom PDF

Like0
Like0Like0Like0