public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* "*INTERNAL*" appended to function name bootstrap failure
@ 2001-12-04 11:34 David Edelsohn
  2001-12-04 11:36 ` Mark Mitchell
  0 siblings, 1 reply; 11+ messages in thread
From: David Edelsohn @ 2001-12-04 11:34 UTC (permalink / raw)
  To: Mark Mitchell, Nathan Sidwell; +Cc: gcc

	AIX bootstrap failed today because of a syntax error in the
assembly output while trying to compile
libstdc++-v3/libsupc++/eh_aux_runtime.cc .  The syntax error is that G++
is appending " *INTERNAL*" to the function name.

	gcc/cp/mangle.c says:

   We also need to provide mangled names for the maybe-in-charge
   constructor, so we treat it here too.  mangle_decl_string will
   append *INTERNAL* to that, to make sure we never emit it.

Guess what?  We're emitting it!

David

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2001-12-06 17:34 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-04 11:34 "*INTERNAL*" appended to function name bootstrap failure David Edelsohn
2001-12-04 11:36 ` Mark Mitchell
2001-12-04 12:57   ` David Edelsohn
2001-12-04 14:03     ` Mark Mitchell
2001-12-04 14:07       ` David Edelsohn
2001-12-04 14:11         ` Jakub Jelinek
2001-12-04 14:17           ` David Edelsohn
2001-12-05  5:35   ` Andreas Jaeger
2001-12-05  7:48     ` David Edelsohn
2001-12-05  8:27       ` Andreas Jaeger
2001-12-06  9:45         ` Alexandre Oliva

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).