[Bug c++/101906] New: Constant evaluation failure in concepts

2021-08-13 Thread de34 at live dot cn via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101906 Bug ID: 101906 Summary: Constant evaluation failure in concepts Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug tree-optimization/85551] No strength reduction of modulo and integer vision

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85551 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement Component|rtl-optim

[Bug target/77287] Much worse code generated compared to clang (stack alignment and spills)

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77287 Andrew Pinski changed: What|Removed |Added Component|rtl-optimization|target --- Comment #5 from Andrew Pinski

[Bug rtl-optimization/71022] GCC prefers register moves over move immediate

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71022 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement

[Bug debug/101905] New: Missed debug information for global register variable

2021-08-13 Thread yuri.karlsbrun at broadcom dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101905 Bug ID: 101905 Summary: Missed debug information for global register variable Product: gcc Version: 9.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Comp

[Bug tree-optimization/101756] [12 Regression] ICE: verify_gimple failed (error: non-trivial conversion in 'ssa_name')

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101756 --- Comment #7 from Andrew Pinski --- Note with my patch for PR 101805, we are able to get the scalar version of this function to: xorl%eax, %eax testl %edx, %edx sete%al orl %esi, %eax ret

[Bug fortran/101871] Array of strings of different length passed as an argument produces invalid result.

2021-08-13 Thread kargl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101871 --- Comment #4 from kargl at gcc dot gnu.org --- With this testcase, program tao_program implicit none integer i character(80) abc(9) character(1) n n = 'H' abc = [character(80) :: & & 'a'//n, 'ab', 'abc', 'd', 'def', 'g

[Bug tree-optimization/101805] Max -> bool0 | bool1 Min -> a & b

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101805 Andrew Pinski changed: What|Removed |Added URL||https://gcc.gnu.org/piperma

[Bug middle-end/61119] gcc miscompiles code using cexp when using -ffast-math

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61119 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |6.0 Status|NEW

[Bug target/99921] PowerPC xxeval has the wrong predicates

2021-08-13 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99921 --- Comment #2 from CVS Commits --- The master branch has been updated by Michael Meissner : https://gcc.gnu.org/g:58eec9908c01e2f5a6eb9cd76bbf037bbe2cf5e6 commit r12-2905-g58eec9908c01e2f5a6eb9cd76bbf037bbe2cf5e6 Author: Michael Meissner Date

[Bug tree-optimization/58920] Overeager optimization based on TREE_THIS_NOTRAP

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58920 --- Comment #7 from Andrew Pinski --- maybe have the front-end emit (if -fdelete-null-pointer-checks is on), if (ref == NULL) __builtin_unreachable(); This might most cases, how many I don't know.

[Bug target/47825] SSE bitwise operations on floats work -g, fail -O3

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

[Bug c/18180] move special handling out functions into attributes

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=18180 --- Comment #9 from Andrew Pinski --- I think this is all fixed with the patch for PR 71876.

[Bug c++/51886] __alignof__ on uninstantiated template type

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51886 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |5.3

[Bug tree-optimization/77399] Poor code generation for vector casts and loads

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77399 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |10.0

[Bug tree-optimization/88314] range calculation of shift

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88314 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |12.0

[Bug c++/79249] Lambda call does not create exception handler.

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79249 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |8.0

[Bug c++/77935] uninstantiated template constructor

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77935 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |7.4

[Bug c++/57846] CRTP, templates, metaprogramming, forwarding and static member

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57846 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |8.3

[Bug c++/66615] Ambiguous conversion operators, explicit conversion operator and copy-initialization

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66615 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |6.4

[Bug tree-optimization/33257] guaranteed-true test not optimized away when input values later used

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33257 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |10.0

[Bug target/46551] Generate complex addressing mode CMP instruction in x86-64

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46551 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |6.0

[Bug c++/61504] Move elision after cast to rvalue reference

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61504 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |7.0

[Bug c++/74744] Fails to select overridden function when determined by template parameter

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=74744 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |8.0

[Bug c++/79917] Internal compiler error with variadic template and concepts, internal compiler error: in tsubst_constraint, at cp/constraint.cc:1956

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79917 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |10.0

[Bug testsuite/45068] g++.dg/debug/dwarf2/nested-2.C failed on Linux/ia64

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45068 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |4.6.0

[Bug tree-optimization/101534] [12 Regression] ICE in create_tailcall_accumulator, at tree-tailcall.c:1083

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101534 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |12.0 Summary|ICE in

