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
b9d49351
Commit
b9d49351
authored
Jun 04, 2007
by
Kazu Hirata
Committed by
Kazu Hirata
Jun 04, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* stor-layout.c (layout_type): Remove duplicate code.
From-SVN: r125318
parent
da04dcb6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
gcc/ChangeLog
+4
-0
gcc/stor-layout.c
+1
-2
No files found.
gcc/ChangeLog
View file @
b9d49351
2007-06-04 Kazu Hirata <kazu@codesourcery.com>
* stor-layout.c (layout_type): Remove duplicate code.
2007-06-04 Uros Bizjak <ubizjak@gmail.com>
PR c/32191
...
...
gcc/stor-layout.c
View file @
b9d49351
...
...
@@ -1808,8 +1808,7 @@ layout_type (tree type)
if
(
TYPE_MODE
(
type
)
!=
BLKmode
&&
STRICT_ALIGNMENT
&&
TYPE_ALIGN
(
type
)
<
BIGGEST_ALIGNMENT
&&
TYPE_ALIGN
(
type
)
<
GET_MODE_ALIGNMENT
(
TYPE_MODE
(
type
))
&&
TYPE_MODE
(
type
)
!=
BLKmode
)
&&
TYPE_ALIGN
(
type
)
<
GET_MODE_ALIGNMENT
(
TYPE_MODE
(
type
)))
{
TYPE_NO_FORCE_BLK
(
type
)
=
1
;
TYPE_MODE
(
type
)
=
BLKmode
;
...
...
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