Bugs item #1824035, was opened at 2007-11-01 13:48
Message generated for change (Comment added) made by ts-tum
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1824035&group_id=56967

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: PF/compiler
Group: Pathfinder CVS Head
Status: Open
>Resolution: Fixed
Priority: 6
Private: No
Submitted By: Stefan Manegold (stmane)
Assigned to: Tom Schreiber (ts-tum)
Summary: PF: compilation fails with Intel's icc

Initial Comment:
Hi Tom,

first of all an honest warm and hearty welcome to the MonetDB developers 
family!!

Obviously, your first checkin did not pass unnoticed ;-)

With Intel's icc, compilation of your new code fails with
========
 icc -no-gcc -fPIC -DHAVE_CONFIG_H -I. 
-I/scratch/monet.ntv.64.64.d.29864/pathfinder/compiler/xmlimport -I../.. 
-I/scratch/monet.ntv.64.64.d.29864/pathfinder/compiler/xmlimport -I../include 
-I/scratch/monet.ntv.64.64.d.29864/pathfinder/compiler/xmlimport/../include 
-I/scratch/monet.ntv.64.64.d.29864/MonetDB/.ntv.6
4.64.d-Fedora6/include/MonetDB 
-I/scratch/monet.ntv.64.64.d.29864/MonetDB/.ntv.64.64.d-Fedora6/include/MonetDB/common
 
-I/scratch/monet.ntv.64.64.d.29864/MonetDB/.ntv.64.64.d-Fedora6/include/MonetDB/gdk
 -I/usr/include/libxml2 -DLIBXMLIMPORT -we140 -wd1418 -Wall -w2 -std=c99 -mp1 
-O0 -restrict -unroll -axWPT -we266 
-Werror -wd1418,1419,279,981,810,193,111,1357,1572,1599 -c 
/scratch/monet.ntv.64.64.d.29864/pathfinder/compiler/xmlimport/xml2lalg_xpath_utils.c
  -DPIC -o .libs/libxmlimport_la-xml2lalg_xpath_utils.o
/scratch/monet.ntv.64.64.d.29864/pathfinder/compiler/xmlimport/xml2lalg_xpath_utils.c(277):
 error #1011: missing return statement at end of non-void function 
"PFxml2la_xpath_getBoolValue"
  }
  ^

compilation aborted for 
/scratch/monet.ntv.64.64.d.29864/pathfinder/compiler/xmlimport/xml2lalg_xpath_utils.c
 (code 2)
make[5]: *** [libxmlimport_la-xml2lalg_xpath_utils.lo] Error 1
========

and there are many more similar errors;
for details, look for "***" in
http://monetdb.cwi.nl/testing/projects/monetdb/Current/pathfinder/.ntv.64.64.d-Fedora6/make-k.out



----------------------------------------------------------------------

>Comment By: Tom Schreiber (ts-tum)
Date: 2007-11-02 18:26

Message:
Logged In: YES 
user_id=1926291
Originator: NO

Oops, I wasn't aware of icc's rigorous data-flow analysis that expects a
proper return value even for "exit-paths" (PFoops...).


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1824035&group_id=56967

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to