Description of problem: One of the inclusions within: /usr/lib/gcc/x86_64-redhat-linux/4.6.0/plugin/include/cp/cp-tree.h is this line: #include "c-family/c-common.h" However, that latter file isn't present in gcc-plugin-devel (I see it within the -debuginfo) Version-Release number of selected component (if applicable): gcc-plugin-devel-4.6.0-0.15.fc15.x86_64 How reproducible: 100% Steps to Reproduce: 1. Try to compile a plugin that includes "cp/cp-tree.h" Actual results: In file included from test.c:7:0: /usr/lib/gcc/x86_64-redhat-linux/4.6.0/plugin/include/cp/cp-tree.h:43:31: fatal error: c-family/c-common.h: No such file or directory compilation terminated. Expected results: Successful compilation of plugin. Additional info: Am not sure if I need the file; am trying to prettyprint C++ function names though, using decl_as_string().
It is present as: /usr/lib/gcc/x86_64-redhat-linux/4.6.0/plugin/include/c-common.h but that "c-family/" is presumably breaking things.
Sounds like http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176741 shoudl fix this, I've backported it to our branch, but untested so far.
gcc-4.6.1-7.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/gcc-4.6.1-7.fc16
Package gcc-4.6.1-7.fc16: * should fix your issue, * was pushed to the Fedora 16 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing gcc-4.6.1-7.fc16' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/gcc-4.6.1-7.fc16 then log in and leave karma (feedback).
gcc-4.6.1-7.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report.