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
373bd0fa
Commit
373bd0fa
authored
Nov 14, 2001
by
Richard Sandiford
Committed by
Richard Sandiford
Nov 14, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* g++.dg/init/array2.C: New test.
From-SVN: r47009
parent
fe5b6c1c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/g++.dg/init/array2.C
+8
-0
No files found.
gcc/testsuite/ChangeLog
View file @
373bd0fa
2001-11-14 Richard Sandiford <rsandifo@redhat.com>
* g++.dg/init/array2.C: New test.
2001-11-14 Alexandre Oliva <aoliva@redhat.com>
* gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
...
...
gcc/testsuite/g++.dg/init/array2.C
0 → 100644
View file @
373bd0fa
// Check that the type of an array is set correctly when flat initializers
// are used.
// { dg-do compile }
struct
s
{
int
a
;
int
b
;
};
struct
s
x
[]
=
{
1
,
2
,
3
,
4
};
int
y
[
sizeof
(
x
)
==
2
*
sizeof
(
x
[
0
])
?
1
:
-
1
];
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