diff options
author | Geoffrey Keating <geoffk@redhat.com> | 2002-01-29 17:59:42 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2002-01-29 17:59:42 +0000 |
commit | 0b32fca5ed1da184c34cde94cb1c5603bcdc233b (patch) | |
tree | cdde89aadc41c1daed7c303819886a72fdaed9c1 /gcc | |
parent | 08ef54373434690e357bf937c8d6ba3a01007b29 (diff) | |
download | gcc-0b32fca5ed1da184c34cde94cb1c5603bcdc233b.zip gcc-0b32fca5ed1da184c34cde94cb1c5603bcdc233b.tar.gz gcc-0b32fca5ed1da184c34cde94cb1c5603bcdc233b.tar.bz2 |
* doc/sourcebuild.texi (C Tests): Document gcc.dg/debug directory.
From-SVN: r49324
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/sourcebuild.texi | 18 |
2 files changed, 14 insertions, 8 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0fea854..b9fdd0d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-01-29 Geoffrey Keating <geoffk@redhat.com> + + * doc/sourcebuild.texi (C Tests): Document gcc.dg/debug directory. + 2002-01-29 Richard Henderson <rth@redhat.com> * flow.c (print_rtl_and_abort): Remove. diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index d073a1b..670d501 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -843,16 +843,18 @@ FIXME: describe this. This directory should probably not be used for new tests. @item gcc.dg -This test suite contains tests using the more modern @samp{dg} -harness. Magic comments determine whether the file is preprocessed, -compiled, linked or run. In these tests, error and warning message -texts are compared against expected texts or regular expressions given -in comments. These tests are run with the options @samp{-ansi --pedantic} unless other options are given in the test. Except for the -@file{noncompile} subdirectory, they are not run with multiple -optimization options. +This test suite contains tests using the more modern @samp{dg} harness. +Magic comments determine whether the file is preprocessed, compiled, +linked or run. In these tests, error and warning message texts are +compared against expected texts or regular expressions given in +comments. These tests are run with the options @samp{-ansi -pedantic} +unless other options are given in the test. Except as noted below they +are not run with multiple optimization options. @item gcc.dg/cpp This subdirectory contains tests of the preprocessor. +@item gcc.dg/debug +This subdirectory contains tests for debug formats. Tests in this +subdirectory are run for each debug format that the compiler supports. @item gcc.dg/format This subdirectory contains tests of the @option{-Wformat} format checking. Tests in this directory are run with and without |