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
5bea1ccf
Commit
5bea1ccf
authored
Jan 19, 2001
by
Jason Merrill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tweak comments
From-SVN: r39134
parent
60696c53
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
gcc/c-lex.c
+3
-2
gcc/rtlanal.c
+1
-1
No files found.
gcc/c-lex.c
View file @
5bea1ccf
...
...
@@ -245,7 +245,8 @@ cb_file_change (pfile, fc)
{
if
(
fc
->
reason
==
FC_ENTER
)
{
/* Don't stack the main buffer on the input stack. */
/* Don't stack the main buffer on the input stack;
we already did in compile_file. */
if
(
fc
->
from
.
filename
)
{
lineno
=
fc
->
from
.
lineno
;
...
...
@@ -282,7 +283,7 @@ cb_file_change (pfile, fc)
if (indent_level != input_file_stack->indent_level)
{
warning_with_file_and_line
(input_filename, l
ex_l
ineno,
(input_filename, lineno,
"This file contains more '%c's than '%c's.",
indent_level > input_file_stack->indent_level ? '{' : '}',
indent_level > input_file_stack->indent_level ? '}' : '{');
...
...
gcc/rtlanal.c
View file @
5bea1ccf
...
...
@@ -2397,7 +2397,7 @@ auto_inc_p (x)
end of the extended sequence.
For now, this function only checks that the region contains whole
exception region
g
s, but it could be extended to check additional
exception regions, but it could be extended to check additional
conditions as well. */
int
...
...
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