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
d94cde01
Commit
d94cde01
authored
May 27, 2002
by
Neil Booth
Committed by
Neil Booth
May 27, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* c-common.c (c_common_init): Use intmax_t for now.
From-SVN: r53935
parent
248a9163
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/c-common.c
+1
-1
No files found.
gcc/ChangeLog
View file @
d94cde01
2002-05-27 Neil Booth <neil@daikokuya.demon.co.uk>
* c-common.c (c_common_init): Use intmax_t for now.
2002-05-24 Andrew Haley <aph@redhat.com>
* fold-const.c (fold): Don't convert (T)(x & c) into (T)x & (T)c
...
...
gcc/c-common.c
View file @
d94cde01
...
...
@@ -4488,7 +4488,7 @@ c_common_init (filename)
/* Set up preprocessor arithmetic. Must be done after call to
c_common_nodes_and_builtins for wchar_type_node to be good. */
if
(
flag_isoc99
)
if
(
flag_isoc99
||
1
)
options
->
precision
=
TYPE_PRECISION
(
intmax_type_node
);
else
options
->
precision
=
TYPE_PRECISION
(
long_integer_type_node
);
...
...
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