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
56f4537e
Commit
56f4537e
authored
Mar 12, 2002
by
Roger Sayle
Committed by
Andreas Jaeger
Mar 12, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.dg/20020312-1.c: New test case.
From-SVN: r50640
parent
36e51383
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
4 deletions
+18
-4
gcc/testsuite/ChangeLog
+8
-4
gcc/testsuite/gcc.dg/20020312-1.c
+10
-0
No files found.
gcc/testsuite/ChangeLog
View file @
56f4537e
2002-03-12 Roger Sayle <roger@eyesopen.com>
* gcc.dg/20020312-1.c: New test case.
2002-03-11 Aldy Hernandez <aldyh@redhat.com>
* gcc.dg/altivec-1.c: Cleanup and use altivec.h.
...
...
@@ -111,7 +115,7 @@ Thu Mar 7 10:05:31 2002 Jeffrey A Law (law@redhat.com)
* g++.old-deja/g++.pt/friend23.C: Likewise.
* g++.old-deja/g++.pt/infinite1.C: Likewise.
* g++.old-deja/g++.robertl/eb128.C: Likewise.
2002-02-27 Geoffrey Keating <geoffk@redhat.com>
* gcc.c-torture/execute/20020225-2.c: New test.
...
...
@@ -270,7 +274,7 @@ Thu Mar 7 10:05:31 2002 Jeffrey A Law (law@redhat.com)
2002-02-12 David Billinghurst <David.Billinghurst@riotinto.com>
* gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
* gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
2002-02-10 Kazu Hirata <kazu@hxi.com>
...
...
@@ -315,7 +319,7 @@ Thu Mar 7 10:05:31 2002 Jeffrey A Law (law@redhat.com)
2002-02-07 David Billinghurst <David.Billinghurst@riotinto.com>
PR fortran/5473
* g77.dg/pr5473.f: Now dg-error. Add additional cases.
* g77.dg/pr5473.f: Now dg-error. Add additional cases.
2002-02-07 Richard Henderson <rth@redhat.com>
...
...
@@ -512,7 +516,7 @@ Thu Mar 7 10:05:31 2002 Jeffrey A Law (law@redhat.com)
* gcc.c-torture/execute/20020127-1.c: New test.
2002-01-27 David Billinghurst <David.Billinghurst@riotinto.com>
* g77.dg/f77-edit-i-in.f: New test
* g77.dg/f77-edit-i-out.f: New test
...
...
gcc/testsuite/gcc.dg/20020312-1.c
0 → 100644
View file @
56f4537e
/* This testcase ICEd on alpha because of an unrecognized insn formed
by conditional move optimization using an incorrect mode. */
/* { dg-do compile } */
/* { dg-options "-O -ffast-math" } */
char
*
barf
(
double
x
)
{
return
(
x
<
0
.
0
)
?
"foo"
:
"bar"
;
}
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