[Bug middle-end/64122] ICE: tree check: expected tree that contains 'decl common' structure, have 'ssa_name' in prepare_gimple_addressable, at gimplify.c:3228 with -fgnu-tm

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64122 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/80540] gcc ICE at -O2 and above on x86_64-linux-gnu in "assign_by_spills"

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80540 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Target Milestone|---

[Bug debug/79015] ICE in get_insn_template in gcc/final.c:2081

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79015 Andrew Pinski changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug libstdc++/100117] FAIL testsuite/17_intro/headers/c++1998/49745.cc with trunk glibc

2021-08-13 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100117 Sergei Trofimovich changed: What|Removed |Added CC||slyfox at gcc dot gnu.org --- Comm

[Bug debug/79124] Internal compiler error under certain cases where __attribute__((target("avx2"))) presents

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79124 Andrew Pinski changed: What|Removed |Added CC||robert.suchanek at imgtec dot com --- C

[Bug target/65877] ICE: various internal errors with attribute(target) when mixing generic and non-generic vectors

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65877 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/79786] ICE tree check: expected class 'type', have 'declaration' (var_decl) in iamcu_alignment, at config/i386/i386.c:30263

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79786 --- Comment #3 from Andrew Pinski --- Note the bug was introduced at r5-869.

[Bug c++/79786] ICE tree check: expected class 'type', have 'declaration' (var_decl) in iamcu_alignment, at config/i386/i386.c:30263

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79786 Andrew Pinski changed: What|Removed |Added Component|target |c++ --- Comment #2 from Andrew Pinski -

[Bug c/97208] [gcc 10.2.0] Microblaze regression

2021-08-13 Thread giulio.benetti at benettiengineering dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97208 Giulio Benetti changed: What|Removed |Added CC||giulio.benetti@benettiengin

[Bug debug/68010] ICE with -g and using namespace and namespace alias

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68010 Andrew Pinski changed: What|Removed |Added Summary|internal compiler error: in |ICE with -g and using

[Bug target/61925] [4.9 Regression] internal error when using vectorization on CPU without SSE

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61925 Andrew Pinski changed: What|Removed |Added CC||zsojka at seznam dot cz --- Comment #14

[Bug target/59683] ICE: in classify_argument, at config/i386/i386.c:6637 with #pragma GCC target("avx512f")

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59683 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

[Bug target/69318] ICE in symtab_node::verify with -fabi-version=7 -Wabi=8 -m32

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69318 --- Comment #5 from Andrew Pinski --- I really doubt there is anything we can do about this one really, In the previous version of the ABI (<=9), regparm and/or stdcall were not mangled for the function type. So obviously we would get two symbol

[Bug target/59927] [4.9 Regression] ICE sorry, unimplemented: ms_abi attribute requires -maccumulate-outgoing-args or subtarget optimization implying it

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59927 Andrew Pinski changed: What|Removed |Added CC||zsojka at seznam dot cz --- Comment #13

[Bug target/51518] ICE: in expand_call, at calls.c:3421 with -mno-accumulate-outgoing-args and __attribute__ ((ms_abi)) (after sorry)

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51518 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Known to work|

[Bug target/60900] ICE: in emit_library_call_value_1, at calls.c:4187 with -mabi=ms -mlong-double-128

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60900 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Known to fail|4.10.0

[Bug debug/47018] ICE: in pre_and_rev_post_order_compute, at cfganal.c:1047 with -fnon-call-exceptions -fvar-tracking -g

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47018 Andrew Pinski changed: What|Removed |Added Known to work|4.7.1 | Resolution|---

[Bug debug/46322] ICE: RTL check: expected code 'const_int', have 'reg' in dbxout_parms, at dbxout.c:3498 with -gstabs

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46322 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2021-08-13 Status|UNCONFIRME

[Bug driver/90443] when collect2/lto-wrapper/gcc-nm/gcc-ld fails to find a program, it does not say which program is being found

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90443 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2021-08-13 Summary|-flto=n on

[Bug c++/101904] New: Wrong result of decltype during instantiation of std::result_of

2021-08-13 Thread officesamurai at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101904 Bug ID: 101904 Summary: Wrong result of decltype during instantiation of std::result_of Product: gcc Version: 11.2.0 Status: UNCONFIRMED Severity: normal

[Bug driver/53286] [mingw] improve "CreateProcess: No such file or directory" error message

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53286 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/101903] New: [9/10/11/12 Regression] ICE with invalid constexpr constructor in template class

