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
d57e164f
Commit
d57e164f
authored
Oct 20, 2000
by
Richard Kenner
Committed by
Richard Kenner
Oct 20, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* dwarf2out.c (add_bound_info): Also ignore COND_EXPR.
From-SVN: r36968
parent
0345195a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
gcc/ChangeLog
+2
-0
gcc/dwarf2out.c
+1
-0
No files found.
gcc/ChangeLog
View file @
d57e164f
Fri Oct 20 13:33:16 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
Fri Oct 20 13:33:16 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* dwarf2out.c (add_bound_info): Also ignore COND_EXPR.
* combine.c (struct undo): Change int to unsigned int.
* combine.c (struct undo): Change int to unsigned int.
(do_SUBST_INT): Args are unsigned int.
(do_SUBST_INT): Args are unsigned int.
(make_extraction, force_to_mode): Use proper type when forming mask.
(make_extraction, force_to_mode): Use proper type when forming mask.
...
...
gcc/dwarf2out.c
View file @
d57e164f
...
@@ -8105,6 +8105,7 @@ add_bound_info (subrange_die, bound_attr, bound)
...
@@ -8105,6 +8105,7 @@ add_bound_info (subrange_die, bound_attr, bound)
case
MAX_EXPR
:
case
MAX_EXPR
:
case
VAR_DECL
:
case
VAR_DECL
:
case
COMPONENT_REF
:
case
COMPONENT_REF
:
case
COND_EXPR
:
/* ??? These types of bounds can be created by the Ada front end,
/* ??? These types of bounds can be created by the Ada front end,
and it isn't clear how to emit debug info for them. */
and it isn't clear how to emit debug info for them. */
break
;
break
;
...
...
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