Hi -
I’d like to request that the pgcc and pgCC preprocessors be upgraded to mimic the behavior of gcc/g++ when passed the -fPIC flag. Namely, automatically predefine the constant PIC=1 if and only if -fPIC is passed in a compilation, so that code (esp inline assembly in headers) can be conditionally compiled based on whether PIC is in use or not.
Thanks,
Dan