https://gcc.gnu.org/bugzilla/show_bug.cgi?id=9
--- Comment #4 from Bill Seurer ---
bootstrap works with that patch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87291
--- Comment #23 from bouanto at zoho dot com ---
Created attachment 48685
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48685&action=edit
Example of global assembly
See answers below.
(In reply to David Malcolm from comment #22)
> Created
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95556
Bug ID: 95556
Summary: Not replacing __builtin___memcpy_chk() as documented
Product: gcc
Version: 7.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compone
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95556
--- Comment #1 from Jeff Davis ---
Created attachment 48687
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48687&action=edit
Example 1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95557
Bug ID: 95557
Summary: __STDCPP_DEFAULT_NEW_ALIGNMENT__ is int instead of
size_t
Product: gcc
Version: 10.1.0
Status: UNCONFIRMED
Severity: normal
Pri
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95456
--- Comment #2 from CVS Commits ---
The master branch has been updated by Alexandre Oliva :
https://gcc.gnu.org/g:2e6a6644db0ef0f369df4e5b1b337122d84c1a39
commit r11-1014-g2e6a6644db0ef0f369df4e5b1b337122d84c1a39
Author: Alexandre Oliva
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95556
--- Comment #2 from Jeff Davis ---
Created attachment 48688
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48688&action=edit
Example 3
Another example that works (i.e. builtin is properly replaced by memcpy as
described in the document).
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95556
--- Comment #3 from Jeff Davis ---
Original larger case was discovered in PostgreSQL:
https://www.postgresql.org/message-id/99b2eab335c1592c925d8143979c8e9e81e1575f.ca...@j-davis.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95456
Alexandre Oliva changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63426
Bug 63426 depends on bug 95456, which changed state.
Bug 95456 Summary: [11 Regression] gcc/gcc.c:6035:16: runtime error: null
pointer passed as argument 2, which is declared to never be null
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95456
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95558
Bug ID: 95558
Summary: Invalid IPA optimizations based on weak definition
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compone
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95559
Bug ID: 95559
Summary: Compiling "{{}}" result is inconsistent in different
versions
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Severity: normal
P
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95512
--- Comment #2 from David Binderman ---
I fail to understand how this can be a false positive.
if (array[ X] && X < something - 1)
looks like a pretty convincing case of use before sanity checking to me.
It is a standard pattern to sanity chec
101 - 113 of 113 matches
Mail list logo