2021-08-13 Thread reichelt at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101903 Bug ID: 101903 Summary: [9/10/11/12 Regression] ICE with invalid constexpr constructor in template class Product: gcc Version: 12.0 Status: UNCONFIRMED Keyword

[Bug c++/101524] Improve diagnostic for incorrect definition of namespace alias

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101524 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2021-08-13 Status|UNCONFIRM

[Bug c++/101620] gcc incorrectly makes concept checking in incomplete-class context

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101620 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 Keywords|

[Bug c++/101686] export ; or export {} should not be accepted

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101686 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2021-08-13 Status|UNCONFIRM

[Bug c++/101764] ICE for constexpr if within fold expression within lambda expression within a template

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101764 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2021-08-13 Status|UNCONFIRM

[Bug c++/101817] g++ apply optimization irrespective of -O0 flag is set

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101817 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug tree-optimization/101897] [12 Regression] ICE: crash since r12-2429-g62acc72a957b5614

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101897 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |12.0

[Bug c++/94679] link time error: undefined reference to std::projected<...>::operator *() const

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94679 --- Comment #3 from Andrew Pinski --- I suspect -fkeep-inline-functions is not really usable any more with C++ code like this. To make sure fooable constraint is valid, we need to instantiate "IMove::operator()" which we don't know if it is going

[Bug c++/67693] Spurious warning: control reaches end of non-void function [-Wreturn-type]

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67693 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |8.0

[Bug c++/67693] Spurious warning: control reaches end of non-void function [-Wreturn-type]

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67693 Andrew Pinski changed: What|Removed |Added Known to fail||7.5.0 Resolution|DUPLICATE

[Bug go/95389] Kubernetes build fails because of mangled PkgPath

2021-08-13 Thread ian at airs dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95389 Ian Lance Taylor changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug middle-end/101899] [OpenMP] Wrong results with !$omp taskloop – but only in Fortran version

2021-08-13 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101899 --- Comment #1 from Tobias Burnus --- >From the gimple dump: #pragma omp taskloop firstprivate(D.3968) private(i) firstprivate(offset.2) \ firstprivate(stride.1) firstprivate(a.0) and omplower shows: .omp_data_o.8.a.0

[Bug middle-end/24639] [meta-bug] bug to track all Wuninitialized issues

2021-08-13 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24639 Bug 24639 depends on bug 101734, which changed state. Bug 101734 Summary: missing warning reading from a write-only object https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101734 What|Removed |Added

[Bug middle-end/101734] missing warning reading from a write-only object

2021-08-13 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101734 Martin Sebor changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug middle-end/101734] missing warning reading from a write-only object

2021-08-13 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101734 --- Comment #2 from CVS Commits --- The master branch has been updated by Martin Sebor : https://gcc.gnu.org/g:fb85d6eb6c392e829d1ee5b8a2e2b81c53c9840f commit r12-2903-gfb85d6eb6c392e829d1ee5b8a2e2b81c53c9840f Author: Martin Sebor Date: Fri

[Bug c++/101898] [concepts] ICE with auto in concept definition

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101898 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2021-08-13 Status|UNCONFIRM

[Bug modula2/101259] error: the file containing the definition module 'getopt' cannot be found

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101259 Andrew Pinski changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug modula2/101259] error: the file containing the definition module 'getopt' cannot be found

2021-08-13 Thread gaiusmod2 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101259 --- Comment #3 from Gaius Mulley --- "doko at debian dot org" writes: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101259 > > Matthias Klose changed: > >What|Removed |Added > -

[Bug modula2/101391] Unresolved reference to module getopt

2021-08-13 Thread gaiusmod2 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101391 Gaius Mulley changed: What|Removed |Added CC||gaiusmod2 at gmail dot com --- Comment #

[Bug testsuite/101902] New: [12 regression] g++.dg/warn/uninit-1.C has excess errors after r12-2898

2021-08-13 Thread seurer at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101902 Bug ID: 101902 Summary: [12 regression] g++.dg/warn/uninit-1.C has excess errors after r12-2898 Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal

[Bug sanitizer/97657] libsanitizer/sanitizer_common/sanitizer_posix.cpp:162: no code to deal with bad mode ?

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

[Bug tree-optimization/100393] [9/10/11/12 Regression] Very slow compilation of switch statement with thousands of cases

