http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41082
Dominique d'Humieres <dominiq at lps dot ens.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |meissner at gcc dot gnu.org --- Comment #53 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2010-11-22 10:01:21 UTC --- This PR has been fixed by revision 166947 Revision 166947 Jump to revision: Author: meissner Date: Fri Nov 19 17:27:18 2010 UTC (2 days, 16 hours ago) Changed paths: 25 Log Message: Add PowerPC target attribute/pragma support Changed paths: Path Details trunk/gcc/ChangeLog modified , text changed trunk/gcc/Makefile.in modified , text changed trunk/gcc/config/rs6000/aix.opt modified , text changed trunk/gcc/config/rs6000/aix64.opt modified , text changed trunk/gcc/config/rs6000/linux64.h modified , text changed trunk/gcc/config/rs6000/linux64.opt modified , text changed trunk/gcc/config/rs6000/rs6000-opts.h added trunk/gcc/config/rs6000/rs6000-protos.h modified , text changed trunk/gcc/config/rs6000/rs6000.c modified , text changed trunk/gcc/config/rs6000/rs6000.h modified , text changed trunk/gcc/config/rs6000/rs6000.opt modified , text changed trunk/gcc/config/rs6000/sysv4.h modified , text changed trunk/gcc/config/rs6000/sysv4.opt modified , text changed trunk/gcc/configure modified , text changed trunk/gcc/configure.ac modified , text changed trunk/gcc/doc/extend.texi modified , text changed trunk/gcc/doc/invoke.texi modified , text changed trunk/gcc/doc/options.texi modified , text changed trunk/gcc/opt-include.awk added trunk/gcc/optc-gen.awk modified , text changed trunk/gcc/opth-gen.awk modified , text changed trunk/gcc/testsuite/ChangeLog modified , text changed trunk/gcc/testsuite/gcc.target/powerpc/ppc-target-1.c added trunk/gcc/testsuite/gcc.target/powerpc/ppc-target-2.c added trunk/gcc/testsuite/gcc.target/powerpc/ppc-target-3.c added Before I close the PR as fixed, is anyone interested to understand why this revision fixed it?