https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67325
--- Comment #2 from Marc Glisse ---
I am seeing the same code (well, with shrq) if I make the types unsigned.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67325
Andrew Pinski changed:
What|Removed |Added
Component|target |rtl-optimization
--- Comment #1 from And
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67325
Bug ID: 67325
Summary: Optimize shift (aka subreg) of load to simple load
Product: gcc
Version: 6.0
Status: UNCONFIRMED
Keywords: missed-optimization
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64327
--- Comment #6 from Vittorio Zecca ---
I "fixed" this one by substituting rtlanal.c:4907
if (bitwidth > HOST_BITS_PER_WIDE_INT )
with
if (bitwidth > HOST_BITS_PER_WIDE_INT || !bitwidth)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63426
Bug 63426 depends on bug 61943, which changed state.
Bug 61943 Summary: tree-ssa-loop-ivopts.c:4148 signed integer overflow
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61943
What|Removed |Added
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61943
Vittorio Zecca changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67324
Bug ID: 67324
Summary: Failures in Assignable concept's requires-expression
Product: gcc
Version: 6.0
Status: UNCONFIRMED
Severity: major
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67323
Bug ID: 67323
Summary: Use non-unit stride loads by preference when
applicable
Product: gcc
Version: 6.0
Status: UNCONFIRMED
Severity: normal
Priority
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67322
Bug ID: 67322
Summary: [Aarch64] Exploit Wide Add operations when appropriate
Product: gcc
Version: 6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compone
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67321
--- Comment #1 from Michael Collison ---
Created attachment 36242
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36242&action=edit
Patch to generate arm vaddw
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67321
Bug ID: 67321
Summary: [ARM] Exploit Wide Add operations when appropriate
Product: gcc
Version: 6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57195
Michael Collison changed:
What|Removed |Added
CC||michael.collison at linaro dot
org
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67320
--- Comment #1 from Michael Collison ---
Created attachment 36241
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36241&action=edit
Patch for widening addition doc
Proposed patch to fix wide addition documentation errors.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67320
Bug ID: 67320
Summary: Incorrect standard names for wide addition
Product: gcc
Version: 6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: middle-e
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65152
--- Comment #4 from Jonathan Wakely ---
Yes, fixed by r227044
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67318
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65152
--- Comment #3 from Roger Orr ---
Note that this has been fixed in gcc-trunk (tested 22-Aug-2015)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63693
Paolo Carlini changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67319
Bug ID: 67319
Summary: Short-hand concepts for variadic member functions
broken
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: normal
Priorit
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63693
--- Comment #4 from paolo at gcc dot gnu.org ---
Author: paolo
Date: Sat Aug 22 17:44:46 2015
New Revision: 227098
URL: https://gcc.gnu.org/viewcvs?rev=227098&root=gcc&view=rev
Log:
/cp
2015-08-22 Paolo Carlini
PR c++/63693
*
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67037
--- Comment #3 from Mikael Pettersson ---
Started with r206023, an LRA patch.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66957
Casey Carter changed:
What|Removed |Added
CC||Casey at Carter dot net
--- Comment #8 fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67308
Jerome Robert changed:
What|Removed |Added
CC||jeromerobert at gmx dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67290
Segher Boessenkool changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67288
Segher Boessenkool changed:
What|Removed |Added
CC||segher at gcc dot gnu.org
--- Comme
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67316
--- Comment #3 from Lionel Landwerlin ---
Thanks for the explanation.
I did notice the warning, I was just surprised that hboehm's GC suddenly stop
working. I guess that's the price a major version bump :)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67316
Manuel López-Ibáñez changed:
What|Removed |Added
CC||manu at gcc dot gnu.org
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67303
Joost VandeVondele changed:
What|Removed |Added
URL||https://gcc.gnu.org/ml/gcc-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66761
Joost VandeVondele changed:
What|Removed |Added
URL||https://gcc.gnu.org/ml/gcc-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67318
Bug ID: 67318
Summary: [6 regression] Parsing error when using abbreviated
integral type names in template parameter pack
declaration
Product: gcc
Version: 6.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67315
Jonathan Wakely changed:
What|Removed |Added
Keywords||wrong-code
Status|UNCONFIR
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67315
Jonathan Wakely changed:
What|Removed |Added
Severity|critical|normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67157
Guido Haztsis changed:
What|Removed |Added
CC||guido.hatzsis at yandex dot com
--- Comm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67310
--- Comment #2 from jol_indien at yahoo dot fr ---
This new version of the patch is:
* an optimisation, avoiding modifying code that does not need to be
* a bugfix, fixing "nocona" architecture detection
Please consider applying in recent gcc ver
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67310
jol_indien at yahoo dot fr changed:
What|Removed |Added
Attachment #36234|0 |1
is obsolete|
35 matches
Mail list logo