This is the mail archive of the gcc-bugs@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]

[Bug other/18665] [3.4/4.0 Regression] -ftrapv borks up simple integer arithmetic


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2004-12-12 07:19 -------
> No, we won't have access to DImode on those platforms.  But then,
> the user won't have access to DImode inside the compiler either,
> so it *should* be impossible for that routine to be invoked.

Your "should" is a bit worrying, but the alternative would probably be a
compilation failure, which is not really better.  And I presume it's the same
dilemna with SImode for targets whose word_mode is QImode, so I'm not going to
include si variants for them either.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18665


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]