[Bug rtl-optimization/51374] [avr] insn combine reorders volatile memory accesses
gjl at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Feb 1 11:36:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51374
--- Comment #9 from Georg-Johann Lay <gjl at gcc dot gnu.org> 2012-02-01 11:35:37 UTC ---
Author: gjl
Date: Wed Feb 1 11:35:34 2012
New Revision: 183796
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183796
Log:
gcc/
PR rtl-optimization/51374
* combine.c (can_combine_p): Don't allow volatile_refs_p insns
to cross other volatile_refs_p insns.
gcc/testsuite/
PR rtl-optimization/51374
* testsuite/gcc.target/avr/torture/pr51374-1.c: New.
Added:
trunk/gcc/testsuite/gcc.target/avr/torture/pr51374-1.c
Modified:
trunk/gcc/ChangeLog
trunk/gcc/combine.c
trunk/gcc/testsuite/ChangeLog
More information about the Gcc-bugs
mailing list