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
5305f6d7
Commit
5305f6d7
authored
May 29, 2004
by
Joseph Myers
Committed by
Joseph Myers
May 29, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* c-typeck.c (common_type): Correct comment.
From-SVN: r82426
parent
50796c52
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
4 deletions
+11
-4
gcc/ChangeLog
+4
-0
gcc/c-typeck.c
+7
-4
No files found.
gcc/ChangeLog
View file @
5305f6d7
2004-05-29 Joseph S. Myers <jsm@polyomino.org.uk>
* c-typeck.c (common_type): Correct comment.
2004-05-29 Peter Barada <peter@the-baradas.com>
* config/m68k/m68k.c (CONST_METHOD): Add MVZ, MVS.
...
...
gcc/c-typeck.c
View file @
5305f6d7
...
...
@@ -199,10 +199,13 @@ qualify_type (tree type, tree like)
TYPE_QUALS
(
type
)
|
TYPE_QUALS
(
like
));
}
/* Return the common type of two types.
We assume that comptypes has already been done and returned 1;
if that isn't so, this may crash. In particular, we assume that qualifiers
match.
/* Return the composite type of two compatible types, or the common
type for two arithmetic types under the usual arithmetic
conversions.
Unless both types are arithmetic types, we assume that comptypes
has already been done and returned 1; if that isn't so, this may
crash. In particular, we assume that qualifiers match.
This is the type for the result of most arithmetic operations
if the operands have the given two types. */
...
...
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