Bug#798997: gcc-5-plugin-dev: gcc-5 plugins unusable

2015-09-14 Thread Mathias Krause
The plugin package still fails here because it cannot find mpc.h, included, e.g., from /usr/lib/gcc/x86_64-linux-gnu/5/plugin/include/builtin.h. That file is provided by libmpc-dev which, IMHO, gcc-5-plugin-dev should depend on. Regards, Mathias

Bug#352920: cpp: Please undeprecate -I-

2006-02-15 Thread Mathias Krause
for `#include ".."' directives or -I- should get undeprecated since no other option exists to trigger this behavior. For an example why this is a problem take a look at bug #352859. Yours sincerely, Mathias Krause -- System Information: Debian Release: testing/unstable APT prefers

Bug#352859: cpp: -iquote behaves wrong but -I- still works correct

2006-02-15 Thread Mathias Krause
Jeremy Nimmer wrote: >>The preprocessor from gcc 4.0.x behaves wrong when using the "-iquote" >>option as recommended by a warning when using "-I-". > > The documentation states: > > In addition, `-I-' inhibits the use of the directory of the current > file directory as the first search

Bug#352859: cpp: -iquote behaves wrong but -I- still works correct

2006-02-14 Thread Mathias Krause
7;s available at [1]. I also took a look at the bug mailing list at gcc.gnu.org but haven't found this bug there. Maybe I'm the only one using this feature to separate the order of header file inclusion. I hope this information helps to get this bug fixed soon. Yours sincerely, Mathias