Lines Matching +full:- +full:- +full:branch
1 # $NetBSD: directive-elif.mk,v 1.8 2023/06/01 20:56:35 rillig Exp $
6 # detected if the conditional branch directly above it is taken. In all other
7 # cases, make skips over the skipped branch as fast as possible, looking only
17 # Misspelling '.elsif' below an .if branch that is not taken.
19 . info This branch is not taken.
20 # As of 2020-12-19, the misspelling is not recognized as a conditional
23 # Since the .if condition evaluated to false, this whole branch is not taken.
26 . info This branch is not taken.
27 # Even if the misspelling were detected, the branch would not be taken
32 # Misspelling '.elsif' below an .if branch that is not taken.
34 . info This branch is not taken.
35 # As of 2020-12-19, the misspelling is not recognized as a conditional
37 # to false, this whole branch is not taken.
40 # If the misspelling were detected, this branch would be taken.
44 # Misspelling '.elsif' below an .if branch that is taken.
46 # This misspelling is in an active branch and is therefore detected.
51 # Therefore the branch continues here, even though the '.elsif' condition
53 # expect+1: This branch is taken.
54 . info This branch is taken.
58 # Misspelling '.elsif' below an .if branch that is taken.
60 # The misspelling is in an active branch and is therefore detected.
63 # Since both conditions evaluate to true, this branch is taken no matter
65 # expect+1: This branch is taken.
66 . info This branch is taken.
70 # Misspelling '.elsif' in a skipped branch below a branch that was taken.
72 # expect+1: This branch is taken.
73 . info This branch is taken.
75 . info This branch is not taken.
81 # Misspelling '.elsif' in an .else branch that is not taken.
84 . info This branch is not taken.
90 # Misspelling '.elsif' in an .else branch that is taken.
97 # expect+1: This branch is taken because of the .else.
98 . info This branch is taken because of the .else.
102 # Misspellings for .elif in a .elif branch that is not taken.
104 . info This branch is not taken.
106 . info This branch is not taken.
109 . info This branch is not taken.
112 . info This branch is not taken.
116 # expect+1: What happens on misspelling in a skipped branch?
117 .info What happens on misspelling in a skipped branch?
119 . info 0-then
122 . info 1-elsif
125 . info 2-elsif
131 # expect+1: What happens on misspelling in a taken branch?
132 .info What happens on misspelling in a taken branch?
134 # expect+1: 1-then
135 . info 1-then
138 # expect+1: 1-elsif
139 . info 1-elsif
142 # expect+1: 2-elsif
143 . info 2-elsif
148 # expect+1: if-less elif