projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8bd30d
)
Clarify how tests are handled
author
Bruce Korb
<korbb@gcc.gnu.org>
Sun, 24 Sep 2006 20:12:50 +0000
(20:12 +0000)
committer
Bruce Korb
<korbb@gcc.gnu.org>
Sun, 24 Sep 2006 20:12:50 +0000
(20:12 +0000)
From-SVN: r117185
fixincludes/README
patch
|
blob
|
history
diff --git
a/fixincludes/README
b/fixincludes/README
index d59791332a619c49f55f0d4759ac872f0080fc54..c94986cd411af7798aa35eeb51ad8b7692c9c4be 100644
(file)
--- 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;