diff options
author | Tom de Vries <tom@codesourcery.com> | 2018-05-03 13:47:14 +0000 |
---|---|---|
committer | Tom de Vries <vries@gcc.gnu.org> | 2018-05-03 13:47:14 +0000 |
commit | 63f122152f8f6f02cfd19677167f05428c2e7f9a (patch) | |
tree | 7b5d38fb1dab01d3511c3a6535732e83ba4a05c2 /gcc/doc/sourcebuild.texi | |
parent | a378f85c5416aaf7ffea7ee114ee166ff4dd92da (diff) | |
download | gcc-63f122152f8f6f02cfd19677167f05428c2e7f9a.zip gcc-63f122152f8f6f02cfd19677167f05428c2e7f9a.tar.gz gcc-63f122152f8f6f02cfd19677167f05428c2e7f9a.tar.bz2 |
[testsuite] Add scan-offload-tree-dump
2018-05-03 Tom de Vries <tom@codesourcery.com>
PR testsuite/85106
* lib/scanoffloadtree.exp: New file.
* testsuite/lib/libgomp-dg.exp (libgomp-dg-test): Add save-temps to
extra_tool_flags if it contains an -foffload=-fdump-* flag.
* testsuite/lib/libgomp.exp: Include scanoffloadtree.exp.
* testsuite/libgomp.oacc-c/vec.c: Use scan-offload-tree-dump.
* doc/sourcebuild.texi (Commands for use in dg-final, Scan optimization
dump files): Add offload-tree.
From-SVN: r259892
Diffstat (limited to 'gcc/doc/sourcebuild.texi')
-rw-r--r-- | gcc/doc/sourcebuild.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index 16164ae..4605a49 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -2589,7 +2589,7 @@ assembly output. @subsubsection Scan optimization dump files These commands are available for @var{kind} of @code{tree}, @code{ltrans-tree}, -@code{rtl}, @code{ipa}, and @code{wpa-ipa}. +@code{offload-tree}, @code{rtl}, @code{ipa}, and @code{wpa-ipa}. @table @code @item scan-@var{kind}-dump @var{regex} @var{suffix} [@{ target/xfail @var{selector} @}] |