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]

r133338 - in /branches/gcc-4_3-branch/gcc: Chan...


Author: krebbel
Date: Wed Mar 19 10:06:52 2008
New Revision: 133338

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133338
Log:
2008-03-19  Andreas Krebbel  <krebbel1@de.ibm.com>

	* cse.c (cse_insn): Avoid creation of overlapping MEMs.
	* alias.c (nonoverlapping_memrefs_p): Export for use in other modules.
	* alias.h (nonoverlapping_memrefs_p): Likewise.

2008-03-19  Andreas Krebbel  <krebbel1@de.ibm.com>

	* gcc.dg/pr35258.c: New testcase.



Added:
    branches/gcc-4_3-branch/gcc/testsuite/gcc.dg/pr35258.c
Modified:
    branches/gcc-4_3-branch/gcc/ChangeLog
    branches/gcc-4_3-branch/gcc/alias.c
    branches/gcc-4_3-branch/gcc/alias.h
    branches/gcc-4_3-branch/gcc/cse.c
    branches/gcc-4_3-branch/gcc/testsuite/ChangeLog


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