[Bug rtl-optimization/102306] [9/10/11/12 Regression] Volatile pointer dereferenced twice

2021-09-15 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102306 Eric Botcazou changed: What|Removed |Added CC|ebotcazou at gcc dot gnu.org | Status|NEW

[Bug c++/102338] New: Recursive noexcept specification inside class/struct

2021-09-15 Thread jergussuja at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102338 Bug ID: 102338 Summary: Recursive noexcept specification inside class/struct Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug c++/102338] Recursive noexcept specification inside class/struct

2021-09-15 Thread jergussuja at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102338 --- Comment #1 from Jerguš Suja --- Created attachment 51463 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51463&action=edit preprocessed file

[Bug c++/102338] Recursive noexcept specification inside class/struct

2021-09-15 Thread jergussuja at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102338 --- Comment #2 from Jerguš Suja --- Created attachment 51464 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51464&action=edit preprocessed file

[Bug c++/102338] Recursive noexcept specification inside class/struct

2021-09-15 Thread jergussuja at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102338 --- Comment #3 from Jerguš Suja --- Created attachment 51465 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51465&action=edit minimal testcase code snippet

[Bug c++/102338] Recursive noexcept specification inside class/struct

2021-09-15 Thread jergussuja at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102338 --- Comment #4 from Jerguš Suja --- gcc version 9.3.0 x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.3.0-10ubuntu2' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c,ada,c++,go,brig,d

[Bug c++/102338] Recursive noexcept specification inside class/struct

2021-09-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102338 --- Comment #5 from Andrew Pinski --- here is a more reduced testcase: struct S { template int f(T && t) noexcept { return 0; } template int f(T && t, Ts && ... ts) noexcept(noexcept(f(ts...))) { return f(ts

[Bug c++/102338] Recursive noexcept specification inside class/struct

2021-09-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102338 --- Comment #6 from Andrew Pinski --- (In reply to Andrew Pinski from comment #5) > here is a more reduced testcase: > struct S { > template > int f(T && t) noexcept { > return 0; > } > template > int f(T && t, Ts &

[Bug c++/102338] Recursive noexcept specification inside class/struct

2021-09-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102338 --- Comment #7 from Andrew Pinski --- Note clang is borken in a different way, take: struct S { template int f(T && t) noexcept { return 0; } template static int f(T && t, Ts && ... ts) noexcept(noexcept(f(ts...))) {

[Bug tree-optimization/102329] pointer "maybe uninitialized" right after assignment

2021-09-15 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102329 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/102330] [12 Regression] ICE in expand_gimple_stmt_1, at cfgexpand.c:3932

2021-09-15 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102330 Richard Biener changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug fortran/102330] [12 Regression] ICE in expand_gimple_stmt_1, at cfgexpand.c:3932

2021-09-15 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102330 Richard Biener changed: What|Removed |Added Target Milestone|--- |12.0

[Bug fortran/102330] [12 Regression] ICE in expand_gimple_stmt_1, at cfgexpand.c:3932

2021-09-15 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102330 Richard Biener changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #

[Bug fortran/102333] [9/10/11/12 Regression] ICE in gfc_generate_function_code, at fortran/trans-decl.c:6941

2021-09-15 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102333 Richard Biener changed: What|Removed |Added Priority|P3 |P4 Target Milestone|---

[Bug fortran/102334] [12 Regression] ICE in trans_associate_var, at fortran/trans-stmt.c:1794

2021-09-15 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102334 Richard Biener changed: What|Removed |Added Priority|P3 |P4 Target Milestone|---

[Bug c++/102335] gcc misses -Wunused-value

2021-09-15 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102335 Richard Biener changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug c++/102338] [9/10/11/12 Regression] Recursive noexcept specification inside class/struct

2021-09-15 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102338 Richard Biener changed: What|Removed |Added Keywords||rejects-valid Known to work|

[Bug lto/54231] LTO generates code for the wrong CPU if different options used

2021-09-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54231 --- Comment #15 from Andrew Pinski --- I suspect this has been fixed since maybe GCC 8 (maybe GCC 7).

[Bug middle-end/81444] expmed.c:init_expmed_one_mode uses wrong mode for widening cost computations

2021-09-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81444 Andrew Pinski changed: What|Removed |Added Keywords|wrong-code |missed-optimization --- Comment #2 from

[Bug target/89040] [9 Regressiom] Wrong code with -mno-mmx

