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]
Other format: [Raw text]

Re: [tree-ssa] Enable warnings for libbanshee


Daniel Berlin <dberlin@dberlin.org> writes:

>> On Feb 29, 2004, at 9:37 AM, Andreas Jaeger wrote:
> [...]
>
> I'm actually a maintainer upstream as of today now (should have
> checked  my email first), so i can commit them actually.

Excellent!

> That's why i just said i'd fix them all.

Fine.

>> I'm more concerned with the following warnings which are basically:
>> - type-punning warnings
>
> These are going to be pretty hard to get rid of. It's easier to
> compile  with -fno-strict-aliasing than it would be to actually fix
> these.  This  is what we used to do, but someone tried to bootstrap
> with cc on Irix.
> I'll see about fixing them.
>
>
>
>> - casts
>> - returns in a void function
> These are coming from some part of the list macro that is stupidly
> defined.
>
>
>> - initilizations where const is removed
>
> You can completely disable dot.c's code if you want, we don't use it
> (it's for printing inclusion constraint graphs).

If we do not need it, let's remove it from engine/Makefile.am so it
will not get compiled at all.  Can you do that?  I have too many local
patches in my tree right now...

Andreas
-- 
 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj
  SuSE Linux AG, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126

Attachment: pgp00000.pgp
Description: PGP signature


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