public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug target/104582] New: Unoptimal code for __negdi2 (and others) from libgcc2
 2022-04-07  8:15 UTC  (2+ messages)
` [Bug tree-optimization/104582] [11 Regression] Unoptimal code for __negdi2 (and others) from libgcc2 due to unwanted vectorization

[Bug testsuite/105095] New: gcc.dg/vect/complex/fast-math-complex-* tests are not executed
 2022-04-07  8:14 UTC  (5+ messages)
` [Bug testsuite/105095] "

[Bug c/104825] New: [12 Regression] ICE in ao_ref_init_from_ptr_and_range, at tree-ssa-alias.cc:840
 2022-04-07  8:13 UTC  (2+ messages)
` [Bug tree-optimization/104825] "

[Bug c/105185] New: [12 Regression] ICE in visit_reference_op_call, at tree-ssa-sccvn.cc:5144
 2022-04-07  8:13 UTC  (6+ messages)
` [Bug tree-optimization/105185] "
` [Bug ipa/105185] "
` [Bug ipa/105185] [12 Regression] ICE in visit_reference_op_call, at tree-ssa-sccvn.cc:5144 since r12-7531-gdc46350d44c2949e

[Bug c++/105188] New: ICE in rtl_verify_bb_pointers, at cfgrtl.cc:2829
 2022-04-07  8:07 UTC  (2+ messages)
` [Bug middle-end/105188] "

[Bug rtl-optimization/104049] New: [12 Regression] vec_select to subreg lowering causes superfluous moves
 2022-04-07  7:32 UTC  (3+ messages)
` [Bug target/104049] "

[Bug c/105150] New: [9/10/11/12 Regression] ICE with -Ofast: verify_gimple failed
 2022-04-07  7:21 UTC  (6+ messages)
