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
9a776a83
Commit
9a776a83
authored
Mar 25, 2013
by
Kai Tietz
Committed by
Kai Tietz
Mar 25, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* g++.dg/torture/20121105-1.C: Adjust for LLP64 targets.
From-SVN: r197034
parent
9216baf1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/g++.dg/torture/20121105-1.C
+3
-1
No files found.
gcc/testsuite/ChangeLog
View file @
9a776a83
2013-03-25 Kai Tietz <ktietz@redhat.com>
* g++.dg/torture/20121105-1.C: Adjust for LLP64 targets.
2013-03-24 Tobias Burnus <burnus@net-b.de>
2013-03-24 Tobias Burnus <burnus@net-b.de>
PR fortran/56696
PR fortran/56696
...
...
gcc/testsuite/g++.dg/torture/20121105-1.C
View file @
9a776a83
...
@@ -2,6 +2,8 @@
...
@@ -2,6 +2,8 @@
// Reported by Remi Vanicat <vanicat@debian.org>
// Reported by Remi Vanicat <vanicat@debian.org>
// Reduced testcase by Markus Trippelsdorf <markus@trippelsdorf.de>
// Reduced testcase by Markus Trippelsdorf <markus@trippelsdorf.de>
__extension__
typedef
__INTPTR_TYPE__
intptr_t
;
struct
A
;
struct
A
;
struct
B
struct
B
{
{
...
@@ -25,7 +27,7 @@ struct D
...
@@ -25,7 +27,7 @@ struct D
};
};
D
c
(
0
);
D
c
(
0
);
const
long
d
=
(
long
)
&
c
;
const
intptr_t
d
=
(
intptr_t
)
&
c
;
B
*
const
e
=
(
B
*
)
&
d
;
B
*
const
e
=
(
B
*
)
&
d
;
static
bool
static
bool
...
...
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