<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
On Mon, 2010-11-01 at 12:17 -0700, Jeremy Huddleston wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
    <TT><FONT COLOR="#1a1a1a">1) It is *NOT* a warning flag.&nbsp; Using CWARNFLAGS should *only* enable warnings, not change the resulting assembly.</FONT></TT><BR>
    <BR>
    <TT><FONT COLOR="#1a1a1a">2) It was never intended to be in all of the modules.&nbsp; It landed there by accident when the code was copy/pasted from one configure.ac to another and then into util-macros.</FONT></TT><BR>
    <BR>
    <TT><FONT COLOR="#1a1a1a">3) Performance gains are not in consideration here.</FONT></TT><BR>
    <BR>
</BLOCKQUOTE>
I totally agree, but it does not justify simply removing the offending flag as if it had never existed. It does have an impact on the binaries, some modules need it, other don't, but we don't know which ones for sure. That's my understanding, I could be wrong.<BR>
<BR>
I have made a concrete proposal:<BR>
<BR>
<OL TYPE=1>
    <LI TYPE=1 VALUE=1>It preserves backward compatibility so previous versions are unaffected when configured with the latest util-macros
    <LI TYPE=1 VALUE=2>It provides a low risk approach which I believe will be supported by reviewers.
    <LI TYPE=1 VALUE=3>It gets you where you want to be, but perhaps not in &quot;one go&quot;
</OL>
I'd like to hear how this proposal will not provide the end result you are looking for. There must be a misunderstand somewhere, so we have to keep working hard to find it.<BR>
<BR>
<BR>
===============================================================================<BR>
This is what I had found at the time:<BR>
<BR>
<PRE>
Modules which had CWARNFLAGS added a year ago *and* did not have -fno-strict-aliasing option prior to that:

</PRE>
<BLOCKQUOTE>
<PRE>
font=        &quot;util&quot;
app=        &quot;appres bdftopcf beforelight bitmap editres fonttosfnt fslsfonts fstobdf iceauth \
        ico listres luit mkcomposecache mkfontscale oclock rendercheck rgb rstart&nbsp; sessreg setxkbmap \
        showfont smproxy viewres x11perf xauth xbacklight xbiff xcalc xclipboard xclock xcmsdb xconsole \
        xcursorgen xdbedizzy xdm xdpyinfo xdriinfo xedit xev xeyes xf86dga xfd xfontsel xfs xfsinfo \
        xgamma xgc xhost xinit xkbcomp xkbevd xkbprint xkbutils xkill xload xlogo xlsatoms xlsclients \
        xlsfonts xmag&nbsp; xman xmessage xmh xmodmap xmore xprop xrandr xrdb xrefresh xscope xset xsetmode \
        xsetpointer xsetroot xsm xstdcmap xvidtune xvinfo xwd xwininfo xwud&quot;
lib=&quot;        libAppleWM         libdmx                 libfontenc         libFS                 libpciaccess         libWindowsWM \
        libXaw                 libXcomposite         libXcursor         libXdamage         libXdmcp         libXext \
        libXfixes         libXi                 libXinerama         libxkbfile         libXmu                 libXrandr \
        libXrender         libXScrnSaver         libXt                 libXtst         libXv                 libXvMC \
        libXxf86dga&quot;
driver=&quot;xf86-input-acecad         xf86-input-aiptek         xf86-input-evdev \
        xf86-input-joystick         xf86-input-keyboard         xf86-input-mouse \
        xf86-input-wacom         xf86-video-cirrus         xf86-video-mach64 \
        xf86-video-qxl                 xf86-video-siliconmotion&quot;
</PRE>
</BLOCKQUOTE>
<PRE>


Modules which never had -fno-strict-aliasing nor any warning flags of any kind and still don't today:

</PRE>
<BLOCKQUOTE>
<PRE>
app=&quot;mkfontdir scripts twm xditview xinput&quot;
lib=&quot;libXxf86vm&quot;
driver=&quot;xf86-input-synaptics        xf86-input-vmmouse \
        xf86-input-void                xf86-video-apm                xf86-video-ark \
        xf86-video-ast                xf86-video-ati                xf86-video-chips \
        xf86-video-dummy        xf86-video-fbdev\
        xf86-video-glint         xf86-video-i128         xf86-video-i740        \
        xf86-video-mga                xf86-video-neomagic        xf86-video-newport \
        xf86-video-nv                xf86-video-r128 \
        xf86-video-rendition        xf86-video-s3                xf86-video-s3virge \
        xf86-video-savage        xf86-video-sis                xf86-video-sisusb \
        xf86-video-suncg14        xf86-video-suncg3        xf86-video-suncg6 \
        xf86-video-sunffb         xf86-video-sunleo        xf86-video-suntcx \
        xf86-video-tdfx         xf86-video-tga                xf86-video-trident \
        xf86-video-tseng        xf86-video-v4l                xf86-video-vesa \
        xf86-video-vmware        xf86-video-voodoo        xf86-video-wsfb \
        xf86-video-xgi                xf86-video-xgixp &quot;
</PRE>
</BLOCKQUOTE>
<PRE>

Modules which had -fno-strict-aliasing for a long time (prior to CWARNFLAGS era)

</PRE>
<BLOCKQUOTE>
<PRE>
lib=&quot;libICE libSM libX11 libXau libXfont libXft libXpm libXres&quot;
driver=&quot;xf86-video-intel xf86-video-geode xf86-video-radeonhd&quot;
xserver
</PRE>
</BLOCKQUOTE>
========================================================================<BR>
<BR>
Gaetan
</BODY>
</HTML>