This is the mail archive of the gcc@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]

alphaev6-dec-osf4.0f bootstrap failing due to constructor encoding


Digging further into the alpha bootstrap failures due to crtfastmath.o
comparison errors I see that start_cdtor calls get_file_function_name
which calls get_file_function_name_long which calls append_random_chars
if this isn't the first global object.

How can a file compiled as part of bootstrapping (i.e. crtfastmath)
pass compare if random characters are in it's name?  Why are they
appended to the name of a constructor and how random do the characters
need to be?

-- John
-------------------------------------------------------------------------
|   Feith Systems  |   Voice: 1-215-646-8000  |  Email: john@feith.com  |
|    John Wehle    |     Fax: 1-215-540-5495  |                         |
-------------------------------------------------------------------------


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