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
be33cc50
Commit
be33cc50
authored
Apr 06, 2010
by
Jakub Jelinek
Committed by
Jakub Jelinek
Apr 06, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.target/s390/stackcheck1.c: Add dg-warning.
From-SVN: r157980
parent
d947ada0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gcc.target/s390/stackcheck1.c
+1
-1
No files found.
gcc/testsuite/ChangeLog
View file @
be33cc50
2010-04-06 Jakub Jelinek <jakub@redhat.com>
* gcc.target/s390/stackcheck1.c: Add dg-warning.
2010-04-04 Sebastian Pop <sebastian.pop@amd.com>
2010-04-04 Sebastian Pop <sebastian.pop@amd.com>
* gcc.dg/vect/pr43430-1.c: Don't use uint8_t.
* gcc.dg/vect/pr43430-1.c: Don't use uint8_t.
...
...
gcc/testsuite/gcc.target/s390/stackcheck1.c
View file @
be33cc50
...
@@ -11,4 +11,4 @@ foo ()
...
@@ -11,4 +11,4 @@ foo ()
{
{
char
a
[
2500
];
char
a
[
2500
];
bar
(
a
);
bar
(
a
);
}
}
/* { dg-warning "more than half" } */
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