diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2015-03-03 17:56:07 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2015-03-03 17:56:07 +0000 |
commit | 3a5c579a89de0fe4afc697ed9bb59c71b42f6016 (patch) | |
tree | d1f88567395850412def447508785b14089291c1 /gcc/tree-sra.c | |
parent | 590e26360c16934958e37d65e019207425e23538 (diff) | |
download | gcc-3a5c579a89de0fe4afc697ed9bb59c71b42f6016.zip gcc-3a5c579a89de0fe4afc697ed9bb59c71b42f6016.tar.gz gcc-3a5c579a89de0fe4afc697ed9bb59c71b42f6016.tar.bz2 |
fold-const.c (round_up_loc): Cast divisor to HOST_WIDE_INT before negating it.
* fold-const.c (round_up_loc): Cast divisor to HOST_WIDE_INT before
negating it.
* tree-sra.c (pa_sra_preliminary_function_checks): Fix typo in message.
From-SVN: r221159
Diffstat (limited to 'gcc/tree-sra.c')
-rw-r--r-- | gcc/tree-sra.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-sra.c b/gcc/tree-sra.c index a6cddaf..0aed4d2 100644 --- a/gcc/tree-sra.c +++ b/gcc/tree-sra.c @@ -5144,7 +5144,7 @@ ipa_sra_preliminary_function_checks (struct cgraph_node *node) { if (dump_file) fprintf (dump_file, - "A function call has an argument with non-unit alignemnt.\n"); + "A function call has an argument with non-unit alignment.\n"); return false; } |