Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite9cd1c7

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, solet's stick to the conservative -O (== -O2) by default.
1 parent8e8816c commite9cd1c7

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)

[8]ページ先頭

©2009-2025 Movatter.jp