gcc/testsuite/ChangeLog:
2017-07-05 Kelvin Nilsen <kelvin@gcc.gnu.org>
PR target/80103
* gcc.target/powerpc/pr80103-1.c (void b): Correct spelling of
__attribute__.
From-SVN: r250008
+2017-07-05 Kelvin Nilsen <kelvin@gcc.gnu.org>
+
+ PR target/80103
+ * gcc.target/powerpc/pr80103-1.c (void b): Correct spelling of
+ __attribute__.
+
2017-07-05 Sebastian Peryt <sebastian.peryt@intel.com>
* gcc.target/i386/avx512f-vaddsd-3.c: New test for mask 0 verification.
int a;
void b (__attribute__ ((__vector_size__ (16))) char c)
{
- a = ((__attributes__ ((__vector_size__ (2 * sizeof (long)))) long) c)[0];
+ a = ((__attribute__ ((__vector_size__ (2 * sizeof (long)))) long) c)[0];
}