https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49973
Lewis Hyatt changed:
What|Removed |Added
CC||lhyatt at gmail dot com
--- Comment #13 fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90709
--- Comment #9 from Iain Sandoe ---
Author: iains
Date: Sun Sep 15 02:38:25 2019
New Revision: 275724
URL: https://gcc.gnu.org/viewcvs?rev=275724&root=gcc&view=rev
Log:
[objective-c/c++, testsuite] Workaround for PR90709.
Since we cannot parse
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91556
Thomas Koenig changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91557
--- Comment #1 from Thomas Koenig ---
Author: tkoenig
Date: Sat Sep 14 20:40:55 2019
New Revision: 275719
URL: https://gcc.gnu.org/viewcvs?rev=275719&root=gcc&view=rev
Log:
2019-09-14 Thomas Koenig
PR fortran/91557
PR fortran
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91556
--- Comment #28 from Thomas Koenig ---
Author: tkoenig
Date: Sat Sep 14 20:40:55 2019
New Revision: 275719
URL: https://gcc.gnu.org/viewcvs?rev=275719&root=gcc&view=rev
Log:
2019-09-14 Thomas Koenig
PR fortran/91557
PR fortra
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91772
Bug ID: 91772
Summary: [8/9/10 Regression] ICE in add_dwarf_attr, at
dwarf2out.c:4412 since r259749
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Keywords: ice-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91771
Bug ID: 91771
Summary: Optimization fails to inline final override.
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83889
--- Comment #5 from sandra at gcc dot gnu.org ---
Author: sandra
Date: Sat Sep 14 19:00:15 2019
New Revision: 275718
URL: https://gcc.gnu.org/viewcvs?rev=275718&root=gcc&view=rev
Log:
2019-09-14 Sandra Loosemore
PR testsuite/83889
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91553
kargl at gcc dot gnu.org changed:
What|Removed |Added
Priority|P3 |P4
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91553
--- Comment #3 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Sat Sep 14 17:05:17 2019
New Revision: 275716
URL: https://gcc.gnu.org/viewcvs?rev=275716&root=gcc&view=rev
Log:
2019-09-14 Steven G. Kargl
PR fortran/91553
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91566
kargl at gcc dot gnu.org changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91566
--- Comment #3 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Sat Sep 14 16:39:41 2019
New Revision: 275715
URL: https://gcc.gnu.org/viewcvs?rev=275715&root=gcc&view=rev
Log:
2019-09-14 Steven G. Kargl
PR fortran/91566
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91642
kargl at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91642
--- Comment #3 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Sat Sep 14 16:21:33 2019
New Revision: 275714
URL: https://gcc.gnu.org/viewcvs?rev=275714&root=gcc&view=rev
Log:
2019-09-14 Steven G. Kargl
PR fortran/91642
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91770
Nathan Sidwell changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91770
Bug ID: 91770
Summary: warn on #includes inside extern C regions
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91769
Bug ID: 91769
Summary: [9 regression] wrong code with -O2 on MIPS
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91766
--- Comment #5 from martin krastev ---
For reference, here what -fvisibility=hidden -fpic -fcommon produces on amd64
(https://godbolt.org/z/0aIyhl):
foo:
movl$0, room(%rip)
leaqroom(%rip), %rax
ret
Notice the abs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91729
Paul Thomas changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91768
Bug ID: 91768
Summary: gcc try to resolve member of template parameter too
soon
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Severity: normal
Priori
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91543
--- Comment #3 from Thomas Koenig ---
We could look at https://www.gnu.org/software/libsigsegv/ how to
do this, or maybe even include this as a prerequisite for libgfortran.
Haven't looked in detail yet...
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91767
--- Comment #3 from Dimitry Andric ---
(In reply to Jakub Jelinek from comment #2)
> Isn't that a clang bug though? hash_map has a constructor which should be
> invoked by the general_scalar_chain constructor...
It is possible, though I think i
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91766
Wilco changed:
What|Removed |Added
CC||wdijkstr at arm dot com
--- Comment #4 from Wilc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80791
--- Comment #26 from Kewen Lin ---
Author: linkw
Date: Sat Sep 14 09:01:21 2019
New Revision: 275713
URL: https://gcc.gnu.org/viewcvs?rev=275713&root=gcc&view=rev
Log:
Consider doloop IV in IVOPTs:
For the targets supporting low-overhead loo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91766
--- Comment #3 from martin krastev ---
So it appears to be a clash between -fcommon and -fvisibility=hidden during
-fpic -- passing either -fno-common or -fno-pic drops the GOT indirection. And
explicitly hiding the symbol obviously solves it. Bu
25 matches
Mail list logo