File: conf.gcc

package info (click to toggle)
grc 1.0.8
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 208 kB
  • ctags: 90
  • sloc: python: 285; makefile: 39; sh: 35
file content (33 lines) | stat: -rw-r--r-- 413 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# 
regexp=\bgcc\b
colours=yellow
count=more
.........
# 
regexp=^.*?:
colours=red
count=once
.........
# 
regexp=\`\w+\'
colours=green
.........
# -O
regexp=\-O\d 
colours=green
.........
# -o
regexp=\-o\s.+\b
colours=yellow
.........
# warning and error won't work, unless you redirect also
# stderr to grcat 
#
# warning
regexp=warning
colours=yellow
.........
# error
regexp=error
colours=red blink
count=stop