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
aba23569
Commit
aba23569
authored
Sep 02, 2012
by
Uros Bizjak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.c-torture/compile/pr44687.c: Fix whitespace.
From-SVN: r190856
parent
714499a0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
32 deletions
+33
-32
gcc/testsuite/gcc.c-torture/compile/pr44687.c
+33
-32
No files found.
gcc/testsuite/gcc.c-torture/compile/pr44687.c
View file @
aba23569
typedef
int
int32_t
;
typedef
unsigned
char
uint8_t
;
struct
S0
{
uint8_t
f0
;
};
struct
S0
*
g_18
[
7
][
5
][
1
][
1
]
=
{
};
struct
S0
**
g_17
=
&
g_18
[
0
][
3
][
0
][
0
];
int32_t
g_86
;
struct
S0
func_72
(
uint8_t
p_73
,
struct
S0
p_74
);
void
int326
(
struct
S0
**
p_67
,
int32_t
p_68
,
int32_t
*
*
const
p_69
,
struct
S0
*
p_70
)
{
struct
S0
l_95
=
{
-
1L
};
func_72
(
1L
,
func_72
(
0
,
l_95
));
}
struct
S0
func_72
(
uint8_t
p_73
,
struct
S0
p_74
)
{
int32_t
*
l_85
=
&
g_86
;
if
(
*
l_85
)
lbl_94:
*
l_85
^=
0
;
if
(
g_86
)
goto
lbl_94
;
return
**
g_17
;
}
typedef
int
int32_t
;
typedef
unsigned
char
uint8_t
;
struct
S0
{
uint8_t
f0
;
};
struct
S0
*
g_18
[
7
][
5
][
1
][
1
]
=
{
};
struct
S0
**
g_17
=
&
g_18
[
0
][
3
][
0
][
0
];
int32_t
g_86
;
struct
S0
func_72
(
uint8_t
p_73
,
struct
S0
p_74
);
void
int326
(
struct
S0
**
p_67
,
int32_t
p_68
,
int32_t
*
*
const
p_69
,
struct
S0
*
p_70
)
{
struct
S0
l_95
=
{
-
1L
};
func_72
(
1L
,
func_72
(
0
,
l_95
));
}
struct
S0
func_72
(
uint8_t
p_73
,
struct
S0
p_74
)
{
int32_t
*
l_85
=
&
g_86
;
if
(
*
l_85
)
lbl_94:
*
l_85
^=
0
;
if
(
g_86
)
goto
lbl_94
;
return
**
g_17
;
}
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