Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
6de6b1ec
Commit
6de6b1ec
authored
May 29, 2012
by
Dodji Seketeli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "PR bootstrap/53459 - unused local typedef when building on altivec"
This reverts commit r187853 From-SVN: r187946
parent
828a7f76
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
5 deletions
+1
-5
libcpp/ChangeLog
+0
-5
libcpp/lex.c
+1
-0
No files found.
libcpp/ChangeLog
View file @
6de6b1ec
...
...
@@ -23,11 +23,6 @@
(
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
...
...
libcpp/lex.c
View file @
6de6b1ec
...
...
@@ -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
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment