PR bootstrap/53459 - unused local typedef when building on altivec
libcpp/ PR bootstrap/53459 * lex.c (search_line_fast): Remove unused typedef check_count. From-SVN: r187853
This commit is contained in:
parent
9e65cec2fd
commit
27c53c0cce
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
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
|
||||
|
|
|
@ -590,7 +590,6 @@ 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];
|
||||
|
|
Loading…
Add table
Reference in a new issue