This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to define target-specific PSImode?


Quoting Robert Dewar <dewar@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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]