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

r115821 - in /branches/gcc-4_0-branch/gcc: Chan...


Author: sayle
Date: Sun Jul 30 13:21:59 2006
New Revision: 115821

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115821
Log:

	PR middle-end/28473
	Backport from mainline.
	* convert.c (convert_to_integer): When transforming (T)foo(x) into
	bar(x) check that bar's result type can represent all the values of T.
	* builtins.c (fold_fixed_mathfn): When long and long long are the
	same size, canonicalize llceil*, llfloor*, llround* and llrint*
	functions to their lceil*, lfloor*, lround* and lrint* forms.

	* gcc.dg/fold-convround-1.c: New test case.
	* gcc.dg/builtins-55.c: New test case.


Added:
    branches/gcc-4_0-branch/gcc/testsuite/gcc.dg/builtins-55.c
    branches/gcc-4_0-branch/gcc/testsuite/gcc.dg/fold-convround-1.c
Modified:
    branches/gcc-4_0-branch/gcc/ChangeLog
    branches/gcc-4_0-branch/gcc/builtins.c
    branches/gcc-4_0-branch/gcc/convert.c
    branches/gcc-4_0-branch/gcc/testsuite/ChangeLog


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