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

Re: Two Patches for MiNT 1.09



In message <2c792754155773@anuurn.do.open.de> you write:
>... 
> Another (small) problem in dosound() (xbios.c): when it is compiled
> with Pure C, the #&$$@6"6$& optimizer silently removes the statement
> "(void)(*((volatile char *)ptr));".
>... 
>  Martin Koehling | mk@anuurn.do.open.de | Martin_Koehling@un.maus.ruhr.de
> 

The problem with this is then that the Lattice optimiser makes note of the
unused optimisation which its deleting; can we conditionalise this on
compilers which have broken volatile handling?
Alex Kiernan.
alex@falcon.demon.co.uk