[issue28584] ICC compiler check is too permissive

2016-11-01 Thread Carmelo Piccione
Changes by Carmelo Piccione <carmelo.picci...@gmail.com>: -- versions: +Python 2.7, Python 3.3, Python 3.4 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue28584] ICC compiler check is too permissive

2016-11-01 Thread Carmelo Piccione
New submission from Carmelo Piccione: if the ${CC} variable has an encoded path which contains "icc" anywhere in the string, it will be interpreted by the configure script as an icc compiler rather than gcc. This is due to matching on *icc* in various places. Example: "