]> gcc.gnu.org Git - gcc.git/commit - gcc/ChangeLog
re PR target/42448 (Wrong code with _Complex char in structure)
authorUros Bizjak <uros@gcc.gnu.org>
Sat, 2 Jan 2010 14:18:41 +0000 (15:18 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Sat, 2 Jan 2010 14:18:41 +0000 (15:18 +0100)
commit02143d0b6908776548919ce96dd131e7fdcf6555
treecbed5b334013f0146fca8c239a700bb068a84127
parent7413962d04a4f1864db684a2d9a49d043322f299
re PR target/42448 (Wrong code with _Complex char in structure)

PR target/42448
* config/alpha/predicates.md (aligned_memory_operand): Return false
for CQImode.
(unaligned_memory_operand): Return true for CQImode.
* config/alpha/alpha.c (get_aligned_mem): Assert that location
doesn not cross aligned SImode word boundary.

testsuite/ChangeLog:

PR target/42448
* gcc.target/alpha/pr42448-1.c: New test.
* gcc.target/alpha/pr42448-2.c: Ditto.

From-SVN: r155566
gcc/ChangeLog
gcc/config/alpha/alpha.c
gcc/config/alpha/predicates.md
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/alpha/pr42448-1.c [new file with mode: 0644]
gcc/testsuite/gcc.target/alpha/pr42448-2.c [new file with mode: 0644]
This page took 0.061583 seconds and 5 git commands to generate.