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]

bootstrap failure: cp/class.c:4057: undefined reference to `DECL_ALIGN_UNIT'



Current gcc CVS fails on i686-linux with:

class.o: In function `build_base_field':
/cvs/gcc/gcc/cp/class.c:4057: undefined reference to `DECL_ALIGN_UNIT'
/cvs/gcc/gcc/cp/class.c:4057: undefined reference to `DECL_ALIGN_UNIT'
/cvs/gcc/gcc/cp/class.c:4057: undefined reference to `DECL_ALIGN_UNIT'
collect2: ld returned 1 exit status

It seems that a patch has been forgotten to check in:
gromit:/cvs/gcc:[0]$ grep -r DECL_ALIGN_UNIT .
./gcc/cp/class.c:      eoc = CEIL (eoc, DECL_ALIGN_UNIT (decl)) * DECL_ALIGN_UNIT (decl);
Nothing more :-(

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj

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