2021-09-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89040 Andrew Pinski changed: What|Removed |Added Known to fail||9.1.0, 9.4.0 Target Milestone|---

[Bug lto/54231] LTO generates code for the wrong CPU if different options used

2021-09-15 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54231 Richard Biener changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug target/91103] AVX512 vector element extract uses more than 1 shuffle instruction; VALIGND can grab any element

2021-09-15 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91103 --- Comment #11 from CVS Commits --- The master branch has been updated by hongtao Liu : https://gcc.gnu.org/g:243e0a5b1942879bc005bf150a744e69a4fcdc87 commit r12-3542-g243e0a5b1942879bc005bf150a744e69a4fcdc87 Author: liuhongt Date: Mon Sep

[Bug analyzer/102328] ICE when compare std::list iterator

2021-09-15 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102328 Martin Liška changed: What|Removed |Added Last reconfirmed||2021-09-15 Status|UNCONFIRME

[Bug fortran/102330] [12 Regression] ICE in expand_gimple_stmt_1, at cfgexpand.c:3932 since r12-1139-gf6bf436d9ab907d0

2021-09-15 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102330 Martin Liška changed: What|Removed |Added Summary|[12 Regression] ICE in |[12 Regression] ICE in

[Bug fortran/102331] ICE in attr_decl1, at fortran/decl.c:8691

2021-09-15 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102331 Martin Liška changed: What|Removed |Added Last reconfirmed||2021-09-15 Ever confirmed|0

[Bug fortran/102332] ICE in select_type_set_tmp, at fortran/match.c:6366

2021-09-15 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102332 Martin Liška changed: What|Removed |Added Last reconfirmed||2021-09-15 CC|

[Bug libffi/26744] vararg functions support in libffi is not supported

2021-09-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26744 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |4.5.0 Resolution|---

[Bug fortran/102333] [9/10/11/12 Regression] ICE in gfc_generate_function_code, at fortran/trans-decl.c:6941 since r7-4526-gd809e15a19e63493

2021-09-15 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102333 Martin Liška changed: What|Removed |Added CC||janus at gcc dot gnu.org,

[Bug target/101761] Random hang with 29_atomics/atomic_ref/wait_notify.cc

2021-09-15 Thread fw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101761 Florian Weimer changed: What|Removed |Added CC||fw at gcc dot gnu.org --- Comment #4 f

[Bug fortran/102334] [12 Regression] ICE in trans_associate_var, at fortran/trans-stmt.c:1794 since r12-1482-g1de31913d20a467b

2021-09-15 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102334 Martin Liška changed: What|Removed |Added Summary|[12 Regression] ICE in |[12 Regression] ICE in

[Bug middle-end/102337] possibly wrong warning about truncation

2021-09-15 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102337 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug libffi/40736] Fix for err_bad_typedef.c libffi test failure

2021-09-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40736 Andrew Pinski changed: What|Removed |Added Resolution|--- |FIXED Target Milestone|---

[Bug libffi/50532] [patch] libffi needs FFI_MMAP_EXEC_WRIT on kfreebsd-amd64

2021-09-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50532 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |4.8.0 Resolution|---

[Bug fortran/102330] [12 Regression] ICE in expand_gimple_stmt_1, at cfgexpand.c:3932 since r12-1139-gf6bf436d9ab907d0

2021-09-15 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102330 --- Comment #4 from Jakub Jelinek --- Just program p !$omp taskloop lastprivate(i) do i = 1, 8 end do !$acc parallel loop do i = 1, 8 end do end is enough to reproduce it.

[Bug libffi/90146] Add support for NetBSD

2021-09-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90146 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libffi/28036] libffi executable stack (missing .note.GNU-stack on .o files)

2021-09-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28036 --- Comment #8 from Andrew Pinski --- These are the ones without the note still: src/bfin/sysv.S src/cris/sysv.S src/m32r/sysv.S src/metag/sysv.S src/microblaze/sysv.S src/nios2/sysv.S src/or1k/sysv.S src/riscv/sysv.S src/xtensa/sysv.S

[Bug tree-optimization/102318] [12 Regression] ICE: verify_gimple failed (error: incompatible types in 'PHI' argument 1) since r12-3381-g843068149ec8fcaa

2021-09-15 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102318 --- Comment #3 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:b6d8fa66e1bf08756cb4134735b5034e171f49d1 commit r12-3544-gb6d8fa66e1bf08756cb4134735b5034e171f49d1 Author: Richard Biener Date:

