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
15c8b2d4
Commit
15c8b2d4
authored
Jan 21, 2005
by
Ian Lance Taylor
Committed by
Ian Lance Taylor
Jan 21, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.dg/20050121-1.c: New test.
From-SVN: r94029
parent
046e5d03
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletions
+12
-1
gcc/testsuite/ChangeLog
+3
-1
gcc/testsuite/gcc.dg/20050121-1.c
+9
-0
No files found.
gcc/testsuite/ChangeLog
View file @
15c8b2d4
2005
-
01
-
21
Ian
Lance
Taylor
<
ian
@c2micro
.
com
>
2005
-
01
-
21
Ian
Lance
Taylor
<
ian
@airs
.
com
>
*
gcc
.
dg
/
20050121
-
1
.
c
:
New
test
.
PR
tree
-
optimization
/
13000
PR
tree
-
optimization
/
13000
*
gcc
.
dg
/
20040206
-
1
.
c
:
Change
warning
to
point
where
function
is
*
gcc
.
dg
/
20040206
-
1
.
c
:
Change
warning
to
point
where
function
is
...
...
gcc/testsuite/gcc.dg/20050121-1.c
0 → 100644
View file @
15c8b2d4
/* I accidentally broke this while developing a patch for PR 13000,
and didn't notice since the testsuite didn't catch it -- ian */
/* { dg-do-compile } */
void
foo
()
{
return
;
break
;
/* { dg-warning "break statement not within" } */
}
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