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?


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 <amylaar@spamcop.net> wrote:
> 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]