Quoting Robert Dewar <de...@adacore.com>:

Lev Yudalevich wrote:
However, when the resulting gcc compiler crashes (ICE) when it tries
to convert any integer into my new type.

Plase report the specific crash as a bug report with full details,
in particular a full compilable example that shows the ICE. Obviously
gcc should never crash, no matter whether your code is right or wrong.

Actually, if the port uses PSImode, but lacks one of the required conversions
patterns from / to PSImode, an an internal compiler error from a gcc_assert /
gcc_unreachable would be expected.  Or, if the compiler is not configured
for run-time checks, it might crash.

Reply via email to