re PR middle-end/49545 (New C++ test failures)
authorRichard Sandiford <richard.sandiford@linaro.org>
Wed, 29 Jun 2011 09:42:42 +0000 (09:42 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Wed, 29 Jun 2011 09:42:42 +0000 (09:42 +0000)
commit73f6eabc3ae4de22a83135f03f8c8688623661a1
tree959a91c1ec3ac4f1dfeb6120dc9880fdef666220
parent0e8377f2d813a56813022c8aad6b3ba7f3a3edbc
re PR middle-end/49545 (New C++ test failures)

gcc/
PR tree-optimization/49545
* builtins.c (get_object_alignment_1): Update function comment.
Do not use DECL_ALIGN for functions, but test
TARGET_PTRMEMFUNC_VBIT_LOCATION instead.
* fold-const.c (get_pointer_modulus_and_residue): Don't check
for functions here.
* tree-ssa-ccp.c (get_value_from_alignment): Likewise.

gcc/testsuite/
* gcc.dg/torture/pr49169.c: Restrict to ARM and MIPS targets.

From-SVN: r175627
gcc/ChangeLog
gcc/builtins.c
gcc/fold-const.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr49169.c
gcc/tree-ssa-ccp.c