[Bug target/47099] i686-pc-msdosdjgpp fails to build i386.o: ASM_DECLARE_FUNCTION_NAME undefined
amylaar at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Sep 21 15:41:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47099
Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|2012-03-06 00:00:00 |2012-09-17
Version|4.6.0 |4.8.0
--- Comment #2 from Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> 2012-09-21 15:41:29 UTC ---
The error now looks like this:
g++ -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti
-W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute
-pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Werror
-fno-common -DHAVE_CONFIG_H -I. -I. -I../../../gcc/gcc -I../../../gcc/gcc/.
-I../../../gcc/gcc/../include -I../../../gcc/gcc/../libcpp/include
-I../../../gcc/gcc/../libdecnumber -I../../../gcc/gcc/../libdecnumber/dpd
-I../libdecnumber \
../../../gcc/gcc/config/i386/i386.c -o i386.o
../../../gcc/gcc/config/i386/i386.c: In function ‘void ix86_code_end()’:
../../../gcc/gcc/config/i386/i386.c:8855:55: error: ‘ASM_DECLARE_FUNCTION_NAME’
was not declared in this scope
ASM_DECLARE_FUNCTION_NAME (asm_out_file, name, decl);
^
make[2]: *** [i386.o] Error 1
More information about the Gcc-bugs
mailing list