https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91011
Vladislav Ivanishin <vlad at ispras dot ru> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vlad at ispras dot ru --- Comment #1 from Vladislav Ivanishin <vlad at ispras dot ru> --- (In reply to Adam Badura from comment #0) > Is there any workaround for versions older than trunk? Using the executable for the appropriate language frontend directly: `gcc --print-file-name cc1plus` -Wnon-virtual-dtor --help=warning,c++ (I think, --print-file-name is the portable way to get the path, but I see that it is only documented to work for libraries: '-print-file-name=LIBRARY' Print the full absolute name of the library file LIBRARY ...)