Build CYGWIN_NT-10.0-19044: FAILED 5/rtems-sh on x86_64-pc-cygwin (sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1)
OAR Tester
rtems-tester at oarcorp.com
Fri Aug 26 18:02:04 UTC 2022
RTEMS Source Builder - Set Builder, 5 (f7e754b6b428)
Host: CYGWIN_NT-10.0-19044-3.3.4-341.x86_64-x86_64-64bit
CYGWIN_NT-10.0-19044 VM-Windows10 3.3.4-341.x86_64 2022-01-31 19:35 UTC
x86_64
Build Time: 0:39:54.129831
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Build FAILED: sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
In file included from ../../gcc-7.5.0/gcc/hash-table.h:236,
from ../../gcc-7.5.0/gcc/coretypes.h:369,
from ../../gcc-7.5.0/gcc/tree-vrp.c:23:
../../gcc-7.5.0/gcc/vec.h: In instantiation of 'bool vec<T, va_heap, vl_ptr>::reserve(unsigned int, bool) [with T = std::pair<expr_hash_elt*, expr_hash_elt*>]':
../../gcc-7.5.0/gcc/vec.h:1465:10: required from 'bool vec<T, va_heap, vl_ptr>::reserve_exact(unsigned int) [with T = std::pair<expr_hash_elt*, expr_hash_elt*>]'
../../gcc-7.5.0/gcc/vec.h:1480:5: required from 'void vec<T, va_heap, vl_ptr>::create(unsigned int) [with T = std::pair<expr_hash_elt*, expr_hash_elt*>]'
../../gcc-7.5.0/gcc/tree-ssa-scopedtables.h:131:22: required from here
../../gcc-7.5.0/gcc/vec.h:1448:14: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'struct std::pair<expr_hash_elt*, expr_hash_elt*>' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
1448 | memcpy (m_vec->address (), oldvec->address (), sizeof (T) * oldsize);
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /lib/gcc/x86_64-pc-cygwin/11/include/c++/utility:70,
from ../../gcc-7.5.0/gcc/system.h:237,
from ../../gcc-7.5.0/gcc/tree-vrp.c:22:
/lib/gcc/x86_64-pc-cygwin/11/include/c++/bits/stl_pair.h:211:12: note: 'struct std::pair<expr_hash_elt*, expr_hash_elt*>' declared here
211 | struct pair
| ^~~~
g++ -O2 -g -pipe -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-197609/5/rtems-sh/home/rtems-tester/rtems-cron-5/tools/5/include -fno-PIE -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 -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-7.5.0/gcc -I../../gcc-7.5.0/gcc/. -I../../gcc-7.5.0/gcc/../include -I../../gcc-7.5.0/gcc/../libcpp/include -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./gmp -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/gmp -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./mpfr/src -I/ho
me/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/mpfr/src -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/mpc/src -I../../gcc-7.5.0/gcc/../libdecnumber -I../../gcc-7.5.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-7.5.0/gcc/../libbacktrace -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./isl/include -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/isl/include -o typed-splay-tree.o -MT typed-splay-tree.o -MMD -MP -MF ./.deps/typed-splay-tree.TPo ../../gcc-7.5.0/gcc/typed-splay-tree.c
In file included from ../../gcc-7.5.0/gcc/system.h:691,
from ../../gcc-7.5.0/gcc/tree.c:31:
../../gcc-7.5.0/gcc/tree.c: In function 'tree_node* get_file_function_name(const char*)':
../../gcc-7.5.0/gcc/../include/libiberty.h:727:33: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
727 | char *const libiberty_nptr = (char *const) alloca (libiberty_len); \
| ^
../../gcc-7.5.0/gcc/tree.c:9762:13: note: in expansion of macro 'ASTRDUP'
9762 | p = q = ASTRDUP (first_global_object_name);
| ^~~~~~~
../../gcc-7.5.0/gcc/../include/libiberty.h:727:33: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
727 | char *const libiberty_nptr = (char *const) alloca (libiberty_len); \
| ^
../../gcc-7.5.0/gcc/tree.c:9777:15: note: in expansion of macro 'ASTRDUP'
9777 | p = q = ASTRDUP (lbasename (file));
| ^~~~~~~
g++ -O2 -g -pipe -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-197609/5/rtems-sh/home/rtems-tester/rtems-cron-5/tools/5/include -fno-PIE -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 -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-7.5.0/gcc -I../../gcc-7.5.0/gcc/. -I../../gcc-7.5.0/gcc/../include -I../../gcc-7.5.0/gcc/../libcpp/include -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./gmp -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/gmp -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./mpfr/src -I/ho
me/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/mpfr/src -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/mpc/src -I../../gcc-7.5.0/gcc/../libdecnumber -I../../gcc-7.5.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-7.5.0/gcc/../libbacktrace -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./isl/include -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/isl/include -o valtrack.o -MT valtrack.o -MMD -MP -MF ./.deps/valtrack.TPo ../../gcc-7.5.0/gcc/valtrack.c
g++ -O2 -g -pipe -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-197609/5/rtems-sh/home/rtems-tester/rtems-cron-5/tools/5/include -fno-PIE -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 -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-7.5.0/gcc -I../../gcc-7.5.0/gcc/. -I../../gcc-7.5.0/gcc/../include -I../../gcc-7.5.0/gcc/../libcpp/include -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./gmp -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/gmp -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./mpfr/src -I/ho
me/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/mpfr/src -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/mpc/src -I../../gcc-7.5.0/gcc/../libdecnumber -I../../gcc-7.5.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-7.5.0/gcc/../libbacktrace -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./isl/include -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/isl/include -o value-prof.o -MT value-prof.o -MMD -MP -MF ./.deps/value-prof.TPo ../../gcc-7.5.0/gcc/value-prof.c
g++ -O2 -g -pipe -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-197609/5/rtems-sh/home/rtems-tester/rtems-cron-5/tools/5/include -fno-PIE -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 -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-7.5.0/gcc -I../../gcc-7.5.0/gcc/. -I../../gcc-7.5.0/gcc/../include -I../../gcc-7.5.0/gcc/../libcpp/include -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./gmp -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/gmp -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./mpfr/src -I/ho
me/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/mpfr/src -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/mpc/src -I../../gcc-7.5.0/gcc/../libdecnumber -I../../gcc-7.5.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-7.5.0/gcc/../libbacktrace -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./isl/include -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/isl/include -o var-tracking.o -MT var-tracking.o -MMD -MP -MF ./.deps/var-tracking.TPo ../../gcc-7.5.0/gcc/var-tracking.c
g++ -O2 -g -pipe -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-197609/5/rtems-sh/home/rtems-tester/rtems-cron-5/tools/5/include -fno-PIE -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 -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-7.5.0/gcc -I../../gcc-7.5.0/gcc/. -I../../gcc-7.5.0/gcc/../include -I../../gcc-7.5.0/gcc/../libcpp/include -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./gmp -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/gmp -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./mpfr/src -I/ho
me/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/mpfr/src -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/mpc/src -I../../gcc-7.5.0/gcc/../libdecnumber -I../../gcc-7.5.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-7.5.0/gcc/../libbacktrace -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./isl/include -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/isl/include -o varasm.o -MT varasm.o -MMD -MP -MF ./.deps/varasm.TPo ../../gcc-7.5.0/gcc/varasm.c
g++ -O2 -g -pipe -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-197609/5/rtems-sh/home/rtems-tester/rtems-cron-5/tools/5/include -fno-PIE -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 -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-7.5.0/gcc -I../../gcc-7.5.0/gcc/. -I../../gcc-7.5.0/gcc/../include -I../../gcc-7.5.0/gcc/../libcpp/include -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./gmp -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/gmp -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./mpfr/src -I/ho
me/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/mpfr/src -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/mpc/src -I../../gcc-7.5.0/gcc/../libdecnumber -I../../gcc-7.5.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-7.5.0/gcc/../libbacktrace -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./isl/include -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/isl/include -o varpool.o -MT varpool.o -MMD -MP -MF ./.deps/varpool.TPo ../../gcc-7.5.0/gcc/varpool.c
In file included from ../../gcc-7.5.0/gcc/var-tracking.c:103:
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx) const':
../../gcc-7.5.0/gcc/recog.h:300:51: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f1' {aka 'rtx_insn* (*)(rtx_def*)'} [-Wcast-function-type]
300 | rtx_insn * operator () (rtx a0) const { return ((f1)func) (a0); }
| ^~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:301:59: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f2' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*)'} [-Wcast-function-type]
301 | rtx_insn * operator () (rtx a0, rtx a1) const { return ((f2)func) (a0, a1); }
| ^~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:302:67: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f3' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
302 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2) const { return ((f3)func) (a0, a1, a2); }
| ^~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:303:75: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f4' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
303 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3) const { return ((f4)func) (a0, a1, a2, a3); }
| ^~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:304:83: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f5' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
304 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4) const { return ((f5)func) (a0, a1, a2, a3, a4); }
| ^~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:305:91: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f6' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
305 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5) const { return ((f6)func) (a0, a1, a2, a3, a4, a5); }
| ^~~~~~~~
In file included from ../../gcc-7.5.0/gcc/var-tracking.c:103:
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:306:99: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f7' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
306 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5, rtx a6) const { return ((f7)func) (a0, a1, a2, a3, a4, a5, a6); }
| ^~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:307:107: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f8' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
307 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5, rtx a6, rtx a7) const { return ((f8)func) (a0, a1, a2, a3, a4, a5, a6, a7); }
| ^~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:308:115: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f9' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
308 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5, rtx a6, rtx a7, rtx a8) const { return ((f9)func) (a0, a1, a2, a3, a4, a5, a6, a7, a8); }
| ^~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:309:123: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f10' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
309 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5, rtx a6, rtx a7, rtx a8, rtx a9) const { return ((f10)func) (a0, a1, a2, a3, a4, a5, a6, a7, a8, a9); }
| ^~~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:310:132: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f11' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
310 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5, rtx a6, rtx a7, rtx a8, rtx a9, rtx a10) const { return ((f11)func) (a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10); }
| ^~~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:311:141: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f12' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
311 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5, rtx a6, rtx a7, rtx a8, rtx a9, rtx a10, rtx a11) const { return ((f12)func) (a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11); }
| ^~~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:312:150: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f13' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
312 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5, rtx a6, rtx a7, rtx a8, rtx a9, rtx a10, rtx a11, rtx a12) const { return ((f13)func) (a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12); }
| ^~~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:313:159: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f14' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
313 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5, rtx a6, rtx a7, rtx a8, rtx a9, rtx a10, rtx a11, rtx a12, rtx a13) const { return ((f14)func) (a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12, a13); }
| ^~~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:314:168: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f15' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
314 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5, rtx a6, rtx a7, rtx a8, rtx a9, rtx a10, rtx a11, rtx a12, rtx a13, rtx a14) const { return ((f15)func) (a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12, a13, a14); }
| ^~~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:315:177: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f16' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
315 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5, rtx a6, rtx a7, rtx a8, rtx a9, rtx a10, rtx a11, rtx a12, rtx a13, rtx a14, rtx a15) const { return ((f16)func) (a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12, a13, a14, a15); }
| ^~~~~~~~~
g++ -O2 -g -pipe -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-197609/5/rtems-sh/home/rtems-tester/rtems-cron-5/tools/5/include -fno-PIE -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 -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-7.5.0/gcc -I../../gcc-7.5.0/gcc/. -I../../gcc-7.5.0/gcc/../include -I../../gcc-7.5.0/gcc/../libcpp/include -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./gmp -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/gmp -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./mpfr/src -I/ho
me/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/mpfr/src -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/mpc/src -I../../gcc-7.5.0/gcc/../libdecnumber -I../../gcc-7.5.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-7.5.0/gcc/../libbacktrace -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./isl/include -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/isl/include -o vmsdbgout.o -MT vmsdbgout.o -MMD -MP -MF ./.deps/vmsdbgout.TPo ../../gcc-7.5.0/gcc/vmsdbgout.c
g++ -O2 -g -pipe -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-197609/5/rtems-sh/home/rtems-tester/rtems-cron-5/tools/5/include -fno-PIE -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 -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-7.5.0/gcc -I../../gcc-7.5.0/gcc/. -I../../gcc-7.5.0/gcc/../include -I../../gcc-7.5.0/gcc/../libcpp/include -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./gmp -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/gmp -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./mpfr/src -I/ho
me/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/mpfr/src -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/mpc/src -I../../gcc-7.5.0/gcc/../libdecnumber -I../../gcc-7.5.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-7.5.0/gcc/../libbacktrace -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./isl/include -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/isl/include -o vtable-verify.o -MT vtable-verify.o -MMD -MP -MF ./.deps/vtable-verify.TPo ../../gcc-7.5.0/gcc/vtable-verify.c
g++ -O2 -g -pipe -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-197609/5/rtems-sh/home/rtems-tester/rtems-cron-5/tools/5/include -fno-PIE -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 -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-7.5.0/gcc -I../../gcc-7.5.0/gcc/. -I../../gcc-7.5.0/gcc/../include -I../../gcc-7.5.0/gcc/../libcpp/include -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./gmp -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/gmp -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./mpfr/src -I/ho
me/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/mpfr/src -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/mpc/src -I../../gcc-7.5.0/gcc/../libdecnumber -I../../gcc-7.5.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-7.5.0/gcc/../libbacktrace -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./isl/include -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/isl/include -o web.o -MT web.o -MMD -MP -MF ./.deps/web.TPo ../../gcc-7.5.0/gcc/web.c
g++ -O2 -g -pipe -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-197609/5/rtems-sh/home/rtems-tester/rtems-cron-5/tools/5/include -fno-PIE -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 -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-7.5.0/gcc -I../../gcc-7.5.0/gcc/. -I../../gcc-7.5.0/gcc/../include -I../../gcc-7.5.0/gcc/../libcpp/include -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./gmp -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/gmp -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./mpfr/src -I/ho
me/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/mpfr/src -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/mpc/src -I../../gcc-7.5.0/gcc/../libdecnumber -I../../gcc-7.5.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-7.5.0/gcc/../libbacktrace -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./isl/include -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/isl/include -o wide-int.o -MT wide-int.o -MMD -MP -MF ./.deps/wide-int.TPo ../../gcc-7.5.0/gcc/wide-int.cc
g++ -O2 -g -pipe -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-197609/5/rtems-sh/home/rtems-tester/rtems-cron-5/tools/5/include -fno-PIE -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 -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-7.5.0/gcc -I../../gcc-7.5.0/gcc/. -I../../gcc-7.5.0/gcc/../include -I../../gcc-7.5.0/gcc/../libcpp/include -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./gmp -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/gmp -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./mpfr/src -I/ho
me/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/mpfr/src -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/mpc/src -I../../gcc-7.5.0/gcc/../libdecnumber -I../../gcc-7.5.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-7.5.0/gcc/../libbacktrace -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./isl/include -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/isl/include -o wide-int-print.o -MT wide-int-print.o -MMD -MP -MF ./.deps/wide-int-print.TPo ../../gcc-7.5.0/gcc/wide-int-print.cc
In file included from ../../gcc-7.5.0/gcc/web.c:43:
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx) const':
../../gcc-7.5.0/gcc/recog.h:300:51: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f1' {aka 'rtx_insn* (*)(rtx_def*)'} [-Wcast-function-type]
300 | rtx_insn * operator () (rtx a0) const { return ((f1)func) (a0); }
| ^~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:301:59: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f2' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*)'} [-Wcast-function-type]
301 | rtx_insn * operator () (rtx a0, rtx a1) const { return ((f2)func) (a0, a1); }
| ^~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:302:67: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f3' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
302 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2) const { return ((f3)func) (a0, a1, a2); }
| ^~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:303:75: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f4' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
303 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3) const { return ((f4)func) (a0, a1, a2, a3); }
| ^~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:304:83: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f5' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
304 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4) const { return ((f5)func) (a0, a1, a2, a3, a4); }
| ^~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:305:91: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f6' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
305 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5) const { return ((f6)func) (a0, a1, a2, a3, a4, a5); }
| ^~~~~~~~
In file included from ../../gcc-7.5.0/gcc/web.c:43:
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:306:99: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f7' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
306 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5, rtx a6) const { return ((f7)func) (a0, a1, a2, a3, a4, a5, a6); }
| ^~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:307:107: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f8' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
307 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5, rtx a6, rtx a7) const { return ((f8)func) (a0, a1, a2, a3, a4, a5, a6, a7); }
| ^~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:308:115: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f9' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
308 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5, rtx a6, rtx a7, rtx a8) const { return ((f9)func) (a0, a1, a2, a3, a4, a5, a6, a7, a8); }
| ^~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:309:123: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f10' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
309 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5, rtx a6, rtx a7, rtx a8, rtx a9) const { return ((f10)func) (a0, a1, a2, a3, a4, a5, a6, a7, a8, a9); }
| ^~~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:310:132: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f11' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
310 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5, rtx a6, rtx a7, rtx a8, rtx a9, rtx a10) const { return ((f11)func) (a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10); }
| ^~~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:311:141: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f12' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
311 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5, rtx a6, rtx a7, rtx a8, rtx a9, rtx a10, rtx a11) const { return ((f12)func) (a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11); }
| ^~~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:312:150: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f13' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
312 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5, rtx a6, rtx a7, rtx a8, rtx a9, rtx a10, rtx a11, rtx a12) const { return ((f13)func) (a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12); }
| ^~~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:313:159: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f14' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
313 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5, rtx a6, rtx a7, rtx a8, rtx a9, rtx a10, rtx a11, rtx a12, rtx a13) const { return ((f14)func) (a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12, a13); }
| ^~~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:314:168: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f15' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
314 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5, rtx a6, rtx a7, rtx a8, rtx a9, rtx a10, rtx a11, rtx a12, rtx a13, rtx a14) const { return ((f15)func) (a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12, a13, a14); }
| ^~~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:315:177: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f16' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
315 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5, rtx a6, rtx a7, rtx a8, rtx a9, rtx a10, rtx a11, rtx a12, rtx a13, rtx a14, rtx a15) const { return ((f16)func) (a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12, a13, a14, a15); }
| ^~~~~~~~~
g++ -O2 -g -pipe -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-197609/5/rtems-sh/home/rtems-tester/rtems-cron-5/tools/5/include -fno-PIE -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 -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-7.5.0/gcc -I../../gcc-7.5.0/gcc/. -I../../gcc-7.5.0/gcc/../include -I../../gcc-7.5.0/gcc/../libcpp/include -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./gmp -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/gmp -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./mpfr/src -I/ho
me/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/mpfr/src -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/mpc/src -I../../gcc-7.5.0/gcc/../libdecnumber -I../../gcc-7.5.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-7.5.0/gcc/../libbacktrace -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./isl/include -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/isl/include -o xcoffout.o -MT xcoffout.o -MMD -MP -MF ./.deps/xcoffout.TPo ../../gcc-7.5.0/gcc/xcoffout.c
g++ -O2 -g -pipe -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-197609/5/rtems-sh/home/rtems-tester/rtems-cron-5/tools/5/include -fno-PIE -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 -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-7.5.0/gcc -I../../gcc-7.5.0/gcc/. -I../../gcc-7.5.0/gcc/../include -I../../gcc-7.5.0/gcc/../libcpp/include -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./gmp -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/gmp -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./mpfr/src -I/ho
me/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/mpfr/src -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/mpc/src -I../../gcc-7.5.0/gcc/../libdecnumber -I../../gcc-7.5.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-7.5.0/gcc/../libbacktrace -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./isl/include -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/isl/include -o sh.o -MT sh.o -MMD -MP -MF ./.deps/sh.TPo ../../gcc-7.5.0/gcc/config/sh/sh.c
g++ -O2 -g -pipe -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-197609/5/rtems-sh/home/rtems-tester/rtems-cron-5/tools/5/include -fno-PIE -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 -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-7.5.0/gcc -I../../gcc-7.5.0/gcc/. -I../../gcc-7.5.0/gcc/../include -I../../gcc-7.5.0/gcc/../libcpp/include -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./gmp -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/gmp -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./mpfr/src -I/ho
me/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/mpfr/src -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/mpc/src -I../../gcc-7.5.0/gcc/../libdecnumber -I../../gcc-7.5.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-7.5.0/gcc/../libbacktrace -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./isl/include -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/isl/include -I. -I. -I../../gcc-7.5.0/gcc -I../../gcc-7.5.0/gcc/. -I../../gcc-7.5.0/gcc/../include -I../../gcc-7.5.0/gcc/../libcpp/include -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./gmp -I/home/rtems-tester/rtems-cron-5/rtems-s
ource-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/gmp -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./mpfr/src -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/mpfr/src -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/mpc/src -I../../gcc-7.5.0/gcc/../libdecnumber -I../../gcc-7.5.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-7.5.0/gcc/../libbacktrace -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./isl/include -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/isl/include ../../gcc-7.5.0/gcc/config/sh/sh_treg_combine.cc
g++ -O2 -g -pipe -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-197609/5/rtems-sh/home/rtems-tester/rtems-cron-5/tools/5/include -fno-PIE -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 -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-7.5.0/gcc -I../../gcc-7.5.0/gcc/. -I../../gcc-7.5.0/gcc/../include -I../../gcc-7.5.0/gcc/../libcpp/include -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./gmp -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/gmp -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./mpfr/src -I/ho
me/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/mpfr/src -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/mpc/src -I../../gcc-7.5.0/gcc/../libdecnumber -I../../gcc-7.5.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-7.5.0/gcc/../libbacktrace -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./isl/include -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/isl/include -I. -I. -I../../gcc-7.5.0/gcc -I../../gcc-7.5.0/gcc/. -I../../gcc-7.5.0/gcc/../include -I../../gcc-7.5.0/gcc/../libcpp/include -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./gmp -I/home/rtems-tester/rtems-cron-5/rtems-s
ource-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/gmp -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./mpfr/src -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/mpfr/src -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/mpc/src -I../../gcc-7.5.0/gcc/../libdecnumber -I../../gcc-7.5.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-7.5.0/gcc/../libbacktrace -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./isl/include -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/isl/include ../../gcc-7.5.0/gcc/config/sh/sh-mem.cc
g++ -O2 -g -pipe -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-197609/5/rtems-sh/home/rtems-tester/rtems-cron-5/tools/5/include -fno-PIE -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 -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-7.5.0/gcc -I../../gcc-7.5.0/gcc/. -I../../gcc-7.5.0/gcc/../include -I../../gcc-7.5.0/gcc/../libcpp/include -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./gmp -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/gmp -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./mpfr/src -I/ho
me/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/mpfr/src -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/mpc/src -I../../gcc-7.5.0/gcc/../libdecnumber -I../../gcc-7.5.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-7.5.0/gcc/../libbacktrace -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./isl/include -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/isl/include -I. -I. -I../../gcc-7.5.0/gcc -I../../gcc-7.5.0/gcc/. -I../../gcc-7.5.0/gcc/../include -I../../gcc-7.5.0/gcc/../libcpp/include -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./gmp -I/home/rtems-tester/rtems-cron-5/rtems-s
ource-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/gmp -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./mpfr/src -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/mpfr/src -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/mpc/src -I../../gcc-7.5.0/gcc/../libdecnumber -I../../gcc-7.5.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-7.5.0/gcc/../libbacktrace -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./isl/include -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/isl/include ../../gcc-7.5.0/gcc/config/sh/sh_optimize_sett_clrt.cc
In file included from ../../gcc-7.5.0/gcc/config/sh/sh.c:40:
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx) const':
../../gcc-7.5.0/gcc/recog.h:300:51: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f1' {aka 'rtx_insn* (*)(rtx_def*)'} [-Wcast-function-type]
300 | rtx_insn * operator () (rtx a0) const { return ((f1)func) (a0); }
| ^~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:301:59: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f2' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*)'} [-Wcast-function-type]
301 | rtx_insn * operator () (rtx a0, rtx a1) const { return ((f2)func) (a0, a1); }
| ^~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:302:67: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f3' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
302 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2) const { return ((f3)func) (a0, a1, a2); }
| ^~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:303:75: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f4' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
303 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3) const { return ((f4)func) (a0, a1, a2, a3); }
| ^~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:304:83: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f5' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
304 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4) const { return ((f5)func) (a0, a1, a2, a3, a4); }
| ^~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:305:91: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f6' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
305 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5) const { return ((f6)func) (a0, a1, a2, a3, a4, a5); }
| ^~~~~~~~
In file included from ../../gcc-7.5.0/gcc/config/sh/sh.c:40:
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:306:99: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f7' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
306 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5, rtx a6) const { return ((f7)func) (a0, a1, a2, a3, a4, a5, a6); }
| ^~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:307:107: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f8' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
307 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5, rtx a6, rtx a7) const { return ((f8)func) (a0, a1, a2, a3, a4, a5, a6, a7); }
| ^~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:308:115: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f9' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
308 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5, rtx a6, rtx a7, rtx a8) const { return ((f9)func) (a0, a1, a2, a3, a4, a5, a6, a7, a8); }
| ^~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:309:123: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f10' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
309 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5, rtx a6, rtx a7, rtx a8, rtx a9) const { return ((f10)func) (a0, a1, a2, a3, a4, a5, a6, a7, a8, a9); }
| ^~~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:310:132: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f11' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
310 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5, rtx a6, rtx a7, rtx a8, rtx a9, rtx a10) const { return ((f11)func) (a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10); }
| ^~~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:311:141: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f12' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
311 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5, rtx a6, rtx a7, rtx a8, rtx a9, rtx a10, rtx a11) const { return ((f12)func) (a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11); }
| ^~~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:312:150: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f13' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
312 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5, rtx a6, rtx a7, rtx a8, rtx a9, rtx a10, rtx a11, rtx a12) const { return ((f13)func) (a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12); }
| ^~~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:313:159: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f14' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
313 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5, rtx a6, rtx a7, rtx a8, rtx a9, rtx a10, rtx a11, rtx a12, rtx a13) const { return ((f14)func) (a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12, a13); }
| ^~~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:314:168: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f15' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
314 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5, rtx a6, rtx a7, rtx a8, rtx a9, rtx a10, rtx a11, rtx a12, rtx a13, rtx a14) const { return ((f15)func) (a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12, a13, a14); }
| ^~~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:315:177: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f16' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
315 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5, rtx a6, rtx a7, rtx a8, rtx a9, rtx a10, rtx a11, rtx a12, rtx a13, rtx a14, rtx a15) const { return ((f16)func) (a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12, a13, a14, a15); }
| ^~~~~~~~~
In file included from ../../gcc-7.5.0/gcc/config/sh/sh.c:26:
../../gcc-7.5.0/gcc/config/sh/sh.c: In function 'void sh_print_operand(FILE*, rtx, int)':
../../gcc-7.5.0/gcc/system.h:150:33: error: 'fputs_unlocked' was not declared in this scope; did you mean 'fputc_unlocked'?
150 | # define fputs(String, Stream) fputs_unlocked (String, Stream)
| ^~~~~~~~~~~~~~
../../gcc-7.5.0/gcc/config/sh/sh.c:1145:11: note: in expansion of macro 'fputs'
1145 | fputs ("/u", stream);
| ^~~~~
../../gcc-7.5.0/gcc/system.h:150:33: error: 'fputs_unlocked' was not declared in this scope; did you mean 'fputc_unlocked'?
150 | # define fputs(String, Stream) fputs_unlocked (String, Stream)
| ^~~~~~~~~~~~~~
../../gcc-7.5.0/gcc/config/sh/sh.c:1151:11: note: in expansion of macro 'fputs'
1151 | fputs ("\t! target: ", stream);
| ^~~~~
../../gcc-7.5.0/gcc/system.h:150:33: error: 'fputs_unlocked' was not declared in this scope; did you mean 'fputc_unlocked'?
150 | # define fputs(String, Stream) fputs_unlocked (String, Stream)
| ^~~~~~~~~~~~~~
../../gcc-7.5.0/gcc/config/sh/sh.c:1168:11: note: in expansion of macro 'fputs'
1168 | fputs (reg_names[regno], (stream));
| ^~~~~
../../gcc-7.5.0/gcc/system.h:150:33: error: 'fputs_unlocked' was not declared in this scope; did you mean 'fputc_unlocked'?
150 | # define fputs(String, Stream) fputs_unlocked (String, Stream)
| ^~~~~~~~~~~~~~
../../gcc-7.5.0/gcc/config/sh/sh.c:1195:11: note: in expansion of macro 'fputs'
1195 | fputs (reg_names[regno], (stream));
| ^~~~~
../../gcc-7.5.0/gcc/system.h:150:33: error: 'fputs_unlocked' was not declared in this scope; did you mean 'fputc_unlocked'?
150 | # define fputs(String, Stream) fputs_unlocked (String, Stream)
| ^~~~~~~~~~~~~~
../../gcc-7.5.0/gcc/config/sh/sh.c:1222:11: note: in expansion of macro 'fputs'
1222 | fputs (reg_names[REGNO (x) + 1], (stream));
| ^~~~~
../../gcc-7.5.0/gcc/system.h:150:33: error: 'fputs_unlocked' was not declared in this scope; did you mean 'fputc_unlocked'?
150 | # define fputs(String, Stream) fputs_unlocked (String, Stream)
| ^~~~~~~~~~~~~~
../../gcc-7.5.0/gcc/config/sh/sh.c:1255:21: note: in expansion of macro 'fputs'
1255 | case PLUS: fputs ("add", stream); break;
| ^~~~~
../../gcc-7.5.0/gcc/system.h:150:33: error: 'fputs_unlocked' was not declared in this scope; did you mean 'fputc_unlocked'?
150 | # define fputs(String, Stream) fputs_unlocked (String, Stream)
| ^~~~~~~~~~~~~~
../../gcc-7.5.0/gcc/config/sh/sh.c:1274:26: note: in expansion of macro 'fputs'
1274 | case QImode: fputs (".b", stream); break;
| ^~~~~
../../gcc-7.5.0/gcc/system.h:150:33: error: 'fputs_unlocked' was not declared in this scope; did you mean 'fputc_unlocked'?
150 | # define fputs(String, Stream) fputs_unlocked (String, Stream)
| ^~~~~~~~~~~~~~
../../gcc-7.5.0/gcc/config/sh/sh.c:1294:11: note: in expansion of macro 'fputs'
1294 | fputs (", 0", stream);
| ^~~~~
../../gcc-7.5.0/gcc/system.h:150:33: error: 'fputs_unlocked' was not declared in this scope; did you mean 'fputc_unlocked'?
150 | # define fputs(String, Stream) fputs_unlocked (String, Stream)
| ^~~~~~~~~~~~~~
../../gcc-7.5.0/gcc/config/sh/sh.c:1418:13: note: in expansion of macro 'fputs'
1418 | fputs (reg_names[regno], (stream));
| ^~~~~
../../gcc-7.5.0/gcc/config/sh/sh.c: In function 'bool sh_asm_output_addr_const_extra(FILE*, rtx)':
../../gcc-7.5.0/gcc/system.h:150:33: error: 'fputs_unlocked' was not declared in this scope; did you mean 'fputc_unlocked'?
150 | # define fputs(String, Stream) fputs_unlocked (String, Stream)
| ^~~~~~~~~~~~~~
../../gcc-7.5.0/gcc/config/sh/sh.c:1455:11: note: in expansion of macro 'fputs'
1455 | fputs ("@GOT", file);
| ^~~~~
../../gcc-7.5.0/gcc/config/sh/sh.c: In function 'void sh_file_start()':
../../gcc-7.5.0/gcc/system.h:150:33: error: 'fputs_unlocked' was not declared in this scope; did you mean 'fputc_unlocked'?
150 | # define fputs(String, Stream) fputs_unlocked (String, Stream)
| ^~~~~~~~~~~~~~
../../gcc-7.5.0/gcc/config/sh/sh.c:2793:5: note: in expansion of macro 'fputs'
2793 | fputs ("\t.little\n", asm_out_file);
| ^~~~~
../../gcc-7.5.0/gcc/config/sh/sh.c: In function 'bool sh_assemble_integer(rtx, unsigned int, int)':
../../gcc-7.5.0/gcc/system.h:150:33: error: 'fputs_unlocked' was not declared in this scope; did you mean 'fputc_unlocked'?
150 | # define fputs(String, Stream) fputs_unlocked (String, Stream)
| ^~~~~~~~~~~~~~
../../gcc-7.5.0/gcc/config/sh/sh.c:2806:7: note: in expansion of macro 'fputs'
2806 | fputs ("\t.long\t", asm_out_file);
| ^~~~~
g++ -O2 -g -pipe -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-197609/5/rtems-sh/home/rtems-tester/rtems-cron-5/tools/5/include -fno-PIE -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 -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-7.5.0/gcc -I../../gcc-7.5.0/gcc/. -I../../gcc-7.5.0/gcc/../include -I../../gcc-7.5.0/gcc/../libcpp/include -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./gmp -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/gmp -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./mpfr/src -I/ho
me/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/mpfr/src -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/mpc/src -I../../gcc-7.5.0/gcc/../libdecnumber -I../../gcc-7.5.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-7.5.0/gcc/../libbacktrace -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./isl/include -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/isl/include -I. -I. -I../../gcc-7.5.0/gcc -I../../gcc-7.5.0/gcc/. -I../../gcc-7.5.0/gcc/../include -I../../gcc-7.5.0/gcc/../libcpp/include -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./gmp -I/home/rtems-tester/rtems-cron-5/rtems-s
ource-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/gmp -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./mpfr/src -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/mpfr/src -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/mpc/src -I../../gcc-7.5.0/gcc/../libdecnumber -I../../gcc-7.5.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-7.5.0/gcc/../libbacktrace -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/./isl/include -I/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/gcc-7.5.0/isl/include \
../../gcc-7.5.0/gcc/config/i386/host-cygwin.c
In file included from ../../gcc-7.5.0/gcc/config/sh/sh_treg_combine.cc:34:
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx) const':
../../gcc-7.5.0/gcc/recog.h:300:51: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f1' {aka 'rtx_insn* (*)(rtx_def*)'} [-Wcast-function-type]
300 | rtx_insn * operator () (rtx a0) const { return ((f1)func) (a0); }
| ^~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:301:59: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f2' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*)'} [-Wcast-function-type]
301 | rtx_insn * operator () (rtx a0, rtx a1) const { return ((f2)func) (a0, a1); }
| ^~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:302:67: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f3' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
302 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2) const { return ((f3)func) (a0, a1, a2); }
| ^~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:303:75: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f4' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
303 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3) const { return ((f4)func) (a0, a1, a2, a3); }
| ^~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:304:83: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f5' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
304 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4) const { return ((f5)func) (a0, a1, a2, a3, a4); }
| ^~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:305:91: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f6' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
305 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5) const { return ((f6)func) (a0, a1, a2, a3, a4, a5); }
| ^~~~~~~~
In file included from ../../gcc-7.5.0/gcc/config/sh/sh_treg_combine.cc:34:
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:306:99: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f7' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
306 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5, rtx a6) const { return ((f7)func) (a0, a1, a2, a3, a4, a5, a6); }
| ^~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:307:107: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f8' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
307 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5, rtx a6, rtx a7) const { return ((f8)func) (a0, a1, a2, a3, a4, a5, a6, a7); }
| ^~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:308:115: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f9' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
308 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5, rtx a6, rtx a7, rtx a8) const { return ((f9)func) (a0, a1, a2, a3, a4, a5, a6, a7, a8); }
| ^~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:309:123: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f10' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
309 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5, rtx a6, rtx a7, rtx a8, rtx a9) const { return ((f10)func) (a0, a1, a2, a3, a4, a5, a6, a7, a8, a9); }
| ^~~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:310:132: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f11' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
310 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5, rtx a6, rtx a7, rtx a8, rtx a9, rtx a10) const { return ((f11)func) (a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10); }
| ^~~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:311:141: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f12' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
311 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5, rtx a6, rtx a7, rtx a8, rtx a9, rtx a10, rtx a11) const { return ((f12)func) (a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11); }
| ^~~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:312:150: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f13' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
312 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5, rtx a6, rtx a7, rtx a8, rtx a9, rtx a10, rtx a11, rtx a12) const { return ((f13)func) (a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12); }
| ^~~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:313:159: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f14' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
313 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5, rtx a6, rtx a7, rtx a8, rtx a9, rtx a10, rtx a11, rtx a12, rtx a13) const { return ((f14)func) (a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12, a13); }
| ^~~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:314:168: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f15' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
314 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5, rtx a6, rtx a7, rtx a8, rtx a9, rtx a10, rtx a11, rtx a12, rtx a13, rtx a14) const { return ((f15)func) (a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12, a13, a14); }
| ^~~~~~~~~
../../gcc-7.5.0/gcc/recog.h: In member function 'rtx_insn* insn_gen_fn::operator()(rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx, rtx) const':
../../gcc-7.5.0/gcc/recog.h:315:177: warning: cast between incompatible function types from 'insn_gen_fn::stored_funcptr' {aka 'rtx_insn* (*)()'} to 'insn_gen_fn::f16' {aka 'rtx_insn* (*)(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)'} [-Wcast-function-type]
315 | rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5, rtx a6, rtx a7, rtx a8, rtx a9, rtx a10, rtx a11, rtx a12, rtx a13, rtx a14, rtx a15) const { return ((f16)func) (a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12, a13, a14, a15); }
| ^~~~~~~~~
make[2]: *** [Makefile:2216: sh.o] Error 1
make[2]: *** Waiting for unfinished jobs....
rm gcc.pod
make[2]: Leaving directory '/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build/gcc'
make[1]: *** [Makefile:4238: all-gcc] Error 2
make[1]: Leaving directory '/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/build'
make: *** [Makefile:903: all] Error 2
shell cmd failed: sh -ex /home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/do-build
error: building sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1
See error report: rsb-report-sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1.txt
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Sizes
=====
Maximum build usage: 1.078GB
Total size: 764.154MB
Installed : 434.722MB
Sources: 329.076MB
Patches: 363.823KB
Output
======
Build Set: 5/rtems-sh
Build Set: 5/rtems-autotools.bset
Build Set: 5/rtems-autotools-internal.bset
config: tools/rtems-autoconf-2.69-1.cfg
package: autoconf-2.69-x86_64-pc-cygwin-1
building: autoconf-2.69-x86_64-pc-cygwin-1
sizes: autoconf-2.69-x86_64-pc-cygwin-1: 7.500MB (installed: 0.000B)
cleaning: autoconf-2.69-x86_64-pc-cygwin-1
config: tools/rtems-automake-1.12.6-1.cfg
package: automake-1.12.6-x86_64-pc-cygwin-1
building: automake-1.12.6-x86_64-pc-cygwin-1
sizes: automake-1.12.6-x86_64-pc-cygwin-1: 8.088MB (installed: 0.000B)
cleaning: automake-1.12.6-x86_64-pc-cygwin-1
cleaning: autoconf-2.69-x86_64-pc-cygwin-1
cleaning: automake-1.12.6-x86_64-pc-cygwin-1
Build Sizes: usage: 8.088MB total: 329.431MB (sources: 329.076MB, patches: 363.823KB, installed 0.000B)
Build Set: Time 0:00:46.621276
Build Set: 5/rtems-autotools-base.bset
config: tools/rtems-autoconf-2.69-1.cfg
package: autoconf-2.69-x86_64-pc-cygwin-1
building: autoconf-2.69-x86_64-pc-cygwin-1
sizes: autoconf-2.69-x86_64-pc-cygwin-1: 10.518MB (installed: 3.021MB)
cleaning: autoconf-2.69-x86_64-pc-cygwin-1
reporting: tools/rtems-autoconf-2.69-1.cfg -> autoconf-2.69-x86_64-pc-cygwin-1.txt
reporting: tools/rtems-autoconf-2.69-1.cfg -> autoconf-2.69-x86_64-pc-cygwin-1.xml
config: tools/rtems-automake-1.12.6-1.cfg
package: automake-1.12.6-x86_64-pc-cygwin-1
building: automake-1.12.6-x86_64-pc-cygwin-1
sizes: automake-1.12.6-x86_64-pc-cygwin-1: 10.350MB (installed: 2.264MB)
cleaning: automake-1.12.6-x86_64-pc-cygwin-1
reporting: tools/rtems-automake-1.12.6-1.cfg -> automake-1.12.6-x86_64-pc-cygwin-1.txt
reporting: tools/rtems-automake-1.12.6-1.cfg -> automake-1.12.6-x86_64-pc-cygwin-1.xml
staging: autoconf-2.69-x86_64-pc-cygwin-1 -> /home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-197609-staging
staging: automake-1.12.6-x86_64-pc-cygwin-1 -> /home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-197609-staging
cleaning: autoconf-2.69-x86_64-pc-cygwin-1
cleaning: automake-1.12.6-x86_64-pc-cygwin-1
Build Sizes: usage: 15.803MB total: 334.717MB (sources: 329.076MB, patches: 363.823KB, installed 5.285MB)
Build Set: Time 0:01:03.945084
Build Set: Time 0:01:50.583524
config: devel/expat-2.1.0-1.cfg
package: expat-2.1.0-x86_64-pc-cygwin-1
building: expat-2.1.0-x86_64-pc-cygwin-1
sizes: expat-2.1.0-x86_64-pc-cygwin-1: 7.216MB (installed: 1.381MB)
cleaning: expat-2.1.0-x86_64-pc-cygwin-1
reporting: devel/expat-2.1.0-1.cfg -> expat-2.1.0-x86_64-pc-cygwin-1.txt
reporting: devel/expat-2.1.0-1.cfg -> expat-2.1.0-x86_64-pc-cygwin-1.xml
config: tools/rtems-gdb-9.1-1.cfg
package: sh-rtems5-gdb-9.1-x86_64-pc-cygwin-1
building: sh-rtems5-gdb-9.1-x86_64-pc-cygwin-1
sizes: sh-rtems5-gdb-9.1-x86_64-pc-cygwin-1: 669.366MB (installed: 144.562MB)
cleaning: sh-rtems5-gdb-9.1-x86_64-pc-cygwin-1
reporting: tools/rtems-gdb-9.1-1.cfg -> sh-rtems5-gdb-9.1-x86_64-pc-cygwin-1.txt
reporting: tools/rtems-gdb-9.1-1.cfg -> sh-rtems5-gdb-9.1-x86_64-pc-cygwin-1.xml
config: tools/rtems-binutils-2.34.cfg
package: sh-rtems5-binutils-2.34-x86_64-pc-cygwin-1
building: sh-rtems5-binutils-2.34-x86_64-pc-cygwin-1
sizes: sh-rtems5-binutils-2.34-x86_64-pc-cygwin-1: 632.265MB (installed: 211.192MB)
cleaning: sh-rtems5-binutils-2.34-x86_64-pc-cygwin-1
reporting: tools/rtems-binutils-2.34.cfg -> sh-rtems5-binutils-2.34-x86_64-pc-cygwin-1.txt
reporting: tools/rtems-binutils-2.34.cfg -> sh-rtems5-binutils-2.34-x86_64-pc-cygwin-1.xml
config: tools/rtems-gcc-7.5.0-newlib-7947581.cfg
package: sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1
building: sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1
error: building sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1
Build FAILED
See error report: rsb-report-sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1.txt
error: building sh-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1
config: tools/rtems-tools-5-1.cfg
package: rtems-tools-0a5d2057749066e7d184836e92c7ce5334fccc90-1
building: rtems-tools-0a5d2057749066e7d184836e92c7ce5334fccc90-1
sizes: rtems-tools-0a5d2057749066e7d184836e92c7ce5334fccc90-1: 230.716MB (installed: 77.587MB)
cleaning: rtems-tools-0a5d2057749066e7d184836e92c7ce5334fccc90-1
reporting: tools/rtems-tools-5-1.cfg -> rtems-tools-0a5d2057749066e7d184836e92c7ce5334fccc90-1.txt
reporting: tools/rtems-tools-5-1.cfg -> rtems-tools-0a5d2057749066e7d184836e92c7ce5334fccc90-1.xml
cleaning: expat-2.1.0-x86_64-pc-cygwin-1
cleaning: sh-rtems5-gdb-9.1-x86_64-pc-cygwin-1
cleaning: sh-rtems5-binutils-2.34-x86_64-pc-cygwin-1
cleaning: rtems-tools-0a5d2057749066e7d184836e92c7ce5334fccc90-1
Build Sizes: usage: 1.078GB total: 764.154MB (sources: 329.076MB, patches: 363.823KB, installed 434.722MB)
Mailing report: build at rtems.org
Report
======
==============================================================================
RTEMS Tools Project <users at rtems.org> Fri Aug 26 12:33:51 2022
==============================================================================
Report: devel/expat-2.1.0-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
[ remotes removed, contact sender for details ]
Status:
Clean
Head:
Commit: f7e754b6b4286483ad490a7efddeee2c832ef101
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) devel/expat-2.1.0-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) devel/expat-2.1.0-1.cfg
------------------------------------------------------------------------------
Package: expat-2.1.0-x86_64-pc-cygwin-1
Config: devel/expat-2.1.0-1.cfg
Summary:
Expat XML Parser v2.1.0 for target sh-rtems5 on host x86_64-pc-cygwin
URL:
http://expat.sourceforge.net/
Version:
2.1.0
Release:
1
Sources: 1
1: https://github.com/libexpat/libexpat/releases/download/R_2_1_0/expat-2.1.0.tar.gz
sha256: 823705472f816df21c8f6aa026dd162b280806838bb55b3432b0fb1fcca7eb86
Patches: 0
Preparation:
build_top=$(pwd)
%setup source expat -q -n expat-2.1.0
%setup patch expat -p1
cd ${build_top}
Build:
build_top=$(pwd)
cd expat-2.1.0
# Host and build flags, Cross build if host and build are different and
# Cxc build if target is deifned and also different.
# Note, gcc is not ready to be compiled with -std=gnu99 (this needs to be checked).
if test "x86_64-pc-cygwin" != "x86_64-pc-cygwin" ; then
# Cross build
CC=$(echo "x86_64-pc-cygwin-gcc" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "x86_64-pc-cygwin-g++" | sed -e 's,-std=gnu99 ,,')
CPPFLAGS="${SB_HOST_CPPFLAGS}"
CFLAGS="${SB_HOST_CFLAGS}"
CXXFLAGS="${SB_HOST_CXXFLAGS}"
LDFLAGS="${SB_HOST_LDFLAGS}"
LDLIBS="${SB_HOST_LIBS}"
LIBS="${SB_HOST_LIBS}"
# Host
CPPFLAGS_FOR_HOST="${SB_HOST_CPPFLAGS}"
CFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CXXFLAGS}"
LDFLAGS_FOR_HOST="${SB_HOST_LDFLAGS}"
LDLIBS_FOR_HOST="${SB_HOST_LIBS}"
LIBS_FOR_HOST="${SB_HOST_LIBS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CC_FOR_HOST=$(echo "gcc ${SB_HOST_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_HOST=$(echo "g++ ${SB_HOST_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
# Build
CFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CXXFLAGS}"
LDFLAGS_FOR_BUILD="${SB_BUILD_LDFLAGS}"
LDLIBS_FOR_BUILD="${SB_BUILD_LIBS}"
LIBS_FOR_BUILD="${SB_BUILD_LIBS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CC_FOR_BUILD=$(echo "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_BUILD=$(echo "g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
else
LDFLAGS="${SB_BUILD_LDFLAGS}"
LDLIBS="${SB_BUILD_LIBS}"
LIBS="${SB_BUILD_LIBS}"
CC=$(echo "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
CC_FOR_BUILD=${CC}
CXX_FOR_BUILD=${CXX}
fi
export CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS LIBS LDLIBS
export CC_FOR_HOST CXX_FOR_HOST CPPFLAGS_FOR_HOST CFLAGS_FOR_HOST CXXFLAGS_FOR_HOST LDFLAGS_FOR_HOST LDLIBS_FOR_HOST LIBS_FOR_HOST
export CC_FOR_BUILD CXX_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD LDLIBS_FOR_BUILS LIBS_FOR_BUILS
./configure --build=x86_64-pc-cygwin --host=x86_64-pc-cygwin --verbose --prefix=/home/rtems-tester/rtems-cron-5/tools/5 --bindir=/home/rtems-tester/rtems-cron-5/tools/5/bin --exec-prefix=/home/rtems-tester/rtems-cron-5/tools/5 --includedir=/home/rtems-tester/rtems-cron-5/tools/5/include --libdir=/home/rtems-tester/rtems-cron-5/tools/5/lib --mandir=/home/rtems-tester/rtems-cron-5/tools/5/share/man --infodir=/home/rtems-tester/rtems-cron-5/tools/5/share/info
make -j 8 all
cd ${build_top}
Install:
build_top=$(pwd)
rm -rf $SB_BUILD_ROOT
cd expat-2.1.0
make DESTDIR=$SB_BUILD_ROOT install
cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Fri Aug 26 12:33:52 2022
==============================================================================
Report: devel/expat-2.1.0-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
[ remotes removed, contact sender for details ]
Status:
Clean
Head:
Commit: f7e754b6b4286483ad490a7efddeee2c832ef101
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) devel/expat-2.1.0-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) devel/expat-2.1.0-1.cfg
------------------------------------------------------------------------------
Package: expat-2.1.0-x86_64-pc-cygwin-1
Config: devel/expat-2.1.0-1.cfg
Summary:
Expat XML Parser v2.1.0 for target sh-rtems5 on host x86_64-pc-cygwin
URL:
http://expat.sourceforge.net/
Version:
2.1.0
Release:
1
Sources: 1
1: https://github.com/libexpat/libexpat/releases/download/R_2_1_0/expat-2.1.0.tar.gz
sha256: 823705472f816df21c8f6aa026dd162b280806838bb55b3432b0fb1fcca7eb86
Patches: 0
Preparation:
build_top=$(pwd)
%setup source expat -q -n expat-2.1.0
%setup patch expat -p1
cd ${build_top}
Build:
build_top=$(pwd)
cd expat-2.1.0
# Host and build flags, Cross build if host and build are different and
# Cxc build if target is deifned and also different.
# Note, gcc is not ready to be compiled with -std=gnu99 (this needs to be checked).
if test "x86_64-pc-cygwin" != "x86_64-pc-cygwin" ; then
# Cross build
CC=$(echo "x86_64-pc-cygwin-gcc" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "x86_64-pc-cygwin-g++" | sed -e 's,-std=gnu99 ,,')
CPPFLAGS="${SB_HOST_CPPFLAGS}"
CFLAGS="${SB_HOST_CFLAGS}"
CXXFLAGS="${SB_HOST_CXXFLAGS}"
LDFLAGS="${SB_HOST_LDFLAGS}"
LDLIBS="${SB_HOST_LIBS}"
LIBS="${SB_HOST_LIBS}"
# Host
CPPFLAGS_FOR_HOST="${SB_HOST_CPPFLAGS}"
CFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CXXFLAGS}"
LDFLAGS_FOR_HOST="${SB_HOST_LDFLAGS}"
LDLIBS_FOR_HOST="${SB_HOST_LIBS}"
LIBS_FOR_HOST="${SB_HOST_LIBS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CC_FOR_HOST=$(echo "gcc ${SB_HOST_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_HOST=$(echo "g++ ${SB_HOST_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
# Build
CFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CXXFLAGS}"
LDFLAGS_FOR_BUILD="${SB_BUILD_LDFLAGS}"
LDLIBS_FOR_BUILD="${SB_BUILD_LIBS}"
LIBS_FOR_BUILD="${SB_BUILD_LIBS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CC_FOR_BUILD=$(echo "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_BUILD=$(echo "g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
else
LDFLAGS="${SB_BUILD_LDFLAGS}"
LDLIBS="${SB_BUILD_LIBS}"
LIBS="${SB_BUILD_LIBS}"
CC=$(echo "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
CC_FOR_BUILD=${CC}
CXX_FOR_BUILD=${CXX}
fi
export CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS LIBS LDLIBS
export CC_FOR_HOST CXX_FOR_HOST CPPFLAGS_FOR_HOST CFLAGS_FOR_HOST CXXFLAGS_FOR_HOST LDFLAGS_FOR_HOST LDLIBS_FOR_HOST LIBS_FOR_HOST
export CC_FOR_BUILD CXX_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD LDLIBS_FOR_BUILS LIBS_FOR_BUILS
./configure --build=x86_64-pc-cygwin --host=x86_64-pc-cygwin --verbose --prefix=/home/rtems-tester/rtems-cron-5/tools/5 --bindir=/home/rtems-tester/rtems-cron-5/tools/5/bin --exec-prefix=/home/rtems-tester/rtems-cron-5/tools/5 --includedir=/home/rtems-tester/rtems-cron-5/tools/5/include --libdir=/home/rtems-tester/rtems-cron-5/tools/5/lib --mandir=/home/rtems-tester/rtems-cron-5/tools/5/share/man --infodir=/home/rtems-tester/rtems-cron-5/tools/5/share/info
make -j 8 all
cd ${build_top}
Install:
build_top=$(pwd)
rm -rf $SB_BUILD_ROOT
cd expat-2.1.0
make DESTDIR=$SB_BUILD_ROOT install
cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Fri Aug 26 12:44:52 2022
==============================================================================
Report: tools/rtems-gdb-9.1-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
[ remotes removed, contact sender for details ]
Status:
Clean
Head:
Commit: f7e754b6b4286483ad490a7efddeee2c832ef101
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-gdb-9.1-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-gdb-9.1-1.cfg
------------------------------------------------------------------------------
Package: sh-rtems5-gdb-9.1-x86_64-pc-cygwin-1
Config: tools/rtems-gdb-9.1-1.cfg
Summary:
GDB v9.1 for target sh-rtems5 on host x86_64-pc-cygwin
URL:
http://www.gnu.org/software/gdb/
Version:
9.1
Release:
1
Sources: 1
1: http://ftp.gnu.org/gnu/gdb/gdb-9.1.tar.xz
sha512: hM3UCNgKP8V3neRZxbJhVNMbMp695+OqeHmfseskXYtkuMjuckI4Kh29lbTm+dhP70HRKgZGqnXT3uRwnqH25w==
Patches: 1
1: https://devel.rtems.org/raw-attachment/ticket/4366/gdb-9-1-linker-error-fix.diff
sha512: QAtNCgJsDdfKno+IqHwqRGz1SR3YdTm34ERox2fqpgaGHI6H4GqNfmkJcJaIvSgzNxif24vqWO+bF/Djqa6wNg==
2: https://devel.rtems.org/raw-attachment/ticket/4523/gdb-9-1-thread-local.diff
sha512: ln3rFWltmLCzXvRTz4ts/UoeX7MA49oBtkZWWuslpLEIpm7C/lxDG3/xT0GgJ2eQbENknttittCG31UKhUeljg==
Preparation:
build_top=$(pwd)
gdb_source="gdb-9.1"
source_dir_gdb=${gdb_source}
%setup source gdb -q -n ${gdb_source}
%setup patch gdb -p1
cd ${build_top}
Build:
build_top=$(pwd)
if test "x86_64-pc-cygwin" != "x86_64-pc-cygwin" ; then
# Cross-build (Xc) if no target or the host and target match.
# Canadian-cross (Cxc) if build, host and target are all different.
if test -z "sh-rtems5" -o "x86_64-pc-cygwin" == "sh-rtems5" ; then
build_dir="build-xc"
else
build_dir="build-cxc"
fi
else
build_dir="build"
fi
mkdir -p ${build_dir}
cd ${build_dir}
# Host and build flags, Cross build if host and build are different and
# Cxc build if target is deifned and also different.
# Note, gcc is not ready to be compiled with -std=gnu99 (this needs to be checked).
if test "x86_64-pc-cygwin" != "x86_64-pc-cygwin" ; then
# Cross build
CC=$(echo "x86_64-pc-cygwin-gcc" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "x86_64-pc-cygwin-g++" | sed -e 's,-std=gnu99 ,,')
CPPFLAGS="${SB_HOST_CPPFLAGS}"
CFLAGS="${SB_HOST_CFLAGS}"
CXXFLAGS="${SB_HOST_CXXFLAGS}"
LDFLAGS="${SB_HOST_LDFLAGS}"
LDLIBS="${SB_HOST_LIBS}"
LIBS="${SB_HOST_LIBS}"
# Host
CPPFLAGS_FOR_HOST="${SB_HOST_CPPFLAGS}"
CFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CXXFLAGS}"
LDFLAGS_FOR_HOST="${SB_HOST_LDFLAGS}"
LDLIBS_FOR_HOST="${SB_HOST_LIBS}"
LIBS_FOR_HOST="${SB_HOST_LIBS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CC_FOR_HOST=$(echo "gcc ${SB_HOST_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_HOST=$(echo "g++ ${SB_HOST_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
# Build
CFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CXXFLAGS}"
LDFLAGS_FOR_BUILD="${SB_BUILD_LDFLAGS}"
LDLIBS_FOR_BUILD="${SB_BUILD_LIBS}"
LIBS_FOR_BUILD="${SB_BUILD_LIBS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CC_FOR_BUILD=$(echo "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_BUILD=$(echo "g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
else
LDFLAGS="${SB_BUILD_LDFLAGS}"
LDLIBS="${SB_BUILD_LIBS}"
LIBS="${SB_BUILD_LIBS}"
CC=$(echo "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
CC_FOR_BUILD=${CC}
CXX_FOR_BUILD=${CXX}
fi
export CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS LIBS LDLIBS
export CC_FOR_HOST CXX_FOR_HOST CPPFLAGS_FOR_HOST CFLAGS_FOR_HOST CXXFLAGS_FOR_HOST LDFLAGS_FOR_HOST LDLIBS_FOR_HOST LIBS_FOR_HOST
export CC_FOR_BUILD CXX_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD LDLIBS_FOR_BUILS LIBS_FOR_BUILS
if test "x86_64-pc-cygwin" != "x86_64-pc-cygwin" ; then
GDB_LIBS_STATIC="-lexpat"
else
GDB_LIBS_STATIC="-lexpat"
GDB_LIBS="-Xlinker -Bstatic ${LIBS_STATIC} -Xlinker -Bdynamic"
fi
LIBS_STATIC=${GDB_LIBS_STATIC} LIBS=${GDB_LIBS} ../${source_dir_gdb}/configure --build=x86_64-pc-cygwin --host=x86_64-pc-cygwin --target=sh-rtems5 --verbose --disable-nls --disable-gas --disable-binutils --disable-ld --disable-gold --disable-gprof --with-system-readline --without-included-gettext --disable-win32-registry --disable-werror --enable-sim --without-zlib --with-expat --with-guile=no --with-python=/bin/python2 --prefix=/home/rtems-tester/rtems-cron-5/tools/5 --bindir=/home/rtems-tester/rtems-cron-5/tools/5/bin --exec-prefix=/home/rtems-tester/rtems-cron-5/tools/5 --includedir=/home/rtems-tester/rtems-cron-5/tools/5/include --libdir=/home/rtems-tester/rtems-cron-5/tools/5/lib --mandir=/home/rtems-tester/rtems-cron-5/tools/5/share/man --infodir=/home/rtems-tester/rtems-cron-5/tools/5/share/info
make -j 8 all
cd ${build_top}
Install:
build_top=$(pwd)
rm -rf $SB_BUILD_ROOT
cd ${build_dir}
make DESTDIR=$SB_BUILD_ROOT install
rm -rf $SB_BUILD_ROOT/home/rtems-tester/rtems-cron-5/tools/5/share/info/configure.info*
rm -f $SB_BUILD_ROOT/home/rtems-tester/rtems-cron-5/tools/5/share/info/dir
touch $SB_BUILD_ROOT/home/rtems-tester/rtems-cron-5/tools/5/share/info/dir
cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Fri Aug 26 12:44:54 2022
==============================================================================
Report: tools/rtems-gdb-9.1-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
[ remotes removed, contact sender for details ]
Status:
Clean
Head:
Commit: f7e754b6b4286483ad490a7efddeee2c832ef101
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-gdb-9.1-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-gdb-9.1-1.cfg
------------------------------------------------------------------------------
Package: sh-rtems5-gdb-9.1-x86_64-pc-cygwin-1
Config: tools/rtems-gdb-9.1-1.cfg
Summary:
GDB v9.1 for target sh-rtems5 on host x86_64-pc-cygwin
URL:
http://www.gnu.org/software/gdb/
Version:
9.1
Release:
1
Sources: 1
1: http://ftp.gnu.org/gnu/gdb/gdb-9.1.tar.xz
sha512: hM3UCNgKP8V3neRZxbJhVNMbMp695+OqeHmfseskXYtkuMjuckI4Kh29lbTm+dhP70HRKgZGqnXT3uRwnqH25w==
Patches: 1
1: https://devel.rtems.org/raw-attachment/ticket/4366/gdb-9-1-linker-error-fix.diff
sha512: QAtNCgJsDdfKno+IqHwqRGz1SR3YdTm34ERox2fqpgaGHI6H4GqNfmkJcJaIvSgzNxif24vqWO+bF/Djqa6wNg==
2: https://devel.rtems.org/raw-attachment/ticket/4523/gdb-9-1-thread-local.diff
sha512: ln3rFWltmLCzXvRTz4ts/UoeX7MA49oBtkZWWuslpLEIpm7C/lxDG3/xT0GgJ2eQbENknttittCG31UKhUeljg==
Preparation:
build_top=$(pwd)
gdb_source="gdb-9.1"
source_dir_gdb=${gdb_source}
%setup source gdb -q -n ${gdb_source}
%setup patch gdb -p1
cd ${build_top}
Build:
build_top=$(pwd)
if test "x86_64-pc-cygwin" != "x86_64-pc-cygwin" ; then
# Cross-build (Xc) if no target or the host and target match.
# Canadian-cross (Cxc) if build, host and target are all different.
if test -z "sh-rtems5" -o "x86_64-pc-cygwin" == "sh-rtems5" ; then
build_dir="build-xc"
else
build_dir="build-cxc"
fi
else
build_dir="build"
fi
mkdir -p ${build_dir}
cd ${build_dir}
# Host and build flags, Cross build if host and build are different and
# Cxc build if target is deifned and also different.
# Note, gcc is not ready to be compiled with -std=gnu99 (this needs to be checked).
if test "x86_64-pc-cygwin" != "x86_64-pc-cygwin" ; then
# Cross build
CC=$(echo "x86_64-pc-cygwin-gcc" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "x86_64-pc-cygwin-g++" | sed -e 's,-std=gnu99 ,,')
CPPFLAGS="${SB_HOST_CPPFLAGS}"
CFLAGS="${SB_HOST_CFLAGS}"
CXXFLAGS="${SB_HOST_CXXFLAGS}"
LDFLAGS="${SB_HOST_LDFLAGS}"
LDLIBS="${SB_HOST_LIBS}"
LIBS="${SB_HOST_LIBS}"
# Host
CPPFLAGS_FOR_HOST="${SB_HOST_CPPFLAGS}"
CFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CXXFLAGS}"
LDFLAGS_FOR_HOST="${SB_HOST_LDFLAGS}"
LDLIBS_FOR_HOST="${SB_HOST_LIBS}"
LIBS_FOR_HOST="${SB_HOST_LIBS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CC_FOR_HOST=$(echo "gcc ${SB_HOST_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_HOST=$(echo "g++ ${SB_HOST_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
# Build
CFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CXXFLAGS}"
LDFLAGS_FOR_BUILD="${SB_BUILD_LDFLAGS}"
LDLIBS_FOR_BUILD="${SB_BUILD_LIBS}"
LIBS_FOR_BUILD="${SB_BUILD_LIBS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CC_FOR_BUILD=$(echo "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_BUILD=$(echo "g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
else
LDFLAGS="${SB_BUILD_LDFLAGS}"
LDLIBS="${SB_BUILD_LIBS}"
LIBS="${SB_BUILD_LIBS}"
CC=$(echo "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
CC_FOR_BUILD=${CC}
CXX_FOR_BUILD=${CXX}
fi
export CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS LIBS LDLIBS
export CC_FOR_HOST CXX_FOR_HOST CPPFLAGS_FOR_HOST CFLAGS_FOR_HOST CXXFLAGS_FOR_HOST LDFLAGS_FOR_HOST LDLIBS_FOR_HOST LIBS_FOR_HOST
export CC_FOR_BUILD CXX_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD LDLIBS_FOR_BUILS LIBS_FOR_BUILS
if test "x86_64-pc-cygwin" != "x86_64-pc-cygwin" ; then
GDB_LIBS_STATIC="-lexpat"
else
GDB_LIBS_STATIC="-lexpat"
GDB_LIBS="-Xlinker -Bstatic ${LIBS_STATIC} -Xlinker -Bdynamic"
fi
LIBS_STATIC=${GDB_LIBS_STATIC} LIBS=${GDB_LIBS} ../${source_dir_gdb}/configure --build=x86_64-pc-cygwin --host=x86_64-pc-cygwin --target=sh-rtems5 --verbose --disable-nls --disable-gas --disable-binutils --disable-ld --disable-gold --disable-gprof --with-system-readline --without-included-gettext --disable-win32-registry --disable-werror --enable-sim --without-zlib --with-expat --with-guile=no --with-python=/bin/python2 --prefix=/home/rtems-tester/rtems-cron-5/tools/5 --bindir=/home/rtems-tester/rtems-cron-5/tools/5/bin --exec-prefix=/home/rtems-tester/rtems-cron-5/tools/5 --includedir=/home/rtems-tester/rtems-cron-5/tools/5/include --libdir=/home/rtems-tester/rtems-cron-5/tools/5/lib --mandir=/home/rtems-tester/rtems-cron-5/tools/5/share/man --infodir=/home/rtems-tester/rtems-cron-5/tools/5/share/info
make -j 8 all
cd ${build_top}
Install:
build_top=$(pwd)
rm -rf $SB_BUILD_ROOT
cd ${build_dir}
make DESTDIR=$SB_BUILD_ROOT install
rm -rf $SB_BUILD_ROOT/home/rtems-tester/rtems-cron-5/tools/5/share/info/configure.info*
rm -f $SB_BUILD_ROOT/home/rtems-tester/rtems-cron-5/tools/5/share/info/dir
touch $SB_BUILD_ROOT/home/rtems-tester/rtems-cron-5/tools/5/share/info/dir
cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Fri Aug 26 12:50:39 2022
==============================================================================
Report: tools/rtems-binutils-2.34.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
[ remotes removed, contact sender for details ]
Status:
Clean
Head:
Commit: f7e754b6b4286483ad490a7efddeee2c832ef101
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-binutils-2.34.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-binutils-2.34.cfg
------------------------------------------------------------------------------
Package: sh-rtems5-binutils-2.34-x86_64-pc-cygwin-1
Config: tools/rtems-binutils-2.34.cfg
Summary:
Binutils v2.34 for target sh-rtems5 on host x86_64-pc-cygwin
URL:
http://sources.redhat.com/binutils
Version:
2.34
Release:
1
Sources: 1
1: https://ftp.gnu.org/gnu/binutils/binutils-2.34.tar.bz2
sha512: f47e7304e102c7bbc97958a08093e27796b9051d1567ce4fbb723d39ef3e29efa325ee14a1bdcc462a925a7f9bbbc9aee28294c6dc23850f371030f3835a8067
Patches: 0
Preparation:
build_top=$(pwd)
binutils_source="binutils-2.34"
source_dir_binutils=${binutils_source}
%setup source binutils -q -n ${binutils_source}
%setup patch binutils -p1
cd ${build_top}
Build:
build_top=$(pwd)
if test "x86_64-pc-cygwin" != "x86_64-pc-cygwin" ; then
# Cross-build (Xc) if no target or the host and target match.
# Canadian-cross (Cxc) if build, host and target are all different.
if test -z "sh-rtems5" -o "x86_64-pc-cygwin" == "sh-rtems5" ; then
build_dir="build-xc"
else
build_dir="build-cxc"
fi
else
build_dir="build"
fi
mkdir -p ${build_dir}
cd ${build_dir}
# Host and build flags, Cross build if host and build are different and
# Cxc build if target is deifned and also different.
# Note, gcc is not ready to be compiled with -std=gnu99 (this needs to be checked).
if test "x86_64-pc-cygwin" != "x86_64-pc-cygwin" ; then
# Cross build
CC=$(echo "x86_64-pc-cygwin-gcc" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "x86_64-pc-cygwin-g++" | sed -e 's,-std=gnu99 ,,')
CPPFLAGS="${SB_HOST_CPPFLAGS}"
CFLAGS="${SB_HOST_CFLAGS}"
CXXFLAGS="${SB_HOST_CXXFLAGS}"
LDFLAGS="${SB_HOST_LDFLAGS}"
LDLIBS="${SB_HOST_LIBS}"
LIBS="${SB_HOST_LIBS}"
# Host
CPPFLAGS_FOR_HOST="${SB_HOST_CPPFLAGS}"
CFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CXXFLAGS}"
LDFLAGS_FOR_HOST="${SB_HOST_LDFLAGS}"
LDLIBS_FOR_HOST="${SB_HOST_LIBS}"
LIBS_FOR_HOST="${SB_HOST_LIBS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CC_FOR_HOST=$(echo "gcc ${SB_HOST_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_HOST=$(echo "g++ ${SB_HOST_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
# Build
CFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CXXFLAGS}"
LDFLAGS_FOR_BUILD="${SB_BUILD_LDFLAGS}"
LDLIBS_FOR_BUILD="${SB_BUILD_LIBS}"
LIBS_FOR_BUILD="${SB_BUILD_LIBS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CC_FOR_BUILD=$(echo "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_BUILD=$(echo "g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
else
LDFLAGS="${SB_BUILD_LDFLAGS}"
LDLIBS="${SB_BUILD_LIBS}"
LIBS="${SB_BUILD_LIBS}"
CC=$(echo "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
CC_FOR_BUILD=${CC}
CXX_FOR_BUILD=${CXX}
fi
export CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS LIBS LDLIBS
export CC_FOR_HOST CXX_FOR_HOST CPPFLAGS_FOR_HOST CFLAGS_FOR_HOST CXXFLAGS_FOR_HOST LDFLAGS_FOR_HOST LDLIBS_FOR_HOST LIBS_FOR_HOST
export CC_FOR_BUILD CXX_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD LDLIBS_FOR_BUILS LIBS_FOR_BUILS
../${source_dir_binutils}/configure --build=x86_64-pc-cygwin --host=x86_64-pc-cygwin --target=sh-rtems5 --verbose --disable-nls --disable-gdb --disable-libdecnumber --disable-readline --disable-sim --enable-deterministic-archives --enable-64-bit-bfd --disable-lto --without-included-gettext --disable-win32-registry --disable-werror --prefix=/home/rtems-tester/rtems-cron-5/tools/5 --bindir=/home/rtems-tester/rtems-cron-5/tools/5/bin --exec-prefix=/home/rtems-tester/rtems-cron-5/tools/5 --includedir=/home/rtems-tester/rtems-cron-5/tools/5/include --libdir=/home/rtems-tester/rtems-cron-5/tools/5/lib --mandir=/home/rtems-tester/rtems-cron-5/tools/5/share/man --infodir=/home/rtems-tester/rtems-cron-5/tools/5/share/info
make -j 8 all
cd ${build_top}
Install:
cd ${build_top}
rm -rf $SB_BUILD_ROOT
cd ${build_dir}
make DESTDIR=$SB_BUILD_ROOT install
rm -rf $SB_BUILD_ROOT/home/rtems-tester/rtems-cron-5/tools/5/share/info/configure.info*
rm -f $SB_BUILD_ROOT/home/rtems-tester/rtems-cron-5/tools/5/share/info/dir
touch $SB_BUILD_ROOT/home/rtems-tester/rtems-cron-5/tools/5/share/info/dir
mkdir -p $SB_BUILD_ROOT/home/rtems-tester/rtems-cron-5/tools/5/share/locale
rm -f ${SB_BUILD_ROOT}/home/rtems-tester/rtems-cron-5/tools/5/lib/libiberty*
if test ! -f ${SB_BUILD_ROOT}/home/rtems-tester/rtems-cron-5/tools/5/bin/sh-rtems5-dlltool; then
rm -f ${SB_BUILD_ROOT}/home/rtems-tester/rtems-cron-5/tools/5/share/man/man1/sh-rtems5-dlltool*
fi
if test ! -f ${SB_BUILD_ROOT}/home/rtems-tester/rtems-cron-5/tools/5/bin/sh-rtems5-nlmconv; then
rm -f ${SB_BUILD_ROOT}/home/rtems-tester/rtems-cron-5/tools/5/share/man/man1/sh-rtems5-nlmconv*
fi
if test ! -f ${SB_BUILD_ROOT}/home/rtems-tester/rtems-cron-5/tools/5/bin/sh-rtems5-windres; then
rm -f ${SB_BUILD_ROOT}/home/rtems-tester/rtems-cron-5/tools/5/share/man/man1/sh-rtems5-windres*
fi
if test ! -f ${SB_BUILD_ROOT}/home/rtems-tester/rtems-cron-5/tools/5/bin/sh-rtems5-windmc; then
rm -f ${SB_BUILD_ROOT}/home/rtems-tester/rtems-cron-5/tools/5/share/man/man1/sh-rtems5-windmc*
fi
cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Fri Aug 26 12:50:40 2022
==============================================================================
Report: tools/rtems-binutils-2.34.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
[ remotes removed, contact sender for details ]
Status:
Clean
Head:
Commit: f7e754b6b4286483ad490a7efddeee2c832ef101
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-binutils-2.34.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-binutils-2.34.cfg
------------------------------------------------------------------------------
Package: sh-rtems5-binutils-2.34-x86_64-pc-cygwin-1
Config: tools/rtems-binutils-2.34.cfg
Summary:
Binutils v2.34 for target sh-rtems5 on host x86_64-pc-cygwin
URL:
http://sources.redhat.com/binutils
Version:
2.34
Release:
1
Sources: 1
1: https://ftp.gnu.org/gnu/binutils/binutils-2.34.tar.bz2
sha512: f47e7304e102c7bbc97958a08093e27796b9051d1567ce4fbb723d39ef3e29efa325ee14a1bdcc462a925a7f9bbbc9aee28294c6dc23850f371030f3835a8067
Patches: 0
Preparation:
build_top=$(pwd)
binutils_source="binutils-2.34"
source_dir_binutils=${binutils_source}
%setup source binutils -q -n ${binutils_source}
%setup patch binutils -p1
cd ${build_top}
Build:
build_top=$(pwd)
if test "x86_64-pc-cygwin" != "x86_64-pc-cygwin" ; then
# Cross-build (Xc) if no target or the host and target match.
# Canadian-cross (Cxc) if build, host and target are all different.
if test -z "sh-rtems5" -o "x86_64-pc-cygwin" == "sh-rtems5" ; then
build_dir="build-xc"
else
build_dir="build-cxc"
fi
else
build_dir="build"
fi
mkdir -p ${build_dir}
cd ${build_dir}
# Host and build flags, Cross build if host and build are different and
# Cxc build if target is deifned and also different.
# Note, gcc is not ready to be compiled with -std=gnu99 (this needs to be checked).
if test "x86_64-pc-cygwin" != "x86_64-pc-cygwin" ; then
# Cross build
CC=$(echo "x86_64-pc-cygwin-gcc" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "x86_64-pc-cygwin-g++" | sed -e 's,-std=gnu99 ,,')
CPPFLAGS="${SB_HOST_CPPFLAGS}"
CFLAGS="${SB_HOST_CFLAGS}"
CXXFLAGS="${SB_HOST_CXXFLAGS}"
LDFLAGS="${SB_HOST_LDFLAGS}"
LDLIBS="${SB_HOST_LIBS}"
LIBS="${SB_HOST_LIBS}"
# Host
CPPFLAGS_FOR_HOST="${SB_HOST_CPPFLAGS}"
CFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CXXFLAGS}"
LDFLAGS_FOR_HOST="${SB_HOST_LDFLAGS}"
LDLIBS_FOR_HOST="${SB_HOST_LIBS}"
LIBS_FOR_HOST="${SB_HOST_LIBS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CC_FOR_HOST=$(echo "gcc ${SB_HOST_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_HOST=$(echo "g++ ${SB_HOST_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
# Build
CFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CXXFLAGS}"
LDFLAGS_FOR_BUILD="${SB_BUILD_LDFLAGS}"
LDLIBS_FOR_BUILD="${SB_BUILD_LIBS}"
LIBS_FOR_BUILD="${SB_BUILD_LIBS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CC_FOR_BUILD=$(echo "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_BUILD=$(echo "g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
else
LDFLAGS="${SB_BUILD_LDFLAGS}"
LDLIBS="${SB_BUILD_LIBS}"
LIBS="${SB_BUILD_LIBS}"
CC=$(echo "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
CC_FOR_BUILD=${CC}
CXX_FOR_BUILD=${CXX}
fi
export CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS LIBS LDLIBS
export CC_FOR_HOST CXX_FOR_HOST CPPFLAGS_FOR_HOST CFLAGS_FOR_HOST CXXFLAGS_FOR_HOST LDFLAGS_FOR_HOST LDLIBS_FOR_HOST LIBS_FOR_HOST
export CC_FOR_BUILD CXX_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD LDLIBS_FOR_BUILS LIBS_FOR_BUILS
../${source_dir_binutils}/configure --build=x86_64-pc-cygwin --host=x86_64-pc-cygwin --target=sh-rtems5 --verbose --disable-nls --disable-gdb --disable-libdecnumber --disable-readline --disable-sim --enable-deterministic-archives --enable-64-bit-bfd --disable-lto --without-included-gettext --disable-win32-registry --disable-werror --prefix=/home/rtems-tester/rtems-cron-5/tools/5 --bindir=/home/rtems-tester/rtems-cron-5/tools/5/bin --exec-prefix=/home/rtems-tester/rtems-cron-5/tools/5 --includedir=/home/rtems-tester/rtems-cron-5/tools/5/include --libdir=/home/rtems-tester/rtems-cron-5/tools/5/lib --mandir=/home/rtems-tester/rtems-cron-5/tools/5/share/man --infodir=/home/rtems-tester/rtems-cron-5/tools/5/share/info
make -j 8 all
cd ${build_top}
Install:
cd ${build_top}
rm -rf $SB_BUILD_ROOT
cd ${build_dir}
make DESTDIR=$SB_BUILD_ROOT install
rm -rf $SB_BUILD_ROOT/home/rtems-tester/rtems-cron-5/tools/5/share/info/configure.info*
rm -f $SB_BUILD_ROOT/home/rtems-tester/rtems-cron-5/tools/5/share/info/dir
touch $SB_BUILD_ROOT/home/rtems-tester/rtems-cron-5/tools/5/share/info/dir
mkdir -p $SB_BUILD_ROOT/home/rtems-tester/rtems-cron-5/tools/5/share/locale
rm -f ${SB_BUILD_ROOT}/home/rtems-tester/rtems-cron-5/tools/5/lib/libiberty*
if test ! -f ${SB_BUILD_ROOT}/home/rtems-tester/rtems-cron-5/tools/5/bin/sh-rtems5-dlltool; then
rm -f ${SB_BUILD_ROOT}/home/rtems-tester/rtems-cron-5/tools/5/share/man/man1/sh-rtems5-dlltool*
fi
if test ! -f ${SB_BUILD_ROOT}/home/rtems-tester/rtems-cron-5/tools/5/bin/sh-rtems5-nlmconv; then
rm -f ${SB_BUILD_ROOT}/home/rtems-tester/rtems-cron-5/tools/5/share/man/man1/sh-rtems5-nlmconv*
fi
if test ! -f ${SB_BUILD_ROOT}/home/rtems-tester/rtems-cron-5/tools/5/bin/sh-rtems5-windres; then
rm -f ${SB_BUILD_ROOT}/home/rtems-tester/rtems-cron-5/tools/5/share/man/man1/sh-rtems5-windres*
fi
if test ! -f ${SB_BUILD_ROOT}/home/rtems-tester/rtems-cron-5/tools/5/bin/sh-rtems5-windmc; then
rm -f ${SB_BUILD_ROOT}/home/rtems-tester/rtems-cron-5/tools/5/share/man/man1/sh-rtems5-windmc*
fi
cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Fri Aug 26 13:10:39 2022
==============================================================================
Report: tools/rtems-tools-5-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
[ remotes removed, contact sender for details ]
Status:
Clean
Head:
Commit: f7e754b6b4286483ad490a7efddeee2c832ef101
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-tools-5-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-tools-5-1.cfg
------------------------------------------------------------------------------
Package: rtems-tools-0a5d2057749066e7d184836e92c7ce5334fccc90-1
Config: tools/rtems-tools-5-1.cfg
Summary:
RTEMS Tools 0a5d2057749066e7d184836e92c7ce5334fccc90 for host x86_64-pc-cygwin
URL:
http://www.rtems.org/
Version:
0a5d2057749066e7d184836e92c7ce5334fccc90
Release:
1
Sources: 1
1: https://git.rtems.org/rtems-tools/snapshot/rtems-tools-0a5d2057749066e7d184836e92c7ce5334fccc90.tar.bz2
sha512: QsjquFu8FJOKDKpa6jXRuJ3HE8/h9YGAenvddcTCAGmHB57VGd54jFXUaxhwRbohlS1rrrL610ulbhf2IzOxYw==
Patches: 0
Preparation:
build_top=$(pwd)
rtems_tools_source=rtems-tools-0a5d2057749066e7d184836e92c7ce5334fccc90
source_dir_rtems_tools=${rtems_tools_source}
%setup source rtems-tools -q -n ${rtems_tools_source}
%setup patch rtems-tools -p1
cd ${build_top}
Build:
build_top=$(pwd)
if test "x86_64-pc-cygwin" != "x86_64-pc-cygwin" ; then
RT_HOST="--host=x86_64-pc-cygwin"
else
RT_HOST=
fi
cd ${source_dir_rtems_tools}
./waf distclean configure ${RT_HOST} --prefix=/home/rtems-tester/rtems-cron-5/tools/5
./waf
cd ${build_top}
Install:
build_top=$(pwd)
rm -rf $SB_BUILD_ROOT
cd ${source_dir_rtems_tools}
./waf --destdir=$SB_BUILD_ROOT install
cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Fri Aug 26 13:10:39 2022
==============================================================================
Report: tools/rtems-tools-5-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
[ remotes removed, contact sender for details ]
Status:
Clean
Head:
Commit: f7e754b6b4286483ad490a7efddeee2c832ef101
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-tools-5-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-tools-5-1.cfg
------------------------------------------------------------------------------
Package: rtems-tools-0a5d2057749066e7d184836e92c7ce5334fccc90-1
Config: tools/rtems-tools-5-1.cfg
Summary:
RTEMS Tools 0a5d2057749066e7d184836e92c7ce5334fccc90 for host x86_64-pc-cygwin
URL:
http://www.rtems.org/
Version:
0a5d2057749066e7d184836e92c7ce5334fccc90
Release:
1
Sources: 1
1: https://git.rtems.org/rtems-tools/snapshot/rtems-tools-0a5d2057749066e7d184836e92c7ce5334fccc90.tar.bz2
sha512: QsjquFu8FJOKDKpa6jXRuJ3HE8/h9YGAenvddcTCAGmHB57VGd54jFXUaxhwRbohlS1rrrL610ulbhf2IzOxYw==
Patches: 0
Preparation:
build_top=$(pwd)
rtems_tools_source=rtems-tools-0a5d2057749066e7d184836e92c7ce5334fccc90
source_dir_rtems_tools=${rtems_tools_source}
%setup source rtems-tools -q -n ${rtems_tools_source}
%setup patch rtems-tools -p1
cd ${build_top}
Build:
build_top=$(pwd)
if test "x86_64-pc-cygwin" != "x86_64-pc-cygwin" ; then
RT_HOST="--host=x86_64-pc-cygwin"
else
RT_HOST=
fi
cd ${source_dir_rtems_tools}
./waf distclean configure ${RT_HOST} --prefix=/home/rtems-tester/rtems-cron-5/tools/5
./waf
cd ${build_top}
Install:
build_top=$(pwd)
rm -rf $SB_BUILD_ROOT
cd ${source_dir_rtems_tools}
./waf --destdir=$SB_BUILD_ROOT install
cd ${build_top}
More information about the build
mailing list