[Bug libgomp/33720] A negative value in OpenMP clause num_threads is not detected at runtime

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

[Bug libgomp/61798] OpenMP exit code 155, profiling related?

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

[Bug libgomp/32789] Profiling not possible with -fopenmp

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

[Bug libgomp/42616] OMP'ed loop inside pthread leads to crash.

2021-12-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42616 Andrew Pinski changed: What|Removed |Added Severity|blocker |normal

[Bug libgomp/82623] many omp tests failed for both C++ and Fortran, gcc-6.4 on Redhat 7.3/64

2021-12-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82623 Andrew Pinski changed: What|Removed |Added Resolution|--- |WORKSFORME Status|WAITING

[Bug driver/64534] invalid -march value incosistency

2021-12-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64534 Andrew Pinski changed: What|Removed |Added CC||pinskia at gcc dot gnu.org --- Comment

[Bug target/103421] -march=bogus12323123423452345 -march=skylake-avx512 is accepted as a command line option

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

[Bug middle-end/13421] IA32 bigmem pointer subtraction and –ftrapv option causes unjustified program abort

2021-12-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=13421 Andrew Pinski changed: What|Removed |Added CC||oss at malat dot biz --- Comment #15

[Bug target/81801] [PATCH] Difference of two pointers generates signed overflow

2021-12-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81801 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE

[Bug tree-optimization/102512] Redundant max/min operation before vector reduction

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

[Bug tree-optimization/92243] Missing "auto-vectorization" of char array reversal using x86 scalar bswap when SIMD pshufb isn't available

2021-12-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92243 --- Comment #3 from Andrew Pinski --- Even lowering of VEC_PERM for this case: #define vector __attribute__((vector_size(16))) vector char f(vector char a) { a = __builtin_shufflevector (a, a,15,14,13,12,11,10,9,8,7,6,5,4,3,2,1,0); return

[Bug tree-optimization/92243] Missing "auto-vectorization" of char array reversal using x86 scalar bswap when SIMD pshufb isn't available

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

[Bug target/89063] [x86] lack of support for BEXTR from BMI extension

2021-12-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89063 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2021-12-29

[Bug target/55894] No constant propagation in Intel intrinsics

2021-12-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55894 Andrew Pinski changed: What|Removed |Added Last reconfirmed|2013-01-07 00:00:00 |2021-12-28 --- Comment #5 from Andrew

[Bug target/55894] No constant propagation in Intel intrinsics

2021-12-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55894 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization

[Bug target/83220] modification of a global register variable while the function only reads from it

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

[Bug target/48227] "rep ret" generated for -march=core2

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

[Bug target/80817] [missed optimization][x86] relaxed atomics

2021-12-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80817 Andrew Pinski changed: What|Removed |Added Last reconfirmed|2017-05-20 00:00:00 |2021-12-28 Severity|normal

[Bug tree-optimization/103855] Missed optimization: 64bit division used instead of 32bit division

2021-12-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103855 --- Comment #4 from Andrew Pinski --- unsigned int optimized(unsigned int a, unsigned int b) { return (unsigned long long)a / b; } unsigned int unoptimized(unsigned int a, unsigned int b) { unsigned long long all = a; return all /

[Bug tree-optimization/103855] Missed optimization: 64bit division used instead of 32bit division

2021-12-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103855 --- Comment #3 from Andrew Pinski --- The other way to fix this is during expand, look for the smallest mode which fits the range of the two operands of TRUNC_DIV_EXPR and there is a div optab for that mode and use that mode.

[Bug tree-optimization/103855] Missed optimization: 64bit division used instead of 32bit division

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

[Bug tree-optimization/103855] Missed optimization: 64bit division used instead of 32bit division

2021-12-28 Thread zhaoweiliew at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103855 --- Comment #1 from Zhao Wei Liew --- After some research, I decided to look into value range propagation (VRP). I compiled with `-fdump-tree-vrp` and the VRP files contained the following for `optimized()`: For the file ending in .vrp1, ```

[Bug go/103847] gccgo SIGSEGV in libgo standard library on sparc64

2021-12-28 Thread matoro_gcc_bugzilla at matoro dot tk via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103847 --- Comment #7 from matoro --- (In reply to Ian Lance Taylor from comment #6) > I can try debugging it with ssh access. I'll want to build my own copy of > gccgo. Let me know where I should send the public key. Thanks. matoro_gcc_bugzilla

