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:
Steve Ellcey 2014-08-20 15:56:45 +00:00 committed by Steve Ellcey
parent 8605403e2b
commit 94910f226c
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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.