------- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-17 04:02 ------- You missed another important 64 bit target PPC (aka rs6000): #define MAX_FIXED_MODE_SIZE GET_MODE_BITSIZE (TARGET_POWERPC64 ? TImode : DImode)
But note: "MAX_FIXED_MODE_SIZE should be deprecated. About the only thing that it should be used for right now is mode assigment for aggregates." See <http://gcc.gnu.org/ml/gcc/2005-01/msg00160.html>. -- What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement Keywords| |missed-optimization http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20020