aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Ellcey <sellcey@mips.com>2014-08-20 15:56:45 +0000
committerSteve Ellcey <sje@gcc.gnu.org>2014-08-20 15:56:45 +0000
commit94910f226c5ea2ce92cfbbdda16dda5b75521b0e (patch)
treeb7764eab2ef3def2d5df87f6de7763a7a62e67a7
parent8605403e2bcb731d5f1c8579a9c2ea3436e2fb27 (diff)
downloadgcc-94910f226c5ea2ce92cfbbdda16dda5b75521b0e.zip
gcc-94910f226c5ea2ce92cfbbdda16dda5b75521b0e.tar.gz
gcc-94910f226c5ea2ce92cfbbdda16dda5b75521b0e.tar.bz2
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
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/sourcebuild.texi3
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2ce924f..5960aeb 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi
index 39152df..20a206d 100644
--- a/gcc/doc/sourcebuild.texi
+++ b/gcc/doc/sourcebuild.texi
@@ -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.