[Bug tree-optimization/103855] New: Missed optimization: 64bit division used instead of 32bit division

2021-12-28 Thread zhaoweiliew at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103855 Bug ID: 103855 Summary: Missed optimization: 64bit division used instead of 32bit division Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal

[Bug go/103847] gccgo SIGSEGV in libgo standard library on sparc64

2021-12-28 Thread ian at airs dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103847 --- Comment #6 from Ian Lance Taylor --- I can try debugging it with ssh access. I'll want to build my own copy of gccgo. Let me know where I should send the public key. Thanks.

[Bug tree-optimization/103802] [12 regression] recip-3.c fails after r12-6087 on Power m32

2021-12-28 Thread luoxhu at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103802 --- Comment #4 from luoxhu at gcc dot gnu.org --- Or restore the previous recip count check by comment out the if condition to avoid bb in loop turns cold? diff --git a/gcc/testsuite/gcc.dg/tree-ssa/recip-3.c

[Bug middle-end/90794] [9/10 Regression] -O3 with "VLA type" in C++ leads to an ICE

2021-12-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90794 Andrew Pinski changed: What|Removed |Added Summary|[9/10/11/12 Regression] -O3 |[9/10 Regression] -O3 with

[Bug middle-end/90794] [9/10/11/12 Regression] -O3 with "VLA type" in C++ leads to an ICE

2021-12-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90794 Andrew Pinski changed: What|Removed |Added Known to work||11.1.0 Known to fail|

[Bug c++/84939] [9/10/11/12 Regression] internal compiler error: in gimplify_expr, at gimplify.c:12382

2021-12-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84939 Andrew Pinski changed: What|Removed |Added Known to work||11.1.0 Known to fail|

