This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Mindless ABI adherence
- To: gcc-bugs at gcc dot gnu dot org
- Subject: Re: Mindless ABI adherence
- From: "D. J. Bernstein" <djb at cr dot yp dot to>
- Date: 19 Oct 2001 06:38:58 -0000
- Automatic-Legal-Notices: Copyright 2001, D. J. Bernstein. My transmission of this message to you does not constitute a copyright waiver or any other limitation of my rights, even if you have told me otherwise.
- Cc: djb at cr dot yp dot to
- References: <20011019040809.4210.qmail@cr.yp.to> <20011019071903.A11585@daikokuya.demon.co.uk>
Neil Booth writes:
> Just because a function is static doesn't mean it can't be called from
> outside the translation unit.
Ah. Next I suppose you'll tell me that it's impossible for gcc to figure
out whether an inline function can be eliminated.
---Dan