mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 20:01:21 +08:00
rs6000.c (rs6000_special_adjust_field_align_p): Update GCC version name to GCC 5.
* 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. From-SVN: r215395
This commit is contained in:
parent
0f1fbc836e
commit
fdea58659c
@ -1,3 +1,10 @@
|
||||
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.
|
||||
|
@ -5939,7 +5939,7 @@ rs6000_special_adjust_field_align_p (tree field, unsigned int computed)
|
||||
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);
|
||||
}
|
||||
}
|
||||
@ -9307,7 +9307,7 @@ rs6000_function_arg_boundary (enum machine_mode mode, const_tree type)
|
||||
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);
|
||||
}
|
||||
}
|
||||
@ -10428,7 +10428,7 @@ rs6000_function_arg (cumulative_args_t cum_v, enum machine_mode mode,
|
||||
warned = true;
|
||||
inform (input_location,
|
||||
"the ABI of passing homogeneous float aggregates"
|
||||
" has changed in GCC 4.10");
|
||||
" has changed in GCC 5");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user