mirror of git://gcc.gnu.org/git/gcc.git
re PR middle-end/49191 (gcc.dg/memcpy-3.c FAILs on SPARC)
2014-08-20 Steve Ellcey <sellcey@mips.com> PR middle-end/49191 * lib/target-supports.exp (check_effective_target_non_strict_align): Add function description. From-SVN: r214227
This commit is contained in:
parent
94910f226c
commit
e8d8041d26
|
|
@ -1,3 +1,9 @@
|
||||||
|
2014-08-20 Steve Ellcey <sellcey@mips.com>
|
||||||
|
|
||||||
|
PR middle-end/49191
|
||||||
|
* lib/target-supports.exp (check_effective_target_non_strict_align):
|
||||||
|
Add function description.
|
||||||
|
|
||||||
2014-08-20 Jan Hubicka <hubicka@ucw.cz>
|
2014-08-20 Jan Hubicka <hubicka@ucw.cz>
|
||||||
|
|
||||||
* testsuite/g++.dg/ipa/devirt-17.C: Update template.
|
* testsuite/g++.dg/ipa/devirt-17.C: Update template.
|
||||||
|
|
|
||||||
|
|
@ -5854,6 +5854,8 @@ proc check_vect_support_and_set_flags { } {
|
||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Return 1 if the target does *not* require strict alignment.
|
||||||
|
|
||||||
proc check_effective_target_non_strict_align {} {
|
proc check_effective_target_non_strict_align {} {
|
||||||
return [check_no_compiler_messages non_strict_align assembly {
|
return [check_no_compiler_messages non_strict_align assembly {
|
||||||
char *y;
|
char *y;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue