On Wed, Aug 08, 2001 at 11:04:50AM -0500, Steve Snyder wrote:
> My experience is that use of the "-fomit-frame-pointer" switch will also 
> break C++ code compiled with RedHat's compiler.  Sometimes the problem is 
> manifested as an ICE (Mozilla 0.9.2) and sometimes the code will compile 
> but cause a fault at runtime (kdelibs 2.1.x).

Are the ICEs in bugzilla?
Runtime faults need to be distilled into a testcase, and Bero said KDE
compiled with -fomit-frame-pointer works just fine for him, so somebody else
has to submit a testcase. But ICEs are easy to test and not hard to debug
(usually).

But -fschedule-insns will not work properly with any gcc out there on IA-32,
it is just luck that your particular code does not ICE with particular version of
compiler.

        Jakub



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to