https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70797
--- Comment #2 from Abhijith Raghavendra ---
(In reply to Marek Polacek from comment #1)
> Something in your installation is wrong, then, but it's hard to say anything
> without more details. Anyway, hardly a C FE issue.
Thanks a lot for your r
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70817
Bug ID: 70817
Summary: Internal compiler error coarrays -finit-real=snan
Product: gcc
Version: 6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67824
Martin Sebor changed:
What|Removed |Added
Last reconfirmed|2015-11-25 00:00:00 |2016-4-26
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67026
Martin Sebor changed:
What|Removed |Added
Last reconfirmed|2015-08-29 00:00:00 |2016-4-26
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70816
Bug ID: 70816
Summary: bogus error __builtin_strcmp is not a constant
expression in a constexpr function
Product: gcc
Version: 6.0
Status: UNCONFIRMED
Severity:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66561
--- Comment #2 from Martin Sebor ---
Patch posted for review:
https://gcc.gnu.org/ml/gcc-patches/2016-04/msg01565.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66639
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66639
--- Comment #5 from Martin Sebor ---
Author: msebor
Date: Tue Apr 26 22:57:34 2016
New Revision: 235458
URL: https://gcc.gnu.org/viewcvs?rev=235458&root=gcc&view=rev
Log:
PR c++/66639 - declare __func__ , __FUNCTION__ & __PRETTY_FUNCTION__ const
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70241
--- Comment #2 from Patrick Palka ---
Author: ppalka
Date: Tue Apr 26 22:24:43 2016
New Revision: 235456
URL: https://gcc.gnu.org/viewcvs?rev=235456&root=gcc&view=rev
Log:
Fix PR c++/70241 (inconsistent access with in-class enumeration)
gcc/cp/
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70815
Bug ID: 70815
Summary: ICE when using read statement applied to
deferred-length string pointer as derived type
component
Product: gcc
Version: 5.3.0
S
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70814
Bug ID: 70814
Summary: atomic store of __int128 is not lock free on aarch64
Product: gcc
Version: 5.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compone
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70794
--- Comment #5 from numien at deathwyrm dot com ---
Created attachment 38344
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38344&action=edit
Preprocessed source
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70794
--- Comment #4 from numien at deathwyrm dot com ---
$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/5.3.1/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --enable-bootst
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51358
--- Comment #12 from Mark Wielaard ---
Having to parse line information to skip the prologue us somewhat inconvenient.
Especially since GCC doesn't actually emit DW_LNS_set_prologue_end, you have to
use some heuristic to determine whether you hav
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70812
Andrew Pinski changed:
What|Removed |Added
Keywords||diagnostic
Summary|Delay fold
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70813
Bug ID: 70813
Summary: Wrong warning "'0' flag ignored with precision and
‘%d’ gnu_printf format"
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70812
Bug ID: 70812
Summary: Delay folding in C front-end
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
Assignee:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70811
Martin Sebor changed:
What|Removed |Added
Keywords||diagnostic, rejects-valid
Known to f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70811
Andrew Pinski changed:
What|Removed |Added
Component|preprocessor|c
--- Comment #1 from Andrew Pinski ---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70811
Bug ID: 70811
Summary: error on #pragma GCC diagnostic in an enum
Product: gcc
Version: 6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: preproce
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70772
Martin Sebor changed:
What|Removed |Added
CC||msebor at gcc dot gnu.org
Known to f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70809
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Keywords||wrong-code
Stat
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70810
Bug ID: 70810
Summary: std::function template variadic template arguments do
not unpack in function template
Product: gcc
Version: 5.3.1
Status: UNCONFIRMED
Sev
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70809
Bug ID: 70809
Summary: [AArch64] aarch64_vmls pattern should be rejected if
-ffp-contract=off
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69945
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70791
--- Comment #4 from Eric Gallager ---
(In reply to Marek Polacek from comment #3)
> Fixed.
Thanks for the speedy response and fix!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69489
--- Comment #15 from amker at gcc dot gnu.org ---
Also the case is reported not vectorized on Solaris/SPARC in PR70803. I will
investigate and follow up it in that ticket.
Thanks.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70808
Bug ID: 70808
Summary: Spurious -Wzero-as-null-pointer-constant for nullptr_t
Product: gcc
Version: 6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compone
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70791
Marek Polacek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70791
--- Comment #2 from Marek Polacek ---
Author: mpolacek
Date: Tue Apr 26 15:01:09 2016
New Revision: 235447
URL: https://gcc.gnu.org/viewcvs?rev=235447&root=gcc&view=rev
Log:
PR c/70791
* c-decl.c (pushdecl): Pass LOCUS down to wa
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67784
Marek Polacek changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70807
Bug ID: 70807
Summary: fwprop pass doesn't with incoming CDI_DOMINATORS
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: mi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67784
--- Comment #11 from Marek Polacek ---
Author: mpolacek
Date: Tue Apr 26 14:59:40 2016
New Revision: 235446
URL: https://gcc.gnu.org/viewcvs?rev=235446&root=gcc&view=rev
Log:
PR c/67784
* c-parser.c (c_parser_maybe_reclassify_tok
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70796
Jason Turner changed:
What|Removed |Added
CC||lefticus at gmail dot com
--- Comment #1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70786
Eric Botcazou changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70806
Bug ID: 70806
Summary: Missing deallocation of exception handler emergency
pool breaks -static-libstdc++ with dlopen
Product: gcc
Version: 5.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70495
András changed:
What|Removed |Added
Version|5.3.0 |6.1.0
--- Comment #7 from András ---
Presents
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51153
Thomas Schwinge changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70791
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70753
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70805
Rainer Orth changed:
What|Removed |Added
Target Milestone|--- |7.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70797
Marek Polacek changed:
What|Removed |Added
CC||mpolacek at gcc dot gnu.org
Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70805
Bug ID: 70805
Summary: libgomp.c/for-5.c and libgomp.c++/for-13.C FAIL
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: lib
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21057
Graham Frye changed:
What|Removed |Added
CC||graham.frye at hotmail dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70804
Ramana Radhakrishnan changed:
What|Removed |Added
Target||aarch64
--- Comment #1 from Raman
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70804
Bug ID: 70804
Summary: Missed tail-call
Product: gcc
Version: 6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-optimization
Assign
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70760
--- Comment #12 from David Abdurachmanov
---
I have re-tested #3 patch by recompiling 316 RPMs (from GCC to our software --
top package). Have not seen those strange segfaults.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65734
Jonathan Wakely changed:
What|Removed |Added
Target Milestone|6.0 |5.3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70803
--- Comment #1 from amker at gcc dot gnu.org ---
Thanks for reporting this, I will check it. Maybe a simple "vect_int_mult" to
skip on some targets.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57193
--- Comment #11 from Bernd Schmidt ---
Author: bernds
Date: Tue Apr 26 12:43:42 2016
New Revision: 235442
URL: https://gcc.gnu.org/viewcvs?rev=235442&root=gcc&view=rev
Log:
Enable -frename-registers at -O2.
PR rtl-optimization/57193
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70803
Rainer Orth changed:
What|Removed |Added
Target Milestone|--- |7.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70803
Bug ID: 70803
Summary: gcc.dg/vect/pr56625.c FAILs
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-optimization
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70802
Bug ID: 70802
Summary: IRA memory cost calculation incorrect for immediates
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70787
--- Comment #2 from Dominik Vogt ---
The Go runtime seems to register a handler for SIGPROF even if it does not want
to profile. So it always uninstalls the handler installed by Glibc on behalf
of the -pg option. To me it looks like -pg actuall
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70744
Marek Polacek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70744
--- Comment #7 from Marek Polacek ---
Author: mpolacek
Date: Tue Apr 26 11:32:26 2016
New Revision: 235438
URL: https://gcc.gnu.org/viewcvs?rev=235438&root=gcc&view=rev
Log:
Bootstrapped/regtested on x86_64-linux, ok for trunk?
2016-04-25 Mar
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70801
Bug ID: 70801
Summary: IRA caller-saves does not support rematerialization
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70775
--- Comment #3 from amker at gcc dot gnu.org ---
Author: amker
Date: Tue Apr 26 11:10:47 2016
New Revision: 235436
URL: https://gcc.gnu.org/viewcvs?rev=235436&root=gcc&view=rev
Log:
PR tree-optimization/70771
PR tree-optimization/
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70771
--- Comment #4 from amker at gcc dot gnu.org ---
Author: amker
Date: Tue Apr 26 11:10:47 2016
New Revision: 235436
URL: https://gcc.gnu.org/viewcvs?rev=235436&root=gcc&view=rev
Log:
PR tree-optimization/70771
PR tree-optimization/
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70794
--- Comment #3 from Jonathan Wakely ---
And 'ulimit -v'
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70794
--- Comment #2 from Jonathan Wakely ---
Also, check your 'ulimit -m' value.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70794
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70800
Bug ID: 70800
Summary: libgcc/config/libbid/bid_binarydecimal.c: suspicious
comparison ?
Product: gcc
Version: 6.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61821
Rainer Orth changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61821
Bug 61821 depends on bug 59407, which changed state.
Bug 59407 Summary: gcc.target/i386/pr58218.c FAILs with Sun as
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59407
What|Removed |Added
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59407
Rainer Orth changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61821
--- Comment #5 from Rainer Orth ---
Author: ro
Date: Tue Apr 26 10:10:33 2016
New Revision: 235435
URL: https://gcc.gnu.org/viewcvs?rev=235435&root=gcc&view=rev
Log:
Support .largecomm with Solaris as (PR target/61821)
PR target/61821
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59407
--- Comment #5 from Rainer Orth ---
Author: ro
Date: Tue Apr 26 10:06:16 2016
New Revision: 235434
URL: https://gcc.gnu.org/viewcvs?rev=235434&root=gcc&view=rev
Log:
Support .lbss etc. sections with Solaris as (PR target/59407)
PR targe
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70799
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56888
Richard Biener changed:
What|Removed |Added
CC||knakahara at netbsd dot org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70795
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |7.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70798
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70760
--- Comment #11 from rguenther at suse dot de ---
On Tue, 26 Apr 2016, david.abdurachmanov at gmail dot com wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70760
>
> --- Comment #10 from David Abdurachmanov com> ---
> I did a quick test
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12245
--- Comment #60 from Richard Biener ---
GCC 5 should have improved things a bit by wide-ints as small INTEGER_CSTs now
use 8 bytes less memory. A quick check with GCC 6 shows around ~200MB memory
use for the attached testcase.
Note that your la
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70799
Bug ID: 70799
Summary: STV pass does not convert DImode shifts and rotates
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Compo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70760
--- Comment #10 from David Abdurachmanov
---
I did a quick test (still took several hours) with #1 and #3 patches and both
seem to solve the issue. Patches were tested on top of r235408.
Just in case I will run patch #3 (for now) again, but wil
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60290
--- Comment #9 from Rainer Orth ---
Fixed for 7.1.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60290
--- Comment #8 from Rainer Orth ---
Author: ro
Date: Tue Apr 26 08:55:02 2016
New Revision: 235432
URL: https://gcc.gnu.org/viewcvs?rev=235432&root=gcc&view=rev
Log:
Compile libcilkrts with -funwind-tables (PR target/60290)
PR target/60
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70798
Bug ID: 70798
Summary: optimize-strlen generate infinite recursion code when
the program has own "calloc" function
Product: gcc
Version: 5.3.1
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70797
Bug ID: 70797
Summary: gcc.exe: Internal compiler error: (program as)
Product: gcc
Version: 5.3.0
Status: UNCONFIRMED
Severity: critical
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58211
Abhijith Raghavendra changed:
What|Removed |Added
CC||abhijithr1 at gmail dot com
--- C
81 matches
Mail list logo