https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102178
Richard Biener changed:
What|Removed |Added
CC||hubicka at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102178
Richard Biener changed:
What|Removed |Added
Component|tree-optimization |rtl-optimization
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104256
Bug ID: 104256
Summary: ICE in validate_condition_mode, at
config/rs6000/rs6000.cc:11354
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Keywords: ice-on-valid-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103771
--- Comment #32 from Hongtao.liu ---
A patch is posted at
https://gcc.gnu.org/pipermail/gcc-patches/2022-January/589168.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104059
--- Comment #6 from Hongtao.liu ---
A patch is posted at
https://gcc.gnu.org/pipermail/gcc-patches/2022-January/589209.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104161
Josh Stone changed:
What|Removed |Added
CC||jistone at redhat dot com
--- Comment #5 f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104253
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104253
--- Comment #2 from joseph at codesourcery dot com ---
I wouldn't expect any *if libgcc function names to be used, because "tf"
libgcc names are supposed to refer to the ibm128 format and "kf" names are
supposed to refer to the IEEE binary128
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104253
Michael Meissner changed:
What|Removed |Added
Last reconfirmed||2022-01-26
Status|UNCONF
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104244
--- Comment #7 from mikael at logicalclocks dot com ---
Oracle Linux bug:
https://bugzilla.oracle.com/bugzilla/show_bug.cgi?id=17755
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104255
Bug ID: 104255
Summary: parsing trailing return type fails with parameter pack
expansion when two parameter packs at present
Product: gcc
Version: 12.0
Status: UNCONFIRM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104244
--- Comment #6 from mikael at logicalclocks dot com ---
Hi,
Gather I could send the same bug info to Oracle as well.
Regarding the -save-temps to the failing command it is
a bit difficult since I simply run make which has its
make files created b
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104254
Bug ID: 104254
Summary: -freport-bug should be mentioned on
https://gcc.gnu.org/bugs/
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Keywords: documentation
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104244
--- Comment #5 from Andrew Pinski ---
Also since this is a compiler provided by Oracle, you should report the failure
to them.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104244
--- Comment #4 from Andrew Pinski ---
Read https://gcc.gnu.org/bugs/ .
The simple answer is add -save-temps to the comannd line which is failing and
that should give you a preprocessed source. The other option you could try is
-freport-bug and t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104244
--- Comment #3 from mikael at logicalclocks dot com ---
Sorry, I am not an expert in GCC lingo, so plugin in the context
of GCC I don't know what it means. MySQL have lots of plugins, but
I assume this is not what you refer to.
Unfortunately I d
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104253
Bug ID: 104253
Summary: libgcc missing __floatdiif
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
Assi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104233
Francois-Xavier Coudert changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104233
--- Comment #8 from ro at CeBiTec dot Uni-Bielefeld.DE ---
> --- Comment #7 from Francois-Xavier Coudert ---
> Pushed the fix as logical after checking on aarch64-apple-darwin.
> https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=8769f32b645eb08b9f0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83700
Bug 83700 depends on bug 84787, which changed state.
Bug 84787 Summary: ICEs: in decompose, at wide-int.h:933 with -default-integer-8
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84787
What|Removed |Added
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32770
Bug 32770 depends on bug 84787, which changed state.
Bug 84787 Summary: ICEs: in decompose, at wide-int.h:933 with -default-integer-8
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84787
What|Removed |Added
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84784
--- Comment #6 from anlauf at gcc dot gnu.org ---
*** Bug 84787 has been marked as a duplicate of this bug. ***
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84787
anlauf at gcc dot gnu.org changed:
What|Removed |Added
CC||anlauf at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104252
--- Comment #2 from Andrew Pinski ---
Note the C/C++ front-end do support this though:
int main(void)
{
const int n = 3;
int a[n]={};
int i, j, s, t;
for (i = 0; i < n ; i++) {
t = 0;
#pragma omp parallel for reduction(+:a[i])
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104251
--- Comment #4 from Jonathan Wakely ---
(In reply to Jonathan Wakely from comment #2)
> (In reply to Felix Köhler from comment #0)
> > you cannot expect to get passed the accumulator value as the first argument
> > to BinOp and the sequence valu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104239
--- Comment #4 from CVS Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:fd5b0488ad5e4f29b65238e06a2d65b7de120235
commit r12-6885-gfd5b0488ad5e4f29b65238e06a2d65b7de120235
Author: Jakub Jelinek
Date: W
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104252
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2022-01-26
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104251
--- Comment #3 from Jonathan Wakely ---
The non-parallel version of std::reduce really only exists for completeness,
because the parallel overload (the one taking an execution policy argument)
exists, and so a non-parallel one was added too.
Fo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104251
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104252
Bug ID: 104252
Summary: OpenMP array reduction support issue
Product: gcc
Version: 11.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104239
--- Comment #3 from CVS Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:2bf8da684b712a16c67f3defc0dd97f175f8f4ad
commit r12-6884-g2bf8da684b712a16c67f3defc0dd97f175f8f4ad
Author: Jakub Jelinek
Date: W
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84784
--- Comment #5 from anlauf at gcc dot gnu.org ---
Patch: https://gcc.gnu.org/pipermail/fortran/2022-January/057478.html
This fixes
gfortran.dg/team_change_1.f90
gfortran.dg/team_number_1.f90
gfortran.dg/popcnt_poppar_2.F90 (-m64, not supported w
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104239
--- Comment #2 from Marc Glisse ---
Thanks for fixing that bug, but don't you still have issues with
NO_WARN_X86_INTRINSICS if you rely on __has_include for immintrin.h?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104251
--- Comment #1 from Andrew Pinski ---
(In reply to Felix Köhler from comment #0)
> According to cppreference.com:
> "The behavior is non-deterministic if binary_op is not associative or not
> commutative. ... in other words, reduce behaves like
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104251
Bug ID: 104251
Summary: std::reduce scrambles argument order for BinaryOp
function call: Possible bug?
Product: gcc
Version: 11.1.0
Status: UNCONFIRMED
Severit
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103186
Jason Merrill changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104238
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104206
Jason Merrill changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101072
--- Comment #7 from CVS Commits ---
The master branch has been updated by Jason Merrill :
https://gcc.gnu.org/g:9bf217920457f2e2d46b601f24721780a20a031b
commit r12-6883-g9bf217920457f2e2d46b601f24721780a20a031b
Author: Jason Merrill
Date: W
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104206
--- Comment #1 from CVS Commits ---
The master branch has been updated by Jason Merrill :
https://gcc.gnu.org/g:9bf217920457f2e2d46b601f24721780a20a031b
commit r12-6883-g9bf217920457f2e2d46b601f24721780a20a031b
Author: Jason Merrill
Date: W
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103984
Jason Merrill changed:
What|Removed |Added
Status|ASSIGNED|NEW
Component|c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104241
Andrew Pinski changed:
What|Removed |Added
Status|NEW |WAITING
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104238
--- Comment #5 from Jakub Jelinek ---
binutils 2.35 readelf doesn't warn either, and neither 2.37.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104241
--- Comment #4 from Jakub Jelinek ---
Didn't r12-6877-g8bcf835e0a4e3334e1c60f314ae6917ba648bdde fix this?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104241
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104241
Andrew Pinski changed:
What|Removed |Added
CC||seurer at gcc dot gnu.org
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104249
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104242
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104242
--- Comment #2 from Andrew Pinski ---
Note Clang's error message might be more helpfull:
In file included from :2:
In file included from
/opt/compiler-explorer/gcc-snapshot/lib/gcc/x86_64-linux-gnu/12.0.1/../../../../include/c++/12.0.1/any:39:
/
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103984
--- Comment #6 from Jason Merrill ---
(In reply to Jason Merrill from comment #5)
> It is surprising that we warn with a user-provided copy constructor and
> don't with a defaulted constructor. It changes the code a bit because it
> means strin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104244
--- Comment #2 from Andrew Pinski ---
Also please read the error message too:
// *** WARNING *** there are active plugins, do not report this as a bug unless
you can reproduce it without enabling any plugins
// Please submit a full bug repo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104244
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104033
--- Comment #5 from Andrew Pinski ---
>From Jakub in the other bug report:
https://gcc.gnu.org/pipermail/gcc-patches/2022-January/587856.html
https://gcc.gnu.org/pipermail/gcc-patches/2022-January/588689.html
I need to rewrite the patch accordin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104194
--- Comment #7 from Jakub Jelinek ---
A temporary workaround now applied.
The dwarf-discuss thread seems to prefer using separate DW_ATE_* values instead
of DW_AT_precision/DW_AT_minimum_exponent, but hasn't converged yet.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104033
Andrew Pinski changed:
What|Removed |Added
CC||danglin at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104246
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|UNCONFIRME
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104033
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104226
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104194
--- Comment #6 from CVS Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:866d73019bd4d1804f7e09409322e6605b81780b
commit r12-6882-g866d73019bd4d1804f7e09409322e6605b81780b
Author: Jakub Jelinek
Date: W
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104226
--- Comment #3 from CVS Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:abea1c9a252ef7712ab800360e1e0e2697ee14f2
commit r12-6881-gabea1c9a252ef7712ab800360e1e0e2697ee14f2
Author: Jakub Jelinek
Date: W
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104245
--- Comment #4 from Andrew Pinski ---
Well I can't reproduce it with the following cmake options:
cmake -DABSL_USE_EXTERNAL_GOOGLETEST=ON -DBUILD_TESTING=off
make
Also cmake projects are a pain to work with really.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104250
Andrew Pinski changed:
What|Removed |Added
Keywords||missed-optimization
Severity|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104246
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103984
--- Comment #5 from Jason Merrill ---
(In reply to Sergei Trofimovich from comment #0)
> input_files.emplace_back(Z{
> arg.str(), // what is the lifetime of this temporary?
This prvalue initializes the 'name' member of the Z temporary,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104246
Andrew Pinski changed:
What|Removed |Added
Host|hppa*-*-* |
Build|hppa*-*-*
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104250
Bug ID: 104250
Summary: [i386] GCC may want to use 32-bit (I)DIV if it can for
64-bit operands
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104127
--- Comment #7 from CVS Commits ---
The releases/gcc-11 branch has been updated by Harald Anlauf
:
https://gcc.gnu.org/g:c3251374af4b82888b6be3eb9cfa6b0b3944907b
commit r11-9516-gc3251374af4b82888b6be3eb9cfa6b0b3944907b
Author: Harald Anlauf
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100775
--- Comment #3 from qinzhao at gcc dot gnu.org ---
the following simple patch resolved the issue:
diff --git a/gcc/function.cc b/gcc/function.cc
index e1d2565f8d9..c8a77c9a624 100644
--- a/gcc/function.cc
+++ b/gcc/function.cc
@@ -5942,6 +5942,7
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104249
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |12.0
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100775
--- Comment #2 from qinzhao at gcc dot gnu.org ---
This is a bug in pass_zero_call_used_regs, when updating df after the zeroing
sequence is added in the epilogue of the function, we should call
"df_update_exit_block_uses" to update the reg use i
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104227
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104227
--- Comment #7 from CVS Commits ---
The releases/gcc-9 branch has been updated by Harald Anlauf
:
https://gcc.gnu.org/g:200afb44967520c1c75a35f91c4a56b5e5fb65ff
commit r9-9928-g200afb44967520c1c75a35f91c4a56b5e5fb65ff
Author: Harald Anlauf
Da
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104227
--- Comment #6 from CVS Commits ---
The releases/gcc-10 branch has been updated by Harald Anlauf
:
https://gcc.gnu.org/g:0646ff3e170b87050bad4448b89406e476f64496
commit r10-10421-g0646ff3e170b87050bad4448b89406e476f64496
Author: Harald Anlauf
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101793
Martin Sebor changed:
What|Removed |Added
Status|ASSIGNED|NEW
Assignee|msebor at gcc dot
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95485
Martin Sebor changed:
What|Removed |Added
Assignee|msebor at gcc dot gnu.org |unassigned at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93848
Martin Sebor changed:
What|Removed |Added
Status|ASSIGNED|NEW
Assignee|msebor at gcc dot
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82738
Bug 82738 depends on bug 101529, which changed state.
Bug 101529 Summary: [11 Regression] wrong code with __builtin_convertvector()
and __builtin_shufflevector() at -Og caused by r11-2192
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101529
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101529
Andrew Pinski changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69698
Bug 69698 depends on bug 91462, which changed state.
Bug 91462 Summary: [9 Regression] missing -Warray-bounds writing to an empty
flexible array member in a ctor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91462
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56456
Bug 56456 depends on bug 91462, which changed state.
Bug 91462 Summary: [9 Regression] missing -Warray-bounds writing to an empty
flexible array member in a ctor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91462
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91462
Martin Sebor changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101529
--- Comment #10 from CVS Commits ---
The releases/gcc-11 branch has been updated by Andrew Pinski
:
https://gcc.gnu.org/g:193e5ee46e5a4f0650dc1ccbdaec5d2e84f2a451
commit r11-9515-g193e5ee46e5a4f0650dc1ccbdaec5d2e84f2a451
Author: Andrew Pinski
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104212
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASS
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104212
--- Comment #4 from CVS Commits ---
The releases/gcc-11 branch has been updated by Harald Anlauf
:
https://gcc.gnu.org/g:f3c7cb5fb8ade6eb5583d429cb3e99f6fd5fca61
commit r11-9514-gf3c7cb5fb8ade6eb5583d429cb3e99f6fd5fca61
Author: Harald Anlauf
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90404
Martin Sebor changed:
What|Removed |Added
Status|ASSIGNED|NEW
Assignee|msebor at gcc dot
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90043
Martin Sebor changed:
What|Removed |Added
Assignee|msebor at gcc dot gnu.org |unassigned at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103984
Jason Merrill changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85931
Martin Sebor changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103360
Bug 103360 depends on bug 33925, which changed state.
Bug 33925 Summary: [10/11 Regression] gcc -Waddress lost some useful warnings
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33925
What|Removed |Added
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33925
Martin Sebor changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82914
Martin Sebor changed:
What|Removed |Added
Status|ASSIGNED|NEW
Assignee|msebor at gcc dot
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78391
Martin Sebor changed:
What|Removed |Added
Assignee|msebor at gcc dot gnu.org |unassigned at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92944
Patrick Palka changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |ppalka at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81358
Andrew Pinski changed:
What|Removed |Added
CC||mathieu.malaterre at gmail dot
com
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104248
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|UNCONFIRME
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104131
--- Comment #2 from G. Steinmetz ---
And with a coarray :
$ cat zz1.f90
program p
use iso_c_binding, only: c_intptr_t
integer, parameter :: omp_event_handle_kind = c_intptr_t
integer (kind=omp_event_handle_kind) :: x[*]
!$omp task
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103474
--- Comment #2 from G. Steinmetz ---
Additionally :
$ cat z3.f90
program p
type t
integer :: a
end type
class(t) :: x[:]
if ( any(lcobound(x) < 1) ) stop
end
$ cat zz1.f90
program p
type t
integer :: a
end type
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104075
Bug 104075 depends on bug 104213, which changed state.
Bug 104213 Summary: [12 Regression] bogus use-after-free in virtual dtor with
-ffat-lto-objects on ARM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104213
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104213
Marek Polacek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101101
--- Comment #2 from G. Steinmetz ---
Alternatives :
$ cat zz1.f90
program p
class(*), pointer :: x
dimension :: x(:)
end
$ cat zz2.f90
program p
class(*) :: x(:)
pointer :: x
end
$ gfortran-12-20220123 -c zz1.f90
f951: internal
1 - 100 of 201 matches
Mail list logo