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
4a07c08a
Commit
4a07c08a
authored
Mar 08, 2003
by
Loren J. Rittle
Committed by
Loren J. Rittle
Mar 08, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* testsuite/26_numerics/c99_classification_macros_c.cc: Tweak test.
From-SVN: r63982
parent
4f649415
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
libstdc++-v3/ChangeLog
+2
-0
libstdc++-v3/testsuite/26_numerics/c99_classification_macros_c.cc
+2
-2
No files found.
libstdc++-v3/ChangeLog
View file @
4a07c08a
...
...
@@ -4,6 +4,8 @@
2003-03-08 Loren J. Rittle <ljrittle@acm.org>
* testsuite/26_numerics/c99_classification_macros_c.cc: Tweak test.
* config/locale/generic/c_locale.cc (locale::facet::_S_create_c_locale):
Throw runtime exception when unsupported language is specified.
* testsuite/testsuite_hooks.h
...
...
libstdc++-v3/testsuite/26_numerics/c99_classification_macros_c.cc
View file @
4a07c08a
...
...
@@ -28,11 +28,11 @@
// the GNU General Public License.
// { dg-do compile { xfail *-*-linux-gnu } }
// { dg-excess-errors "" }
// { dg-excess-errors ""
{ target *-*-linux-gnu }
}
#include <math.h>
void
fpclassify
()
{
}
// { dg-error "parse error" "" { xfail *-*-linux-gnu } }
void
fpclassify
()
{
}
void
isfinite
()
{
}
...
...
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