First, thank you very very much for your reply! Next, would you be so kind to give me a hint where can I find any info about what you called "required conversions patterns from / to PSImode" please?
Sincerely, -- Lev. On Mon, Dec 7, 2009 at 6:10 AM, Joern Rennecke <amyl...@spamcop.net> wrote: > 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. >