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
ca66f89b
Commit
ca66f89b
authored
May 06, 2014
by
Mike Stump
Committed by
Mike Stump
May 06, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* wide-int.h (wi::int_traits <HOST_WIDE_INT>): Always define.
From-SVN: r210128
parent
895a5cc0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
gcc/ChangeLog
+4
-0
gcc/wide-int.h
+0
-2
No files found.
gcc/ChangeLog
View file @
ca66f89b
2014-05-06 Mike Stump <mikestump@comcast.net>
* wide-int.h (wi::int_traits <HOST_WIDE_INT>): Always define.
2014-05-06 Joseph Myers <joseph@codesourcery.com>
* config/i386/sse.md (*mov<mode>_internal)
...
...
gcc/wide-int.h
View file @
ca66f89b
...
...
@@ -1442,7 +1442,6 @@ namespace wi
struct
int_traits
<
unsigned
int
>
:
public
primitive_int_traits
<
unsigned
int
,
false
>
{};
#if HOST_BITS_PER_INT != HOST_BITS_PER_WIDE_INT
template
<>
struct
int_traits
<
HOST_WIDE_INT
>
:
public
primitive_int_traits
<
HOST_WIDE_INT
,
true
>
{};
...
...
@@ -1450,7 +1449,6 @@ namespace wi
template
<>
struct
int_traits
<
unsigned
HOST_WIDE_INT
>
:
public
primitive_int_traits
<
unsigned
HOST_WIDE_INT
,
false
>
{};
#endif
}
namespace
wi
...
...
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