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
e28ea75b
Commit
e28ea75b
authored
Jan 16, 1996
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(extract_bit_field): Don't abort if not MEM_IN_STRUCT_P.
From-SVN: r11022
parent
15c577a8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
4 deletions
+1
-4
gcc/expmed.c
+1
-4
No files found.
gcc/expmed.c
View file @
e28ea75b
/* Medium-level subroutines: convert bit-field store and extract
/* Medium-level subroutines: convert bit-field store and extract
and shifts, multiplies and divides to rtl instructions.
and shifts, multiplies and divides to rtl instructions.
Copyright (C) 1987, 88, 89, 92
, 93, 94, 1995
Free Software Foundation, Inc.
Copyright (C) 1987, 88, 89, 92
-5, 1996
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
@@ -876,9 +876,6 @@ extract_bit_field (str_rtx, bitsize, bitnum, unsignedp,
...
@@ -876,9 +876,6 @@ extract_bit_field (str_rtx, bitsize, bitnum, unsignedp,
rtx
spec_target
=
target
;
rtx
spec_target
=
target
;
rtx
spec_target_subreg
=
0
;
rtx
spec_target_subreg
=
0
;
if
(
GET_CODE
(
str_rtx
)
==
MEM
&&
!
MEM_IN_STRUCT_P
(
str_rtx
))
abort
();
/* Discount the part of the structure before the desired byte.
/* Discount the part of the structure before the desired byte.
We need to know how many bytes are safe to reference after it. */
We need to know how many bytes are safe to reference after it. */
if
(
total_size
>=
0
)
if
(
total_size
>=
0
)
...
...
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