DescriptionUse no_strict_aliasing=1 by default.
This will turn on -fno-strict-aliasing. There are regular aliasing problems
in the codebase and at least one of these was not caught by -Wall -Werror
so defaulting to -fno-strict-aliasing seems like a good idea especially
given the increased popularity of gcc 4.4 with it's use in karmic, fedora and in
chromeos chroot builds et. al.
The long term plan is to have some test infrastructure in place that will test
4.4 binaries and to fix the aliasing issues.
BUG=28749
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=36151
Patch Set 1 #
Total comments: 1
Patch Set 2 : do it for all compilers #Messages
Total messages: 3 (0 generated)
|