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
55d7d0fa
Commit
55d7d0fa
authored
Apr 15, 2008
by
Ian Lance Taylor
Committed by
Ian Lance Taylor
Apr 15, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* fold-const.c (fold_overflow_warning): Remove assertion.
From-SVN: r134307
parent
cbe9a76f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
gcc/ChangeLog
+4
-0
gcc/fold-const.c
+0
-1
No files found.
gcc/ChangeLog
View file @
55d7d0fa
2008-04-14 Ian Lance Taylor <iant@google.com>
* fold-const.c (fold_overflow_warning): Remove assertion.
2008-04-15 Ben Elliston <bje@au.ibm.com>
2008-04-15 Ben Elliston <bje@au.ibm.com>
* config/alpha/alpha.c (alpha_initialize_trampoline): Remove temp,
* config/alpha/alpha.c (alpha_initialize_trampoline): Remove temp,
...
...
gcc/fold-const.c
View file @
55d7d0fa
...
@@ -1012,7 +1012,6 @@ fold_deferring_overflow_warnings_p (void)
...
@@ -1012,7 +1012,6 @@ fold_deferring_overflow_warnings_p (void)
static
void
static
void
fold_overflow_warning
(
const
char
*
gmsgid
,
enum
warn_strict_overflow_code
wc
)
fold_overflow_warning
(
const
char
*
gmsgid
,
enum
warn_strict_overflow_code
wc
)
{
{
gcc_assert
(
!
flag_wrapv
&&
!
flag_trapv
);
if
(
fold_deferring_overflow_warnings
>
0
)
if
(
fold_deferring_overflow_warnings
>
0
)
{
{
if
(
fold_deferred_overflow_warning
==
NULL
if
(
fold_deferred_overflow_warning
==
NULL
...
...
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