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]

Formatting error in ld


I believe that in the following error message there definitely should be
at least one space, better two, between the symbol and the filename:

  Undefined                       first referenced
   symbol                             in file
  TRULE<ATOM, TLITERAL<ATOM> >::isSafe(void)dl.o

When the function is const, the error message even becomes ambiguous.  

  Undefined                       first referenced
   symbol                             in file
  TRULE<ATOM, TLITERAL<ATOM> >::isSafe(void) constdl.o

(Is the functions const and the filename "dl.o" or is the function
non-const and the filename "constdl.o"?) 


This happens on sparc-sun-solaris2.5.1 with gcc version egcs-2.90.13
971016 (gcc2-970802 experimental).


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]