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

Re: [testcase] Simplified testcases why current gcc trunk cannot compile glibc


On Oct 15, 2001, Jakub Jelinek <jakub@redhat.com> wrote:

> Yeah, sure. Unfortunately, it wouldn't help in this case (ld.so is flag_pic,
> thus both "s" and "i" constraints don't work and "m" or "r" really need
> function context (since gcc has to set the arguments up).

How about `X'?

> I prefer something like __attribute__((used)) and __attribute__((noinline)),

I'm looking into implementing attribute noinline, but it won't help
getting code generated for a static function that isn't explicitly
referenced in C code.  I'll see if I can get attribute used
implemented along with it.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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