https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63509
Jim Wilson changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90307
--- Comment #1 from Andrew Pinski ---
SRA decided to do this:
[t88.c:27:24] x.u.internal = [t88.c:27:30] [t88.c:27:28] MEM[(const struct
sstring &)[t88.c:49:17] &s].u.internal;
[t88.c:27:24] x$u$external$str_24 = [t88.c:27:24] MEM[(union cont
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90307
Bug ID: 90307
Summary: -Wuninitialized only at -O1, not at -O2
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90306
Bug ID: 90306
Summary: ICE when using precompiled headers with -MD and
-fpch-deps
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: normal
Prior
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90133
--- Comment #3 from Dominique d'Humieres ---
> So this is fixed on GCC 6? But not Trunk? (Or more recent releases?)
A regression is something working at revision n and broken at revision n+1.
Here it seems that a GCC7 revision broke the gfortra
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90133
--- Comment #2 from Zaak ---
Hi Dominique,
So this is fixed on GCC 6? But not Trunk? (Or more recent releases?)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90305
--- Comment #1 from Damian Rouson ---
The code gives the expected output "f" with GCC 9.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87833
H.J. Lu changed:
What|Removed |Added
Status|NEW |WAITING
--- Comment #1 from H.J. Lu ---
Do yo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61968
Thomas Koenig changed:
What|Removed |Added
Status|REOPENED|ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90291
--- Comment #9 from Nathan Sidwell ---
Thanks for the context. Clang intends to, but does not yet, implement DR2061.
which is why you're seeing the different behaviour there, at least.
Continuig discussion on the C++ Core list,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83935
--- Comment #10 from Tom Tromey ---
I have been looking at this again recently, for Ada, and now
I think perhaps the approach that GCC takes should be preferred.
At first I was thinking maybe the compiler could linearize
the members of the emitt
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90305
Bug ID: 90305
Summary: ASSOCIATE with a substring of a deferred-length
character selector yields garbage
Product: gcc
Version: 8.3.0
Status: UNCONFIRMED
Severit
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90304
--- Comment #1 from Andrew Pinski ---
There is another bug that is similar; the issue is restrict related.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61968
--- Comment #7 from Thomas Koenig ---
Hmm... some analysis. This is a strange piece of code...
interface
subroutine test_lib (a, len) bind(C, name="test")
use iso_c_binding, only: c_size_t
!GCC$ ATTRIBUTES NO_ARG_CHECK :: a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90304
Bug ID: 90304
Summary: -O3 vectorization gets worse when code is moved into
main()
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Severity: normal
Pri
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90303
Jakub Jelinek changed:
What|Removed |Added
Component|tree-optimization |c++
--- Comment #1 from Jakub Jelinek -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90303
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|--- |9.2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90303
Bug ID: 90303
Summary: [9/10 Regression] ICE in hash_odr_name with fastcall
attribute starting with r267359
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90291
--- Comment #8 from Igor A. Goussarov ---
P.S. It seems that different compilers have different ideas about inline
namespaces. If godbolt.org can be trusted, clang-8.0 and msvc 2017 do not merge
namespaces in described scenario.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60144
--- Comment #7 from dominiq at gcc dot gnu.org ---
Author: dominiq
Date: Wed May 1 17:40:22 2019
New Revision: 270776
URL: https://gcc.gnu.org/viewcvs?rev=270776&root=gcc&view=rev
Log:
2019-05-01 Dominique d'Humieres
PR fortran/60144
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90291
--- Comment #7 from Igor A. Goussarov ---
The intent is to have a lot of services, each defined in its dedicated
namespace. The hierarchy of those namespaces can grow to arbitrary depth:
component
component::service_a
component::group_b::service
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88797
Jeffrey A. Law changed:
What|Removed |Added
Summary|[7/8/9/10 Regression] |[7/8/9 Regression] Unneeded
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88797
--- Comment #8 from Jeffrey A. Law ---
Author: law
Date: Wed May 1 17:33:32 2019
New Revision: 270775
URL: https://gcc.gnu.org/viewcvs?rev=270775&root=gcc&view=rev
Log:
PR tree-optimization/88797
* gimple-ssa-split-paths (is_fea
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61968
--- Comment #6 from Dominique d'Humieres ---
On darwin I don't see the "Assembler messages".
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61968
--- Comment #5 from Thomas Koenig ---
(In reply to Thomas Koenig from comment #4)
> With gcc-9, gcc-8 and trunk I get
To be more precise, with a current gcc-9 snapshot:
$ gfortran -c pr61968.f90
/tmp/ccqFh8vs.s: Assembler messages:
/tmp/ccqFh8
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90291
--- Comment #6 from Igor A. Goussarov ---
Yes, this is a slightly modified excerpt from real code.
Perhaps a less abridged example would make more sense:
// Code in logger.h
namespace component
{
inline namespace utility
{
namesp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61968
Thomas Koenig changed:
What|Removed |Added
Status|RESOLVED|REOPENED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90302
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90133
Dominique d'Humieres changed:
What|Removed |Added
Priority|P3 |P4
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90302
--- Comment #1 from Andrew Pinski ---
Error can be implement using the error attribute on a function.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90302
Bug ID: 90302
Summary: Implement __builtin_warning
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Component: middle-end
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90207
Dominique d'Humieres changed:
What|Removed |Added
Priority|P3 |P5
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90297
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90301
Bug ID: 90301
Summary: RangeV3 usage, ICE internal compiler error: canonical
types differ for identical types
Product: gcc
Version: unknown
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86538
Ramana Radhakrishnan changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86538
--- Comment #7 from Ramana Radhakrishnan ---
Author: ramana
Date: Wed May 1 15:27:40 2019
New Revision: 270770
URL: https://gcc.gnu.org/viewcvs?rev=270770&root=gcc&view=rev
Log:
[Patch AArch64] Add __ARM_FEATURE_ATOMICS
This keeps coming up
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90300
Andrew Pinski changed:
What|Removed |Added
Resolution|INVALID |DUPLICATE
--- Comment #2 from Andrew Pin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85714
Andrew Pinski changed:
What|Removed |Added
CC||maic23 at live dot de
--- Comment #6 fro
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90300
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90300
Bug ID: 90300
Summary: "control reaches end of non-void function" warning
despite exhaustive switch for enum class
Product: gcc
Version: 9.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87249
Andreas Schwab changed:
What|Removed |Added
Resolution|FIXED |INVALID
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89093
--- Comment #88 from Tamar Christina ---
Thanks Jakub!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90299
Bug ID: 90299
Summary: std::filesystem::absolute("") and
std::filesystem::absolute("", ec) behave differently
Product: gcc
Version: 8.3.0
Status: UNCONFIRMED
Se
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87249
Dimitris Eftaxiopoulos changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90297
--- Comment #2 from paul.richard.thomas at gmail dot com ---
dh! Thanks.
Paul
On Wed, 1 May 2019 at 08:27, dcb314 at hotmail dot com
wrote:
>
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90297
>
> David Binderman changed:
>
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89422
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84655
--- Comment #4 from David Binderman ---
I tried out various versions of gcc trunk, from revision 269700
to 270600 and could see no ice.
I'd be interested to find out what Marek did to reproduce it.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90251
--- Comment #2 from Roland Illig ---
I posted an updated version of the linter to bug 79618, and I will post further
updates only there.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45358
Eric Gallager changed:
What|Removed |Added
Blocks||87403
--- Comment #6 from Eric Gallager
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51765
--- Comment #10 from Arseny Solokha ---
(In reply to Jan Hubicka from comment #8)
> FAIL: gcc.dg/nested-func-12.c (internal compiler error)
> FAIL: gcc.dg/nested-func-9.c (internal compiler error)
I cannot reproduce these as for now. I believe i
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89422
Arseny Solokha changed:
What|Removed |Added
CC||asolokha at gmx dot com
--- Comment #6
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84655
Arseny Solokha changed:
What|Removed |Added
CC||asolokha at gmx dot com
--- Comment #3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80130
Eric Gallager changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77331
Eric Gallager changed:
What|Removed |Added
CC||dodji at gcc dot gnu.org
--- Comment #4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90118
Eric Gallager changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90118
--- Comment #9 from Roland Illig ---
The particular issue has been fixed, the linter has been updated in bug 90176,
therefore I think this bug can be closed.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79618
--- Comment #7 from Roland Illig ---
Created attachment 46269
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46269&action=edit
linter for string literals
The attached linter detects:
* multiline string literals that have the space at the
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90296
Fred J. Tydeman changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88568
--- Comment #27 from jon_y <10walls at gmail dot com> ---
Thanks Jakub.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90298
--- Comment #2 from David Binderman ---
Same thing in different file in same library.
libquadmath/math/catanq.c:92]: (style) Assignment 'den=0' is redundant with
condition 'den==0'.
svn blame says:
265822 jsm28 if (den == 0)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90298
David Binderman changed:
What|Removed |Added
CC||jsm28 at gcc dot gnu.org
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90298
Bug ID: 90298
Summary: libquadmath/math/catanhq.c:113: possibly redundant
code ?
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: normal
Priori
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90297
David Binderman changed:
What|Removed |Added
CC||pault at gcc dot gnu.org
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90297
Bug ID: 90297
Summary: gcc/fortran/resolve.c: 2 * possibly redundant code ?
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90273
Jakub Jelinek changed:
What|Removed |Added
Summary|[9/10 Regression] GCC runs |[10 Regression] GCC runs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90026
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90208
Jakub Jelinek changed:
What|Removed |Added
Known to work||8.3.1
Summary|[7/8 Regression
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90193
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90108
Jakub Jelinek changed:
What|Removed |Added
Known to work||8.3.1
--- Comment #7 from Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90187
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90090
Jakub Jelinek changed:
What|Removed |Added
Known to work||8.3.1
Summary|[7/8 Regression
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90010
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90026
Jakub Jelinek changed:
What|Removed |Added
Known to work||8.3.1
--- Comment #7 from Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89965
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89946
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89998
Jakub Jelinek changed:
What|Removed |Added
Summary|[7/8 regression] ICE: |[7 regression] ICE:
|v
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89869
Jakub Jelinek changed:
What|Removed |Added
Known to work||8.3.1
--- Comment #9 from Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89796
--- Comment #9 from Jakub Jelinek ---
Fixed for 9.1+ and 8.4+ so far.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89933
Jakub Jelinek changed:
What|Removed |Added
Summary|[7/8 Regression] ICE in |[7 Regression] ICE in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89872
Jakub Jelinek changed:
What|Removed |Added
Summary|[7/8 Regression] GCC does |[7 Regression] GCC does not
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89767
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89768
Jakub Jelinek changed:
What|Removed |Added
Known to work||8.3.1, 9.0
Summary|[7/8 Regre
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89752
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89703
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89734
Jakub Jelinek changed:
What|Removed |Added
Known to work||8.3.1, 9.0
Summary|[7/8 Regre
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89726
Jakub Jelinek changed:
What|Removed |Added
Summary|[7/8 Regression] Incorrect |[7 Regression] Incorrect
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89704
Jakub Jelinek changed:
What|Removed |Added
Summary|[7/8 Regression] ICE in |[7 Regression] ICE in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89679
Jakub Jelinek changed:
What|Removed |Added
Known to work||8.3.1, 9.0
Summary|[7/8 Regre
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89684
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89621
Jakub Jelinek changed:
What|Removed |Added
Summary|[7/8 Regression] ICE with |[7 Regression] ICE with
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89663
Jakub Jelinek changed:
What|Removed |Added
Known to work||8.3.1
Summary|[7/8 Regression
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89651
--- Comment #11 from Jakub Jelinek ---
Fixed for 8.4+ too.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89587
--- Comment #5 from Jakub Jelinek ---
Fixed for 8.4+ too.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89590
Jakub Jelinek changed:
What|Removed |Added
Summary|[7/8 Regression] ICE in |[7 Regression] ICE in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89512
Jakub Jelinek changed:
What|Removed |Added
Known to work||8.3.1, 9.0
Summary|[7/8 Regre
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89520
Jakub Jelinek changed:
What|Removed |Added
Summary|[7/8 Regression] ICE tree |[7 Regression] ICE tree
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89412
Jakub Jelinek changed:
What|Removed |Added
Known to work||8.3.1
Summary|[7/8 Regression
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89498
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89403
Jakub Jelinek changed:
What|Removed |Added
Known to work||8.3.1, 9.0
Summary|[7/8 Regre
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88588
Jakub Jelinek changed:
What|Removed |Added
Known to work||8.3.1
--- Comment #6 from Jakub Jelinek
1 - 100 of 106 matches
Mail list logo