2021-08-13 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100393 --- Comment #8 from Martin Liška --- (In reply to Richard Biener from comment #4) > I guess that's already done, so it has to be fixed in other ways, like by > keeping the partial sum when decreasing the size in I can confirm the decreasing wor

[Bug tree-optimization/100393] [9/10/11/12 Regression] Very slow compilation of switch statement with thousands of cases

2021-08-13 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100393 --- Comment #7 from Martin Liška --- > Now, there's the possibility of doing a quick guess before doing this > loop, once via using (end - start) and once via using 2 * (end - start). > Only if the first can be handled and the second not we have

[Bug c++/51545] missing -Wparentheses diagnostic with compound assignment used as condition

2021-08-13 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51545 Martin Sebor changed: What|Removed |Added Known to fail||11.2.0, 12.0, 4.1.0 Last reconfirmed|20

[Bug c++/101901] New: "warning: statement has no effect" in a variadic template with empty parameter pack.

2021-08-13 Thread officesamurai at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101901 Bug ID: 101901 Summary: "warning: statement has no effect" in a variadic template with empty parameter pack. Product: gcc Version: 11.2.0 Status: UNCONFIRMED S

[Bug sanitizer/90589] In Fedora 30 ps hangs using address sanitizer

2021-08-13 Thread mathieu.desnoyers at efficios dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90589 --- Comment #18 from Mathieu Desnoyers --- Created attachment 51302 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51302&action=edit Interceptor library working-around glibc's intl issues for malloc interceptors

[Bug libstdc++/101056] std::compare_partial_order_fallback missing the constraint of "F < E is well-formed"

2021-08-13 Thread clyon at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101056 Christophe Lyon changed: What|Removed |Added CC||clyon at gcc dot gnu.org --- Comment

[Bug ipa/100413] [11/12 Regression] ICE: failed to reclaim unneeded function with custom flags since r11-4267-g0e590b68fa374365

2021-08-13 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100413 Martin Liška changed: What|Removed |Added CC||mjambor at suse dot cz Assigne

[Bug ipa/101726] target_clone resolver does not generate PIC despite -fPIC

2021-08-13 Thread stefan.kneifel at bluewin dot ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101726 --- Comment #7 from Stefan Kneifel --- OK works for me, thank you!

[Bug ipa/101354] [11/12 regression] naked function mishandled - store optimized away

2021-08-13 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101354 --- Comment #6 from CVS Commits --- The master branch has been updated by Martin Liska : https://gcc.gnu.org/g:4998404915bba9cb04c438a926cdf7126782a767 commit r12-2901-g4998404915bba9cb04c438a926cdf7126782a767 Author: Martin Liska Date: Thu

[Bug gcov-profile/100788] Internal compiler error related to #line macros(?)

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

[Bug gcov-profile/100788] Internal compiler error related to #line macros(?)

2021-08-13 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100788 --- Comment #16 from CVS Commits --- The releases/gcc-10 branch has been updated by Martin Liska : https://gcc.gnu.org/g:ff3978f5ea2672b208830a97d276cc1c856f6231 commit r10-10035-gff3978f5ea2672b208830a97d276cc1c856f6231 Author: Martin Liska

[Bug gcov-profile/100788] Internal compiler error related to #line macros(?)

2021-08-13 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100788 --- Comment #15 from CVS Commits --- The releases/gcc-11 branch has been updated by Martin Liska : https://gcc.gnu.org/g:5f00ef3bc724e22628fdfd81855013115d115ebe commit r11-8863-g5f00ef3bc724e22628fdfd81855013115d115ebe Author: Martin Liska D

[Bug ipa/101261] clones for target_clones attribute cannot be created when compilling with -fno-semantic-interposition

2021-08-13 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101261 Martin Liška changed: What|Removed |Added Known to work||12.0 --- Comment #7 from Martin Liška -

[Bug ipa/101261] clones for target_clones attribute cannot be created when compilling with -fno-semantic-interposition

2021-08-13 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101261 --- Comment #6 from CVS Commits --- The master branch has been updated by Martin Liska : https://gcc.gnu.org/g:fa28520fadb9405f4387ceb419b0b7fc3ba0a61f commit r12-2900-gfa28520fadb9405f4387ceb419b0b7fc3ba0a61f Author: Martin Liska Date: Fri

[Bug target/101900] -mtune-ctrl=use_vector_fp_converts,use_vector_converts doesn't work with AVX

2021-08-13 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101900 --- Comment #1 from H.J. Lu --- Created attachment 51301 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51301&action=edit A patch

