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 * doc/sourcebuild.texi (non_strict_align): New. From-SVN: r214226
This commit is contained in:
parent
8605403e2b
commit
94910f226c
|
|
@ -1,3 +1,8 @@
|
|||
2014-08-20 Steve Ellcey <sellcey@mips.com>
|
||||
|
||||
PR middle-end/49191
|
||||
* doc/sourcebuild.texi (non_strict_align): New.
|
||||
|
||||
2014-08-20 Jan Hubicka <hubicka@ucw.cz>
|
||||
|
||||
* cgraphunit.c (ipa_passes, compile): Reshedule
|
||||
|
|
|
|||
|
|
@ -1689,6 +1689,9 @@ Target uses a ColdFire FPU.
|
|||
@item hard_float
|
||||
Target supports FPU instructions.
|
||||
|
||||
@item non_strict_align
|
||||
Target does not require strict alignment.
|
||||
|
||||
@item sse
|
||||
Target supports compiling @code{sse} instructions.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue