aboutsummarylogtreecommitdiffstats
path: root/gcc8.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gcc8.patch')
-rw-r--r--gcc8.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/gcc8.patch b/gcc8.patch
new file mode 100644
index 000000000000..a16230dd1de0
--- /dev/null
+++ b/gcc8.patch
@@ -0,0 +1,14 @@
+diff -u Template/LO/SubProcesses/genps.f Template/LO/SubProcesses/genps.f
+--- a/Template/LO/SubProcesses/genps.f
++++ b/Template/LO/SubProcesses/genps.f
+@@ -41,7 +41,7 @@
+ integer mincfig,maxcfig !Range of configurations
+ integer invar
+ double precision wgt !(input and output)
+- double precision x(maxdim),p(maxdim) !x,p (output) [p(0:3,nexternal)]
++ double precision x(maxdim),p(*) !x,p (output) [p(0:3,nexternal)]
+ c
+ c Local
+ c
+
+Diff finished. Tue Jun 26 11:32:30 2018