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
de3eb46f
Commit
de3eb46f
authored
Apr 21, 2005
by
Nathan Sidwell
Committed by
Nathan Sidwell
Apr 21, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* optabs.c (gen_conditional_trap): Restore #define.
From-SVN: r98513
parent
ad903c6d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
gcc/ChangeLog
+2
-0
gcc/optabs.c
+1
-0
No files found.
gcc/ChangeLog
View file @
de3eb46f
2005-04-21 Nathan Sidwell <nathan@codesourcery.com>
2005-04-21 Nathan Sidwell <nathan@codesourcery.com>
* optabs.c (gen_conditional_trap): Restore #define.
* alias.c (true_dependence): Remove 'abort' from comments. Use
* alias.c (true_dependence): Remove 'abort' from comments. Use
gcc_assert and gcc_unreachable as appropriate.
gcc_assert and gcc_unreachable as appropriate.
(canon_true_dependence): Likewise.
(canon_true_dependence): Likewise.
...
...
gcc/optabs.c
View file @
de3eb46f
...
@@ -127,6 +127,7 @@ static rtx vector_compare_rtx (tree, bool, enum insn_code);
...
@@ -127,6 +127,7 @@ static rtx vector_compare_rtx (tree, bool, enum insn_code);
#ifndef HAVE_conditional_trap
#ifndef HAVE_conditional_trap
#define HAVE_conditional_trap 0
#define HAVE_conditional_trap 0
#define gen_conditional_trap(a,b) (gcc_unreachable (), NULL_RTX)
#endif
#endif
/* Add a REG_EQUAL note to the last insn in INSNS. TARGET is being set to
/* Add a REG_EQUAL note to the last insn in INSNS. TARGET is being set to
...
...
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