diff options
author | Jason Merrill <jason@gcc.gnu.org> | 2015-10-08 12:13:57 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2015-10-08 12:13:57 -0400 |
commit | afd7acb2c95fd081d7fc2a7052325bdc2d309157 (patch) | |
tree | 3e3de0cbb53b5cb0f4078baa7f759608d36cff65 | |
parent | de8b96f4e66adef7764812b70cd80ed543c81e7e (diff) | |
download | gcc-afd7acb2c95fd081d7fc2a7052325bdc2d309157.zip gcc-afd7acb2c95fd081d7fc2a7052325bdc2d309157.tar.gz gcc-afd7acb2c95fd081d7fc2a7052325bdc2d309157.tar.bz2 |
format
From-SVN: r228605
-rw-r--r-- | gcc/cp/constexpr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/constexpr.c b/gcc/cp/constexpr.c index 0ff9b088..ec9710c 100644 --- a/gcc/cp/constexpr.c +++ b/gcc/cp/constexpr.c @@ -2505,7 +2505,7 @@ cxx_fold_indirect_ref (location_t loc, tree type, tree op0, bool *empty_base) (TREE_TYPE (field), type))) { return fold_build3 (COMPONENT_REF, type, op00, - field, NULL_TREE); + field, NULL_TREE); break; } } |