[ccache] Unsupported compiler option

devsk funtoos at yahoo.com
Sat Apr 2 00:10:00 MDT 2011


Can we please fix this simple thing:

# egrep "Compiler option -E is unsupported|unsupported compiler option" 
/var/tmp/ccache/logfile-for-ccache.log |wc -l
4096

# grep "Compiler option -E is unsupported" 
/var/tmp/ccache/logfile-for-ccache.log |wc -l
2048

Basically, when gcc is invoked specifically for preprocessing, ccache should not 
increment its "unsupported" counter. Its unnecessarily creating confusion by 
showing thousands of files as "unsupported compiler option", when it really is 
not supposed to be doing anything for it.

Thanks,
-devsk


More information about the ccache mailing list