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
df89f8e7
Commit
df89f8e7
authored
Aug 14, 2002
by
Gabriel Dos Reis
Committed by
Gabriel Dos Reis
Aug 14, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree.h: Guard against multiple inclusion.
From-SVN: r56269
parent
eb812b2c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
gcc/ChangeLog
+4
-0
gcc/tree.h
+5
-0
No files found.
gcc/ChangeLog
View file @
df89f8e7
2002-08-14 Gabriel Dos Reis <gdr@nerim.net>
* tree.h: Guard against multiple inclusion.
2002-08-14 Hans-Peter Nilsson <hp@bitrange.com>
2002-08-14 Hans-Peter Nilsson <hp@bitrange.com>
* reload1.c (reload_cse_simplify): Before checking
* reload1.c (reload_cse_simplify): Before checking
...
...
gcc/tree.h
View file @
df89f8e7
...
@@ -19,6 +19,9 @@ along with GCC; see the file COPYING. If not, write to the Free
...
@@ -19,6 +19,9 @@ along with GCC; see the file COPYING. If not, write to the Free
Software Foundation, 59 Temple Place - Suite 330, Boston, MA
Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
02111-1307, USA. */
#ifndef GCC_TREE_H
#define GCC_TREE_H
#include "machmode.h"
#include "machmode.h"
#include "version.h"
#include "version.h"
#include "location.h"
#include "location.h"
...
@@ -3098,3 +3101,5 @@ extern const char *dump_flag_name PARAMS ((enum tree_dump_index));
...
@@ -3098,3 +3101,5 @@ extern const char *dump_flag_name PARAMS ((enum tree_dump_index));
extern
void
fancy_abort
PARAMS
((
const
char
*
,
int
,
const
char
*
))
extern
void
fancy_abort
PARAMS
((
const
char
*
,
int
,
const
char
*
))
ATTRIBUTE_NORETURN
;
ATTRIBUTE_NORETURN
;
#define abort() fancy_abort (__FILE__, __LINE__, __FUNCTION__)
#define abort() fancy_abort (__FILE__, __LINE__, __FUNCTION__)
#endif
/* GCC_TREE_H */
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