Re: Enabling a function based on Language

2012-05-22 Thread Tobias Burnus
Ian Lance Taylor wrote: Iyer, Balaji Vbalaji.v.i...@intel.com 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

RE: Enabling a function based on Language

2012-05-22 Thread Iyer, Balaji V
...@google.com; Iyer, Balaji V; 'gcc@gcc.gnu.org' Subject: Re: Enabling a function based on Language Ian Lance Taylor wrote: Iyer, Balaji Vbalaji.v.i...@intel.com 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

Re: Enabling a function based on Language

2012-05-21 Thread Ian Lance Taylor
Iyer, Balaji V balaji.v.i...@intel.com 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.