This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
ARM FLOOR_MOD_EXPR?
- From: Jay K <jay dot krell at cornell dot edu>
- To: gcc <gcc at gcc dot gnu dot org>
- Date: Sat, 19 Jun 2010 08:17:16 +0000
- Subject: ARM FLOOR_MOD_EXPR?
Do FLOOR_DIV_EXPR and FLOOR_MOD_EXPR work on ARM, for 64bit signed integer?
I have a front end (sort of), using gcc 4.3, generates trees, doesn't work.
?? type_for_mode(TImode) is NULL and that is dereferenced.
I realize TRUNC_* would be far more "normal", but I can't change that.
I guess I'll just go back to generating function calls.
?- Jay