summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/recomp005/recomp005.stderr
blob: f1c81418a2eed00ee0e0450a5073c52ec0cf81bf (plain)
1
2
3
4
5
6
7
8
9

C.hs:7:11: warning: [-Winline-rule-shadowing (in -Wdefault)]
    Rule "f/g" may never fire because ‘g’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘g’

C.hs:7:11: warning: [-Winline-rule-shadowing (in -Wdefault)]
    Rule "f/g" may never fire because ‘f’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘f’