aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.c
diff options
context:
space:
mode:
authorPhilippe De Muyter <phdm@macqel.be>1999-11-10 18:57:21 +0100
committerKaveh Ghazi <ghazi@gcc.gnu.org>1999-11-10 17:57:21 +0000
commit6c9821b783ceb6f2b12b40980af5b384f112ed89 (patch)
tree3f1f607d7e9b02c763f4e7b5e8778d0e4ee8373e /gcc/rtl.c
parent8bfa6fc532f4fd28091c639b39f058404f779265 (diff)
downloadgcc-6c9821b783ceb6f2b12b40980af5b384f112ed89.zip
gcc-6c9821b783ceb6f2b12b40980af5b384f112ed89.tar.gz
gcc-6c9821b783ceb6f2b12b40980af5b384f112ed89.tar.bz2
ansidecl.h: Define and test `GCC_VERSION', not `HAVE_GCC_VERSION'.
include: * ansidecl.h: Define and test `GCC_VERSION', not `HAVE_GCC_VERSION'. gcc: * cppinit.c: Test `GCC_VERSION', not `HAVE_GCC_VERSION'. * gansidecl.h: Likewise. * rtl.c: Likewise. * rtl.h: Likewise. * toplev.h: Likewise. * tree.c: Likewise. * tree.h: Likewise. * varray.c: Likewise. * varray.h: Likewise. gcc/cp: * cp-tree.h: Test `GCC_VERSION', not `HAVE_GCC_VERSION'. gcc/f: * proj.h: Test `GCC_VERSION', not `HAVE_GCC_VERSION'. Co-Authored-By: Kaveh R. Ghazi <ghazi@caip.rutgers.edu> From-SVN: r30477
Diffstat (limited to 'gcc/rtl.c')
-rw-r--r--gcc/rtl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtl.c b/gcc/rtl.c
index 80b791d..77800e3 100644
--- a/gcc/rtl.c
+++ b/gcc/rtl.c
@@ -1128,7 +1128,7 @@ read_rtx (infile)
return return_rtx;
}
-#if defined ENABLE_CHECKING && HAVE_GCC_VERSION(2,7)
+#if defined ENABLE_CHECKING && (GCC_VERSION >= 2007)
void
rtl_check_failed_bounds (r, n, file, line, func)
rtx r;