+2016-06-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
+
+ * params.def (PARAM_ALIGN_LOOP_ITERATIONS): Use "alignment" instead of
+ "alignement".
+ * tree.h (TYPE_ALIGN): Likewise.
+
2016-06-20 Georg-Johann Lay <avr@gjlay.de>
PR target/71103
+2016-06-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
+
+ * exp_util.adb (Safe_Unchecked_Type_Conversion): Use "alignment"
+ instead of "alignement".
+
2016-06-16 Gary Dismukes <dismukes@adacore.com>
* sem_util.adb: Minor typo fix.
-- alignment is known to be at least the maximum alignment for the
-- target or if both alignments are known and the output type's
-- alignment is no stricter than the input's. We can use the component
- -- type alignement for an array if a type is an unpacked array type.
+ -- type alignment for an array if a type is an unpacked array type.
if Present (Alignment_Clause (Otyp)) then
Oalign := Expr_Value (Expression (Alignment_Clause (Otyp)));
DEFPARAM (PARAM_ALIGN_LOOP_ITERATIONS,
"align-loop-iterations",
- "Loops iterating at least selected number of iterations will get loop alignement..",
+ "Loops iterating at least selected number of iterations will get loop alignment..",
4, 0, 0)
/* For guessed profiles, the loops having unknown number of iterations
+2016-06-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
+
+ * gfortran.dg/common_align_2.f90: Use "alignment" instead of
+ "alignement".
+
2016-06-20 Georg-Johann Lay <avr@gjlay.de>
PR target/71103
! { dg-do run }
! { dg-options "-pedantic-errors -mdalign" { target sh*-*-* } }
-! Tests the fix for PR37614, in which the alignement of commons followed
+! Tests the fix for PR37614, in which the alignment of commons followed
! g77 rather than the standard or other compilers.
!
! Contributed by Tobias Burnus <burnus@gcc.gnu.org>
/* The alignment necessary for objects of this type.
The value is an int, measured in bits and must be a power of two.
- We support also an "alignement" of zero. */
+ We support also an "alignment" of zero. */
#define TYPE_ALIGN(NODE) \
(TYPE_CHECK (NODE)->type_common.align \
? ((unsigned)1) << ((NODE)->type_common.align - 1) : 0)