On Fri, Dec 08, 2017 at 10:43:58AM +0100, Rainer Orth wrote: > The line numbers are completely misleading, unfortunately. Hadn't > SUBTARGET_ATTRIBUTE_TABLE been used at the end of the (very short) > sparc_attribute_table, I wouldn't have seen what was wrong. > > The following patch fixes the problem, installed on mainline after > i386-pc-solaris2.11 and sparc-sun-solaris2.11 bootstraps completed > without regressions. > > However, there are two more SUBTARGET_ATTRIBUTE_TABLE defines: > > gcc/config/darwin.h:#define SUBTARGET_ATTRIBUTE_TABLE > \ > gcc/config/i386/cygming.h:#define SUBTARGET_ATTRIBUTE_TABLE \
I'll deal with this. > 2017-12-08 Rainer Orth <r...@cebitec.uni-bielefeld.de> > > * config/sol2.h (SOLARIS_ATTRIBUTE_TABLE): Initialize new member > of struct attribute_spec. Ok for trunk. Jakub