[Bug libffi/90146] Add support for NetBSD

2021-09-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90146 --- Comment #4 from Andrew Pinski --- (In reply to Andrew Pinski from comment #3) > So it is just a matter of a merge from upstream. > We should do one for GCC 12. Actually the pull request is still open usptream.

[Bug libffi/28036] libffi executable stack (missing .note.GNU-stack on .o files)

2021-09-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28036 --- Comment #9 from Andrew Pinski --- (In reply to Andrew Pinski from comment #8) > These are the ones without the note still: > src/bfin/sysv.S > src/cris/sysv.S > src/m32r/sysv.S > src/metag/sysv.S > src/microblaze/sysv.S > src/nios2/sysv.S > s

[Bug libffi/67801] error in libffi documentation

2021-09-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67801 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug libffi/67801] error in libffi documentation

2021-09-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67801 --- Comment #3 from Andrew Pinski --- (In reply to Andrew Pinski from comment #2) > fixed upstream with commit 36f3fb91. https://github.com/libffi/libffi/commit/36f3fb91

[Bug libffi/28036] libffi executable stack (missing .note.GNU-stack on .o files)

2021-09-15 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28036 --- Comment #10 from Andreas Schwab --- Note that riscv and nios2 are noexec-stack by default, thus do not need a stack note.

[Bug target/102327] gcc/config/i386/i386-expand.c:14678: Suspicious coding ?

2021-09-15 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102327 --- Comment #3 from Hongtao.liu --- Here's optimization i did for v8hf/v16hf/v32hf vec_set/init/extract. diff --git a/origin.s b/after.s index e43e09c..5ea1fb6 100644 --- a/origin.s +++ b/after.s @@ -6,25 +6,13 @@ vec_init_v8hf: .LFB0:

[Bug modula2/102339] New: gm2 testsuite leaves many files behind

2021-09-15 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102339 Bug ID: 102339 Summary: gm2 testsuite leaves many files behind Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: modula2

[Bug modula2/102340] New: gm2 test sources shouldn't be executable

2021-09-15 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102340 Bug ID: 102340 Summary: gm2 test sources shouldn't be executable Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: modula2

[Bug c++/102341] New: [modules] alias-declaration and typedef-declaration conflict in module interface unit

2021-09-15 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102341 Bug ID: 102341 Summary: [modules] alias-declaration and typedef-declaration conflict in module interface unit Product: gcc Version: 12.0 Status: UNCONFIRMED Ke

[Bug bootstrap/67102] Parallel build fails in libffi/configure

2021-09-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67102 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 Component|libffi

[Bug c++/102341] [modules] alias-declaration and typedef-declaration conflict in module interface unit

2021-09-15 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102341 --- Comment #1 from Jonathan Wakely --- In fact it fails even with identical declarations: export module test; namespace Test { typedef long Long; export typedef long Long; } mod.cc:5:23: error: conflicting exporting declaration 'Test::Lo

[Bug ipa/102059] Incorrect always_inline diagnostic in LTO mode with #pragma GCC target("cpu=power10")

2021-09-15 Thread linkw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102059 --- Comment #23 from Kewen Lin --- (In reply to Chip Kerchner from comment #22) > (In reply to Chip Kerchner from comment #21) - Forgot one line of code > > -- > > #pragma GCC target "cpu=power10" > > int main() { > > float

[Bug modula2/102342] New: gm2 testsuite failures for non-default multilib

2021-09-15 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102342 Bug ID: 102342 Summary: gm2 testsuite failures for non-default multilib Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug tree-optimization/102318] [12 Regression] ICE: verify_gimple failed (error: incompatible types in 'PHI' argument 1) since r12-3381-g843068149ec8fcaa

2021-09-15 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102318 Richard Biener changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug bootstrap/67102] Parallel build fails in libffi/configure

2021-09-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67102 --- Comment #2 from Andrew Pinski --- Created attachment 51466 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51466&action=edit Patch which I am testing

[Bug fortran/102330] [12 Regression] ICE in expand_gimple_stmt_1, at cfgexpand.c:3932 since r12-1139-gf6bf436d9ab907d0

2021-09-15 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102330 Thomas Schwinge changed: What|Removed |Added CC||jules at gcc dot gnu.org,

[Bug fortran/102330] [12 Regression] ICE in expand_gimple_stmt_1, at cfgexpand.c:3932 since r12-980-g29a2f51806c

