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
afd87d51
Commit
afd87d51
authored
Nov 18, 2011
by
Joseph Myers
Committed by
Joseph Myers
Nov 18, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.dg/cpp/assert4.c: Test __linux__, not __gnu_linux__.
From-SVN: r181496
parent
93aeb62b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gcc.dg/cpp/assert4.c
+2
-2
No files found.
gcc/testsuite/ChangeLog
View file @
afd87d51
2011-11-18 Joseph Myers <joseph@codesourcery.com>
* gcc.dg/cpp/assert4.c: Test __linux__, not __gnu_linux__.
2011-11-18 Fabien Chêne <fabien@gcc.gnu.org>
PR c++/51188
...
...
gcc/testsuite/gcc.dg/cpp/assert4.c
View file @
afd87d51
/* Copyright (C) 2003, 2006, 2008 Free Software Foundation, Inc.
/* Copyright (C) 2003, 2006, 2008
, 2009, 2011
Free Software Foundation, Inc.
Test builtin preprocessor assertions.
By Kaveh Ghazi <ghazi@caip.rutgers.edu>. */
...
...
@@ -7,7 +7,7 @@
/* Check for #system assertions. */
#if defined __
gnu_
linux__
#if defined __linux__
# if !#system(linux) || !#system(unix) || !#system(posix)
# error
# endif
...
...
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