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
110c3568
Commit
110c3568
authored
Mar 16, 2001
by
Mark Mitchell
Committed by
Mark Mitchell
Mar 16, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* dwarf2out.c (rtl_for_decl_location): Use DECL_RTL_IF_SET.
From-SVN: r40544
parent
b16e8f08
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
1 deletions
+16
-1
gcc/ChangeLog
+4
-0
gcc/dwarf2out.c
+1
-1
gcc/testsuite/g++.old-deja/g++.other/debug7.C
+11
-0
No files found.
gcc/ChangeLog
View file @
110c3568
2001-03-15 Mark Mitchell <mark@codesourcery.com>
* dwarf2out.c (rtl_for_decl_location): Use DECL_RTL_IF_SET.
2001-03-15 Richard Henderson <rth@redhat.com>
* config/ia64/ia64.h (ASM_OUTPUT_DWARF_OFFSET): New.
...
...
gcc/dwarf2out.c
View file @
110c3568
...
...
@@ -7983,7 +7983,7 @@ rtl_for_decl_location (decl)
gets fixed). */
/* Use DECL_RTL as the "location" unless we find something better. */
rtl
=
DECL_RTL
(
decl
);
rtl
=
DECL_RTL
_IF_SET
(
decl
);
if
(
TREE_CODE
(
decl
)
==
PARM_DECL
)
{
...
...
gcc/testsuite/g++.old-deja/g++.other/debug7.C
0 → 100644
View file @
110c3568
// Build don't run:
// Origin: Loren James Rittle <rittle@latour.rsch.comm.mot.com>
// Special g++ Options: -g -O2
namespace
std
{
const
int
__stl_chunk_size
=
7
;
};
int
main
()
{
}
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