Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
e435bddb
Commit
e435bddb
authored
Sep 12, 2007
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert ill-starred change to ICC anti-aliasing switches. Per
Jeremy Drake.
parent
6ee3b2df
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
configure
configure
+4
-4
configure.in
configure.in
+3
-3
No files found.
configure
View file @
e435bddb
...
...
@@ -3120,11 +3120,11 @@ echo "${ECHO_T}no" >&6
fi
rm
-f
conftest.err conftest.
$ac_objext
conftest.
$ac_ext
#
ICC prefers to spell the no-strict-aliasing switch like this
echo
"
$as_me
:
$LINENO
: checking if
$CC
supports -fno-
alias
"
>
&5
echo
$ECHO_N
"checking if
$CC
supports -fno-
alias
...
$ECHO_C
"
>
&6
#
Make sure strict aliasing is off (though this is said to be the default)
echo
"
$as_me
:
$LINENO
: checking if
$CC
supports -fno-
strict-aliasing
"
>
&5
echo
$ECHO_N
"checking if
$CC
supports -fno-
strict-aliasing
...
$ECHO_C
"
>
&6
pgac_save_CFLAGS
=
$CFLAGS
CFLAGS
=
"
$pgac_save_CFLAGS
-fno-
alias
"
CFLAGS
=
"
$pgac_save_CFLAGS
-fno-
strict-aliasing
"
cat
>
conftest.
$ac_ext
<<
_ACEOF
/* confdefs.h. */
_ACEOF
...
...
configure.in
View file @
e435bddb
dnl Process this file with autoconf to produce a configure script.
dnl $PostgreSQL: pgsql/configure.in,v 1.52
5 2007/09/11 19:50:2
5 tgl Exp $
dnl $PostgreSQL: pgsql/configure.in,v 1.52
6 2007/09/12 14:28:5
5 tgl Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
...
...
@@ -291,8 +291,8 @@ elif test "$ICC" = yes; then
# Intel's compiler has a bug/misoptimization in checking for
# division by NAN (NaN == 0), -mp1 fixes it, so add it to the CFLAGS.
PGAC_PROG_CC_CFLAGS_OPT([-mp1])
#
ICC prefers to spell the no-strict-aliasing switch like this
PGAC_PROG_CC_CFLAGS_OPT([-fno-
alias
])
#
Make sure strict aliasing is off (though this is said to be the default)
PGAC_PROG_CC_CFLAGS_OPT([-fno-
strict-aliasing
])
elif test x"${CC}" = x"xlc"; then
# AIX xlc has to have strict aliasing turned off too
PGAC_PROG_CC_CFLAGS_OPT([-qnoansialias])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment