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
7bc62637
Commit
7bc62637
authored
Jan 11, 2011
by
Jan Hubicka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix incorrectly applied patch.
From-SVN: r168667
parent
6e701822
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
gcc/testsuite/gcc.dg/lto/pr45721_0.c
+0
-4
gcc/testsuite/gcc.dg/lto/pr45721_1.c
+0
-2
No files found.
gcc/testsuite/gcc.dg/lto/pr45721_0.c
View file @
7bc62637
...
...
@@ -2,7 +2,3 @@
void
baz
(
void
)
{}
void
*
y
=
(
void
*
)
baz
;
int
main
()
{
return
0
;
}
/* { dg-lto-do assemble } */
void
baz
(
void
)
{}
void
*
y
=
(
void
*
)
baz
;
int
main
()
{
return
0
;
}
gcc/testsuite/gcc.dg/lto/pr45721_1.c
View file @
7bc62637
static
void
bar
(
void
)
__attribute__
((
weakref
(
"baz"
)));
void
*
x
=
(
void
*
)
bar
;
static
void
bar
(
void
)
__attribute__
((
weakref
(
"baz"
)));
void
*
x
=
(
void
*
)
bar
;
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