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
32e7d1e9
Commit
32e7d1e9
authored
Jan 26, 2004
by
Rainer Orth
Committed by
Rainer Orth
Jan 26, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* objc.dg/stret-1.m (glob): Renamed to globa.
From-SVN: r76671
parent
7f996f90
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/objc.dg/stret-1.m
+2
-2
No files found.
gcc/testsuite/ChangeLog
View file @
32e7d1e9
2004-01-26 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* objc.dg/stret-1.m (glob): Renamed to globa.
2004-01-26 Mark Mitchell <mark@codesourcery.com>
PR c++/13363
...
...
gcc/testsuite/objc.dg/stret-1.m
View file @
32e7d1e9
...
...
@@ -9,7 +9,7 @@ extern void abort(void);
struct
astruct
{
float
a
,
b
;
}
glob
=
{
1
.
0
,
2
.
0
};
}
glob
a
=
{
1
.
0
,
2
.
0
};
struct
bstruct
{
float
a
,
b
,
c
,
d
,
e
,
f
;
...
...
@@ -21,7 +21,7 @@ struct bstruct {
@end
@implementation
foo
:
Object
-
(
struct
astruct
)
stret
{
return
glob
;
}
-
(
struct
astruct
)
stret
{
return
glob
a
;
}
-
(
struct
bstruct
)
stretb
{
return
globb
;
}
@end
...
...
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