]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR bootstrap/53021 (bootstrap failure on Linux/ia32)
authorRichard Sandiford <rdsandiford@googlemail.com>
Sat, 21 Apr 2012 18:55:18 +0000 (18:55 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Sat, 21 Apr 2012 18:55:18 +0000 (18:55 +0000)
commit9e412ca3ebe589537430ce89c4342ca08f251d69
treeb0d6f2ebda9f50cb79a963c6fdd93ec04cda0025
parent1410c222604e2182f74242026fd924c717ced000
re PR bootstrap/53021 (bootstrap failure on Linux/ia32)

gcc/
PR bootstrap/53021
* rtl.def (ADDRESS): Use "i" rather than "w".
* rtl.h (find_base_term): Delete.
(may_be_sp_based_p): Declare.
* rtl.c (rtx_code_size): Remove ADDRESS special case.
* alias.h (UNIQUE_BASE_VALUE_SP, UNIQUE_BASE_VALUE_ARGP)
(UNIQUE_BASE_VALUE_FP, UNIQUE_BASE_VALUE_HFP): Move to...
* alias.c: ...here.
(find_base_term): Make static.
(may_be_sp_based_p): New function.
* dse.c (record_store): Use it.
* store-motion.c (store_killed_in_insn): Likewise.

From-SVN: r186657
gcc/ChangeLog
gcc/alias.c
gcc/alias.h
gcc/dse.c
gcc/rtl.c
gcc/rtl.def
gcc/rtl.h
gcc/store-motion.c