This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[buildbot] r201508: Build failures after pass C++ conversion


On Mon, 2013-08-05 20:16:05 -0000, dmalcolm@gcc.gnu.org <dmalcolm@gcc.gnu.org> wrote:
> New Revision: 201508
> 
> URL: http://gcc.gnu.org/viewcvs?rev=201508&root=gcc&view=rev
> Log:
> Automated conversion of passes to C++ classes
> 
> gcc/
> 
> 	Patch autogenerated by refactor_passes.py from
> 	https://github.com/davidmalcolm/gcc-refactoring-scripts
> 	revision 03fe39476a4c4ea450b49e087cfa817b5f92021e

I see quite some fall-out from this on epiphany-elf:

g++ -c   -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common  -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../../../gcc/gcc -I../../../../gcc/gcc/build -I../../../../gcc/gcc/../include -I../../../../gcc/gcc/../libcpp/include  -I../../../../gcc/gcc/../libdecnumber -I../../../../gcc/gcc/../libdecnumber/dpd -I../libdecnumber -I../../../../gcc/gcc/../libbacktrace    \
                -o build/genflags.o ../../../../gcc/gcc/genflags.c
In file included from ./tm.h:21:0,
                 from ../../../../gcc/gcc/genflags.c:26:
../../../../gcc/gcc/config/epiphany/epiphany.h:932:8: error: ârtl_opt_passâ does not name a type
 extern rtl_opt_pass *make_pass_mode_switch_use (gcc::context *ctxt);
        ^
../../../../gcc/gcc/config/epiphany/epiphany.h:933:8: error: ârtl_opt_passâ does not name a type
 extern rtl_opt_pass *make_pass_resolve_sw_modes (gcc::context *ctxt);
        ^

MfG, JBG

-- 
      Jan-Benedict Glaw      jbglaw@lug-owl.de              +49-172-7608481
  Signature of:                          Zensur im Internet? Nein danke!
  the second  :

Attachment: signature.asc
Description: Digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]