aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorTamar Christina <tamar.christina@arm.com>2024-01-12 15:27:45 +0000
committerTamar Christina <tamar.christina@arm.com>2024-01-12 15:32:19 +0000
commitd14ef0987de2f6f2dac64f4f0f068b929078a01d (patch)
tree6513756e0e9cb95f95a00d4fccbbf64f43881932 /gcc/doc
parenta8dbae45926db1ebc94c0cc32647c3a45ca62eef (diff)
downloadgcc-d14ef0987de2f6f2dac64f4f0f068b929078a01d.zip
gcc-d14ef0987de2f6f2dac64f4f0f068b929078a01d.tar.gz
gcc-d14ef0987de2f6f2dac64f4f0f068b929078a01d.tar.bz2
testsuite: Make bitint early vect test more accurate
This changes the tests I committed for PR113287 to also run on targets that don't support bitint. gcc/ChangeLog: PR tree-optimization/113287 * doc/sourcebuild.texi (check_effective_target_bitint65535): New. gcc/testsuite/ChangeLog: PR tree-optimization/113287 * gcc.dg/vect/vect-early-break_100-pr113287.c: Support non-bitint. * gcc.dg/vect/vect-early-break_99-pr113287.c: Likewise. * lib/target-supports.exp (bitint, bitint128, bitint575, bitint65535): Document them.
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/sourcebuild.texi12
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi
index 2a96927..8082100 100644
--- a/gcc/doc/sourcebuild.texi
+++ b/gcc/doc/sourcebuild.texi
@@ -2877,6 +2877,18 @@ Target supports Graphite optimizations.
@item fixed_point
Target supports fixed-point extension to C.
+@item bitint
+Target supports _BitInt(N).
+
+@item bitint128
+Target supports _BitInt(128).
+
+@item bitint575
+Target supports _BitInt(575).
+
+@item bitint65535
+Target supports _BitInt(65535).
+
@item fopenacc
Target supports OpenACC via @option{-fopenacc}.