I've just noticed that all plugin tests are UNRESOLVED on IRIX 6.5, with the following error:
UNRESOLVED: attribute_plugin.c compilation, -I. -I/vol/gcc/src/hg/trunk/local/g cc/testsuite -I/vol/gcc/src/hg/trunk/local/gcc/testsuite/../../gcc -I/vol/gcc/ob j/regression/trunk/6.5-gcc/build/gcc/testsuite/g++/../../../gcc -I/vol/gcc/src/ hg/trunk/local/gcc/testsuite/../../include -I/vol/gcc/src/hg/trunk/local/gcc/tes tsuite/../../libcpp/include -I/vol/gcc/include -I/vol/gcc/include -I/vol/gcc/in clude -DIN_GCC -fPIC -shared In file included from /vol/gcc/src/hg/trunk/local/gcc/testsuite/g++.dg/plugin/attribute_plugin.c:10:0: /vol/gcc/src/hg/trunk/local/gcc/testsuite/../../gcc/intl.h:31:21: fatal error: libintl.h: No such file or directory compilation terminated. Obviously, the -I$top_builddir/intl is missing to find libintl.h, unlike e.g. the gcc Makefile. -- Summary: Plugin tests unresolved on IRIX 6.5: libintl.h: No such file or directory Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ro at gcc dot gnu dot org GCC build triplet: mips-sgi-irix6.5 GCC host triplet: mips-sgi-irix6.5 GCC target triplet: mips-sgi-irix6.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43925