This is the mail archive of the gcc-patches@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: broken arithmetic operations on vectors (c and c++)


Aldy Hernandez wrote:
I think we should be checking that we need a predicate for same_type_ignoring_signedness. That's not hard to implement.


Will do.  I will put the predicate in c-common.c (if that's ok), since
it needs to be available for the C front end as well.  I have a similar
patch for C that I'm testing.

Makes sense to me....


Any time we're looking at TYPE_MODE in a front end, we're being lazy, at best.

Lazy, what? Did somebody call me? :)

Heh; I didn't mean to cast any aspersions!


--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com
(916) 791-8304


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