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
5a8a65b1
Commit
5a8a65b1
authored
Sep 16, 2003
by
Alexandre Oliva
Committed by
Alexandre Oliva
Sep 16, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cpplib.c (do_pragma): Remove unnecessary cb_line_change.
From-SVN: r71416
parent
cadafd1f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
+4
-8
gcc/ChangeLog
+4
-0
gcc/cpplib.c
+0
-8
No files found.
gcc/ChangeLog
View file @
5a8a65b1
2003-09-15 Alexandre Oliva <aoliva@redhat.com>
* cpplib.c (do_pragma): Remove unnecessary cb_line_change.
2003-09-15 Bob Wilson <bob.wilson@acm.org>
* config/xtensa/xtensa.c (xtensa_multibss_section_type_flags): Add
...
...
gcc/cpplib.c
View file @
5a8a65b1
...
...
@@ -1140,14 +1140,6 @@ do_pragma (cpp_reader *pfile)
}
}
/* FIXME. This is an awful kludge to get the front ends to update
their notion of line number for diagnostic purposes. The line
number should be passed to the handler and they should do it
themselves. Stand-alone CPP must ignore us, otherwise it will
prefix the directive with spaces, hence the 1. Ugh. */
if
(
pfile
->
cb
.
line_change
)
pfile
->
cb
.
line_change
(
pfile
,
token
,
1
);
if
(
p
)
p
->
u
.
handler
(
pfile
);
else
if
(
pfile
->
cb
.
def_pragma
)
...
...
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