https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86552
Martin Sebor changed:
What|Removed |Added
Keywords||diagnostic
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86556
Bug ID: 86556
Summary: , most vexing parse, and diagnostic output
Product: gcc
Version: 8.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86557
Bug ID: 86557
Summary: missed vectorization with std::vector compared to icc
18
Product: gcc
Version: 8.1.0
Status: UNCONFIRMED
Severity: normal
Prior
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86010
--- Comment #6 from Jeffrey A. Law ---
Author: law
Date: Tue Jul 17 23:54:10 2018
New Revision: 262841
URL: https://gcc.gnu.org/viewcvs?rev=262841&root=gcc&view=rev
Log:
PR tree-optimization/86010
* tree-ssa-dse.c (compute_trims)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86535
--- Comment #7 from Ian Lance Taylor ---
Thanks. There seems to be something with -fgo-dump-spec on your system, such
that it fails if an incomplete typedef is seen before a complete typedef. I'm
not sure why that would be. I haven't been able
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86553
--- Comment #1 from The Written Word
---
I get a similar failure on AIX 5.2 with gcc-7.2.0 and gcc-8.1.0.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86558
Bug ID: 86558
Summary: ICE on template code
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86544
--- Comment #2 from kugan at gcc dot gnu.org ---
Patch posted at https://gcc.gnu.org/ml/gcc-patches/2018-07/msg00975.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86559
Bug ID: 86559
Summary: Build failure on AIX 5.3
Product: gcc
Version: 7.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
Assignee: un
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86532
--- Comment #21 from Martin Sebor ---
Thanks for testing the patch! I've tweaked it to avoid the ICE. I'm not sure
what masked the ICE in my testing but mixing signed and unsigned types in the
same expression without conversion was the cause.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86559
--- Comment #1 from The Written Word
---
Might be a duplicate of PR64081.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86471
--- Comment #19 from Matt Bentley ---
(In reply to Jonathan Wakely from comment #18)
> (In reply to Matt Bentley from comment #13)
> > Well it's more that you're doing- at any rate, the issue you've noted is
> > easily bypassed by changing the "r
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86471
--- Comment #20 from Matt Bentley ---
(In reply to Matt Bentley from comment #19)
> (In reply to Jonathan Wakely from comment #18)
> > (In reply to Matt Bentley from comment #13)
> > > Well it's more that you're doing- at any rate, the issue you'
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86532
--- Comment #22 from Bernd Edlinger ---
(In reply to Martin Sebor from comment #21)
> Thanks for testing the patch! I've tweaked it to avoid the ICE. I'm not
> sure what masked the ICE in my testing but mixing signed and unsigned types
> in the
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86532
--- Comment #23 from Bernd Edlinger ---
Aehm, and won't this kind of folding make it impossible
for asan/ubsan to spot the bug?
I mean why not make that dependent on the sanitizer?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86560
Bug ID: 86560
Summary: FAIL: c-c++-common/asan/swapcontext-test-1.c
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86560
H.J. Lu changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81963
ray linn changed:
What|Removed |Added
CC||ray_linn at hotmail dot com
--- Comment #1 fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67153
--- Comment #26 from ncm at cantrip dot org ---
Still fails on Skylake (i7-6700HQ) and gcc 8.1.0.
The good news is that clang++-7.0.0 code is slow on all four versions.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86561
Bug ID: 86561
Summary: a function definition must occur in a standalone
declaration
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: normal
Pri
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86562
Bug ID: 86562
Summary: Missing warning (error in C++11) for passing
nontrivial object to varargs function via function
pointer
Product: gcc
Version: 9.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86563
Bug ID: 86563
Summary: catch reference to incomplete type
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
As
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86564
Bug ID: 86564
Summary: Declaration containing qualified-id interpreted as
function-style cast
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86565
Bug ID: 86565
Summary: failing to instantiate all of a local class
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86557
Marc Glisse changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86523
--- Comment #9 from Richard Biener ---
Author: rguenth
Date: Wed Jul 18 06:54:23 2018
New Revision: 262849
URL: https://gcc.gnu.org/viewcvs?rev=262849&root=gcc&view=rev
Log:
2018-07-18 Richard Biener
PR debug/86523
cp/
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86523
Richard Biener changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
101 - 127 of 127 matches
Mail list logo