This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

CVS 19980520: Number of elements in DEFINE_DELAY must be multiple of three.


I got this error message on hppa1.1-hp-hpux10.20 with CVS sources
updated at 1998/05/20 09:16:50 MEST:

if cmp -s Makefile   ../../egcs-19980520/gcc/config/pa/pa.md;   \
then                                    \
  echo Using ;  \
  cp  tmp-attrtab.c;    \
else                                    \
  ./genattrtab ../../egcs-19980520/gcc/config/pa/pa.md > tmp-attrtab.c; \
fi
genattrtab: Number of elements in DEFINE_DELAY must be multiple of three.
gmake: *** [s-attrtab] Error 33

Does anyone know a solution?

manfred


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