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
2e6f91e3
Commit
2e6f91e3
authored
Jan 19, 2006
by
Richard Sandiford
Committed by
Richard Sandiford
Jan 19, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.dg/pr25805.c: Fix misapplied patch.
From-SVN: r109967
parent
2fa6dddd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
20 deletions
+4
-20
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gcc.dg/pr25805.c
+0
-20
No files found.
gcc/testsuite/ChangeLog
View file @
2e6f91e3
2006
-
01
-
19
Richard
Sandiford
<
richard
@codesourcery
.
com
>
*
gcc
.
dg
/
pr25805
.
c
:
Fix
misapplied
patch
.
2006
-
01
-
19
Dorit
Nuzman
<
dorit
@il
.
ibm
.
com
>
*
lib
/
target
-
suports
.
exp
(
check_effective_target_vect_sdot_qi
)
:
New
.
gcc/testsuite/gcc.dg/pr25805.c
View file @
2e6f91e3
...
...
@@ -18,23 +18,3 @@ main ()
abort
();
exit
(
0
);
}
/* When -fzero-initialized-in-bss was in effect, we used to only allocate
storage for d1.a. */
/* { dg-do run } */
/* { dg-options "" } */
extern
void
abort
(
void
);
extern
void
exit
(
int
);
struct
{
int
a
;
int
x
[];
}
d1
=
{
0
,
0
};
int
d2
=
0
;
int
main
()
{
d2
=
1
;
if
(
sizeof
(
d1
)
!=
sizeof
(
int
))
abort
();
if
(
d1
.
x
[
0
]
!=
0
)
abort
();
exit
(
0
);
}
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