2021-09-15 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102330 Tobias Burnus changed: What|Removed |Added CC||cltang at gcc dot gnu.org Key

[Bug c++/102341] [modules] alias-declaration and typedef-declaration conflict in module interface unit

2021-09-15 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102341 --- Comment #2 from Jonathan Wakely --- It seems to happen for almost any redeclaration if the initial definition wasn't exported: export module test; namespace Test { template constexpr void f(T) { } export template constexpr void f(T); }

[Bug fortran/102330] [12 Regression] ICE in expand_gimple_stmt_1, at cfgexpand.c:3932 since r12-980-g29a2f51806c

2021-09-15 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102330 --- Comment #7 from Jakub Jelinek --- program p i = 0 !$omp task shared(i) i = 1 !$omp end task !$omp taskwait !$acc parallel loop do i = 1, 8 end do end also ICEs, it just needs the iterator that is marked addressable during om

[Bug target/102309] thumb2-replicated-constant2.c fails on cortex-m7

2021-09-15 Thread rearnsha at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102309 --- Comment #1 from Richard Earnshaw --- A constant limit of zero doesn't make sense to me, that would theoretically push everything into the literal pool regardless of the number of insns needed.

[Bug target/102327] gcc/config/i386/i386-expand.c:14678: Suspicious coding ?

2021-09-15 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102327 --- Comment #4 from CVS Commits --- The master branch has been updated by hongtao Liu : https://gcc.gnu.org/g:7fc4d6000a0d6c847c4c07373fbd4a17e54c678f commit r12-3547-g7fc4d6000a0d6c847c4c07373fbd4a17e54c678f Author: liuhongt Date: Wed Sep

[Bug target/102327] gcc/config/i386/i386-expand.c:14678: Suspicious coding ?

2021-09-15 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102327 --- Comment #5 from Hongtao.liu --- Fixed in GCC12.

[Bug modula2/102343] New: gm2/cpp/pass/subaddr.mod FAILs for non-default multilib

2021-09-15 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102343 Bug ID: 102343 Summary: gm2/cpp/pass/subaddr.mod FAILs for non-default multilib Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Prior

[Bug modula2/102344] New: gm2/pim/fail/TestLong4.mod FAILs

2021-09-15 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102344 Bug ID: 102344 Summary: gm2/pim/fail/TestLong4.mod FAILs Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: modula2

[Bug c++/102345] New: [modules] Cannot define a module interface unit for anything in

2021-09-15 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102345 Bug ID: 102345 Summary: [modules] Cannot define a module interface unit for anything in Product: gcc Version: 12.0 Status: UNCONFIRMED Keywords: rejects-valid

[Bug c++/102345] [modules] Cannot define a module interface unit for anything in

2021-09-15 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102345 Jonathan Wakely changed: What|Removed |Added Last reconfirmed||2021-09-15 Status|UNCONFI

[Bug c++/102345] [modules] Cannot define a module interface unit for anything in

2021-09-15 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102345 --- Comment #2 from Jonathan Wakely --- The second problem is demonstrated by: export module newdel; export void* operator new(__SIZE_TYPE__); new.cc:2:40: error: declaration ‘void* operator new(long unsigned int)’ conflicts with builtin

[Bug c++/102345] [modules] Cannot define a module interface unit for anything in

2021-09-15 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102345 --- Comment #3 from Jonathan Wakely --- All testcases above need to be compiled with -fmodules-ts

[Bug c++/102341] [modules] "error: conflicting exporting declaration" for anything previously declared

2021-09-15 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102341 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug c++/102341] [modules] "error: conflicting exporting declaration" for anything previously declared

2021-09-15 Thread pilarlatiesa at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102341 Pilar Latiesa changed: What|Removed |Added CC||pilarlatiesa at gmail dot com --- Comme

[Bug c++/102341] [modules] "error: conflicting exporting declaration" for anything previously declared

2021-09-15 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102341 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/98885] [modules] forward declaration of classes prevent them from being exported at the point of actual declaration

2021-09-15 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98885 Jonathan Wakely changed: What|Removed |Added CC||redi at gcc dot gnu.org --- Comment #1

[Bug c/102346] New: Missing warning for array bounds

2021-09-15 Thread fredrik.hederstierna--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102346 Bug ID: 102346 Summary: Missing warning for array bounds Product: gcc Version: 11.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c A

[Bug lto/102347] New: "fatal error: target specific builtin not available" with MMA and LTO