[Bug target/101900] New: -mtune-ctrl=use_vector_fp_converts,use_vector_converts doesn't work with AVX

2021-08-13 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101900 Bug ID: 101900 Summary: -mtune-ctrl=use_vector_fp_converts,use_vector_converts doesn't work with AVX Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: n

[Bug c++/101880] mangling vec_perm_expr is not implemented

2021-08-13 Thread reichelt at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101880 Volker Reichelt changed: What|Removed |Added CC||reichelt at gcc dot gnu.org Ever

[Bug middle-end/101899] New: [OpenMP] Wrong results with !$omp taskloop – but only in Fortran version

2021-08-13 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101899 Bug ID: 101899 Summary: [OpenMP] Wrong results with !$omp taskloop – but only in Fortran version Product: gcc Version: 12.0 Status: UNCONFIRMED Keywords: openm

[Bug c++/101898] New: [concepts] ICE with auto in concept definition

2021-08-13 Thread reichelt at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101898 Bug ID: 101898 Summary: [concepts] ICE with auto in concept definition Product: gcc Version: 12.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal

[Bug other/81334] -Wmisleading-indentation prints notes about being disabled even when already intentionally ignored

2021-08-13 Thread maxim.prohorenko at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81334 Максим Прохоренко changed: What|Removed |Added CC||maxim.prohorenko at gmail dot com -

[Bug gcov-profile/101192] [GCOV] The coverage of a callee function goes wrong.

2021-08-13 Thread njuwy at smail dot nju.edu.cn via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101192 --- Comment #2 from Yang Wang --- *** Bug 101623 has been marked as a duplicate of this bug. ***

[Bug gcov-profile/101623] [GCOV] Wrong coverage of callee function

2021-08-13 Thread njuwy at smail dot nju.edu.cn via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101623 Yang Wang changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug gcov-profile/101191] [GCOV] Wrong coverage with "for(;;)" statement

2021-08-13 Thread njuwy at smail dot nju.edu.cn via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101191 --- Comment #2 from Yang Wang --- *** Bug 101556 has been marked as a duplicate of this bug. ***

[Bug gcov-profile/101556] [GCOV] Wrong coverage that may be caused by "ASM" and "volatile"

2021-08-13 Thread njuwy at smail dot nju.edu.cn via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101556 Yang Wang changed: What|Removed |Added Resolution|--- |DUPLICATE Status|UNCONFIRMED

[Bug target/100643] [11/12 Regression] ICE in ix86_mangle_function_version_assembler_name, at config/i386/i386-features.c:2809 since r11-7693-g1c7bec8bfbc5457c

2021-08-13 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100643 --- Comment #4 from Martin Liška --- @Jason: Can you please take a look?

[Bug c++/92359] function static variable instantiated at -O1 despite extern template

2021-08-13 Thread sbence92 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92359 --- Comment #4 from Bence Szabó --- >That should not matter in even in shared libraries unless you are doing some >symbol hidding in the shared library really. Hmm. I just run the attached example on linux (after some tuning) with -fPIC, and i

[Bug ipa/100888] ICE: symtab_node::verify failed, symtab_node::verify()

2021-08-13 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100888 Martin Liška changed: What|Removed |Added Status|ASSIGNED|NEW Keywords|ice-on-valid-code

[Bug gcov-profile/85225] [GCOV] An array reference in the for(;;) loop will lead the loop has incorrect execution times in gcov

2021-08-13 Thread njuwy at smail dot nju.edu.cn via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85225 Yang Wang changed: What|Removed |Added CC||njuwy at smail dot nju.edu.cn --- Comment #8

[Bug gcov-profile/101191] [GCOV] Wrong coverage with "for(;;)" statement

2021-08-13 Thread njuwy at smail dot nju.edu.cn via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101191 Yang Wang changed: What|Removed |Added Resolution|--- |DUPLICATE Status|UNCONFIRMED

[Bug gcov-profile/83434] [GCOV] A label after a non-executed if statement is wrongly marked as not executed in gcov

2021-08-13 Thread njuwy at smail dot nju.edu.cn via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83434 Yang Wang changed: What|Removed |Added CC||njuwy at smail dot nju.edu.cn --- Comment #4

[Bug gcov-profile/101147] [GCOV] Wrong coverage with label inside "for" loop

2021-08-13 Thread njuwy at smail dot nju.edu.cn via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101147 Yang Wang changed: What|Removed |Added Resolution|--- |DUPLICATE Status|UNCONFIRMED

  1   2   >