This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author locutusofborg
Recipients josh.r, locutusofborg, struktured, zach.ware
Date 2018-05-17.15:15:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526570157.35.0.682650639539.issue28584@psf.upfronthosting.co.za>
In-reply-to
Content
My first attempt was instead of
*gcc*
to just check for
*gcc

this avoids when "icc" is the last part of the string, I admit this is not too strong.
Another approach is to use basename with cut -d " " -f 1 to pick just the first parameter, but maybe the best way is to do something like this:
gcc|*/gcc|*-gcc

I confirm the "icc-find-v2.patch" works in this way
History
Date User Action Args
2018-05-17 15:15:57locutusofborgsetrecipients: + locutusofborg, zach.ware, josh.r, struktured
2018-05-17 15:15:57locutusofborgsetmessageid: <1526570157.35.0.682650639539.issue28584@psf.upfronthosting.co.za>
2018-05-17 15:15:57locutusofborglinkissue28584 messages
2018-05-17 15:15:57locutusofborgcreate