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
b2742484
Commit
b2742484
authored
Aug 23, 2006
by
Danny Smith
Committed by
Danny Smith
Aug 23, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gcc.dg/attr-invalid.c: Insert an " |directive" substitution into
dg-warning strings for dllimport. From-SVN: r116355
parent
6c9384c3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
gcc/testsuite/ChangeLog
+5
-0
gcc/testsuite/gcc.dg/attr-invalid.c
+5
-5
No files found.
gcc/testsuite/ChangeLog
View file @
b2742484
2006
-
08
-
23
Danny
Smith
<
dannysmith
@users
.
sourceforge
.
net
>
gcc
.
dg
/
attr
-
invalid
.
c
:
Insert
an
" |directive"
substitution
into
dg
-
warning
strings
for
dllimport
.
2006
-
08
-
22
Andrew
Pinski
<
pinskia
@physics
.
uc
.
edu
>
PR
C
++/
28450
gcc/testsuite/gcc.dg/attr-invalid.c
View file @
b2742484
...
...
@@ -85,16 +85,16 @@ int ATSYM(fn_isoarg) (int arg ATTR) { return 0; } /* { dg-warning "attribute ign
#undef AT
#define AT dllimport
typedef
int
ATSYM
(
type
)
ATTR
;
/* { dg-warning "attribut
e ignored" "" } */
typedef
int
ATSYM
(
type
)
ATTR
;
/* { dg-warning "attribute |directiv
e ignored" "" } */
typedef
int
(
*
ATSYM
(
fntype
))(
void
)
ATTR
;
/* { dg-warning "attribut
e ignored" "" } */
typedef
int
(
*
ATSYM
(
fntype
))(
void
)
ATTR
;
/* { dg-warning "attribute |directiv
e ignored" "" } */
struct
ATSYM
(
struct
)
{
char
dummy
ATTR
;
/* { dg-warning "attribut
e ignored" "" } */
char
dummy
ATTR
;
/* { dg-warning "attribute |directiv
e ignored" "" } */
};
int
ATSYM
(
fn_knrarg
)
(
arg
)
int
arg
ATTR
;
/* { dg-warning "attribut
e ignored" "" } */
int
arg
ATTR
;
/* { dg-warning "attribute |directiv
e ignored" "" } */
{
return
0
;
}
int
ATSYM
(
fn_isoarg
)
(
int
arg
ATTR
)
{
return
0
;
}
/* { dg-warning "attribut
e ignored" "" } */
int
ATSYM
(
fn_isoarg
)
(
int
arg
ATTR
)
{
return
0
;
}
/* { dg-warning "attribute |directiv
e ignored" "" } */
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