yangtse: curl-www/auto ccwarn.pm,1.14,1.15
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/auto
In directory labb:/tmp/cvs-serv30678/auto
Modified Files:
ccwarn.pm
Log Message:
Try another way of detecting icc 10.1 error messages
Index: ccwarn.pm
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/ccwarn.pm,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- ccwarn.pm 11 Sep 2008 05:26:48 -0000 1.14
+++ ccwarn.pm 11 Sep 2008 14:55:27 -0000 1.15
@@ -34,7 +34,7 @@
# Intel icc 8.0:
($l =~ /: (remark|warning|error) \#/) ||
# Intel icc 10.1:
- ($l =~ /\(\d+\): error: /) ||
+ ($l =~ /\(([0-9][0-9]*)\): (error)?: /) ||
# Intel icc linker:
($l =~ /: warning: warning: /) ||
# MIPS o32 compiler: