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
6c77b8af
Commit
6c77b8af
authored
Apr 14, 1999
by
Martin v. Löwis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add -Wno-deprecated
From-SVN: r26448
parent
9ce392af
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
gcc/testsuite/g++.old-deja/g++.brendan/code-gen5.C
+1
-1
gcc/testsuite/g++.old-deja/g++.bugs/900407_02.C
+1
-1
gcc/testsuite/g++.old-deja/g++.jason/new2.C
+1
-1
gcc/testsuite/g++.old-deja/g++.jason/template18.C
+1
-1
gcc/testsuite/g++.old-deja/g++.jason/template37.C
+1
-1
No files found.
gcc/testsuite/g++.old-deja/g++.brendan/code-gen5.C
View file @
6c77b8af
// Special g++ Options: -fthis-is-variable
// Special g++ Options: -
Wno-deprecated -
fthis-is-variable
// GROUPS passed code-generation
// GROUPS passed code-generation
// Check that the "this" pointer is zero when a method is
// Check that the "this" pointer is zero when a method is
// called for an object pointed to by a null pointer.
// called for an object pointed to by a null pointer.
...
...
gcc/testsuite/g++.old-deja/g++.bugs/900407_02.C
View file @
6c77b8af
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
// Such errors should probably not be issued when the -traditional option is
// Such errors should probably not be issued when the -traditional option is
// used.
// used.
// Special g++ Options: -fthis-is-variable
// Special g++ Options: -
Wno-deprecated -
fthis-is-variable
// Special CC Options:
// Special CC Options:
// Cfront only flags errors for such usage whin the +p (pure language)
// Cfront only flags errors for such usage whin the +p (pure language)
...
...
gcc/testsuite/g++.old-deja/g++.jason/new2.C
View file @
6c77b8af
// PRMS Id: 6267
// PRMS Id: 6267
// Special g++ Options: -fthis-is-variable -fno-exceptions
// Special g++ Options: -
Wno-deprecated -
fthis-is-variable -fno-exceptions
struct
A
{
struct
A
{
int
i
;
int
i
;
...
...
gcc/testsuite/g++.old-deja/g++.jason/template18.C
View file @
6c77b8af
// GROUPS passed templates
// GROUPS passed templates
// Bug: g++ emits template instances when it shouldn't.
// Bug: g++ emits template instances when it shouldn't.
// Special g++ Options: -g -fexternal-templates
// Special g++ Options: -g -
Wno-deprecated -
fexternal-templates
// We mark this XFAIL because we can't test for expected linker errors.
// We mark this XFAIL because we can't test for expected linker errors.
// If we get an XPASS for this testcase, that's a bug.
// If we get an XPASS for this testcase, that's a bug.
...
...
gcc/testsuite/g++.old-deja/g++.jason/template37.C
View file @
6c77b8af
// PRMS Id: 9930
// PRMS Id: 9930
// Test of -fexternal-templates hackery in new template code
// Test of -fexternal-templates hackery in new template code
// Special g++ options: -fexternal-templates
// Special g++ options: -
Wno-deprecated -
fexternal-templates
#pragma implementation "foo.hh"
#pragma implementation "foo.hh"
#pragma interface "foo.hh"
#pragma interface "foo.hh"
...
...
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