Question about gcc-3.3.3 and __attribute__ usage

Ian Lance Taylor ian@wasabisystems.com
Sat Mar 6 17:57:00 GMT 2004


Tom Williams <tomdkat@comcast.net> writes:

> Any idea on what might be up?  I guess the pre-processor isn't
> replacing the __attribute_const__ like it should???

This is fairly unlikely.

I just took a look at linux/compiler.h in the linux 2.6.3
distribution.  That file only defines __attribute_const__ if
__KERNEL__ is defined.  You did not define the macro when compiling
your program.

Ian



More information about the Gcc-help mailing list