diff options
author | korbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-09-24 20:12:50 +0000 |
---|---|---|
committer | korbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-09-24 20:12:50 +0000 |
commit | d6c9c5b3dc40b09aa0b9f5c03ac611395dbe4a6e (patch) | |
tree | 49ec171ea4569b5c3e58289b48a7cfa25eaab7f1 /fixincludes/README | |
parent | 8014ecde2642f05dbdd3d2108c3f76990efddfe8 (diff) | |
download | gcc-d6c9c5b3dc40b09aa0b9f5c03ac611395dbe4a6e.tar.gz |
Clarify how tests are handled
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117185 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fixincludes/README')
-rw-r--r-- | fixincludes/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fixincludes/README b/fixincludes/README index d59791332a6..c94986cd411 100644 --- a/fixincludes/README +++ b/fixincludes/README @@ -106,6 +106,10 @@ MAKING CHANGES TO INCLHACK.DEF rules, except that the backslash is processed before '\\', '\'' and '#' characters (using C character syntax). + Each test must pass or the fix is not applied. For example, + all "select" expressions must be found and not one "bypass" + selection may be found. + Examples of test specifications: hackname = broken_assert_stdio; |