Bug 48903 - sol2.c:solaris_output_init_fini: implicit declaration of function ‘print_operand’
Summary: sol2.c:solaris_output_init_fini: implicit declaration of function ‘print_oper...
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: target (show other bugs)
Version: 4.7.0
: P3 normal
Target Milestone: 4.7.0
Assignee: Not yet assigned to anyone
URL: http://gcc.gnu.org/ml/gcc-patches/201...
Keywords: build
Depends on:
Blocks: enable-werror-always
  Show dependency treegraph
 
Reported: 2011-05-06 01:03 UTC by Jorn Wolfgang Rennecke
Modified: 2011-05-19 12:20 UTC (History)
2 users (show)

See Also:
Host:
Target: sparc-sun-solaris2.9, sparc64-sun-solaris2.10 --with-gnu-ld --with-gnu-as --enable-threads=posix
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jorn Wolfgang Rennecke 2011-05-06 01:03:51 UTC
../../../gcc/gcc/config/sol2.c: In function ‘solaris_output_init_fini’:
../../../gcc/gcc/config/sol2.c:109:7: error: implicit declaration of function ‘print_operand’ [-Werror=implicit-function-declaration]
cc1: all warnings being treated as errors

make[2]: *** [sol2.o] Error 1
make[2]: *** Waiting for unfinished jobs....
rm gcj-dbtool.pod jcf-dump.pod gcj.pod gc-analyze.pod gfdl.pod gcc.pod cpp.pod gfortran.pod gij.pod grmic.pod fsf-funding.pod jv-convert.pod gcov.pod gccgo.pod
make[2]: Leaving directory `/home/amylaar/pr46489/may4/multi/sparc-sun-solaris2.9/gcc'
make[1]: *** [all-gcc] Error 2
make[1]: Leaving directory `/home/amylaar/pr46489/may4/multi/sparc-sun-solaris2.9'
Comment 1 Rainer Orth 2011-05-19 12:20:16 UTC
Should be fixed by the above patch.