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
df649a1c
Commit
df649a1c
authored
Jun 12, 2015
by
Aldy Hernandez
Committed by
Aldy Hernandez
Jun 12, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* dwarf2out.c (check_die): Protect with ENABLE_CHECKING.
From-SVN: r224431
parent
d8204b12
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/ChangeLog
+4
-0
gcc/dwarf2out.c
+2
-0
No files found.
gcc/ChangeLog
View file @
df649a1c
2015-06-12 Aldy Hernandez <aldyh@redhat.com>
* dwarf2out.c (check_die): Protect with ENABLE_CHECKING.
2015-06-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* ifcvt.c (noce_try_store_flag_constants): Use std::swap instead of
...
...
gcc/dwarf2out.c
View file @
df649a1c
...
...
@@ -5687,6 +5687,7 @@ debug_dwarf (void)
print_die
(
comp_unit_die
(),
stderr
);
}
#ifdef ENABLE_CHECKING
/* Sanity checks on DIEs. */
static
void
...
...
@@ -5749,6 +5750,7 @@ check_die (dw_die_ref die)
&&
a
->
dw_attr
!=
DW_AT_GNU_all_call_sites
);
}
}
#endif
/* Start a new compilation unit DIE for an include file. OLD_UNIT is the CU
for the enclosing include file, if any. BINCL_DIE is the DW_TAG_GNU_BINCL
...
...
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