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
f6ee8d7b
Commit
f6ee8d7b
authored
Sep 11, 2007
by
Hans-Peter Nilsson
Committed by
Hans-Peter Nilsson
Sep 11, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.dg/cpp/trad/include.c: Don't run for newlib targets.
From-SVN: r128394
parent
66471b47
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gcc.dg/cpp/trad/include.c
+3
-2
No files found.
gcc/testsuite/ChangeLog
View file @
f6ee8d7b
2007
-
09
-
11
Hans
-
Peter
Nilsson
<
hp
@axis
.
com
>
*
gcc
.
dg
/
cpp
/
trad
/
include
.
c
:
Don
'
t
run
for
newlib
targets
.
2007
-
09
-
11
Christopher
D
.
Rickett
<
crickett
@lanl
.
gov
>
2007
-
09
-
11
Christopher
D
.
Rickett
<
crickett
@lanl
.
gov
>
PR
fortran
/
33040
PR
fortran
/
33040
gcc/testsuite/gcc.dg/cpp/trad/include.c
View file @
f6ee8d7b
...
@@ -3,8 +3,9 @@
...
@@ -3,8 +3,9 @@
/* Test that macros are not expanded in the <> quotes of #inlcude. */
/* Test that macros are not expanded in the <> quotes of #inlcude. */
/* vxWorksCommon.h uses the "#" operator to construct the name of an
/* vxWorksCommon.h uses the "#" operator to construct the name of an
include file, thus making the file incompatible with -traditional-cpp. */
include file, thus making the file incompatible with -traditional-cpp.
/* { dg-do preprocess { target { ! vxworks_kernel } } } */
Newlib uses ## when including stdlib.h as of 2007-09-07. */
/* { dg-do preprocess { target { { ! vxworks_kernel } && { ! newlib } } } } */
#define __STDC__ 1
/* Stop complaints about non-ISO compilers. */
#define __STDC__ 1
/* Stop complaints about non-ISO compilers. */
#define stdlib 1
#define stdlib 1
...
...
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