Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e9cd1c7

Browse files
committed
Get Tru64/cc to compile. Need to add -ieee so that it doesn't choke on
0.0/0.0. That option appears to affect the regression test result as well. The compiler documentation doesn't recommend -O4 for universal use, so let's stick to the conservative -O (== -O2) by default.
1 parent 8e8816c commit e9cd1c7

File tree

3 files changed

+1
-300
lines changed

3 files changed

+1
-300
lines changed

src/template/osf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
if test "$GCC" != yes ; then
22
CC="$CC -std"
3-
CFLAGS="-O4 -Olimit 2000"
3+
CFLAGS="-O -ieee"
44
fi
55

66
THREAD_SUPPORT=yes

src/test/regress/expected/float8-fp-exception.out

Lines changed: 0 additions & 298 deletions
This file was deleted.

src/test/regress/resultmap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ float8/i.86-.*-freebsd[234]=float8-small-is-zero
1111
float8/i.86-.*-openbsd=float8-small-is-zero
1212
float8/i.86-.*-netbsd=float8-small-is-zero
1313
float8/.*-qnx=float8-exp-three-digits
14-
float8/alpha.*-dec-osf.*:cc=float8-fp-exception
1514
float8/i.86-pc-cygwin=float8-small-is-zero
1615
horology/.*-aix4=horology-solaris-1947
1716
horology/.*-aix5=horology-solaris-1947

0 commit comments

Comments
 (0)