aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorBill Schmidt <wschmidt@linux.vnet.ibm.com>2012-08-10 12:11:29 +0000
committerWilliam Schmidt <wschmidt@gcc.gnu.org>2012-08-10 12:11:29 +0000
commit75bc384117ffea9d10bc16d98cf6f2ceee9950ae (patch)
tree7a76fdfc6ec9287572fbca97acb1ab14bb48d0a0 /gcc/doc
parentab509eb53521c9d33eeae505dffbb8977c77aca0 (diff)
downloadgcc-75bc384117ffea9d10bc16d98cf6f2ceee9950ae.zip
gcc-75bc384117ffea9d10bc16d98cf6f2ceee9950ae.tar.gz
gcc-75bc384117ffea9d10bc16d98cf6f2ceee9950ae.tar.bz2
sourcebuild.texi: Document long_neq_int effective target.
gcc: 2012-08-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com> * doc/sourcebuild.texi: Document long_neq_int effective target. testsuite: 2012-08-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com> * lib/target-supports.exp (check_effective_target_long_neq_int): New. * gcc.dg/tree-ssa/slsr-30.c: Check for long_neq_int effective target. From-SVN: r190293
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/sourcebuild.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi
index 41388a0..7e9dbe3 100644
--- a/gcc/doc/sourcebuild.texi
+++ b/gcc/doc/sourcebuild.texi
@@ -1303,6 +1303,9 @@ Target has @code{int} that is at 32 bits or longer.
@item int16
Target has @code{int} that is 16 bits or shorter.
+@item long_neq_int
+Target has @code{int} and @code{long} with different sizes.
+
@item large_double
Target supports @code{double} that is longer than @code{float}.