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]

varasm.c:1338: `warn_bss_align' undeclared


Dear Catherine,

I'm afraid your latest change to egcs/gcc/varasm.c 

  revision 1.34
  date: 1998/06/22 09:14:09;  author: clm;  state: Exp;  lines: +7 -1
  Mon Jun 22 11:10:00 1998  Catherine Moore  <clm@cygnus.com>
          * varasm.c (assemble_variable):  Emit alignment warning.

has broken egcs (at least on some platforms). On i386-unknown-freebsd2.2.6
I now get:

---- cut here ----
gcc -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I. -I../../egcs/gcc 
-I../../egcs/gcc/config ../../egcs/gcc/varasm.c
../../egcs/gcc/varasm.c: In function `assemble_variable':
../../egcs/gcc/varasm.c:1338: `warn_bss_align' undeclared (first use this function)
../../egcs/gcc/varasm.c:1338: (Each undeclared identifier is reported only once
../../egcs/gcc/varasm.c:1338: for each function it appears in.)
gmake[2]: *** [varasm.o] Error 1
gmake[2]: Leaving directory `/files/pfeifer/OBJ-2306-08:21/gcc'
gmake[1]: *** [bootstrap] Error 2
gmake[1]: Leaving directory `/files/pfeifer/OBJ-2306-08:21/gcc'
gmake: *** [bootstrap] Error 2
---- cut here ----

Hope this helps,
Gerald
-- 
Gerald Pfeifer (Jerry)      Vienna University of Technology
pfeifer@dbai.tuwien.ac.at   http://www.dbai.tuwien.ac.at/~pfeifer/




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