Bug#748024: gcc-4.9-plugin-dev: gcc plugins can not build

2014-05-14 Thread Matthias Klose
Am 13.05.2014 15:42, schrieb Matthias Klose: > Control: tags -1 important > > it is included in tree-ssa-alias.h. Trying to find out why gimple.h doesn't > include it on its own. see the upstream issue. Everything is provided in the package, but you have to find out the needed includes on your o

Bug#748024: gcc-4.9-plugin-dev: gcc plugins can not build

2014-05-13 Thread Matthias Klose
Control: tags -1 important it is included in tree-ssa-alias.h. Trying to find out why gimple.h doesn't include it on its own. -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.deb

Bug#748024: gcc-4.9-plugin-dev: gcc plugins can not build

2014-05-13 Thread Samuel Thibault
Package: gcc-4.9-plugin-dev Version: 4.9.0-2 Severity: serious Justification: Renders package unusable Hello, Some headers seem to be missing to make using plugins workable at all with gcc-4.9: $ cat test.cpp #include #include #include int main(void) { return 0; } $ g++-4.9 test.cpp