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: RFC: hex constants in const_int (plus small altivec problem)


On Thu, Dec 19, 2002 at 08:37:39PM -0800, Andrew Pinski wrote:
> You should have received a `warning: decimal constant is so large that 
> it is unsigned' warning, I did with a small program:
> int temp = -2147483648;

not with current gcc sources.  At least not for me:

> /source/gcc/gcc/config/rs6000/altivec.md:1612: warning: operand 3 missing mode?
/source/gcc/gcc/config/rs6000/altivec.md:1622: warning: operand 3 missing mode?
/source/gcc/gcc/config/rs6000/altivec.md:1632: warning: operand 3 missing mode?
/source/gcc/gcc/config/rs6000/altivec.md:1642: warning: operand 3 missing mode?

Those are the only warnings I get.

Aldy


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