diff options
author | kristerw <kristerw@pkgsrc.org> | 2003-08-02 17:52:14 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2003-08-02 17:52:14 +0000 |
commit | 19ee3342c078b94f9497b26ec1e9323e70a341be (patch) | |
tree | 9b487a987cf2020668449f3df67403a44874f334 /doc | |
parent | 785cebd93814f68f9329846f6eda5a301af3c3a2 (diff) | |
download | pkgsrc-19ee3342c078b94f9497b26ec1e9323e70a341be.tar.gz |
Document devel/ftnchek hack for gcc 2.95.3/arm -O2 lossage.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HACKS | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/HACKS b/doc/HACKS index 1285fd416c8..2e1401bc6fb 100644 --- a/doc/HACKS +++ b/doc/HACKS @@ -1,4 +1,4 @@ -# $NetBSD: HACKS,v 1.16 2003/07/23 16:06:30 salo Exp $ +# $NetBSD: HACKS,v 1.17 2003/08/02 17:52:14 kristerw Exp $ # # This file is intended to document workarounds for currently unsolved # (mostly) compiler bugs. @@ -370,3 +370,11 @@ descr When compiling with -O or -O2, gcc dies with an internal compiler error on crypt.c. Turning off optimization fixes this. kcah + +hack gcc 2.95.3/arm -O2 bug +cdate 2 Aug 2003 +who kristerw +port arm +file devel/ftnchek/Makefile : 1.13 +descr Internal compiler error for fortran.c when -O2. Use -O1 instead. +kcah |