[ruby-dev:50747] [Ruby trunk Bug#15513][Assigned] MJIT compilation terminated due to -Wfatal-errors on GCC 7.3.0
From:
hsbt@...
Date:
2019-01-07 10:08:17 UTC
List:
ruby-dev #50747
Issue #15513 has been updated by hsbt (Hiroshi SHIBATA).
Status changed from Open to Assigned
Assignee set to k0kubun (Takashi Kokubun)
----------------------------------------
Bug #15513: MJIT compilation terminated due to -Wfatal-errors on GCC 7.3.0
https://bugs.ruby-lang.org/issues/15513#change-76101
* Author: kajisha (Hiroshi Kajisha)
* Status: Assigned
* Priority: Normal
* Assignee: k0kubun (Takashi Kokubun)
* Target version:=20
* ruby -v: ruby 2.6.0p0 (2018-12-25 revision 66547) [x86_64-linux]
* Backport: 2.4: UNKNOWN, 2.5: UNKNOWN, 2.6: UNKNOWN
----------------------------------------
GCC 7.3.0 =E3=81=A7 MJIT =E3=82=92=E6=9C=89=E5=8A=B9=E3=81=AB=E3=81=97=E3=
=81=A6=E3=81=BF=E3=81=9F=E3=81=A8=E3=81=93=E3=82=8D=E3=80=81=E7=94=9F=E6=88=
=90=E3=81=95=E3=82=8C=E3=81=9F=E3=83=98=E3=83=83=E3=83=80=E3=83=95=E3=82=A1=
=E3=82=A4=E3=83=AB=E3=81=8C=E3=82=B3=E3=83=B3=E3=83=91=E3=82=A4=E3=83=AB=E3=
=82=A8=E3=83=A9=E3=83=BC=E3=81=AB=E3=81=AA=E3=82=8B=E3=82=88=E3=81=86=E3=81=
=A7=E3=81=99=E3=80=82
## GCC =E3=81=AE=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3
~~~
$ gcc --version
gcc (Gentoo 7.3.0-r3 p1.4) 7.3.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
~~~
## =E5=AE=9F=E8=A1=8C=E7=92=B0=E5=A2=83
~~~
$ uname -a
Linux localhost.localdomain 4.14.83-gentoo #3 SMP Mon Jan 7 13:56:38 JST 20=
19 x86_64 Intel(R) Core(TM) i7-8650U CPU @ 1.90GHz GenuineIntel GNU/Linux
~~~
## =E3=82=B5=E3=83=B3=E3=83=97=E3=83=AB=E3=82=B3=E3=83=BC=E3=83=89(/tmp/t.r=
b)
~~~
def calculate(a, b, n =3D 40_000_000)
n.times.count do
a =3D a * 16807 % 2147483647
b =3D b * 48271 % 2147483647
(a & 0xffff) =3D=3D (b & 0xffff)
end
end
raise unless calculate(65, 8921) =3D=3D 588
p result: calculate(699, 124)
~~~
## =E5=AE=9F=E8=A1=8C=E7=B5=90=E6=9E=9C
~~~
$ ruby --jit --jit-verbose=3D1 /tmp/t.rb
/tmp/_ruby_mjit_p18462u106.c:1:39: error: one or more PCH files were found,=
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u46.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u41.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u2.c:1:39: error: one or more PCH files were found, b=
ut they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u10.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u11.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u0.c:1:39: error: one or more PCH files were found, b=
ut they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u1.c:1:39: error: one or more PCH files were found, b=
ut they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u21.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u28.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u29.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u30.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u31.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u32.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u37.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u3.c:1:39: error: one or more PCH files were found, b=
ut they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u36.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u35.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u34.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u33.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u27.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u39.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u40.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u38.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u6.c:1:39: error: one or more PCH files were found, b=
ut they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u43.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u44.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u45.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u42.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u23.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u24.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u22.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u74.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u68.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u69.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u58.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u51.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u53.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u20.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u49.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u50.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u52.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u54.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u55.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u56.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u57.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u59.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u60.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u61.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u62.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u63.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u64.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u66.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u67.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u73.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u47.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u48.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u65.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u70.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u71.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u72.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u75.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u76.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u8.c:1:39: error: one or more PCH files were found, b=
ut they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u12.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u13.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u14.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u15.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u80.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u78.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u100.c:1:39: error: one or more PCH files were found,=
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u82.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u79.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u101.c:1:39: error: one or more PCH files were found,=
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u102.c:1:39: error: one or more PCH files were found,=
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u103.c:1:39: error: one or more PCH files were found,=
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u104.c:1:39: error: one or more PCH files were found,=
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u105.c:1:39: error: one or more PCH files were found,=
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u19.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u81.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u9.c:1:39: error: one or more PCH files were found, b=
ut they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u85.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u94.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u95.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u87.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u92.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u93.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u83.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u84.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u86.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u88.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u89.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u90.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u91.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u16.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u17.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u18.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u25.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u26.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u77.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u96.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u4.c:1:39: error: one or more PCH files were found, b=
ut they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u5.c:1:39: error: one or more PCH files were found, b=
ut they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u97.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u98.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u99.c:1:39: error: one or more PCH files were found, =
but they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
/tmp/_ruby_mjit_p18462u7.c:1:39: error: one or more PCH files were found, b=
ut they were invalid
#include "/tmp/_ruby_mjit_hp18462u0.h"
^
compilation terminated due to -Wfatal-errors.
{:result=3D>600}
Successful MJIT finish
~~~
--=20
https://bugs.ruby-lang.org/