PR c/83117
* gcc.target/x86_64/abi/ms-sysv/gen.cc (make_do_tests_decl): Drop
const from do_test_{u,v}*.
From-SVN: r255196
+2017-11-28 Jakub Jelinek <jakub@redhat.com>
+
+ PR c/83117
+ * gcc.target/x86_64/abi/ms-sysv/gen.cc (make_do_tests_decl): Drop
+ const from do_test_{u,v}*.
+
2017-11-28 Julia Koval <julia.koval@intel.com>
Sebastian Peryt <sebastian.peryt@intel.com>
continue;
comma.reset ();
- out << "static __attribute__ ((ms_abi)) long (*const do_test_"
+ out << "static __attribute__ ((ms_abi)) long (*do_test_"
<< (unaligned ? "u" : "")
<< (varargs ? "v" : "") << i << ") (";