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
f7480e3b
Commit
f7480e3b
authored
Dec 16, 2010
by
Jan Hubicka
Committed by
Jan Hubicka
Dec 16, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
re PR lto/46976 (FAIL: gcc.dg/lto/pr46940_0.c)
PR lto/46976 * gcc.dg/lto/pr46940_0.c: Fix commit. From-SVN: r167896
parent
782d1c33
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
gcc/testsuite/ChangeLog
+5
-0
gcc/testsuite/gcc.dg/lto/pr46940_0.c
+3
-2
No files found.
gcc/testsuite/ChangeLog
View file @
f7480e3b
2010
-
12
-
16
Jan
Hubicka
<
jh
@suse
.
cz
>
PR
lto
/
46976
*
gcc
.
dg
/
lto
/
pr46940_0
.
c
:
Fix
commit
.
2010
-
12
-
15
Nathan
Froyd
<
froydnj
@codesourcery
.
com
>
PR
c
++/
39859
...
...
gcc/testsuite/gcc.dg/lto/pr46940_0.c
View file @
f7480e3b
*
{
dg
-
require
-
linker
-
plugin
""
}
*/
*
{
dg
-
extra
-
ld
-
options
"-fuse-linker-plugin"
}
*/
/* { dg-require-linker-plugin "" } */
/* { dg-extra-ld-options "-fuse-linker-plugin" } */
#include <stdio.h>
extern
__attribute__
((
visibility
(
"hidden"
)))
void
_moz_foo
(
void
);
extern
__typeof
(
_moz_foo
)
_moz_foo
__asm__
(
""
"INT__foo"
)
__attribute__
((
__visibility__
(
"hidden"
)))
;
...
...
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