Commit fa69d74b by Jakub Jelinek Committed by Jakub Jelinek

re PR c/83117 (FAIL: gcc.target/x86_64/abi/ms-sysv/ms-sysv.c (test for excess errors))

	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
parent 5e9d6aa4
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>
......
......@@ -392,7 +392,7 @@ static void make_do_tests_decl (const vector<class arg> &args, ostream &out)
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 << ") (";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment