Group, just updated to gcc341 and am getting a silly core dump in fortran core.
I'm using the following compile flags: g77 -c -O6 -ffast-math -malign-double -funsafe-math-optimizations -fno-trapping-math -fexpensive-optimizations -finline-functions -finline-limit=100000 -fstrength-reduce -fgcse -fgcse-lm -fgcse-sm -msse2 -mfpmath=sse -march=pentium4 -fno-underscoring -fno-f2c -Wall -Winline -Wunused -Wuninitialized -ffixed-line-length-132 src.f -o src.o Adding -mno-cygwin has no effect. I've narrowed down where shit is happening: in a call to intrinsic min()! Doesn't happen in a small stand-alone test code. It also doesn't happen under mingw gcc341. anybody else observing similar crap? H. Brian Ford wrote: > On Tue, 24 Aug 2004, Gerrit P. Haase wrote: > >> I've made a release candidate of gcc 3.4 available for download. >> >> NEWS >> ==== >> Too many changes to list here in detaili. Please see the official >> docs at http://gcc.gnu.org/gcc-3.4 and >> http://gcc.gnu.org/gcc-3.4/changes.html > > Should I assume this means my DWARF2 patches are not yet included :-(. > Just curious if there is any more effective way of bribing, oops..., I > meant pleading with you ;-). > > * http://sources.redhat.com/ml/cygwin/2004-06/msg00583.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/