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
c1c84c5e
Commit
c1c84c5e
authored
May 21, 2014
by
Andreas Schwab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Amend: yes
* g++.dg/cpp0x/pr61038.C (operator "" _s): Use size_t. From-SVN: r210687
parent
bffe67e7
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/g++.dg/cpp0x/pr61038.C
+1
-1
No files found.
gcc/testsuite/ChangeLog
View file @
c1c84c5e
2014-05-21 Andreas Schwab <schwab@suse.de>
* g++.dg/cpp0x/pr61038.C (operator "" _s): Use size_t.
2014-05-21 Oleg Endo <olegendo@gcc.gnu.org>
PR target/54236
...
...
@@ -6,7 +10,7 @@
2014-05-21 Igor Zamyatin <igor.zamyatin@intel.com>
PR c++/60189
* c-c++-common/cilk-plus/CK/invalid_sync.c
Ñ
: New test.
* c-c++-common/cilk-plus/CK/invalid_sync.c: New test.
2014-05-20 Jan Hubicka <hubicka@ucw.cz>
...
...
gcc/testsuite/g++.dg/cpp0x/pr61038.C
View file @
c1c84c5e
...
...
@@ -5,7 +5,7 @@
#include <cstdlib>
void
operator
""
_s
(
const
char
*
,
unsigned
long
)
operator
""
_s
(
const
char
*
,
size_t
)
{
}
void
...
...
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