Thread overview
[Bug 308] cc1d: internal compiler error: in eval_builtin, at d/d-frontend.cc:475
Oct 02, 2018
Cecil Ward
Oct 02, 2018
Cecil Ward
Oct 20, 2018
Iain Buclaw
October 02, 2018
https://bugzilla.gdcproject.org/show_bug.cgi?id=308

Cecil Ward <cecil@cecilward.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|Normal                      |Highest

--- Comment #1 from Cecil Ward <cecil@cecilward.com> ---
Also fails with v8.x for Aarch64 target running on x64 machine

cc1d: internal compiler error: in eval_builtin, at d/d-frontend.cc:475
linux-vdso.so.1: Permission denied
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-8/README.Bugs> for instructions.
Compiler returned: 1

-- 
You are receiving this mail because:
You are watching all bug changes.
October 02, 2018
https://bugzilla.gdcproject.org/show_bug.cgi?id=308

--- Comment #2 from Cecil Ward <cecil@cecilward.com> ---
Is all good in gdc v6.x target x64 for example.

-- 
You are receiving this mail because:
You are watching all bug changes.
October 20, 2018
https://bugzilla.gdcproject.org/show_bug.cgi?id=308

--- Comment #3 from Iain Buclaw <ibuclaw@gdcproject.org> ---
I can't say that I can reproduce this on master for both ARM and x86_64.

Looking at what hits eval_builtin, it would appear to be ICEing because __builtin_expect is not recognized as a built-in.

-- 
You are receiving this mail because:
You are watching all bug changes.