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
a80f0e5b
Commit
a80f0e5b
authored
Aug 29, 2007
by
Uros Bizjak
Committed by
Uros Bizjak
Aug 29, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ChangeLog from my previous commit.
From-SVN: r127893
parent
b875badb
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
3 deletions
+13
-3
gcc/testsuite/ChangeLog
+10
-0
gcc/testsuite/g++.dg/lookup/exception1.C
+1
-1
gcc/testsuite/gcc.dg/cpp/empty-include.c
+1
-1
gcc/testsuite/gnat.dg/test_prefix1.adb
+1
-1
No files found.
gcc/testsuite/ChangeLog
View file @
a80f0e5b
2007
-
08
-
29
Uros
Bizjak
<
ubizjak
@gmail
.
com
>
*
gcc
.
dg
/
pr31344
.
c
:
Move
to
...
*
gcc
.
dg
/
dfp
/
pr31344
.
c
:
...
here
.
*
gcc
.
dg
/
sibcall
-
6
.
c
:
Simplify
dg
-
skip
-
if
directive
.
*
gcc
.
dg
/
20050503
-
1
.
c
:
Ditto
.
*
gcc
.
dg
/
20050111
-
1
.
c
:
Simplify
i
?
86
and
x86_64
dg
-
options
directive
.
*
gcc
.
dg
/
20061127
-
1
.
c
:
Compile
only
for
fpic
targets
.
*
gcc
.
dg
/
20060801
-
1
.
c
:
Ditto
.
2007
-
08
-
29
Kaz
Kojima
<
kkojima
@gcc
.
gnu
.
org
>
*
gfortran
.
dg
/
isnan_1
.
f90
:
Add
-
mieee
for
sh
.
gcc/testsuite/g++.dg/lookup/exception1.C
View file @
a80f0e5b
/* PR 2743 */
/* {
dg-do compile
} */
/* {
dg-do compile
} */
namespace
ns
{
class
Exception
...
...
gcc/testsuite/gcc.dg/cpp/empty-include.c
View file @
a80f0e5b
...
...
@@ -8,6 +8,6 @@
* We should get an error.
*/
/* {
dg-do preprocess
} */
/* {
dg-do preprocess
} */
#include ""
/* { dg-error "empty" "error on empty filename in include" } */
int
x
;
/* Otherwise we have an empty file and get more errors. */
gcc/testsuite/gnat.dg/test_prefix1.adb
View file @
a80f0e5b
-- {dg-do run }
-- {
dg-do run }
with prefix1; use prefix1;
procedure test_prefix1 is
...
...
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