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
59152316
Commit
59152316
authored
Apr 17, 2007
by
Kazu Hirata
Committed by
Kazu Hirata
Apr 17, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.dg/cpp/_Pragma6.c: Skip on fido-*-* and m68k-*-*.
From-SVN: r123905
parent
9998ef84
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/testsuite/ChangeLog
+5
-1
gcc/testsuite/gcc.dg/cpp/_Pragma6.c
+1
-1
No files found.
gcc/testsuite/ChangeLog
View file @
59152316
2007
-
04
-
17
Kazu
Hirata
<
kazu
@codesourcery
.
com
>
*
gcc
.
dg
/
cpp
/
_Pragma6
.
c
:
Skip
on
fido
-*-*
and
m68k
-*-*
.
2007
-
04
-
17
Tobias
Schlter
<
tobi
@gcc
.
gnu
.
org
>
PR
fortran
/
31144
...
...
@@ -33,7 +37,7 @@
2007
-
04
-
15
Kazu
Hirata
<
kazu
@codesourcery
.
com
>
*
gcc
.
dg
/
pr19340
.
c
,
gcc
.
dg
/
tree
-
ssa
/
loop
-
1
.
c
,
gcc
.
dg
/
weak
/
typeof
-
2
.
c
:
XFAIL
on
fido
-*-*
.
gcc
.
dg
/
weak
/
typeof
-
2
.
c
:
Skip
on
fido
-*-*
.
2007
-
04
-
14
John
David
Anglin
<
dave
.
anglin
@nrc
-
cnrc
.
gc
.
ca
>
gcc/testsuite/gcc.dg/cpp/_Pragma6.c
View file @
59152316
...
...
@@ -2,7 +2,7 @@
/* This is supposed to succeed only if
the target defines HANDLE_PRAGMA_PACK_PUSH_POP
and doesn't define HANDLE_PRAGMA_PACK_WITH_EXPANSION. */
/* { dg-do compile { target { ! { *-*-solaris2* sh*-[us]*-elf } } } } */
/* { dg-do compile { target { ! { *-*-solaris2*
fido-*-* m68k-*-*
sh*-[us]*-elf } } } } */
#define push bar
#define foo _Pragma ("pack(push)")
...
...
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