fpc/compiler/ppcgen
Jonas Maebe 62e66d2a56 * explicit typecasting of any ordinal type to a boolean of the same
size must happen without any mangling of the value (mantis #11027)
  * moved checking for signed-to-unsigned (or vice versa) type
    conversions in assignments from htypechk to ncnv (where there
    was already code for similar checks) and added support for
    bool_to_bool there as well

git-svn-id: trunk@10521 -
2008-03-21 14:44:58 +00:00
..
aasmcpu.pas * split cpu64bit compiler define into 2008-02-13 20:44:00 +00:00
agppcgas.pas * split cpu64bit compiler define into 2008-02-13 20:44:00 +00:00
cgppc.pas * split cpu64bit compiler define into 2008-02-13 20:44:00 +00:00
ngppcadd.pas * fixed wrong check in r10432 causing an internalerror for ppc/ppc64 2008-03-02 20:00:52 +00:00
ngppccnv.pas * explicit typecasting of any ordinal type to a boolean of the same 2008-03-21 14:44:58 +00:00
ngppcinl.pas + internal round/trunc support for ppc970 using fctid/fctidz 2008-02-20 11:49:15 +00:00
ngppcset.pas * handle case ranges properly for unsigned types with a non-zero base, resolves #10009 2007-10-28 17:06:02 +00:00
rgcpu.pas * split cpu64bit compiler define into 2008-02-13 20:44:00 +00:00