https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104332
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |9.5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104331
Richard Biener changed:
What|Removed |Added
Priority|P3 |P4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104329
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |12.0
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104327
Richard Biener changed:
What|Removed |Added
Target||s390x
--- Comment #2 from Richard Bien
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104325
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
--- Comment #2 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104340
kargl at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95115
--- Comment #10 from CVS Commits ---
The releases/gcc-11 branch has been updated by Xi Ruoyao :
https://gcc.gnu.org/g:8799006ab889b8bd8a6d6fbea5ddb64a17b2e541
commit r11-9531-g8799006ab889b8bd8a6d6fbea5ddb64a17b2e541
Author: Xi Ruoyao
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104337
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104337
Andrew Pinski changed:
What|Removed |Added
Keywords||ice-on-valid-code
Target Milestone|--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101822
Andrew Pinski changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78287
Andrew Pinski changed:
What|Removed |Added
Keywords||wrong-code
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77792
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69695
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |11.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69695
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99811
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104326
--- Comment #4 from Michael Colavita ---
This is a slightly different case, but if you change
- template typename... Outer,
+ template typename... Outer,
it is accepted by both MSVC and clang (whereas gcc now rejects both test1 and
test2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104340
Bug ID: 104340
Summary: Derived type interface Array spec clobbered
Product: gcc
Version: 11.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104326
--- Comment #3 from Andrew Pinski ---
Hmm, only clang is able to accept the code.
MSVC rejects it with:
(13): error C3520: 'Types': parameter pack must be expanded in this
context
While ICC ICEs after an error message:
(10): error: parameter p
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85846
Patrick Palka changed:
What|Removed |Added
CC||hewillk at gmail dot com
--- Comment #4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99923
Patrick Palka changed:
What|Removed |Added
Resolution|--- |DUPLICATE
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104334
Andrew Pinski changed:
What|Removed |Added
Keywords||lto, wrong-code
Severity|norm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=7
Andrew Pinski changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104339
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104339
Bug ID: 104339
Summary: Missing phiopt due to cast
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Keywords: missed-optimization
Severity: enhancement
Priority:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101831
Martin Sebor changed:
What|Removed |Added
Summary|[11/12 Regression] Spurious |[11 Regression] Spurious
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101831
--- Comment #5 from CVS Commits ---
The master branch has been updated by Martin Sebor :
https://gcc.gnu.org/g:756eabacfcd767e39eea63257a026f61a4c4e661
commit r12-6992-g756eabacfcd767e39eea63257a026f61a4c4e661
Author: Martin Sebor
Date: Tue
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104260
Martin Sebor changed:
What|Removed |Added
Keywords||patch
--- Comment #3 from Martin Sebor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104338
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104338
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
See Also|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104338
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
See Also|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104338
Bug ID: 104338
Summary: RISC-V: Subword atomics result in library calls
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Componen
--disable-bootstrap
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 12.0.1 20220201 (experimental) [master -g1bb526625] (GCC)
$
$ cat attributes_transformed_program0_preprocessed.c
struct a {
unsigned b : 7;
};
__attribute__((optimize(3))) __attribute__((always_inline)) struct
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102191
Jason Merrill changed:
What|Removed |Added
Target Milestone|--- |12.0
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33799
Jason Merrill changed:
What|Removed |Added
Resolution|--- |FIXED
Target Milestone|10.4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51501
Jason Merrill changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104311
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |anlauf at gcc dot
gnu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55288
--- Comment #5 from Eric Gallager ---
(In reply to CVS Commits from comment #4)
> The master branch has been updated by Martin Sebor :
>
> https://gcc.gnu.org/g:b04093adb28bd6ee8b0390e840219fd2bba134db
>
> commit r11-8099-gb04093adb28bd6ee8b039
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104311
--- Comment #7 from anlauf at gcc dot gnu.org ---
(In reply to anlauf from comment #6)
> (In reply to anlauf from comment #2)
> > We could limit the size of the resulting array constructor, using e.g.
> > flag_max_array_constructor.
>
> Sample p
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103910
--- Comment #12 from Eric Gallager ---
(In reply to Sam James from comment #11)
> (In reply to Andrew Pinski from comment #10)
> > Someone would have hit this a long time ago, in GCC 4.3.0 or latter.
>
> My point was that some software has rece
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97731
--- Comment #6 from CVS Commits ---
The master branch has been updated by Jonathan Wakely :
https://gcc.gnu.org/g:2dc2f417288d4f0839b4bc01388e676ee343f941
commit r12-6982-g2dc2f417288d4f0839b4bc01388e676ee343f941
Author: Jonathan Wakely
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104301
--- Comment #2 from CVS Commits ---
The master branch has been updated by Jonathan Wakely :
https://gcc.gnu.org/g:19b8946dbda5fda4389ef8e3ea162c3df2b1998d
commit r12-6979-g19b8946dbda5fda4389ef8e3ea162c3df2b1998d
Author: Jonathan Wakely
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104311
--- Comment #6 from anlauf at gcc dot gnu.org ---
(In reply to anlauf from comment #2)
> We could limit the size of the resulting array constructor, using e.g.
> flag_max_array_constructor.
Sample patch:
diff --git a/gcc/fortran/simplify.cc b/g
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104336
Martin Sebor changed:
What|Removed |Added
Keywords||diagnostic
URL|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104336
Bug ID: 104336
Summary: bogus -Wrestrict for std::string assignment with
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104335
Bill Schmidt changed:
What|Removed |Added
Target Milestone|--- |12.0
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104330
--- Comment #1 from G. Steinmetz ---
Better test cases (valid) instead of accidentally invalid z2.f90 :
$ cat zz4.f90
program p
class(*), allocatable :: x[:]
allocate (real :: x[*])
print *, image_index(x, [1])
end
$ cat zz5.f90
pr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104335
Bug ID: 104335
Summary: [12 regression] build failure if go is included in
languages after r12-6747
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: no
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104332
--- Comment #4 from Steve Kargl ---
On Tue, Feb 01, 2022 at 08:04:45PM +, kargl at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104332
>
> kargl at gcc dot gnu.org changed:
>
>What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104334
--- Comment #1 from Jakub Jelinek ---
Also tried
../configure --enable-bootstrap --enable-languages=c,c++
--enable-checking=release --disable-multilib --with-tune=generic
build, but there it doesn't reproduce in either of stage1 or stage2 (stage
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104331
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104331
--- Comment #2 from CVS Commits ---
The master branch has been updated by Harald Anlauf :
https://gcc.gnu.org/g:447047a8f95c6bf4b1873f390c833e91aa8af18c
commit r12-6977-g447047a8f95c6bf4b1873f390c833e91aa8af18c
Author: Harald Anlauf
Date: T
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104334
Jakub Jelinek changed:
What|Removed |Added
Summary|Ranger/dom miscompilation |[12 Regression] Ranger/dom
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104334
Bug ID: 104334
Summary: Ranger/dom miscompilation
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-optimization
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104332
kargl at gcc dot gnu.org changed:
What|Removed |Added
Priority|P3 |P4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104332
kargl at gcc dot gnu.org changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIR
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104147
Jakub Jelinek changed:
What|Removed |Added
Summary|[9/10/11/12 Regression] C |[9/10/11 Regression] C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104323
Jakub Jelinek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104147
--- Comment #4 from CVS Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:95ac5635409606386259d2ff21fb61738858ca4a
commit r12-6976-g95ac5635409606386259d2ff21fb61738858ca4a
Author: Jakub Jelinek
Date: T
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104323
--- Comment #4 from CVS Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:fa882c3e3bf642e0ef30772e4b54a2851497db96
commit r12-6974-gfa882c3e3bf642e0ef30772e4b54a2851497db96
Author: Jakub Jelinek
Date: T
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104324
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103186
Jason Merrill changed:
What|Removed |Added
Known to work||12.0
Summary|[11/12 Regressi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103186
--- Comment #13 from CVS Commits ---
The master branch has been updated by Jason Merrill :
https://gcc.gnu.org/g:8a3789786205376e3ba19fdefadd8937e8ac534e
commit r12-6973-g8a3789786205376e3ba19fdefadd8937e8ac534e
Author: Jason Merrill
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104332
kargl at gcc dot gnu.org changed:
What|Removed |Added
CC||kargl at gcc dot gnu.org
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86430
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Alias|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101831
Martin Sebor changed:
What|Removed |Added
Keywords||patch
--- Comment #4 from Martin Sebor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104325
Andrew Pinski changed:
What|Removed |Added
Keywords||link-failure
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100428
--- Comment #5 from CVS Commits ---
The master branch has been updated by Tom de Vries :
https://gcc.gnu.org/g:456de10c549379b74d4858f00d4b8817035a73fc
commit r12-6967-g456de10c549379b74d4858f00d4b8817035a73fc
Author: Tom de Vries
Date: Sun
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104333
Jakub Jelinek changed:
What|Removed |Added
Priority|P3 |P2
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104333
Bug ID: 104333
Summary: [11/12 Regression] ICE with -flto
-Wl,-plugin-opt=debug
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Prior
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104331
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Last reconfirmed||2022-02-01
C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104125
--- Comment #4 from Martin Jambor ---
Despite spending much more time on this than I wanted I was not able
to find out anything really interesting.
The functions that slowed down significantly is feval (FWIW, perf
annotation points down to a co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104332
--- Comment #1 from G. Steinmetz ---
Note that this addition gives an ICE down to at least r5 for some reasons :
$ cat z3.f90
block data
real, bind(c) :: a
end block data
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104332
Bug ID: 104332
Summary: [9/10/11/12 Regression] ICE in resolve_symbol, at
fortran/resolve.cc:15815
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: nor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104331
Bug ID: 104331
Summary: [10/11/12 Regression] ICE in gfc_simplify_eoshift, at
fortran/simplify.cc:2590
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104330
Bug ID: 104330
Summary: ICE in gfc_simplify_image_index, at
fortran/simplify.cc:8294
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104329
Bug ID: 104329
Summary: [12 Regression] ICE in resolve_omp_atomic, at
fortran/openmp.cc:7827 (etc.)
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: no
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104328
Bug ID: 104328
Summary: ICE in resolve_omp_atomic, at fortran/openmp.cc:7760
(etc.)
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
P
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33193
--- Comment #11 from Chris Lattner ---
Cool, thanks for tidying this up Andrew!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104327
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102123
Patrick Palka changed:
What|Removed |Added
Target Milestone|--- |11.3
See Also|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103828
--- Comment #7 from Eric Gallager ---
(In reply to Francois-Xavier Coudert from comment #6)
> Fixed in
> https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=906b4e15ce84790c7657405238d61358e0893676
should this get a note in the release notes due to b
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104326
--- Comment #2 from Michael Colavita ---
It doesn't appear to be specific to the long and unsigned case. The problem
persists if you change unsigned to another type (or replace it with something
like a member pointer). I can't find an accepted c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56958
James Y Knight changed:
What|Removed |Added
CC||foom at fuhm dot net
--- Comment #6 fro
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104326
--- Comment #1 from Andrew Pinski ---
I think there is a c++ standard defect report about this case. The problem is
the conversion of unsigned and long.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104327
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|--- |12.0
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104327
Bug ID: 104327
Summary: [12 Regression] Inlining error on s390x since r12-1039
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Comp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104326
Bug ID: 104326
Summary: Deduction failure for parameter pack in template
template non-type parameter
Product: gcc
Version: 11.2.1
Status: UNCONFIRMED
Severity:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103771
--- Comment #35 from Andrew Pinski ---
(In reply to Jeffrey A. Law from comment #34)
> I've always wanted to see us be able to push something like those matched
> conversions down through the PHI.
>
> Is that what you're working on?
Yes.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103771
--- Comment #34 from Jeffrey A. Law ---
I've always wanted to see us be able to push something like those matched
conversions down through the PHI.
That would make the code look like:
if (x.1_1 > 255)
goto ; [INV]
else
goto ; [INV]
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79493
Marek Polacek changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |mpolacek at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70077
Marek Polacek changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104313
--- Comment #3 from Steve Kargl ---
On Tue, Feb 01, 2022 at 03:52:51PM +, kargl at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104313
>
> --- Comment #2 from kargl at gcc dot gnu.org ---
> diff --git a/gcc/fortran/
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104008
Martin Liška changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67795
Martin Liška changed:
What|Removed |Added
Status|NEW |WAITING
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51501
Martin Liška changed:
What|Removed |Added
Keywords|needs-bisection |
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64169
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
Sta
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104313
--- Comment #2 from kargl at gcc dot gnu.org ---
diff --git a/gcc/fortran/trans-decl.cc b/gcc/fortran/trans-decl.cc
index 6493cc2f6b1..908a4c6d42e 100644
--- a/gcc/fortran/trans-decl.cc
+++ b/gcc/fortran/trans-decl.cc
@@ -6474,7 +6474,7 @@ gfc_ge
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79493
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97821
--- Comment #11 from Richard Biener ---
Created attachment 52325
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52325&action=edit
somewhat reduced testcase
Somewhat reduced testcase.
Note there are uninit diagnostics because we jump into
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70077
Martin Liška changed:
What|Removed |Added
Keywords|needs-bisection |
CC|
1 - 100 of 162 matches
Mail list logo