mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Rich Felker <dalias@aerifal.cx>
To: musl@lists.openwall.com
Subject: Re: Cleanup patches
Date: Tue, 7 Jun 2011 11:39:18 -0400	[thread overview]
Message-ID: <20110607153918.GI191@brightrain.aerifal.cx> (raw)
In-Reply-To: <E213A1D0-A608-48A9-A1AE-96CCBEB88702@palsenberg.com>

On Tue, Jun 07, 2011 at 05:26:22PM +0200, Igmar Palsenberg wrote:
> The assembler doesn't see those flags. Those flags are simply
> ignore, but clang does complain about them.

What about things like -m32? Surely that affects the assembler.

> >> I need to check. I get out of bounds warning with this code. I'll
> >> check and update this code.
> > 
> > Yes, you'll get array bounds warnings. You can leave this warning off
> > unless clang is really miscompiling the code, in which case I'll have
> > to make some larger changes...
> 
> Probably not. I might run a case through valgrind to see if it comes up (and if possible, since the last time I checked valgrind, it couldn't handle static binaries).

Just test malloc and make sure it works. If clang generated wrong
code, it will fail catastrophically.

> >>> I'm guessing this might be an issue of some 32-bit x86 compilers
> >>> disagreeing on whether wchar_t is "int" or "long". Traditionally it
> >>> was "long" which worked but was obviously stupid conceptually. I don't
> >>> know a good way to make musl's wchar.h adapt to what the compiler
> >>> wants though...
> >> 
> >> The cast should be OK. In cases where it is correct (and the cast
> >> isn't necessary), it is simply a NOOP.
> > 
> > No, the cast, like ALMOST ALL CASTS, hides a bug: that wchar_t is
> > defined in an inconsistent way. It's actively harmful.
> 
> I'll make a proper fix for that.

I think it should be fixed in git. Please tell me if it's not.

> The code is normally something like :
> 
> weak_alias(real, alias);
> where real is a static function.
> 
> clang then barked about the function being unused. If I expand the
> macro (gcc -E), and replace weak_alias(...) with the expanded form,
> I get an error that an alias won't work on a static function.

Are you sure you didn't botch the macro expansion? If you did it right
and the warnings/errors differ, that's a bug in clang, I think... Can
you show an example of the expansion you did? (just the relevant lines)

> I need to dive into this to see who to blame :)

:)

Rich


  reply	other threads:[~2011-06-07 15:39 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-06 15:40 Igmar Palsenberg
2011-06-06 17:13 ` Szabolcs Nagy
2011-06-06 17:32   ` Rich Felker
2011-06-06 18:31     ` Szabolcs Nagy
2011-06-06 18:58       ` Rich Felker
2011-06-07  8:44     ` Igmar Palsenberg
2011-06-07  9:06       ` Szabolcs Nagy
2011-06-07  9:08         ` Igmar Palsenberg
2011-06-07 14:51       ` Rich Felker
2011-06-07 15:26         ` Igmar Palsenberg
2011-06-07 15:39           ` Rich Felker [this message]
2011-06-07 10:29   ` Igmar Palsenberg
2011-06-06 22:09 ` Rich Felker
2011-06-06 22:13 ` Rich Felker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110607153918.GI191@brightrain.aerifal.cx \
    --to=dalias@aerifal.cx \
    --cc=musl@lists.openwall.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

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 NNTP newsgroup(s).