Date: Fri, 17 Dec 1999 15:20:48 +0100 (CET) From: Pascal Hofstee <daeron@shadowmere.student.utwente.nl> To: freebsd-current@freebsd.org Subject: minor gcc-issue ? Message-ID: <Pine.BSF.4.21.9912171510200.64674-100000@shadowmere.student.utwente.nl>
next in thread | raw e-mail | index | archive | help
Hi, While tracing a bug with my Mozilla Tinderbox-builds continuously rasing SIGFPE's I starting searching for the gcc-option -mieee-fp as suggested by people from the Mozilla-team. I couldn't find that option in the gcc-man-pages so I started searching for it in the gcc source-tree. I eventually came across the following oditity in /usr/src/contrib/gcc/config/i386 freebsd-aout.h: #define TARGET_DEFAULT \ (MASK_80387 | MASK_IEEE_FP | MASK_FLOAT_RETURNS | MASK_NO_FANCY_MATH_387) freebsd.h: #define TARGET_DEFAULT (MASK_NO_FANCY_MATH_387 | 0301) apparently the defines for MASK_80387 | MASK_IEEE_FP | MASK_FLOAT_RETURNS got combined into one single octal value. If have doubts that this is actually intended. -------------------- Pascal Hofstee - daeron@shadowmere.student.utwente.nl -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GCS d- s+: a-- C++ UB++++ P+ L- E--- W- N+ o? K- w--- O? M V? PS+ PE Y-- PGP-- t+ 5 X-- R tv+ b+ DI D- G e* h+ r- y+ ------END GEEK CODE BLOCK------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.9912171510200.64674-100000>