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]

Re: [Patch] Fix PR 27067 by adding a targetm.mangle_decl_assembler_name


Hi,

the build is currently broken on at least i686-pc-linux-gnu, I suspect your changeset...

Thanks,
Paolo.

/////////////////

gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../trunk/gcc -I../../trunk/gcc/. -I../../trunk/gcc/../include -I../../trunk/gcc/../libcpp/include -I../../trunk/gcc/../libdecnumber -I../../trunk/gcc/../libdecnumber/bid -I../libdecnumber \
../../trunk/gcc/config/i386/i386.c -o i386.o
../../trunk/gcc/config/i386/i386.c:22693: error: `mangle_decl_assembler_name' undeclared here (not in a function)
../../trunk/gcc/config/i386/i386.c:22693: error: initializer element is not constant
../../trunk/gcc/config/i386/i386.c:22693: error: (near initialization for `targetm.mangle_decl_assembler_name')
../../trunk/gcc/config/i386/i386.c:22693: error: initializer element is not constant
../../trunk/gcc/config/i386/i386.c:22693: error: (near initialization for `targetm.calls')
../../trunk/gcc/config/i386/i386.c:22693: error: initializer element is not constant
../../trunk/gcc/config/i386/i386.c:22693: error: (near initialization for `targetm.cxx')



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