https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64827
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64831
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64774
Andrew Pinski changed:
What|Removed |Added
Keywords||missed-optimization
Severity|m
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64863
Andrew Pinski changed:
What|Removed |Added
Keywords||diagnostic
Status|UNCONFIRME
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64891
--- Comment #1 from Andrew Pinski ---
Has this been fixed?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64911
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69451
Bug ID: 69451
Summary: want a high-level option to disable optimizations that
harm debuggability
Product: gcc
Version: 5.3.0
Status: UNCONFIRMED
Severity: enhan
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69451
--- Comment #1 from Andrew Pinski ---
-Og
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69451
--- Comment #2 from Rich Lowe ---
I'm not certain -Og exactly matches what I wanted, though it's close.
I was hoping to maintain the existing -O I was specifying, but have those
problematic optimizations disabled en-masse. Does -Og allow for th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64891
John David Anglin changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69450
--- Comment #1 from John David Anglin ---
Think the declaration for isnan in include-fixed/math.h should be deleted.
It's an XOPEN extension and conflicts with macro implementation.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64903
--- Comment #2 from Andrew Pinski ---
(In reply to Jonathan Wakely from comment #1)
> I think the problem is that we end up testing the partition point twice.
> Here's a completely untested patch that avoids that:
Has this patch been tested and
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64992
Andrew Pinski changed:
What|Removed |Added
Keywords||missed-optimization
Severity|n
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64992
--- Comment #6 from Andrew Pinski ---
if a was signed, then a * 2 == 0 just becomes a == 0 as if a * 2 overflows that
would become undefined
For unsigned, if a has a range of [0,(unsigned)INT_MAX] then a * 2 == 0 can be
optimized to a == 0.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65108
--- Comment #2 from Andrew Pinski ---
I don't think this is a valid bug as you are violating C++. That is you don't
have a definition for Foo::one. This is why debugging info is not being
outputted.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64862
Andrew Pinski changed:
What|Removed |Added
Keywords||diagnostic
Status|UNCONFIRME
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65176
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65176
--- Comment #3 from Andrew Pinski ---
Also config.guess/config.sub are imported from upstream so report it there.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65197
Andrew Pinski changed:
What|Removed |Added
Component|middle-end |target
--- Comment #1 from Andrew Pinski
101 - 119 of 119 matches
Mail list logo