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
d22c4179
Commit
d22c4179
authored
Jan 14, 2004
by
Danny Smith
Committed by
Danny Smith
Jan 14, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* g++.dg/ext/attrib9.C: Add dg-warnings.
From-SVN: r75847
parent
e0fed25b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/g++.dg/ext/attrib9.C
+4
-4
No files found.
gcc/testsuite/ChangeLog
View file @
d22c4179
2004-01-14 Danny Smith <dannysmith@users.sourceforge.net>
* g++.dg/ext/attrib9.C: Add dg-warnings.
2004-01-14 Giovanni Bajo <giovannibajo@gcc.gnu.org>
2004-01-14 Giovanni Bajo <giovannibajo@gcc.gnu.org>
PR c++/12335
PR c++/12335
...
...
gcc/testsuite/g++.dg/ext/attrib9.C
View file @
d22c4179
class
__attribute__
((
unused
))
C
;
class
__attribute__
((
unused
))
C
;
// { dg-warning "type attributes" }
struct
__attribute__
((
unused
))
S
;
struct
__attribute__
((
unused
))
S
;
// { dg-warning "type attributes" }
union
__attribute__
((
unused
))
U
;
union
__attribute__
((
unused
))
U
;
// { dg-warning "type attributes" }
enum
e
{};
enum
e
{};
enum
__attribute__
((
unused
))
e
;
enum
__attribute__
((
unused
))
e
;
// { dg-warning "type attributes" }
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