This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: inline of elem_hash failed


On Tue, Sep 23, Ulrich Drepper wrote:

> Thorsten Kukuk wrote:
> > with gcc 3.3.1 I get a lot of:
> > 
> > ../locale/elem-hash.h:24: warning: inlining failed in call to `elem_hash'
> 
> I need more context.  Where is it called?

In file included from regex.c:51:
regcomp.c: In function `parse_bracket_exp':
../locale/elem-hash.h:24: warning: inlining failed in call to `elem_hash'
regcomp.c:34: warning: called from here


I also found:

In file included from johab.c:411:
../iconv/skeleton.c: In function `gconv':
johab.c:137: warning: inlining failed in call to `johab_sym_hanja_to_ucs'
../iconv/skeleton.c:144: warning: called from here
In file included from johab.c:411:
johab.c:137: warning: inlining failed in call to `johab_sym_hanja_to_ucs'
../iconv/skeleton.c:144: warning: called from here
In file included from johab.c:411:
johab.c:137: warning: inlining failed in call to `johab_sym_hanja_to_ucs'
../iconv/skeleton.c:144: warning: called from here


And a warning about a possible uninitialized variablen usage:

../sysdeps/i386/backtrace.c: In function `__backtrace':
../sysdeps/i386/backtrace.c:50: warning: `ebp' might be used uninitialized in this function


   Thorsten

-- 
Thorsten Kukuk       http://www.suse.de/~kukuk/        kukuk@suse.de
SuSE Linux AG        Deutschherrnstr. 15-19        D-90429 Nuernberg
--------------------------------------------------------------------    
Key fingerprint = A368 676B 5E1B 3E46 CFCE  2D97 F8FD 4E23 56C6 FB4B


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