]> git.ipfire.org Git - thirdparty/gcc.git/commit
In gcc/:
authorGeoffrey Keating <geoffk@redhat.com>
Sun, 2 Dec 2001 08:29:23 +0000 (08:29 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Sun, 2 Dec 2001 08:29:23 +0000 (08:29 +0000)
commit41543739cd3813a7e593fc4f61b558ecf6cffaf3
treeb6335589792084a6ee2cbfe89743a136d023fccc
parente42a7c94a27cfb75cf7a87acab09ffdb85c74b00
In gcc/:

* config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Simplify.
* config/rs6000/rs6000.c (rs6000_emit_move): Use adjust_address
rather than simplify_subreg.  Check for volatile-ness.  Check that
we're not splitting one slow operation into two slow operations.
In gcc/testsuite/:
* gcc.c-torture/compile/structs.c: New testcase from GDB.

From-SVN: r47524
gcc/ChangeLog
gcc/config/rs6000/rs6000.c
gcc/config/rs6000/rs6000.h
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/structs.c [new file with mode: 0644]