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
94dcac11
Commit
94dcac11
authored
Dec 23, 2011
by
Jonathan Wakely
Committed by
Jonathan Wakely
Dec 23, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* include/c_global/cinttypes: Update comments that refer to TR1.
From-SVN: r182659
parent
7e98765e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
10 deletions
+8
-10
libstdc++-v3/ChangeLog
+4
-0
libstdc++-v3/include/c_global/cinttypes
+4
-10
No files found.
libstdc++-v3/ChangeLog
View file @
94dcac11
2011-12-23 Jonathan Wakely <jwakely.gcc@gmail.com>
2011-12-23 Jonathan Wakely <jwakely.gcc@gmail.com>
* include/c_global/cinttypes: Update comments that refer to TR1.
2011-12-23 Jonathan Wakely <jwakely.gcc@gmail.com>
PR libstdc++/49204
PR libstdc++/49204
* include/std/future (future_errc): Implement LWG 2056.
* include/std/future (future_errc): Implement LWG 2056.
...
...
libstdc++-v3/include/c_global/cinttypes
View file @
94dcac11
// <cinttypes> -*- C++ -*-
// <cinttypes> -*- C++ -*-
// Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
// Copyright (C) 2007, 2008, 2009, 2010
, 2011
Free Software Foundation, Inc.
//
//
// This file is part of the GNU ISO C++ Library. This library is free
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
// software; you can redistribute it and/or modify it under the
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
#include <cstdint>
#include <cstdint>
// For
8.11.1/1
(see C99, Note 184)
// For
27.9.2/3
(see C99, Note 184)
#if _GLIBCXX_HAVE_INTTYPES_H
#if _GLIBCXX_HAVE_INTTYPES_H
# ifndef __STDC_FORMAT_MACROS
# ifndef __STDC_FORMAT_MACROS
# define _UNDEF__STDC_FORMAT_MACROS
# define _UNDEF__STDC_FORMAT_MACROS
...
@@ -59,16 +59,10 @@ namespace std
...
@@ -59,16 +59,10 @@ namespace std
// functions
// functions
using ::imaxabs;
using ::imaxabs;
// May collide with _Longlong abs(_Longlong), and is not described
// anywhere outside the synopsis. Likely, a defect.
//
// intmax_t abs(intmax_t)
using ::imaxdiv;
using ::imaxdiv;
//
Likewise, with lldiv_t div(_Longlong, _Longlong).
//
GCC does not support extended integer types
//
//
intmax_t abs(intmax_t)
// imaxdiv_t div(intmax_t, intmax_t)
// imaxdiv_t div(intmax_t, intmax_t)
using ::strtoimax;
using ::strtoimax;
...
...
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