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]

r211343 - in /branches/gcc-4_9-branch/gcc: Chan...


Author: ebotcazou
Date: Sat Jun  7 12:01:48 2014
New Revision: 211343

URL: http://gcc.gnu.org/viewcvs?rev=211343&root=gcc&view=rev
Log:
	* tree-ssa-tail-merge.c (same_succ_hash): Hash the static chain of a
	call statement, if any.
	(gimple_equal_p) <GIMPLE_CALL>: Compare the static chain of the call
	statements, if any.  Tidy up.

Added:
    branches/gcc-4_9-branch/gcc/testsuite/gnat.dg/opt38.adb
      - copied unchanged from r211342, trunk/gcc/testsuite/gnat.dg/opt38.adb
    branches/gcc-4_9-branch/gcc/testsuite/gnat.dg/opt38_pkg.adb
      - copied unchanged from r211342, trunk/gcc/testsuite/gnat.dg/opt38_pkg.adb
    branches/gcc-4_9-branch/gcc/testsuite/gnat.dg/opt38_pkg.ads
      - copied unchanged from r211342, trunk/gcc/testsuite/gnat.dg/opt38_pkg.ads
Modified:
    branches/gcc-4_9-branch/gcc/ChangeLog
    branches/gcc-4_9-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_9-branch/gcc/tree-ssa-tail-merge.c


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