File: error_msgs.out

package info (click to toggle)
verilog-mode 20161124.fd230e6-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, sid, stretch
  • size: 3,764 kB
  • ctags: 5,143
  • sloc: lisp: 12,430; perl: 293; makefile: 146; sh: 35; fortran: 2
file content (30 lines) | stat: -rw-r--r-- 1,265 bytes parent folder | download
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
A bunch of error messages that Emacs should
recognize if you type C-x ` and take you to the correct line of error_file.v
Note the 'gnu' compilation-error-regexp-alist in messes some up - to be fixed.
(setq compilation-error-regexp-alist (delete 'gnu compilation-error-regexp-alist))

Warning: code located there (error_file.v line 9) is dangerous
(W1800) error_file.v 21: Problems
f*E,1364 (error_file.v,2) Issues
Error: code located here (error_file.v line 8) is fatal
ERROR  : error_file.v, line 1: erroneous
INFO  : error_file.v, line 7: informational
WARNING : error_file.v, line 6: curious
nctool: *E,UNDIDN (error_file.v,11|22): 'zz': the message [12.5(IEEE)].
nctool: *W,TRUNCZ (error_file.v,14|0): a W message.
nctool: *W,URDREG[CN_ABSTR] (error_file.v,15|0): another W message in 'foo'.
Verilog-Perl: %Error: error_file.v:16: Some message from Verilog-Perl etc.
Verilog-Perl: %Warning: ./error_file.v:17: Some message from Verilog-Perl etc.
%Warning: ./error_file.v:17: Some message from Verilator etc.
# This must be in one echo, or the comint may not match it
In file error_file.v line 5:
a
b
Failure was obsevred
la di da
syntax error: problems
error_file.v 7: here is where they are

// Local Variables:
// compile-command: "make test_errors "
// End: