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
6399666b
Commit
6399666b
authored
Dec 01, 2010
by
Jan Hubicka
Committed by
Jan Hubicka
Dec 01, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.c-torture/execute/bcp-1.c: Make ready for -fuse-linker-plugin
From-SVN: r167353
parent
a878b2d7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gcc.c-torture/execute/bcp-1.c
+6
-6
No files found.
gcc/testsuite/ChangeLog
View file @
6399666b
2010
-
12
-
01
Jan
Hubicka
<
jh
@suse
.
cz
>
*
gcc
.
c
-
torture
/
execute
/
bcp
-
1
.
c
:
Make
ready
for
-
fuse
-
linker
-
plugin
2010
-
12
-
01
Sebastian
Pop
<
sebastian
.
pop
@amd
.
com
>
PR
middle
-
end
/
45297
...
...
gcc/testsuite/gcc.c-torture/execute/bcp-1.c
View file @
6399666b
int
global
;
__attribute__
((
externally_visible
))
int
global
;
int
func
(
void
);
/* These must fail. */
...
...
@@ -39,23 +39,23 @@ int opt2(void) { return __builtin_constant_p("hi"[0]); }
/* Call through tables so -finline-functions can't screw with us. */
int
(
*
bad_t0
[])(
void
)
=
{
int
(
*
volatile
bad_t0
[])(
void
)
=
{
bad0
,
bad1
,
bad5
,
bad7
,
bad8
,
bad10
};
int
(
*
bad_t1
[])(
int
x
)
=
{
int
(
*
volatile
bad_t1
[])(
int
x
)
=
{
bad2
,
bad3
,
bad6
};
int
(
*
bad_t2
[])(
const
char
*
x
)
=
{
int
(
*
volatile
bad_t2
[])(
const
char
*
x
)
=
{
bad4
,
bad9
};
int
(
*
good_t0
[])(
void
)
=
{
int
(
*
volatile
good_t0
[])(
void
)
=
{
good0
,
good1
,
good2
};
int
(
*
opt_t0
[])(
void
)
=
{
int
(
*
volatile
opt_t0
[])(
void
)
=
{
opt0
,
opt1
,
opt2
/* , opt3 */
};
...
...
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