https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95706
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96026
Bug ID: 96026
Summary: overlap register bewteen DEST and SOURCE in different
machine mode
Product: gcc
Version: 9.3.1
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95446
markeggleston at gcc dot gnu.org changed:
What|Removed |Added
CC||markeggleston at gcc do
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95584
markeggleston at gcc dot gnu.org changed:
What|Removed |Added
CC||markeggleston at gcc do
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96015
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95348
--- Comment #42 from CVS Commits ---
The master branch has been updated by Martin Liska :
https://gcc.gnu.org/g:ece21ff6ea9d969d3b6aae82136622a7126eefc1
commit r11-1778-gece21ff6ea9d969d3b6aae82136622a7126eefc1
Author: Martin Liska
Date: Tue
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95348
Martin Liška changed:
What|Removed |Added
Assignee|marxin at gcc dot gnu.org |unassigned at gcc dot
gnu.org
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95348
Martin Liška changed:
What|Removed |Added
Status|ASSIGNED|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96022
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94594
Jonathan Wakely changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65685
Jonathan Wakely changed:
What|Removed |Added
CC||sinbal2l at gmail dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94569
Jonathan Wakely changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65685
--- Comment #6 from Jonathan Wakely ---
*** Bug 94569 has been marked as a duplicate of this bug. ***
> You mean, an ICE is perfectly valid as the first (and obviously then
> only) error diagnostic the compiler prints for “garbage input”?
> If so, I don't think that's true. What counts as “garbage” seems
> a bit too subjective for that anyway.
When the input is totally nonsensical, e.g. generated
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96027
Bug ID: 96027
Summary: Windows: gcc does not resolve long relative header
paths correctly
Product: gcc
Version: 8.1.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95961
--- Comment #1 from CVS Commits ---
The master branch has been updated by Richard Sandiford :
https://gcc.gnu.org/g:5c9669a0e6cbf477a03024522943197bdb2682d4
commit r11-1781-g5c9669a0e6cbf477a03024522943197bdb2682d4
Author: Fei Yang
Date: Thu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96028
Bug ID: 96028
Summary: SEGV in vect_create_constant_vectors
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-optimiza
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96022
--- Comment #3 from CVS Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:d5d9f7834ab809841c4ccc90bca74808b4bcaf8d
commit r11-1782-gd5d9f7834ab809841c4ccc90bca74808b4bcaf8d
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96022
Richard Biener changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96028
Rainer Orth changed:
What|Removed |Added
Target Milestone|--- |11.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95706
--- Comment #9 from Richard Biener ---
David "fixed" this on trunk with the following, the testcase still fails on the
branch and of course we don't know why it exhibits this particular behavior.
commit b260e9123e3c80e0f4e18e6a6ac988d63042e741
A
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96028
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96028
--- Comment #2 from Richard Biener ---
Do I need some special flags?
> /tmp/obj/gcc/xgcc -B/tmp/obj/gcc/
> /home/rguenther/src/gcc3/gcc/testsuite/gcc.dg/torture/pr95761.c
> -fno-diagnostics-show-caret -fno-diagnostics-show-line-numbers
> -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96028
--- Comment #3 from ro at CeBiTec dot Uni-Bielefeld.DE ---
> --- Comment #2 from Richard Biener ---
> Do I need some special flags?
The -m64 is crucial: the test PASSes for me for the default -m32.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96028
--- Comment #4 from Richard Biener ---
(In reply to r...@cebitec.uni-bielefeld.de from comment #3)
> > --- Comment #2 from Richard Biener ---
> > Do I need some special flags?
>
> The -m64 is crucial: the test PASSes for me for the default -m32
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96015
Eric Botcazou changed:
What|Removed |Added
CC||ebotcazou at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95857
Jakub Jelinek changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95857
Jakub Jelinek changed:
What|Removed |Added
Summary|[8/9/10/11 Regression] |[8/9/10 Regression]
|S
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96027
--- Comment #1 from Kai Köhne ---
This was the result of a bug report for Qt :
https://bugreports.qt.io/browse/QTBUG-85157
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96028
Richard Biener changed:
What|Removed |Added
Summary|SEGV in |[11 Regression] SEGV in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52279
--- Comment #3 from CVS Commits ---
The master branch has been updated by Mark Eggleston
:
https://gcc.gnu.org/g:d0e7c73c515c305863620a821ee85bc557bfbef5
commit r11-1784-gd0e7c73c515c305863620a821ee85bc557bfbef5
Author: Mark Eggleston
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95961
rsandifo at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolutio
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52279
markeggleston at gcc dot gnu.org changed:
What|Removed |Added
CC||markeggleston at gcc do
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94569
--- Comment #7 from Inbal Levi ---
Not exactly.
94594 is talking about object's members impose their alignment on the object's
type, whether this bug is talking about object type imposes its alignment on
every object of that type (notice that in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94569
--- Comment #8 from Inbal Levi ---
See here: https://bugs.llvm.org/show_bug.cgi?id=45890
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52279
--- Comment #5 from markeggleston at gcc dot gnu.org ---
(In reply to markeggleston from comment #4)
> Regarding comment 2.
>
> Using -fallow-invalid-boz results in an ICE. I'll create a new PR.
Not true, tried it on the wrong file and jumped to
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95700
--- Comment #9 from CVS Commits ---
The master branch has been updated by Ilya Leoshkevich :
https://gcc.gnu.org/g:d59a576b8b5e12c3a56f0262912090e2921f5daa
commit r11-1785-gd59a576b8b5e12c3a56f0262912090e2921f5daa
Author: Ilya Leoshkevich
Date
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95830
Martin Liška changed:
What|Removed |Added
URL||https://gcc.gnu.org/piperma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95830
Martin Liška changed:
What|Removed |Added
Resolution|--- |FIXED
Status|REOPENED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95910
--- Comment #2 from Rene Rahn ---
Ok, thanks for the explanation. I do understand the issue now and why it causes
the hard error and not an substitution failure.
But honestly, given that it works for container because they are wrapped in a
ref_v
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96029
Bug ID: 96029
Summary: Inconsistencies with associative/unordered containers
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Comp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96030
Bug ID: 96030
Summary: AArch64: Add an option to control 64bits simdclone of
math functions for fortran
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Severity:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90932
Tom de Vries changed:
What|Removed |Added
CC||roger at nextmovesoftware dot
com
--- Co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95343
--- Comment #4 from CVS Commits ---
The master branch has been updated by Martin Jambor :
https://gcc.gnu.org/g:053c88093a45f175f446eda009f3312e4e508514
commit r11-1787-g053c88093a45f175f446eda009f3312e4e508514
Author: Martin Jambor
Date: Th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96028
--- Comment #6 from CVS Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:105ecbea5f402713130fef4d41bb000e2d23493b
commit r11-1788-g105ecbea5f402713130fef4d41bb000e2d23493b
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96028
Richard Biener changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96029
Jonathan Wakely changed:
What|Removed |Added
Known to work||6.5.0
Version|unknown
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96031
Bug ID: 96031
Summary: suboptimal codegen for store low 16-bits value
Product: gcc
Version: 8.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: rt
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96032
Bug ID: 96032
Summary: Feature request: Add a way to format output from
--fdiagnostics-format=json
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: n
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96032
--- Comment #1 from Christian Friedl ---
Disclaimer: I posted a request for help regarding this exact feature on the
gcc-help list. (https://gcc.gnu.org/pipermail/gcc-help/2020-July/139110.html)
After reading through the list I came to the concl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65685
--- Comment #7 from Jonathan Wakely ---
There are two facets to this. GCC allows alignas with a weaker alignment on a
type, and ignores it. GCC also allows alignas with a weaker alignment on an
object declaration, and reduces the alignment. In bo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94569
--- Comment #9 from Jonathan Wakely ---
Both bugs are violations of [dcl.align] p5 though. The bug is not that GCC
doesn't follow [basic.align] p1 (it does) but that it allows alignas to weaken
the alignment later. GCC should not allow alignas to
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96029
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |8.5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96030
Jakub Jelinek changed:
What|Removed |Added
CC||rsandifo at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96033
Bug ID: 96033
Summary: error: The Fortran compiler gfortran will not compile
files that call the same routine with arguments of
different types.
Product: gcc
Vers
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96033
Dominique d'Humieres changed:
What|Removed |Added
Resolution|--- |INVALID
Status|UNCONF
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96033
--- Comment #2 from Sylvain Korzennik ---
Merci Dominique.
Will transmit info to MVAPICH2 ppl.
The configuration script needs to be changed, this is not "faulty code", it is
a test code part of the package configuration specifically to test i
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94569
--- Comment #10 from Inbal Levi ---
Actually, you're right about the origin being [dcl.align]p5 here too, though
the test cases are different.
Thanks.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96033
--- Comment #3 from Dominique d'Humieres ---
You can find a quite long discussion about legacy at
https://groups.google.com/forum/#!topic/comp.lang.fortran/Ed8Mccy9zo8
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95952
--- Comment #10 from Will Schmidt ---
(In reply to Segher Boessenkool from comment #8)
> So what is the instruction / builtin / anything where it fails?
I've managed to recreate the altivec_init_builtins ICE issue on a yellowdog
box. (4-core 97
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96033
kargl at gcc dot gnu.org changed:
What|Removed |Added
CC||kargl at gcc dot gnu.org
--- C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95952
--- Comment #11 from Peter Bergner ---
(In reply to Mikael Pettersson from comment #9)
> binutils-2.23.88.0.1-13.fc20.ppc64
>
> I can build a recent binutils release and retry the gcc-8 bootstrap with
> that tomorrow. But since gcc-9/10/11 all
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52279
--- Comment #6 from kargl at gcc dot gnu.org ---
(In reply to markeggleston from comment #5)
> (In reply to markeggleston from comment #4)
> > Regarding comment 2.
> >
> > Using -fallow-invalid-boz results in an ICE. I'll create a new PR.
>
> No
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96034
Bug ID: 96034
Summary: missed optimization with extended registers
Product: gcc
Version: 9.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94905
Chris Moller changed:
What|Removed |Added
CC||moller at mollerware dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94905
--- Comment #8 from Chris Moller ---
Created attachment 48825
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48825&action=edit
Preprocessed testcase
gunzip then compile with
g++ -DHAVE_CONFIG_H -I. -I..-Wall -I sql -Werror -rdyn
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52279
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #7
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95952
--- Comment #12 from Mikael Pettersson ---
(In reply to Peter Bergner from comment #11)
> At some point in the past, GCC used to disable some instruction patterns
> depending on whether the binutils you're building against supports those
> instru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96033
--- Comment #5 from Sylvain Korzennik ---
Hi Kargl,
I am not interested in a protracted religious discussion, I simply do not use
gfortran for my work (research), but need to provides it form my users
(Smithsonian HPC cluster) as part of my du
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96035
Bug ID: 96035
Summary: directories created when writing gcov data have
limited rights compared to umask
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96035
--- Comment #1 from Michel Palleau ---
Created attachment 48826
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48826&action=edit
Proposal to create directories with process umask
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52279
--- Comment #8 from Steve Kargl ---
On Thu, Jul 02, 2020 at 03:53:22PM +, jakub at gcc dot gnu.org wrote:
>
> --- Comment #7 from Jakub Jelinek ---
> (In reply to kargl from comment #6)
> > There is no -fno-allow-invalid-boz option. The op
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96034
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96033
--- Comment #6 from Steve Kargl ---
On Thu, Jul 02, 2020 at 04:10:38PM +, skorzennik at cfa dot harvard.edu
wrote:
>
> GCC is the single one that decides that old code is trash and needs to be
> rewritten. When 64b was introduced, gfortran
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52279
--- Comment #9 from Andreas Schwab ---
That means you cannot override a default.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96015
--- Comment #19 from Sergei Trofimovich ---
Created attachment 48827
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48827&action=edit
bad.S
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52279
--- Comment #10 from Steve Kargl ---
On Thu, Jul 02, 2020 at 05:10:51PM +, sch...@linux-m68k.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52279
>
> --- Comment #9 from Andreas Schwab ---
> That means you cannot override a defau
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96015
--- Comment #20 from Sergei Trofimovich ---
Created attachment 48828
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48828&action=edit
good.S
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96015
--- Comment #21 from Sergei Trofimovich ---
(In reply to Eric Botcazou from comment #18)
> If the control flow goes through .L12:
>
> .L12:
> b .L3; return 0; (not interesting, fall through)
> ldi 1,%r28
>
> the return value w
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52279
--- Comment #11 from Andreas Schwab ---
If it was enabled by default, you cannot negate it.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96033
--- Comment #7 from Sylvain Korzennik ---
Thanks for following up, Steve.
I gave up on gfortran when the 64b record marker made it unusable for me. I'm
not surprised it was fixed, but this pointed to poor decision making and
ignoring the need to
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93224
--- Comment #4 from CVS Commits ---
The master branch has been updated by Jonathan Wakely :
https://gcc.gnu.org/g:c6f431bba531bac3212b66069cf0f9718edf0132
commit r11-1790-gc6f431bba531bac3212b66069cf0f9718edf0132
Author: Jonathan Wakely
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91153
--- Comment #5 from CVS Commits ---
The master branch has been updated by Jonathan Wakely :
https://gcc.gnu.org/g:c6f431bba531bac3212b66069cf0f9718edf0132
commit r11-1790-gc6f431bba531bac3212b66069cf0f9718edf0132
Author: Jonathan Wakely
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96034
sshannin at gmail dot com changed:
What|Removed |Added
Resolution|--- |INVALID
Status|UN
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71706
--- Comment #18 from CVS Commits ---
The releases/gcc-8 branch has been updated by Harald Anlauf
:
https://gcc.gnu.org/g:10b028c2813f683a8ebab7d36c9d0d05b49a710b
commit r8-10340-g10b028c2813f683a8ebab7d36c9d0d05b49a710b
Author: Harald Anlauf
D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96033
--- Comment #8 from Steve Kargl ---
On Thu, Jul 02, 2020 at 05:31:21PM +, skorzennik at cfa dot harvard.edu
wrote:
>
> I gave up on gfortran when the 64b record marker made it unusable for me. I'm
> not surprised it was fixed, but this point
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71706
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSI
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=27766
Bug 27766 depends on bug 71706, which changed state.
Bug 71706 Summary: [8/9 Regression] [Coarray] ICE on using sync images with
integer(kind<>4), with -fcoarray=lib -fcheck=bounds
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71706
Wh
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83700
Bug 83700 depends on bug 71706, which changed state.
Bug 71706 Summary: [8/9 Regression] [Coarray] ICE on using sync images with
integer(kind<>4), with -fcoarray=lib -fcheck=bounds
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71706
Wh
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52279
--- Comment #12 from Steve Kargl ---
On Thu, Jul 02, 2020 at 05:24:36PM +, sch...@linux-m68k.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52279
>
> --- Comment #11 from Andreas Schwab ---
> If it was enabled by default, you can
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93337
--- Comment #5 from CVS Commits ---
The master branch has been updated by Harald Anlauf :
https://gcc.gnu.org/g:d9fb6f2b4f1321b059807ff6073156f07d9d376b
commit r11-1791-gd9fb6f2b4f1321b059807ff6073156f07d9d376b
Author: Harald Anlauf
Date: Th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93423
--- Comment #4 from CVS Commits ---
The master branch has been updated by Harald Anlauf :
https://gcc.gnu.org/g:b88744905a46be44ffa3c57d46080f601ae832b8
commit r11-1792-gb88744905a46be44ffa3c57d46080f601ae832b8
Author: Harald Anlauf
Date: Th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91153
--- Comment #6 from CVS Commits ---
The releases/gcc-10 branch has been updated by Jonathan Wakely
:
https://gcc.gnu.org/g:14d4e7bc303a92f620eddcba9cef88da7e91514c
commit r10-8416-g14d4e7bc303a92f620eddcba9cef88da7e91514c
Author: Jonathan Wakel
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93224
--- Comment #5 from CVS Commits ---
The releases/gcc-10 branch has been updated by Jonathan Wakely
:
https://gcc.gnu.org/g:14d4e7bc303a92f620eddcba9cef88da7e91514c
commit r10-8416-g14d4e7bc303a92f620eddcba9cef88da7e91514c
Author: Jonathan Wakel
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93224
Jonathan Wakely changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91153
Jonathan Wakely changed:
What|Removed |Added
Resolution|--- |FIXED
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96036
Bug ID: 96036
Summary: Please make std::optinal noexcept constructible when
possible
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88379
--- Comment #6 from CVS Commits ---
The releases/gcc-10 branch has been updated by Harald Anlauf
:
https://gcc.gnu.org/g:66640d910595faded4425cfe2729ddf9d16e457b
commit r10-8417-g66640d910595faded4425cfe2729ddf9d16e457b
Author: Harald Anlauf
D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88379
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Summary|[8/9/10/11 Regression] |[8/9 Regression] [Coarray]
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96033
--- Comment #9 from Steve Kargl ---
On Thu, Jul 02, 2020 at 06:30:40PM +, sgk at troutmask dot
apl.washington.edu wrote:
>
> It isn't a matter of simply switching rules. It's a matter of bugs
> and whether the bug is reported. In the small
1 - 100 of 146 matches
Mail list logo