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]

r169351 - in /branches/x32/gcc: ChangeLog.x32 c...


Author: hjl
Date: Fri Jan 28 02:15:22 2011
New Revision: 169351

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169351
Log:
Never combine asm statement.

gcc/

2011-01-27  H.J. Lu  <hongjiu.lu@intel.com>

	PR rtl-optimization/47502
	* combine.c (cant_combine_insn_p): Never combine asm statement.

gcc/testsuite/

2011-01-27  H.J. Lu  <hongjiu.lu@intel.com>

	PR rtl-optimization/47502
	* gcc.target/i386/pr47502-1.c: New.
	* gcc.target/i386/pr47502-2.c: Likewise.

Added:
    branches/x32/gcc/testsuite/gcc.target/i386/pr47502-1.c
    branches/x32/gcc/testsuite/gcc.target/i386/pr47502-2.c
Modified:
    branches/x32/gcc/ChangeLog.x32
    branches/x32/gcc/combine.c
    branches/x32/gcc/testsuite/ChangeLog.x32


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