[Bug target/88917] [9/10/11/12 Regression] Error: can't resolve `.text' {.text section} - `.LCFI2' {.text.unlikely section} with -fno-dwarf2-cfi-asm -mindirect-branch=thunk-inline

2021-12-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88917 Andrew Pinski changed: What|Removed |Added Last reconfirmed|2019-01-18 00:00:00 |2021-12-28 Known to fail|

[Bug tree-optimization/103793] [12 Regression] ICE: in to_reg_br_prob_base, at profile-count.h:277 with -O3 -fno-guess-branch-probability since r12-6086-gcd5ae148c47c6dee

2021-12-28 Thread luoxhu at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103793 luoxhu at gcc dot gnu.org changed: What|Removed |Added Resolution|--- |FIXED

[Bug tree-optimization/103793] [12 Regression] ICE: in to_reg_br_prob_base, at profile-count.h:277 with -O3 -fno-guess-branch-probability since r12-6086-gcd5ae148c47c6dee

2021-12-28 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103793 --- Comment #3 from CVS Commits --- The master branch has been updated by Xiong Hu Luo : https://gcc.gnu.org/g:44372676e81358de29d5c853685a7664a95d8a96 commit r12-6140-g44372676e81358de29d5c853685a7664a95d8a96 Author: Xionghu Luo Date: Tue

[Bug target/69899] gcc ICE on invalid code on x86_64-linux-gnu in "replace_reg"

2021-12-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69899 --- Comment #7 from Andrew Pinski --- *** Bug 97992 has been marked as a duplicate of this bug. ***

[Bug target/97992] ICE in subst_asm_stack_regs, at reg-stack.c:2264

2021-12-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97992 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE

[Bug go/103847] gccgo SIGSEGV in libgo standard library on sparc64

2021-12-28 Thread matoro_gcc_bugzilla at matoro dot tk via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103847 --- Comment #5 from matoro --- (In reply to Ian Lance Taylor from comment #4) > There don't seem to be any sparc64-linux machines in the GCC compile farm, > so I can't recreate this myself. > > Are you able to recreate the problem while

[Bug ada/83892] Various ICEs and link-errors with running ACATS with -O2 -g -flto

2021-12-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83892 Andrew Pinski changed: What|Removed |Added Depends on||85047 --- Comment #8 from Andrew Pinski

[Bug c/101974] [10/11/12 Regression] ICE on compilable code: in from_mode_char, at attribs.h:304 since r10-4929-g54aa6b58fe2fe73b

2021-12-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101974 --- Comment #3 from Andrew Pinski --- /* This is a request to merge an internal specification for a function declaration involving arrays but no explicit attribute access. */ tree vblist =

[Bug c/101974] [10/11/12 Regression] ICE on compilable code: in from_mode_char, at attribs.h:304 since r10-4929-g54aa6b58fe2fe73b

2021-12-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101974 Andrew Pinski changed: What|Removed |Added CC||pinskia at gcc dot gnu.org --- Comment

[Bug c++/39751] [9/10/11/12 Regression] ICE in cp_lexer_new_from_tokens, at cp/parser.c:342

2021-12-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39751 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |9.5 Severity|minor

[Bug c++/39751] ICE in cp_lexer_new_from_tokens, at cp/parser.c:342

2021-12-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39751 Andrew Pinski changed: What|Removed |Added CC||v.barinov at samsung dot com ---

[Bug c++/94153] [9/10/11/12 Regression] internal compiler error: in cp_lexer_new_from_tokens, at cp/parser.c:700

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

[Bug c++/39751] ICE in cp_lexer_new_from_tokens, at cp/parser.c:342

2021-12-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39751 Andrew Pinski changed: What|Removed |Added CC||haoxintu at gmail dot com --- Comment

[Bug c++/95927] ICE in cp_lexer_new_from_tokens, at cp/parser.c:701

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

[Bug c++/101717] [9/10/11/12 Regression] ICE capturing static member within stateless generic lambda

2021-12-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101717 Andrew Pinski changed: What|Removed |Added Last reconfirmed|2021-08-02 00:00:00 |2021-12-28 Target Milestone|12.0

[Bug c++/101072] [12 Regression] ICE in build_target_expr_with_type, at cp/tree.c:845 since r11-5681-gd9288bd28e24c755

2021-12-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101072 Andrew Pinski changed: What|Removed |Added Known to fail||11.1.0, 12.0 Target Milestone|11.3

[Bug c++/95985] [11/12 Regression] ICE: tree check: expected tree_list, have error_mark in common_handle_aligned_attribute, at c-family/c-attribs.c:1980

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

[Bug c/95145] [9/10/11/12 Regression]internal compiler error: in analyze_functions, at cgraphunit.c:1380

2021-12-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95145 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2021-12-28

[Bug preprocessor/89971] [9/10/11/12 Regression] ICE: unspellable token PADDING

2021-12-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89971 --- Comment #6 from Andrew Pinski --- Here is a testcase which clang accepts but GCC rejects: int b; int e; #define a(...) b /##__VA_OPT__(c) e int y = a();

[Bug sanitizer/89764] [9/10/11/12 Regression] ubsan diagnostic on generic lambdas decayed to function pointers

2021-12-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89764 --- Comment #6 from Andrew Pinski --- (In reply to Jakub Jelinek from comment #4) > I can reproduce it even with 9.3, 10.1 and 11.1. > On the other side, on the bisect-seed box I can't reproduce, strange. Even on godbolt I can only reproduce it

[Bug c/89341] [9/10/11/12 Regression] ICE in get, at cgraph.h:1332

2021-12-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89341 Andrew Pinski changed: What|Removed |Added Component|ipa |c --- Comment #17 from Andrew Pinski

[Bug c++/103852] [10/11/12 Regression] Alias template argument deduction is available in C++17 mode

2021-12-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103852 Andrew Pinski changed: What|Removed |Added Keywords||accepts-invalid Ever confirmed|0

[Bug fortran/103854] New: ICE in generate_finalization_wrapper, at fortran/class.c:1618

2021-12-28 Thread yves.secretan at ete dot inrs.ca via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103854 Bug ID: 103854 Summary: ICE in generate_finalization_wrapper, at fortran/class.c:1618 Product: gcc Version: 9.3.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/78054] gfortran.dg/pr70673.f90 FAILs at -O0

2021-12-28 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78054 anlauf at gcc dot gnu.org changed: What|Removed |Added CC||anlauf at gcc dot gnu.org

[Bug tree-optimization/103851] ICE in gimple_range_global with -ftrivial-auto-var-init=pattern since r12-3433-ga25e0b5e6ac8a77a

2021-12-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103851 --- Comment #2 from Andrew Pinski --- Here is an even more reduced testcase: struct _Deque_base { long _M_map_size; int *_M_start; int *_M_finish; }; void morphologicalFilter1D() { #pragma omp parallel { struct _Deque_base vals[4];

[Bug tree-optimization/103851] ICE in gimple_range_global with -ftrivial-auto-var-init=pattern since r12-3433-ga25e0b5e6ac8a77a

2021-12-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103851 Andrew Pinski changed: What|Removed |Added Keywords||openmp --- Comment #1 from Andrew

[Bug fortran/103789] ICE when providing kind argument to mask{l,r}

2021-12-28 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103789 anlauf at gcc dot gnu.org changed: What|Removed |Added CC||anlauf at gcc dot gnu.org

[Bug debug/94474] Incorrect DWARF range information for inlined function

2021-12-28 Thread bernd.edlinger at hotmail dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94474 --- Comment #15 from Bernd Edlinger --- While there are certainly empty subranges that could be avoided, there are also completely empty subroutines, which cannot be avoided without losing the ability to inspect the procedure variable at this

[Bug libstdc++/103853] New: std::forward_list::merge should check if __list != this

2021-12-28 Thread pavel.kryukov at phystech dot edu via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103853 Bug ID: 103853 Summary: std::forward_list::merge should check if __list != this Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal

[Bug libstdc++/100017] [11/12 regression] error: 'fenv_t' has not been declared in '::' -- canadian compilation fails

2021-12-28 Thread kallisti5 at unixzen dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100017 Alexander von Gluck changed: What|Removed |Added CC||kallisti5 at unixzen dot com ---

[Bug tree-optimization/103724] [9/10/11/12 Regression] invalid warning: iteration 7 invokes undefined behavior

2021-12-28 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103724 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment

[Bug tree-optimization/103802] [12 regression] recip-3.c fails after r12-6087 on Power m32

2021-12-28 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103802 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org

[Bug c++/103852] New: Alias template argument deduction is available in C++17 mode

2021-12-28 Thread fchelnokov at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103852 Bug ID: 103852 Summary: Alias template argument deduction is available in C++17 mode Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal

[Bug target/103808] [12 Regression] '-fcompare-debug' failure (length) w/ -O2 -ftrapv since r12-5944-ga7acb6dca941db2b

2021-12-28 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103808 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment

[Bug rtl-optimization/103756] [12 Regression] -fcompare-debug failure (length) with -O -fconserve-stack -frename-registers -fno-tree-ch -fira-algorithm=priority since r12-5978-ga888259a71fbbb7f

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

[Bug driver/93645] Support Clang 12 --ld-path=

2021-12-28 Thread i at maskray dot me via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93645 --- Comment #15 from Fangrui Song --- -- is definitely rare, but not non-existent. In GCC, there is {-,--}specs. In Clang, there are --cuda-path, --ptxas-path, --hip-path, --classpath, etc. (In reply to Martin Liška from comment #14) > > > > I

[Bug go/103847] gccgo SIGSEGV in libgo standard library on sparc64

2021-12-28 Thread ian at airs dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103847 --- Comment #4 from Ian Lance Taylor --- There don't seem to be any sparc64-linux machines in the GCC compile farm, so I can't recreate this myself. Are you able to recreate the problem while running under gdb? A backtrace from the point of

[Bug c++/99968] ICE on remove_const_t in requires-expression

2021-12-28 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99968 --- Comment #8 from CVS Commits --- The master branch has been updated by Jason Merrill : https://gcc.gnu.org/g:db25655fa5dd23bba684ec7db628643c19e64d6a commit r12-6136-gdb25655fa5dd23bba684ec7db628643c19e64d6a Author: Jason Merrill Date:

[Bug debug/103742] [12 Regression] '-fcompare-debug' failure (length) with -O2 -fnon-call-exceptions --param=early-inlining-insns=82 since r12-5301-g045206450386bcd7

2021-12-28 Thread zsojka at seznam dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103742 --- Comment #4 from Zdenek Sojka --- (In reply to Jakub Jelinek from comment #3) > Created attachment 52078 [details] > gcc12-pr103742.patch > > Untested fix that fixes it in the r12-6030 tree. Thank you for the patch. It fixes both the

[Bug middle-end/103813] [11 Regression] Crash in decompose, at wide-int.h:984 fold-const since r11-5271-g4866b2f5db117f9e

2021-12-28 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103813 Jakub Jelinek changed: What|Removed |Added Summary|[11/12 Regression] Crash in |[11 Regression] Crash in

[Bug rtl-optimization/103837] [9/10/11 Regression] '-fcompare-debug' failure (length) w/ -Og -fmove-loop-invariants -fnon-call-exceptions -fno-tree-dce

2021-12-28 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103837 Jakub Jelinek changed: What|Removed |Added Summary|[9/10/11/12 Regression] |[9/10/11 Regression]

[Bug debug/103838] [11 Regression] '-fcompare-debug' failure (length) w/ -O2 --param max-early-inliner-iterations=0 --param max-inline-insns-auto=2

2021-12-28 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103838 Jakub Jelinek changed: What|Removed |Added Summary|[11/12 Regression] |[11 Regression]

[Bug middle-end/103813] [11/12 Regression] Crash in decompose, at wide-int.h:984 fold-const since r11-5271-g4866b2f5db117f9e

2021-12-28 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103813 --- Comment #6 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:9258ac53cfcbe546e8b86a433e59343538743f74 commit r12-6135-g9258ac53cfcbe546e8b86a433e59343538743f74 Author: Jakub Jelinek Date:

[Bug rtl-optimization/103837] [9/10/11/12 Regression] '-fcompare-debug' failure (length) w/ -Og -fmove-loop-invariants -fnon-call-exceptions -fno-tree-dce

2021-12-28 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103837 --- Comment #6 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:3c5fd3616f73fbcd241cc3a5e09275c2b0c49bd4 commit r12-6134-g3c5fd3616f73fbcd241cc3a5e09275c2b0c49bd4 Author: Jakub Jelinek Date:

[Bug debug/103838] [11/12 Regression] '-fcompare-debug' failure (length) w/ -O2 --param max-early-inliner-iterations=0 --param max-inline-insns-auto=2

2021-12-28 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103838 --- Comment #3 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:78ee8381bf0ebd09a92936bdb9e1b5c9fc85ad88 commit r12-6133-g78ee8381bf0ebd09a92936bdb9e1b5c9fc85ad88 Author: Jakub Jelinek Date:

[Bug debug/103742] [12 Regression] '-fcompare-debug' failure (length) with -O2 -fnon-call-exceptions --param=early-inlining-insns=82 since r12-5301-g045206450386bcd7

2021-12-28 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103742 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug debug/103742] [12 Regression] '-fcompare-debug' failure (length) with -O2 -fnon-call-exceptions --param=early-inlining-insns=82 since r12-5301-g045206450386bcd7

2021-12-28 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103742 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment

[Bug tree-optimization/103851] ICE in gimple_range_global at gcc/value-query.cc:424 since r12-3433-ga25e0b5e6ac8a77a

2021-12-28 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103851 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Target Milestone|---

[Bug tree-optimization/103851] New: ICE in gimple_range_global at gcc/value-query.cc:424 since r12-3433-ga25e0b5e6ac8a77a

2021-12-28 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103851 Bug ID: 103851 Summary: ICE in gimple_range_global at gcc/value-query.cc:424 since r12-3433-ga25e0b5e6ac8a77a Product: gcc Version: 12.0 Status: UNCONFIRMED

[Bug c++/101715] [11/12 Regression] ICE with noexcept and canonical types differ for identical types

2021-12-28 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101715 --- Comment #15 from Sergei Trofimovich --- clang's compiler-rt fails to build for quite a while due to this ICE. Trying to poke at the failure. I shrunk the example slightly further: template struct S { S & bar() noexcept(A::value);

[Bug debug/94474] Incorrect DWARF range information for inlined function

2021-12-28 Thread bernd.edlinger at hotmail dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94474 --- Comment #14 from Bernd Edlinger --- (In reply to Andrew Burgess from comment #0) > + This bug report has a bit of history. Originally there was a GCC > patch here: >https://gcc.gnu.org/ml/gcc-patches/2019-10/msg01459.html >

[Bug driver/93645] Support Clang 12 --ld-path=

2021-12-28 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93645 Martin Liška changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #14

[Bug c++/88602] Consider adding ext_vector_type for better clang compatibility

2021-12-28 Thread hubicka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88602 --- Comment #3 from Jan Hubicka --- In addition to Skia, Firefox gfx library now contains more clang specific vector code: gfx/wr/swgl/src/vector_type.h control vector implementation of some shader rountines (seen in the rasterflood-gradient

[Bug middle-end/103642] [12 Regression] ICE in lower_omp_target: omp-low.c:12977 (fold_convert_loc) for omp target map(from: t.s->a[:N]) since r12-5835-g0ab29cf0bb68960c

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

[Bug tree-optimization/100366] [11/12 Regression] spurious warning - std::vector::clear followed by std::vector::insert(vec.end(), ...) with -O2

2021-12-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100366 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |11.3

[Bug c++/100731] [12 Regression] GCC 11 fails to build using GCC 4.8 because of missing includes

2021-12-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100731 Andrew Pinski changed: What|Removed |Added Target Milestone|11.3|11.2 Status|UNCONFIRMED

[Bug target/100660] [12 Regression] ICE in visit_assignment, at tree-ssa-ccp.c:2451 since r12-110-gc54a9f7259fce1a2

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

[Bug c++/103012] [11/12 Regression] ICE with #pragma GCC optimize followed by long line (4047 long)

2021-12-28 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103012 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug tree-optimization/103821] [12 Regression] huge compile time (jump threading) at -O3 for simple code since r12-4790-g4b3a325f07acebf47e82de227ce1d5ba62f5bcae

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

[Bug c++/85428] constexpr pointer equality comparison not considered constant expression

2021-12-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85428 --- Comment #5 from Andrew Pinski --- For the first testcase, here is a reduced testcase: template char hh= 0; static_assert(<0> != <1>, "should not be equal"); - CUT Note the above is even valid C++14. And here is the reduced valid

[Bug c++/85428] constexpr pointer equality comparison not considered constant expression

2021-12-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85428 --- Comment #4 from Andrew Pinski --- (In reply to Barry Revzin from comment #1) > Also rejected as non-constant comparison. That is a different issue and was fixed for GCC 10.3.0 and GCC 11+.

[Bug c++/55004] [meta-bug] constexpr issues

2021-12-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55004 Bug 55004 depends on bug 91693, which changed state. Bug 91693 Summary: Comparing addresses of templated inline vars gets bogus "not a constant expression" error https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91693 What|Removed

[Bug c++/85428] constexpr pointer equality comparison not considered constant expression

2021-12-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85428 Andrew Pinski changed: What|Removed |Added CC||jorg.brown at gmail dot com --- Comment

[Bug c++/91693] Comparing addresses of templated inline vars gets bogus "not a constant expression" error

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

[Bug middle-end/103836] '-fcompare-debug' failure (length) w/ -fopenacc --param openacc-kernels=decompose

2021-12-28 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103836 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment

[Bug rtl-optimization/84345] [9/10/11/12 Regression] ICE: qsort checking failed (error: qsort comparator non-negative on sorted output: 1)

2021-12-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84345 --- Comment #14 from Andrew Pinski --- *** Bug 103834 has been marked as a duplicate of this bug. ***

[Bug rtl-optimization/103834] ICE: qsort comparator non-negative on sorted output: 1 with custom flags

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

[Bug rtl-optimization/84345] [9/10/11/12 Regression] ICE: qsort checking failed (error: qsort comparator non-negative on sorted output: 1)

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

[Bug rtl-optimization/100978] [10/11/12 Regression] ICE: qsort checking failed: qsort comparator non-negative on sorted output: 1 with -O3 -frename-registers -fno-sched-critical-path-heuristic -fsched

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

[Bug target/103850] missed optimization in AVX code

2021-12-28 Thread martin--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103850 --- Comment #3 from Martin Reinecke --- Just for completeness, this is the CPU I'm running on: vendor_id : AuthenticAMD cpu family : 23 model : 96 model name : AMD Ryzen 7 4800H with Radeon Graphics stepping:

[Bug c++/55004] [meta-bug] constexpr issues

2021-12-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55004 Bug 55004 depends on bug 94716, which changed state. Bug 94716 Summary: comparison of address of template variables should be constexpr https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94716 What|Removed |Added

  1   2   >