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
685ae8c9
Commit
685ae8c9
authored
Mar 07, 2005
by
Per Bothner
Committed by
Per Bothner
Mar 07, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree.h (DECL_IS_BUILTIN): Reverted my patch from earlier today.
From-SVN: r96075
parent
80c4ed35
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
gcc/ChangeLog
+4
-0
gcc/tree.h
+1
-5
No files found.
gcc/ChangeLog
View file @
685ae8c9
2005-03-07 Per Bothner <per@bothner.com>
* tree.h (DECL_IS_BUILTIN): Reverted my patch from earlier today.
2005-03-06 Andrew Pinski <pinskia@physics.uc.edu>
2005-03-06 Andrew Pinski <pinskia@physics.uc.edu>
PR tree-opt/17671
PR tree-opt/17671
...
...
gcc/tree.h
View file @
685ae8c9
...
@@ -1952,11 +1952,7 @@ struct tree_binfo GTY (())
...
@@ -1952,11 +1952,7 @@ struct tree_binfo GTY (())
#define DECL_SOURCE_LOCATION(NODE) (DECL_CHECK (NODE)->decl.locus)
#define DECL_SOURCE_LOCATION(NODE) (DECL_CHECK (NODE)->decl.locus)
#define DECL_SOURCE_FILE(NODE) LOCATION_FILE (DECL_SOURCE_LOCATION (NODE))
#define DECL_SOURCE_FILE(NODE) LOCATION_FILE (DECL_SOURCE_LOCATION (NODE))
#define DECL_SOURCE_LINE(NODE) LOCATION_LINE (DECL_SOURCE_LOCATION (NODE))
#define DECL_SOURCE_LINE(NODE) LOCATION_LINE (DECL_SOURCE_LOCATION (NODE))
#if 0
#ifdef USE_MAPPED_LOCATION
/* Should be: #ifdef USE_MAPPED_LOCATION
However, there appears to be a jc1 bug that this would expose.
(It prevents bookstrapping because dwarf2out tries to emit a
non-found class.) FIXME. */
#define DECL_IS_BUILTIN(DECL) \
#define DECL_IS_BUILTIN(DECL) \
(DECL_SOURCE_LOCATION (DECL) <= BUILTINS_LOCATION)
(DECL_SOURCE_LOCATION (DECL) <= BUILTINS_LOCATION)
#else
#else
...
...
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