bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

strict aliasing problem in GNU Mach


From: Gianluca Guida
Subject: strict aliasing problem in GNU Mach
Date: Sun, 22 Jan 2006 17:06:26 +0100

Hi,

Among lot of warning, while compiling GNU Mach with recent gcc's we
get lot of warnings related to strict aliasing optimization. This
might lead the compiler into producing incorrect code.

I personally think that instead of modifying GNU Mach's code (and
limit our cast usage) we  can simply get rid of this invasive
optimization by adding to CFLAGS -fno-strict-aliasing.

What do you think?

Gianluca

--
It was a type of people I did not know, I found them very strange and
they did not inspire confidence at all. Later I learned that I had been
introduced to electronic engineers.
                                                  E. W. Dijkstra




reply via email to

[Prev in Thread] Current Thread [Next in Thread]