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
d61fd3f1
Commit
d61fd3f1
authored
Dec 04, 2002
by
Eric Botcazou
Committed by
Eric Botcazou
Dec 04, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.c-torture/compile/20021204-1.c: New test.
From-SVN: r59818
parent
a9b6f1e7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
4 deletions
+24
-4
gcc/testsuite/ChangeLog
+8
-4
gcc/testsuite/gcc.c-torture/compile/20021204-1.c
+16
-0
No files found.
gcc/testsuite/ChangeLog
View file @
d61fd3f1
2002-12-04 Eric Botcazou <ebotcazou@libertysurf.fr>
* gcc.c-torture/compile/20021204-1.c: New test.
2002-12-03 Mark Mitchell <mark@codesourcery.com>
PR c++/8688
...
...
@@ -87,7 +91,7 @@ Wed Nov 27 14:37:34 CET 2002 Jan Hubicka <jh@suse.cz>
* g++.dg/abi/empty10.C: New test.
2002-11-24
Eric Botcazou
<ebotcazou@libertysurf.fr>
2002-11-24
Eric Botcazou
<ebotcazou@libertysurf.fr>
* gcc.c-torture/compile/20021124-1.c: New test.
...
...
@@ -95,11 +99,11 @@ Wed Nov 27 14:37:34 CET 2002 Jan Hubicka <jh@suse.cz>
* g++.dg/abi/rtti2.C: New test.
2002-11-21
Eric Botcazou
<ebotcazou@libertysurf.fr>
2002-11-21
Eric Botcazou
<ebotcazou@libertysurf.fr>
* gcc.dg/i386-unroll-1.c: New test.
2002-11-20
Eric Botcazou
<ebotcazou@libertysurf.fr>
2002-11-20
Eric Botcazou
<ebotcazou@libertysurf.fr>
* gcc.c-torture/compile/20021120-1.c: New test.
* gcc.c-torture/compile/20021120-2.c: New test.
...
...
@@ -124,7 +128,7 @@ Wed Nov 27 14:37:34 CET 2002 Jan Hubicka <jh@suse.cz>
* gcc.c-torture/execute/20021118-3.c: New test.
2002-11-19
Eric Botcazou
<ebotcazou@libertysurf.fr>
2002-11-19
Eric Botcazou
<ebotcazou@libertysurf.fr>
* gcc.c-torture/compile/20021119-1.c: New test.
...
...
gcc/testsuite/gcc.c-torture/compile/20021204-1.c
0 → 100644
View file @
d61fd3f1
/* PR c/7622 */
/* Verify that GCC can handle the mix of
extern inline and nested functions. */
extern
inline
int
t
()
{
int
q
()
{
return
0
;
}
return
q
();
}
int
foo
()
{
return
t
();
}
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