2021-09-15 Thread chip.kerchner at ibm dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102347 Bug ID: 102347 Summary: "fatal error: target specific builtin not available" with MMA and LTO Product: gcc Version: 10.3.1 Status: UNCONFIRMED Severity: normal

[Bug ipa/102059] Incorrect always_inline diagnostic in LTO mode with #pragma GCC target("cpu=power10")

2021-09-15 Thread chip.kerchner at ibm dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102059 --- Comment #24 from Chip Kerchner --- (In reply to Kewen Lin from comment #23) > Hi Chip, I can reproduce this error with trunk. With some investigation, I > think it's not duplicated of this PR, some information restoring seems wrong > when lt

[Bug analyzer/102328] Obsolete version of GCC analyzer on Compiler Explorer

2021-09-15 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102328 David Malcolm changed: What|Removed |Added Status|WAITING |ASSIGNED Summary|ICE when co

[Bug c++/88578] Static C++ objects with flexible array members overlap when initializes are non-const

2021-09-15 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88578 Jakub Jelinek changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org

[Bug analyzer/102328] Obsolete version of GCC analyzer on Compiler Explorer

2021-09-15 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102328 --- Comment #3 from David Malcolm --- I've filed: https://github.com/compiler-explorer/compiler-explorer/issues/2937

[Bug lto/102347] "fatal error: target specific builtin not available" with MMA and LTO

2021-09-15 Thread linkw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102347 Kewen Lin changed: What|Removed |Added CC||linkw at gcc dot gnu.org Assignee

[Bug target/102347] "fatal error: target specific builtin not available" with MMA and LTO

2021-09-15 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102347 Richard Biener changed: What|Removed |Added Component|lto |target Target|

[Bug target/102348] New: error: #error You must define PREFERRED_DEBUGGING_TYPE

2021-09-15 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102348 Bug ID: 102348 Summary: error: #error You must define PREFERRED_DEBUGGING_TYPE Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Comp

[Bug target/102348] error: #error You must define PREFERRED_DEBUGGING_TYPE

2021-09-15 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102348 Martin Liška changed: What|Removed |Added Target Milestone|--- |12.0 CC|

[Bug jit/64196] No automated test coverage for debugging of JIT-generated code

2021-09-15 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64196 --- Comment #5 from David Malcolm --- This is partially implemented by commit g:332a9f7636ca2a49be3a6ee9c610c5dba9e7e2da.

[Bug target/102348] error: #error You must define PREFERRED_DEBUGGING_TYPE

2021-09-15 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102348 Richard Biener changed: What|Removed |Added Ever confirmed|0 |1 Assignee|unassigned at gcc

[Bug target/102348] error: #error You must define PREFERRED_DEBUGGING_TYPE

2021-09-15 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102348 --- Comment #2 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:26d4ba05b92d0082c7db8067021e9b3109400557 commit r12-3548-g26d4ba05b92d0082c7db8067021e9b3109400557 Author: Richard Biener Date:

[Bug target/102348] error: #error You must define PREFERRED_DEBUGGING_TYPE

2021-09-15 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102348 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/102349] New: [12 Regression] crash in rs6000_xcoff_encode_section_info since r12-446-g8b5b814d51ff73bc739c0c037ae18df07acf2d96

2021-09-15 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102349 Bug ID: 102349 Summary: [12 Regression] crash in rs6000_xcoff_encode_section_info since r12-446-g8b5b814d51ff73bc739c0c037ae18df07acf2d96 Product: gcc Version: 1

[Bug target/102349] [12 Regression] crash in rs6000_xcoff_encode_section_info since r12-446-g8b5b814d51ff73bc739c0c037ae18df07acf2d96

2021-09-15 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102349 Martin Liška changed: What|Removed |Added Last reconfirmed||2021-09-15 Target Milestone|---

[Bug target/102349] [12 Regression] crash in rs6000_xcoff_encode_section_info since r12-446-g8b5b814d51ff73bc739c0c037ae18df07acf2d96

2021-09-15 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102349 --- Comment #1 from David Edelsohn --- I can't duplicate this failure in a native build. And rs6000.c:21750 doesn't correspond to any statement. Can you provide some additional information or source code context? rs6000_xcoff_encode_section_i

[Bug target/102349] [12 Regression] crash in rs6000_xcoff_encode_section_info since r12-446-g8b5b814d51ff73bc739c0c037ae18df07acf2d96

