+2014-09-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
+
+ * config/rs6000/rs6000.c (rs6000_special_adjust_field_align_p):
+ Update GCC version name to GCC 5.
+ (rs6000_function_arg_boundary): Likewise.
+ (rs6000_function_arg): Likewise.
+
2014-09-19 James Greenhalgh <james.greenhalgh@arm.com>
* config/sh/sh.md: Fix use of constraints in define_split.
warned = true;
inform (input_location,
"the layout of aggregates containing vectors with"
- " %d-byte alignment has changed in GCC 4.10",
+ " %d-byte alignment has changed in GCC 5",
computed / BITS_PER_UNIT);
}
}
warned = true;
inform (input_location,
"the ABI of passing aggregates with %d-byte alignment"
- " has changed in GCC 4.10",
+ " has changed in GCC 5",
(int) TYPE_ALIGN (type) / BITS_PER_UNIT);
}
}
warned = true;
inform (input_location,
"the ABI of passing homogeneous float aggregates"
- " has changed in GCC 4.10");
+ " has changed in GCC 5");
}
}