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
ef685027
Commit
ef685027
authored
Sep 12, 2004
by
Steven Bosscher
Committed by
Steven Bosscher
Sep 12, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* g++.dg/parse/break-in-for.C: Fix for -ansi -pedantic-errors.
From-SVN: r87387
parent
a924fe34
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/g++.dg/parse/break-in-for.C
+3
-2
No files found.
gcc/testsuite/ChangeLog
View file @
ef685027
2004
-
09
-
11
Steven
Bosscher
<
stevenb
@suse
.
de
>
*
g
++
.
dg
/
parse
/
break
-
in
-
for
.
C
:
Fix
for
-
ansi
-
pedantic
-
errors
.
2004
-
09
-
11
Roger
Sayle
<
roger
@eyesopen
.
com
>
PR
middle
-
end
/
17411
...
...
gcc/testsuite/g++.dg/parse/break-in-for.C
View file @
ef685027
/* PR17412
fold
-const
would try to fold the operands of the break statement. */
/* PR17412
- ICE in fold_const.c during parsing.
fold would try to fold the operands of the break statement. */
/* { dg-do compile } */
/* { dg-options "" } */
void
foo
()
...
...
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