]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/rs6000/rs6000.md
re PR target/11848 ([darwin] [no support for 128 doubles] internal compiler error...
authorGeoffrey Keating <geoffk@apple.com>
Tue, 9 Dec 2003 01:57:45 +0000 (01:57 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Tue, 9 Dec 2003 01:57:45 +0000 (01:57 +0000)
commita9baceb10b8db929dbf87c0670b041aaa9171b42
treea42d7b7b99c57a76ad67255b112d715ef171c90e
parent86b40947201d0457c50072eb6443ce09b68d5acc
re PR target/11848 ([darwin] [no support for 128 doubles] internal compiler error for -mlong-double-128)

PR target/11848
* rs6000.h (CANNOT_CHANGE_MODE_CLASS): Allow change of mode
in floating-point registers between TFmode and DImode.
* rs6000.c (rs6000_emit_move): Split moves early.
(secondary_reload_class): Random Whitespace Change.
(rs6000_split_multireg_move): Support moves involving FP registers.
Emit instructions directly.
* rs6000-protos.h (rs6000_split_multireg_move): Update prototype.
* altivec.md: Update for changes to rs6000_split_multireg_move.
* rs6000.md: Update for changes to rs6000_split_multireg_move.
(movtf_internal): Support moves to/from GPRs.

From-SVN: r74454
gcc/ChangeLog
gcc/config/rs6000/altivec.md
gcc/config/rs6000/rs6000-protos.h
gcc/config/rs6000/rs6000.c
gcc/config/rs6000/rs6000.h
gcc/config/rs6000/rs6000.md
gcc/testsuite/gcc.c-torture/compile/20031208-1.c [new file with mode: 0644]