2021-09-15 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102349 --- Comment #2 from Martin Liška --- Sorry, the line numbers are wrong because I didn't use the vanilla repository. So for a37d7d6fc1dbd9906bbb2c6bf5ba9d30fd17a584 I see: /dev/shm/objdir2/./gcc/xgcc -B/dev/shm/objdir2/./gcc/ -xc -nostdinc /dev

[Bug target/102349] [12 Regression] crash in rs6000_xcoff_encode_section_info since r12-446-g8b5b814d51ff73bc739c0c037ae18df07acf2d96

2021-09-15 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102349 --- Comment #3 from Martin Liška --- (gdb) p symtab_node::get (decl) $2 =

[Bug target/102349] [12 Regression] crash in rs6000_xcoff_encode_section_info since r12-446-g8b5b814d51ff73bc739c0c037ae18df07acf2d96

2021-09-15 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102349 --- Comment #4 from Martin Liška --- The following helps: diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index b0ec8108007..89868c39e27 100644 --- a/gcc/config/rs6000/rs6000.c +++ b/gcc/config/rs6000/rs6000.c @@ -21728,7 +

[Bug c++/102350] New: __builtin_source_location not available in earlier language modes

2021-09-15 Thread pdimov at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102350 Bug ID: 102350 Summary: __builtin_source_location not available in earlier language modes Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal

[Bug middle-end/102337] bogus -Wformat-truncation due to incomplete sprintf/strlen integration

2021-09-15 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102337 Martin Sebor changed: What|Removed |Added Blocks||85741 Summary|possibly wrong

[Bug target/102349] [12 Regression] crash in rs6000_xcoff_encode_section_info since r12-446-g8b5b814d51ff73bc739c0c037ae18df07acf2d96

2021-09-15 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102349 --- Comment #5 from CVS Commits --- The master branch has been updated by Martin Liska : https://gcc.gnu.org/g:adddfc85c07143f7c8097a90a83bfb15b8bd52e8 commit r12-3551-gadddfc85c07143f7c8097a90a83bfb15b8bd52e8 Author: Martin Liska Date: Wed

[Bug target/102349] [12 Regression] crash in rs6000_xcoff_encode_section_info since r12-446-g8b5b814d51ff73bc739c0c037ae18df07acf2d96

2021-09-15 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102349 Martin Liška changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug target/102349] [12 Regression] crash in rs6000_xcoff_encode_section_info since r12-446-g8b5b814d51ff73bc739c0c037ae18df07acf2d96

2021-09-15 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102349 --- Comment #7 from David Edelsohn --- As we discussed on IRC symtab_node::exists (decl) && symtab_node::get (decl)->alias seems better because that function does not need to create the summary for its internal use. The function should not en

[Bug target/102351] New: error: ‘TARGET_PENTIUM4’ was not declared in this scope; did you mean ‘TARGET_ENQCMD’?

2021-09-15 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102351 Bug ID: 102351 Summary: error: ‘TARGET_PENTIUM4’ was not declared in this scope; did you mean ‘TARGET_ENQCMD’? Product: gcc Version: 12.0 Status: UNCONFIRMED S

[Bug target/102351] error: ‘TARGET_PENTIUM4’ was not declared in this scope; did you mean ‘TARGET_ENQCMD’?

2021-09-15 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102351 Martin Liška changed: What|Removed |Added Last reconfirmed||2021-09-15 Ever confirmed|0

[Bug tree-optimization/102329] pointer "maybe uninitialized" right after assignment

2021-09-15 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102329 --- Comment #4 from Martin Sebor --- The text of the warning should be adjusted to make it clear that it's the object the pointer points to that may be used uninitialized by the function. For functions like pthread_getspecific() and pthread_set

[Bug target/102351] error: ‘TARGET_PENTIUM4’ was not declared in this scope; did you mean ‘TARGET_ENQCMD’?

2021-09-15 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102351 --- Comment #2 from CVS Commits --- The master branch has been updated by Martin Liska : https://gcc.gnu.org/g:7bdf51557d18aafdb300e1ad2b4f6fb7ef456f2b commit r12-3553-g7bdf51557d18aafdb300e1ad2b4f6fb7ef456f2b Author: Martin Liska Date: Wed

[Bug target/102351] error: ‘TARGET_PENTIUM4’ was not declared in this scope; did you mean ‘TARGET_ENQCMD’?

2021-09-15 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102351 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/55203] No unused warning for variables of non-trivial types

2021-09-15 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55203 Martin Sebor changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

  1   2   >