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
3c5ead48
Commit
3c5ead48
authored
Apr 05, 2005
by
Eric Botcazou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.c-torture/compile/20040323-1.c (_rtld_global): Set to 1.
From-SVN: r97605
parent
c9d3aede
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/testsuite/ChangeLog
+6
-2
gcc/testsuite/gcc.c-torture/compile/20040323-1.c
+1
-1
No files found.
gcc/testsuite/ChangeLog
View file @
3c5ead48
2005
-
04
-
05
Eric
Botcazou
<
ebotcazou
@libertysurf
.
fr
>
*
gcc
.
c
-
torture
/
compile
/
20040323
-
1
.
c
(
_rtld_global
)
:
Set
to
1
.
2005
-
04
-
04
John
David
Anglin
<
dave
.
anglin
@nrc
-
cnrc
.
gc
.
ca
>
2005
-
04
-
04
John
David
Anglin
<
dave
.
anglin
@nrc
-
cnrc
.
gc
.
ca
>
*
gcc
.
c
-
torture
/
compile
/
20011119
-
1
.
c
:
Require
weak
and
alias
support
.
*
gcc
.
c
-
torture
/
compile
/
20011119
-
1
.
c
:
Require
weak
and
alias
support
.
...
@@ -27595,7 +27599,7 @@ Thu Apr 27 15:58:18 MET DST 2000 Jan Hubicka <jh@suse.cz>
...
@@ -27595,7 +27599,7 @@ Thu Apr 27 15:58:18 MET DST 2000 Jan Hubicka <jh@suse.cz>
* gcc.c-torture/compile/labels-2.c: New test.
* gcc.c-torture/compile/labels-2.c: New test.
1999-12-27 Martin von L
w
is <loewis@informatik.hu-berlin.de>
1999-12-27 Martin von L
�
is <loewis@informatik.hu-berlin.de>
* gcc.c-torture/execute/991227-1.c: New test.
* gcc.c-torture/execute/991227-1.c: New test.
...
@@ -27603,7 +27607,7 @@ Thu Apr 27 15:58:18 MET DST 2000 Jan Hubicka <jh@suse.cz>
...
@@ -27603,7 +27607,7 @@ Thu Apr 27 15:58:18 MET DST 2000 Jan Hubicka <jh@suse.cz>
* g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
* g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
1999-12-21 Martin von L
w
is <loewis@informatik.hu-berlin.de>
1999-12-21 Martin von L
�
is <loewis@informatik.hu-berlin.de>
* gcc.c-torture/execute/991221-1.c: New test.
* gcc.c-torture/execute/991221-1.c: New test.
...
...
gcc/testsuite/gcc.c-torture/compile/20040323-1.c
View file @
3c5ead48
/* PR middle-end/14694 */
/* PR middle-end/14694 */
/* { dg-require-alias "" } */
/* { dg-require-alias "" } */
unsigned
int
_rtld_global
;
unsigned
int
_rtld_global
=
1
;
extern
unsigned
int
_rtld_local
__attribute__
((
alias
(
"_rtld_global"
)));
extern
unsigned
int
_rtld_local
__attribute__
((
alias
(
"_rtld_global"
)));
unsigned
int
unsigned
int
...
...
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