...@google.com; Iyer, Balaji V; 'gcc@gcc.gnu.org'
Subject: Re: Enabling a function based on Language
Ian Lance Taylor wrote:
> "Iyer, Balaji V" writes:
>
>> Is there a #define in GCC that will turn on only for certain languages?
>> I am trying to use build_arr
Ian Lance Taylor wrote:
"Iyer, Balaji V" writes:
Is there a #define in GCC that will turn on only for certain languages?
I am trying to use build_array_ref but it is giving me a undefined reference
for f951. This code that I am trying to use will ONLY execute if we have a
C/C++ cod
"Iyer, Balaji V" writes:
> Is there a #define in GCC that will turn on only for certain languages?
> I am trying to use build_array_ref but it is giving me a undefined reference
> for f951. This code that I am trying to use will ONLY execute if we have a
> C/C++ code. Is it possible fo
Hello Everyone,
Is there a #define in GCC that will turn on only for certain languages?
I am trying to use build_array_ref but it is giving me a undefined reference
for f951. This code that I am trying to use will ONLY execute if we have a
C/C++ code. Is it possible for me to enclose t