On Mon, Nov 7, 2011 at 10:44 PM, Joel Sherrill <joel.sherr...@oarcorp.com> wrote: > Hi, > > powerpc-rtems does not compile on the head due > to what appear to be changes in the way CPU > features are represented for the arguments. > > The compilation error is: > > /users/joel/test-gcc/gcc-svn/gcc/config/rs6000/rs6000.c -o rs6000.o > /users/joel/test-gcc/gcc-svn/gcc/config/rs6000/rs6000.c: In function > ‘rs6000_option_override_internal’: > /users/joel/test-gcc/gcc-svn/gcc/config/rs6000/rs6000.c:2826:3: error: > ‘rs6000_explicit_options’ undeclared (first use in this function) > /users/joel/test-gcc/gcc-svn/gcc/config/rs6000/rs6000.c:2826:3: note: each > undeclared identifier is reported only once for each function it appears in
It looks like this was missed by Joseph during his change. - David