mirror of git://gcc.gnu.org/git/gcc.git
Revert "PR bootstrap/53459 - unused local typedef when building on altivec"
This reverts commit r187853 From-SVN: r187946
This commit is contained in:
parent
828a7f76c7
commit
6de6b1ec5f
|
@ -23,11 +23,6 @@
|
||||||
(enter_macro_context): Set the cpp_reader::about_to_expand_macro_p
|
(enter_macro_context): Set the cpp_reader::about_to_expand_macro_p
|
||||||
flag until we really start expanding the macro.
|
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>
|
2012-05-16 Dodji Seketeli <dodji@redhat.com>
|
||||||
|
|
||||||
PR preprocessor/7263
|
PR preprocessor/7263
|
||||||
|
|
|
@ -590,6 +590,7 @@ search_line_fast (const uchar *s, const uchar *end ATTRIBUTE_UNUSED)
|
||||||
{
|
{
|
||||||
#define N (sizeof(vc) / sizeof(long))
|
#define N (sizeof(vc) / sizeof(long))
|
||||||
|
|
||||||
|
typedef char check_count[(N == 2 || N == 4) * 2 - 1];
|
||||||
union {
|
union {
|
||||||
vc v;
|
vc v;
|
||||||
unsigned long l[N];
|
unsigned long l[N];
|
||||||
|
|
Loading…
Reference in New Issue