gcc/testsuite/ChangeLog:
PR c/81854
* gcc.target/i386/pr80732.c: Correct a type error.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@253100
138bc75d-0d04-0410-961f-
82ee72b054a4
+2017-09-22 Martin Sebor <msebor@redhat.com>
+
+ PR c/81854
+ * gcc.target/i386/pr80732.c: Correct a type error.
+
2017-09-22 David Malcolm <dmalcolm@redhat.com>
* g++.dg/diagnostic/param-type-mismatch.C: Update expected results
return a * b + c;
}
-static void *f2_resolve(void)
+static __typeof__ (f2_fma)* f2_resolve(void)
{
__builtin_cpu_init ();
if (__builtin_cpu_supports("fma"))