` [Bug c/105150] "
` [Bug c/105150] [9/10/11 "

[Bug tree-optimization/102586] New: [12 Regression] ICE in clear_padding_type, at gimple-fold.c:4798 since r12-3433-ga25e0b5e6ac8a77a
 2022-04-07  7:19 UTC  (3+ messages)
` [Bug tree-optimization/102586] "

[Bug other/105183] New: New test case gcc.dg/ipa/remref-7.c fails with -m32
 2022-04-07  7:09 UTC  (2+ messages)
` [Bug testsuite/105183] "

[Bug fortran/105182] New: compiling NJOY21 causes a ICE segmentation fault: 11
 2022-04-07  7:08 UTC  (11+ messages)
` [Bug fortran/105182] "
` [Bug fortran/105182] [11/12 Regression] "

[Bug c/105181] New: [optimization] gcc generate worse code than clang base on neon
 2022-04-07  7:05 UTC  (3+ messages)
` [Bug target/105181] Store and load with updating the pointer is not used as often as it should be on aarch64

[Bug rtl-optimization/105192] New: ICE: in gen_reg_rtx, at emit-rtl.cc:1167 (during RTL pass: ce3) with -O -fno-if-conversion -fharden-compares
 2022-04-07  7:02 UTC 

[Bug c/105165] New: [11/12 Regression] ICE in gimple_redirect_edge_and_branch, at tree-cfg.cc:6136
 2022-04-07  7:01 UTC  (10+ messages)
` [Bug tree-optimization/105165] "
` [Bug tree-optimization/105165] Complex lowering does not handle asm goto with complex output; "

[Bug target/101714] New: [POWER] vec_min / vec_max handles NaN incorrectly when evaluated at compile time
 2022-04-07  5:55 UTC  (2+ messages)
` [Bug target/101714] "

[Bug c++/104503] New: [12 regression][modules] bits/shared_ptr_base.h: error: must ‘#include <typeinfo>’ before using ‘typeid’
 2022-04-07  5:39 UTC  (3+ messages)
` [Bug c++/104503] "

[Bug testsuite/105147] New: New test case gcc.dg/pr105140.c introduced in r12-7979-geaaf77dd85c333 has excess errors
 2022-04-07  5:35 UTC  (4+ messages)
` [Bug target/105147] "

[Bug debug/105041] New: '-fcompare-debug' failure w/ -mcpu=power6 -O2 -fharden-compares -frename-registers
 2022-04-07  5:30 UTC  (2+ messages)
` [Bug debug/105041] "

[Bug c++/101051] New: [ICE] in splice_late_return_type, at cp/pt.c:29738
 2022-04-07  3:27 UTC  (3+ messages)
` [Bug c++/101051] [10/11/12 Regression] ICE in splice_late_return_type with trailing return type on a conversion operator, caused by r10-6571

[Bug c++/101717] New: ICE capturing static member by ref within stateless lambda
 2022-04-07  3:26 UTC  (3+ messages)
` [Bug c++/101717] [9/10/11/12 Regression] ICE capturing static member within stateless generic lambda

[Bug c++/105191] New: '<expression>' "is not a constant expression" regression in GCC 12
 2022-04-07  3:07 UTC 

[Bug c++/104594] New: narrowing conversion of -1 to unsigned char at compile time not detected
 2022-04-07  1:53 UTC  (6+ messages)
` [Bug c++/104594] narrowing of -1 to unsigned char not detected with requires concepts

[Bug c++/103524] New: [meta-bug] modules issue
 2022-04-07  1:39 UTC  (2+ messages)
` [Bug c++/103524] "

[Bug c++/100370] New: [11.1.0 regression] Incorrect warning for placement new
 2022-04-07  1:29 UTC  (3+ messages)
` [Bug c++/100370] [11/12 Regression] Incorrect -Wplacement-new with union

[Bug c++/105187] New: [12 Regression] ICE in store_init_value, at cp/typeck2.cc:925
 2022-04-07  1:28 UTC  (6+ messages)
` [Bug c++/105187] "

[Bug driver/105171] New: `local_tick` can overflow and become -1
 2022-04-06 23:13 UTC  (15+ messages)
` [Bug plugins/105171] gcc/toplev.c: "

[Bug analyzer/102308] New: False positive -Wanalyzer-malloc-leak when writing to array in struct
 2022-04-06 22:30 UTC  (2+ messages)
` [Bug analyzer/102308] "

[Bug analyzer/105190] New: False positive from -Wanalyzer-malloc-leak with symbolic writes to structs
 2022-04-06 22:20 UTC 

[Bug c++/103871] New: [11.2.1/12 Regression] co_await causes build error
 2022-04-06 22:03 UTC  (3+ messages)
` [Bug c++/103871] [11/12 "

[Bug target/105162] New: [AArch64] outline-atomics drops dmb ish barrier on __sync builtins
 2022-04-06 21:55 UTC  (3+ messages)
` [Bug target/105162] "

[Bug tree-optimization/105189] New: [9/10/11/12 Regression] Wrong code with -O1
 2022-04-06 21:35 UTC  (3+ messages)
` [Bug tree-optimization/105189] "

[Bug bootstrap/105010] New: GCC 12 after 20220227 fails on powerpc64-freebsd with Error: invalid mfcr mask
 2022-04-06 21:28 UTC  (2+ messages)
` [Bug target/105010] [12 regression] GCC 12 after 20220227 fails to build "

[Bug other/65884] New: libgccjit fails to link on ia64-linux-gnu
 2022-04-06 21:16 UTC  (3+ messages)
` [Bug jit/65884] "

[Bug target/104253] New: libgcc missing __floatdiif
 2022-04-06 20:51 UTC  (2+ messages)
` [Bug target/104253] "

[Bug fortran/105184] New: ICE in gfc_array_init_size, at fortran/trans-array.cc:5841
 2022-04-06 20:40 UTC  (5+ messages)
` [Bug fortran/105184] "

[Bug jit/102824] New: building pdf/dvi documentation for libgccjit fails on darwin
 2022-04-06 20:33 UTC  (3+ messages)
` [Bug jit/102824] building pdf/dvi documentation for libgccjit fails

[Bug c++/67898] New: rejects-valid on overloaded function as non-type template argument of dependent type
 2022-04-06 19:53 UTC  (2+ messages)
` [Bug c++/67898] "

[Bug c++/105186] New: ICE in canonicalize_attr_name, at attribs.h:146
 2022-04-06 18:36 UTC  (2+ messages)
` [Bug c++/105186] "

[Bug libstdc++/56106] New: complex pow improvements
 2022-04-06 17:34 UTC  (2+ messages)
` [Bug libstdc++/56106] "

[Bug target/105157] New: [12 Regression] compile-time regressions with generic tuning
 2022-04-06 17:24 UTC  (9+ messages)
` [Bug target/105157] "
` [Bug target/105157] [12 Regression] compile-time regressions with generic tuning since r12-7756-g27d8748df59fe6

[Bug rtl-optimization/104985] New: [12 Regression] ICE: SIGSEGV in undo_to_marker / adjust_reg_mode with -Os -frounding-math
 2022-04-06 16:47 UTC  (3+ messages)
` [Bug rtl-optimization/104985] [12 Regression] ICE: SIGSEGV in undo_to_marker / adjust_reg_mode with -Os -frounding-math since r12-4767-g81342e95827f77

[Bug target/103938] New: ICE with __builtin_prefetch and vectors
 2022-04-06 16:36 UTC  (3+ messages)
` [Bug target/103938] [9/10/11/12 Regression] "

[Bug c++/105164] New: new warning in clang, missing in gcc: -Wbitwise-instead-of-logical
 2022-04-06 16:32 UTC  (6+ messages)
` [Bug c++/105164] "

[Bug c++/104668] New: [12 Regression] ICE in lookup_attribute_spec, at attribs.cc:425
 2022-04-06 15:55 UTC  (2+ messages)
` [Bug c++/104668] "

[Bug c++/105143] New: ICE when trying to emit a [[nodiscard]] warning
 2022-04-06 15:48 UTC  (4+ messages)
` [Bug c++/105143] c++20: ICE when trying to emit a [[nodiscard]] warning and non-type template arugument

[Bug c/105069] New: [12 regression] sh-elf internal compiler errors and test failures with -Os
 2022-04-06 15:45 UTC  (3+ messages)
` [Bug target/105069] "

[Bug driver/105096] New: --target-help not an alias for --help=target
 2022-04-06 15:41 UTC  (3+ messages)
` [Bug driver/105096] "

[Bug c++/104702] New: [12 Regression] False positive -Wunused-value warning with -fno-exceptions
 2022-04-06 15:35 UTC  (4+ messages)
` [Bug c++/104702] "

[Bug ada/79724] GNAT tools do not respect --program-suffix and --program-prefix
 2022-04-06 15:24 UTC 

[Bug c++/104578] New: [12 Regression] accepts invalid partial template specialization, non-type template argument depends on a template parameter
 2022-04-06 14:44 UTC  (2+ messages)
` [Bug c++/104578] [12 Regression][CWG1315] "

[Bug c/105180] New: K&R style definition does not evaluate array size
 2022-04-06 14:33 UTC 

[Bug c++/100608] New: [10/11/12 Regression] -Wshadow=compatible-local false positive: function local type declaration shadows variable of different type
 2022-04-06 14:31 UTC  (2+ messages)
` [Bug c++/100608] "

[Bug debug/105179] New: -fcprop-registers shrinks a DWARF location range making a variable optimized out at -Og
 2022-04-06 13:57 UTC 

[Bug c++/105178] New: g++ incorrectly reports invalid use of incomplete type
 2022-04-06 13:43 UTC  (3+ messages)
` [Bug libstdc++/105178] "
` [Bug libstdc++/105178] [11 Regression] "

[Bug tree-optimization/31178] VRP can infer a range for b in a >> b and a << b
 2022-04-06 13:16 UTC  (6+ messages)

[Bug c++/105174] New: [Concepts] Example from temp.func.order-p6 selects wrong overload
 2022-04-06 13:01 UTC  (2+ messages)
` [Bug c++/105174] "

[Bug gcov-profile/105063] New: [GCOV] Ability to map .gcda paths
 2022-04-06 12:14 UTC  (2+ messages)
` [Bug gcov-profile/105063] "

[Bug c++/105169] New: Compiling C++ code with -fpatchable-function-entry=16,14 results in references to discarded sections
 2022-04-06 11:46 UTC  (8+ messages)
` [Bug c++/105169] "

[Bug tree-optimization/105173] New: [10/11/12 Regression] ICE: during GIMPLE pass: reassoc: verify_ssa failed (definition in block 2 follows the use) at -Ofast with decimals
 2022-04-06 11:16 UTC  (6+ messages)
` [Bug tree-optimization/105173] "
` [Bug tree-optimization/105173] [10/11/12 Regression] ICE: during GIMPLE pass: reassoc: verify_ssa failed (definition in block 2 follows the use) at -Ofast with decimals since r7-950-g8a85cee26eabf5cf
` [Bug tree-optimization/105173] [10/11 "

[Bug tree-optimization/24021] VRP does not work with floating points
 2022-04-06 10:47 UTC  (5+ messages)

[Bug c/105177] New: GCC should warn if pragma redefine_extname fails due to missing declaration
 2022-04-06 10:47 UTC 

[Bug debug/105176] New: -fdce causes a non-dead variable to show as optimized out when debugging only at -Os/Oz
 2022-04-06 10:32 UTC 

[Bug c/105166] New: [12 Regression] ICE in ao_ref_init_from_ptr_and_range, at tree-ssa-alias.cc:863
 2022-04-06 10:25 UTC  (4+ messages)
` [Bug ipa/105166] [12 Regression] ICE in ao_ref_init_from_ptr_and_range, at tree-ssa-alias.cc:863 since r12-5244

[Bug target/99977] New: arm: ICE with __sync_bool_compare_and_swap and -mcpu=cortex-m23
 2022-04-06 10:19 UTC  (3+ messages)
` [Bug target/99977] "

[Bug rtl-optimization/105175] New: [12 Regression] Pointless warning about missed vector optimization
 2022-04-06  9:17 UTC  (5+ messages)
` [Bug tree-optimization/105175] "

[Bug fortran/105168] New: [9/10/11/12 Regression] ICE in gfc_maybe_dereference_var, at fortran/trans-expr.cc:2870
 2022-04-06  9:10 UTC  (3+ messages)
` [Bug fortran/105168] "
` [Bug fortran/105168] [9/10/11/12 Regression] ICE in gfc_maybe_dereference_var, at fortran/trans-expr.cc:2870 since r9-3522-gd0477233215e37de

[Bug fortran/105152] New: [9/10/11/12 Regression] ICE in gfc_conv_gfc_desc_to_cfi_desc, at fortran/trans-expr.cc:5647
 2022-04-06  9:00 UTC  (2+ messages)
` [Bug fortran/105152] [9/10/11/12 Regression] ICE in gfc_conv_gfc_desc_to_cfi_desc, at fortran/trans-expr.cc:5647 since r9-5372-gbbf18dc5d248a79a

[Bug c++/103329] New: [11/12 Regression] Code divergence in debug info with -fdump-tree-original since r11-291-g0f50f6daa140186a
 2022-04-06  8:47 UTC  (2+ messages)
` [Bug c++/103329] "

[Bug c/105163] New: ICE: SSA corruption
 2022-04-06  8:33 UTC  (3+ messages)
` [Bug tree-optimization/105163] [9/10/11/12 Regression] ICE: SSA corruption since r0-122928

[Bug tree-optimization/103761] New: [12 Regression] ICE in exact_div, at poly-int.h:2239
 2022-04-06  7:57 UTC  (3+ messages)
` [Bug tree-optimization/103761] [12 Regression] ICE in exact_div, at poly-int.h:2239 since r12-5612-g10833849b55401a52f2334eb032a70beb688e9fc

[Bug c++/100134] New: ICE when using a vector in a mdoule
 2022-04-06  7:52 UTC  (3+ messages)
` [Bug c++/100134] [modules] ICE when using a vector in a module

[Bug ipa/105160] New: [12 regression] ipa modref marks functions with asm volatile as const or pure
 2022-04-06  7:10 UTC  (3+ messages)
` [Bug ipa/105160] "

[Bug debug/105161] New: variable constant-folded in its uses appears as optimized out depending on where it is assigned
 2022-04-06  6:33 UTC  (2+ messages)
` [Bug debug/105161] "

[Bug c/105148] New: [11/12 Regression] ICE in verify_use, at tree-ssa.cc:881
 2022-04-06  6:21 UTC  (2+ messages)
` [Bug c/105148] "

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).