Definition of these two macros are corrected by adding matchine right paren.
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 13 Apr 2004 16:57:19 +0000 (16:57 +0000)
committerFariborz Jahanian <fjahanian@gcc.gnu.org>
Tue, 13 Apr 2004 16:57:19 +0000 (16:57 +0000)
OKed by Aldy Hernandez.

From-SVN: r80646

gcc/ChangeLog
gcc/config/rs6000/altivec.h

index 10ef23ca276e986eac72482076231d3866900782..ae06d123b76e997b6578c1ced5a3bb35fc56e415 100644 (file)
@@ -1,3 +1,9 @@
+2004-04-12  Fariborz Jahanian <fjahanian@apple.com>
+
+       * config/rs6000/altivec.h (vec_mergeh, vec_mergel):
+       Definition of these two macros are corrected by adding
+       matchine right paren.
+
 2004-04-12  Jonathan Larmour  <jifl@eCosCentric.com>
 
        * fix-header.c: kill(), putenv() and tzset() are POSIX not ANSI.
index 632f03930ff1390e070e825c23ba520be70d205c..c7af58f486d6bafeaaaa96ecc2a4e94e4f8bdfa7 100644 (file)
@@ -8902,7 +8902,7 @@ __ch (__bin_args_eq (vector unsigned int, (a1), vector unsigned int, (a2)), \
       ((vector unsigned int) __builtin_altivec_vmrghw ((vector signed int) (a1), (vector signed int) (a2))), \
 __ch (__bin_args_eq (vector bool int, (a1), vector bool int, (a2)), \
       ((vector bool int) __builtin_altivec_vmrghw ((vector signed int) (a1), (vector signed int) (a2))), \
-    __builtin_altivec_compiletime_error ("vec_mergeh")))))))))))
+    __builtin_altivec_compiletime_error ("vec_mergeh"))))))))))))
 
 #define vec_vmrghw(a1, a2) \
 __ch (__bin_args_eq (vector float, (a1), vector float, (a2)), \
@@ -8950,7 +8950,7 @@ __ch (__bin_args_eq (vector unsigned int, (a1), vector unsigned int, (a2)), \
       ((vector unsigned int) __builtin_altivec_vmrglw ((vector signed int) (a1), (vector signed int) (a2))), \
 __ch (__bin_args_eq (vector bool int, (a1), vector bool int, (a2)), \
       ((vector bool int) __builtin_altivec_vmrglw ((vector signed int) (a1), (vector signed int) (a2))), \
-    __builtin_altivec_compiletime_error ("vec_mergel"))))))))
+    __builtin_altivec_compiletime_error ("vec_mergel"))))))))))))
 
 #define vec_vmrglw(a1, a2) \
 __ch (__bin_args_eq (vector float, (a1), vector float, (a2)), \