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
762f7d9d
Commit
762f7d9d
authored
Jun 04, 2007
by
Tom Tromey
Committed by
Tom Tromey
Jun 04, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* c-common.c (c_common_get_alias_set): Fix indentation.
From-SVN: r125321
parent
9a46cc16
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
8 deletions
+12
-8
gcc/ChangeLog
+4
-0
gcc/c-common.c
+8
-8
No files found.
gcc/ChangeLog
View file @
762f7d9d
2007-06-04 Tom Tromey <tromey@redhat.com>
* c-common.c (c_common_get_alias_set): Fix indentation.
2007-06-04 Ian Lance Taylor <iant@google.com>
* tree-vrp.c (adjust_range_with_scev): When loop is not expected
...
...
gcc/c-common.c
View file @
762f7d9d
...
...
@@ -3165,16 +3165,16 @@ c_common_get_alias_set (tree t)
tree
t2
;
/* Find bottom type under any nested POINTERs. */
for
(
t2
=
TREE_TYPE
(
t
);
TREE_CODE
(
t2
)
==
POINTER_TYPE
;
t2
=
TREE_TYPE
(
t2
))
;
TREE_CODE
(
t2
)
==
POINTER_TYPE
;
t2
=
TREE_TYPE
(
t2
))
;
if
(
TREE_CODE
(
t2
)
!=
RECORD_TYPE
&&
TREE_CODE
(
t2
)
!=
ENUMERAL_TYPE
&&
TREE_CODE
(
t2
)
!=
QUAL_UNION_TYPE
&&
TREE_CODE
(
t2
)
!=
UNION_TYPE
)
return
-
1
;
&&
TREE_CODE
(
t2
)
!=
ENUMERAL_TYPE
&&
TREE_CODE
(
t2
)
!=
QUAL_UNION_TYPE
&&
TREE_CODE
(
t2
)
!=
UNION_TYPE
)
return
-
1
;
if
(
TYPE_SIZE
(
t2
)
==
0
)
return
-
1
;
return
-
1
;
}
/* These are the only cases that need special handling. */
if
(
TREE_CODE
(
t
)
!=
RECORD_TYPE
...
...
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