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
b18ff0cd
Commit
b18ff0cd
authored
Oct 09, 2003
by
Mark Mitchell
Committed by
Mark Mitchell
Oct 09, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* g++.dg/ext/attrib8.C: Only run it on x86 targets.
From-SVN: r72280
parent
137f5e84
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/g++.dg/ext/attrib8.C
+1
-0
No files found.
gcc/testsuite/ChangeLog
View file @
b18ff0cd
2003-10-09 Mark Mitchell <mark@codesourcery.com>
* g++.dg/ext/attrib8.C: Only run it on x86 targets.
2003-10-08 Richard Sandiford <rsandifo@redhat.com>
2003-10-08 Richard Sandiford <rsandifo@redhat.com>
* gcc.c-torture/compile/mipscop-[1-4].c: Disable for mips16.
* gcc.c-torture/compile/mipscop-[1-4].c: Disable for mips16.
...
...
gcc/testsuite/g++.dg/ext/attrib8.C
View file @
b18ff0cd
// PR 8656
// PR 8656
// { dg-do compile { target i?86-*-* } }
extern
int
*
(
__attribute__
((
stdcall
))
*
fooPtr
)(
void
);
extern
int
*
(
__attribute__
((
stdcall
))
*
fooPtr
)(
void
);
int
*
__attribute__
((
stdcall
))
myFn01
(
void
)
{
return
0
;
}
int
*
__attribute__
((
stdcall
))
myFn01
(
void
)
{
return
0
;
}
...
...
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