Re: Feature request - a macro defined for GCC

Top Page

Reply to this message
Author: Andrew Haley
Date:  
To: Jim Wilson
CC: x z, gcc
Subject: Re: Feature request - a macro defined for GCC
Jim Wilson wrote:
> If the Intel compiler correctly implements the GNU C language,
> then it shouldn't matter if the code is being compiled by GCC or ICC.
> Unless maybe you ran into a GCC bug, and want to enable a workaround
> only for GCC.


I think you'd want to conditionalize such a test on the GCC version
anyway.

Andrew.