This is the mail archive of the gcc@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: General question about types of tree expressions



On Feb 9, 2005, at 9:38 AM, Richard Guenther wrote:


Ok, so PLUS_EXPR (int, short, unsigned int) is invalid - though the
middle-end seems to be "happy" which such node and checking does not
catch it.  For example

Right, we don't have checking for this yet. There are plans for 4.1 to add this checking. This was discussed before in a couple of places: http://gcc.gnu.org/ml/gcc/2004-09/msg01562.html http://gcc.gnu.org/ml/gcc/2003-12/msg01264.html

And a couple other places.

-- Pinski


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