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
9eca082e
Commit
9eca082e
authored
Nov 25, 2000
by
Alexandre Oliva
Committed by
Alexandre Oliva
Nov 25, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.c-torture/compile/20001123-2.c: New.
From-SVN: r37729
parent
3a163b1a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
0 deletions
+25
-0
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gcc.c-torture/compile/20001123-2.c
+21
-0
No files found.
gcc/testsuite/ChangeLog
View file @
9eca082e
2000-11-25 Alexandre Oliva <aoliva@redhat.com>
* gcc.c-torture/compile/20001123-2.c: New.
2000-11-24 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2000-11-24 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
* g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
* g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
...
...
gcc/testsuite/gcc.c-torture/compile/20001123-2.c
0 → 100644
View file @
9eca082e
/* Copyright 2000 Free Software Foundation
by Alexandre Oliva <aoliva@redhat.com>
Based on zlib/gzio.c.
This used to generate duplicate labels when compiled with
sh-elf-gcc -O2 -m3 -fPIC.
Bug reported by NIIBE Yutaka <gniibe@m17n.org>. */
void
foo
(
void
);
void
bar
()
{
unsigned
len
;
for
(
len
=
0
;
len
<
2
;
len
++
)
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