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