]> gcc.gnu.org Git - gcc.git/commitdiff
Revert "PR bootstrap/53459 - unused local typedef when building on altivec"
authorDodji Seketeli <dodji@gcc.gnu.org>
Tue, 29 May 2012 09:42:28 +0000 (11:42 +0200)
committerDodji Seketeli <dodji@gcc.gnu.org>
Tue, 29 May 2012 09:42:28 +0000 (11:42 +0200)
This reverts commit r187853

From-SVN: r187946

libcpp/ChangeLog
libcpp/lex.c

index 19936fe431dcf9e95845cdebfe98852c9618bc00..0d25c4d633fc6424459930fac6eb3384ce8bc018 100644 (file)
        (enter_macro_context): Set the cpp_reader::about_to_expand_macro_p
        flag until we really start expanding the macro.
 
-2012-05-24  Dodji Seketeli  <dodji@redhat.com>
-
-       PR bootstrap/53459
-       * lex.c (search_line_fast): Remove unused typedef check_count.
-
 2012-05-16  Dodji Seketeli  <dodji@redhat.com>
 
        PR preprocessor/7263
index 2ebbee967c21d627d46d1a64f3977a20bd3f268d..c4dd6035c9bd58af9abc1f4483e6b0d58523d54f 100644 (file)
@@ -590,6 +590,7 @@ search_line_fast (const uchar *s, const uchar *end ATTRIBUTE_UNUSED)
   {
 #define N  (sizeof(vc) / sizeof(long))
 
+    typedef char check_count[(N == 2 || N == 4) * 2 - 1];
     union {
       vc v;
       unsigned long l[N];
This page took 0.063608 seconds and 5 git commands to generate.