﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	revision
84	Support icc	Alpar Juttner	Balazs Dezso	" - Trying to compile with icc-9.0, it hangs on compiling [source:lemon/arc_parser.cc@e1dd2a70737c lemon/arc_parser.cc] (it allocates more and more memory and it doesn't stop doing that). This is quite obviously a serious compiler bug thus there is nothing to do with it.
 - With icc-10.1, the problems occur when compiling [source:test/kruskal_test.cc@e1dd2a70737c test/kruskal_test.cc].

With the default configuration, icc generates an incredible amount of 'remarks', making impossible to see what is happening. Thus I suggest using this configuration at first (on lime.cs.elte.hu).

{{{
./configure CXX=/opt/intel/cce/10.1/bin/icpc CXXFLAGS=-g --enable-demo --enable-benchmark
}}}

This ticket is somewhat related to ticket:7.
"	defect	closed	major	LEMON 1.0 release	core	hg main	fixed			
