Skip to content
This repository was archived by the owner on Jun 20, 2019. It is now read-only.

Commit 02118b4

Browse files
authored
Merge pull request #594 from belka-ew/gcc-8-20180114
Update to gcc-8-20180114
2 parents d8b53e8 + aca4885 commit 02118b4

File tree

2 files changed

+9
-19
lines changed

2 files changed

+9
-19
lines changed

gcc.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
gcc-8-20180107
1+
gcc-8-20180114

gcc/d/patches/patch-targetdm-8.patch

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1430,15 +1430,15 @@ The following OS versions are implemented:
14301430
tm_p_include_list
14311431
tm_p_file_list
14321432
tm_defines
1433-
@@ -11804,6 +11807,7 @@ fi
1433+
@@ -11808,6 +11811,7 @@ fi
14341434

14351435
tm_file="${tm_file} defaults.h"
14361436
tm_p_file="${tm_p_file} tm-preds.h"
14371437
+tm_d_file="${tm_d_file} defaults.h"
14381438
host_xm_file="auto-host.h ansidecl.h ${host_xm_file}"
14391439
build_xm_file="${build_auto} ansidecl.h ${build_xm_file}"
14401440
# We don't want ansidecl.h in target files, write code there in ISO/GNU C.
1441-
@@ -12173,6 +12177,21 @@ for f in $tm_p_file; do
1441+
@@ -12177,6 +12181,21 @@ for f in $tm_p_file; do
14421442
esac
14431443
done
14441444

@@ -1460,34 +1460,24 @@ The following OS versions are implemented:
14601460
xm_file_list=
14611461
xm_include_list=
14621462
for f in $xm_file; do
1463-
@@ -18442,7 +18461,7 @@ else
1463+
@@ -18446,7 +18465,7 @@ else
14641464
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
14651465
lt_status=$lt_dlunknown
14661466
cat > conftest.$ac_ext <<_LT_EOF
1467-
-#line 18445 "configure"
1468-
+#line 18464 "configure"
1467+
-#line 18449 "configure"
1468+
+#line 18468 "configure"
14691469
#include "confdefs.h"
14701470

14711471
#if HAVE_DLFCN_H
1472-
@@ -18548,7 +18567,7 @@ else
1472+
@@ -18552,7 +18571,7 @@ else
14731473
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
14741474
lt_status=$lt_dlunknown
14751475
cat > conftest.$ac_ext <<_LT_EOF
1476-
-#line 18551 "configure"
1477-
+#line 18570 "configure"
1476+
-#line 18555 "configure"
1477+
+#line 18574 "configure"
14781478
#include "confdefs.h"
14791479

14801480
#if HAVE_DLFCN_H
1481-
@@ -29559,6 +29578,9 @@ fi
1482-
1483-
1484-
1485-
+
1486-
+
1487-
+
1488-
1489-
1490-
14911481
--- a/gcc/configure.ac
14921482
+++ b/gcc/configure.ac
14931483
@@ -1724,6 +1724,7 @@ AC_SUBST(build_subdir)

0 commit comments

Comments
 (0)