Commit 0b32fca5 by Geoffrey Keating Committed by Geoffrey Keating

* doc/sourcebuild.texi (C Tests): Document gcc.dg/debug directory.

From-SVN: r49324
parent 08ef5437
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> 2002-01-29 Richard Henderson <rth@redhat.com>
* flow.c (print_rtl_and_abort): Remove. * flow.c (print_rtl_and_abort): Remove.
......
...@@ -843,16 +843,18 @@ FIXME: describe this. ...@@ -843,16 +843,18 @@ FIXME: describe this.
This directory should probably not be used for new tests. This directory should probably not be used for new tests.
@item gcc.dg @item gcc.dg
This test suite contains tests using the more modern @samp{dg} This test suite contains tests using the more modern @samp{dg} harness.
harness. Magic comments determine whether the file is preprocessed, Magic comments determine whether the file is preprocessed, compiled,
compiled, linked or run. In these tests, error and warning message linked or run. In these tests, error and warning message texts are
texts are compared against expected texts or regular expressions given compared against expected texts or regular expressions given in
in comments. These tests are run with the options @samp{-ansi comments. These tests are run with the options @samp{-ansi -pedantic}
-pedantic} unless other options are given in the test. Except for the unless other options are given in the test. Except as noted below they
@file{noncompile} subdirectory, they are not run with multiple are not run with multiple optimization options.
optimization options.
@item gcc.dg/cpp @item gcc.dg/cpp
This subdirectory contains tests of the preprocessor. 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 @item gcc.dg/format
This subdirectory contains tests of the @option{-Wformat} format This subdirectory contains tests of the @option{-Wformat} format
checking. Tests in this directory are run with and without checking. Tests in this directory are run with and without
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment