public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug c/108370] New: gcc doesn't merge bitwise-AND if an explicit comparison against 0 is given
 2023-09-17  0:35 UTC  (5+ messages)
` [Bug middle-end/108370] "

[Bug c++/111243] New: The -Og option inlines functions, making for a poor debugging experience
 2023-09-16 23:24 UTC  (2+ messages)
` [Bug middle-end/111243] "

[Bug tree-optimization/109960] New: [10/11/12/13/14 Regression] missing combining of `(a&1) != 0 || (a&2)!=0` into `(a&3)!=0`
 2023-09-16 23:04 UTC  (3+ messages)
` [Bug tree-optimization/109960] [11/12/13/14 "

[Bug tree-optimization/111435] New: [14 Regression] gimple_zero_one_valued_p() infinite recursion
 2023-09-16 22:28 UTC  (8+ messages)
` [Bug tree-optimization/111435] "

[Bug c++/111436] New: Wrong code when bit-casting struct through pointer
 2023-09-16 22:17 UTC  (2+ messages)
` [Bug c++/111436] "

[Bug c/111437] New: Some always inline functions are incorrectly warn of as "might not be inlinable"
 2023-09-16 22:14 UTC  (2+ messages)
` [Bug c/111437] "

[Bug tree-optimization/52345] New: Missed optimization dealing with bools
 2023-09-16 20:05 UTC  (3+ messages)
` [Bug tree-optimization/52345] "

[Bug tree-optimization/110992] New: [14 Regression] Dead Code Elimination Regression at -O3 since r14-1654-g7ceed7e3e29
 2023-09-16 16:33 UTC  (10+ messages)
` [Bug tree-optimization/110992] "
` [Bug tree-optimization/110992] [13/14 Regression] missed VRP optimization due to transformation of `a & -zero_one_valued_p` into `a * zero_one_valued_p`

[Bug tree-optimization/111431] New: a & (a == 0) is not optimized to 0
 2023-09-16 16:00 UTC  (7+ messages)
` [Bug tree-optimization/111431] "

[Bug driver/86030] specs file processing does not create response files for input directories
 2023-09-16 15:45 UTC  (3+ messages)

[Bug ada/111434] New: Infinite loop with limited withs?
 2023-09-16 14:20 UTC 

[Bug ada/111433] New: Erroneous message "error: null exclusion for "O" does not match"
 2023-09-16 11:02 UTC 

[Bug middle-end/111391] New: RISC-V Vector: ICE in lra_split_hard_reg_for during reload pass
 2023-09-16  9:55 UTC  (2+ messages)
` [Bug middle-end/111391] "

[Bug target/111425] New: ia64: ICE in net/ipv4/fib_semantics.c:1621:1: internal compiler error: Segmentation fault
 2023-09-16  8:47 UTC  (5+ messages)
` [Bug target/111425] "

[Bug tree-optimization/110941] New: [14 Regression] Dead Code Elimination Regression at -O3 since r14-2379-gc496d15954c
 2023-09-16  7:46 UTC  (2+ messages)
` [Bug tree-optimization/110941] "

[Bug tree-optimization/95408] New: Failure to optimize bitwise and with negated conditional using the same operand to conditional with decremented operand
 2023-09-16  6:25 UTC  (2+ messages)
` [Bug tree-optimization/95408] "

[Bug tree-optimization/110502] New: [14 Regression] Dead Code Elimination Regression at -Os since r14-1656-g55fcaa9a8bd
 2023-09-16  6:21 UTC  (2+ messages)
` [Bug tree-optimization/110502] "

[Bug tree-optimization/111432] New: `bool & (a|1)` is not optimized to just `bool`
 2023-09-16  4:11 UTC 

[Bug tree-optimization/57755] New: Improve fold_binary_op_with_conditional_arg
 2023-09-16  2:23 UTC  (3+ messages)
` [Bug tree-optimization/57755] "

[Bug c++/90670] const& template parameter in a header trips -Wsubobject-linkage
 2023-09-16  2:07 UTC  (3+ messages)

[Bug ipa/111430] New: IPA read only variable analysis should handle the case where the storing was the same as the initialization
 2023-09-16  1:23 UTC  (3+ messages)
` [Bug ipa/111430] "

[Bug middle-end/111429] New: NO_COLOR env should disable color
 2023-09-16  0:49 UTC 

[Bug analyzer/111312] New: Should the analyzer run earlier?
 2023-09-15 21:44 UTC  (2+ messages)
` [Bug analyzer/111312] "

[Bug target/111259] New: [14 Regression] ICE: RTL check: expected code 'reg', have 'subreg' in rhs_regno, at rtl.h:1934 during riscv64 build
 2023-09-15 20:44 UTC  (2+ messages)
` [Bug target/111259] "

[Bug target/111428] New: RISC-V vector: Flaky segfault in {min|max}val_char_{1|2}.f90
 2023-09-15 20:26 UTC 

[Bug other/111427] New: [14 regression] gfortran.dg/vect/pr60510.f fails after r14-3999-g3c834d85f2ec42
 2023-09-15 20:17 UTC 

[Bug tree-optimization/110131] New: [13/14 Regression] Missed Dead Code Elimination when using __builtin_unreachable since r12-6924-gc2b610e7c6c
 2023-09-15 19:51 UTC  (2+ messages)
` [Bug tree-optimization/110131] [12/13/14 "

[Bug other/111406] New: libiberty build produces errors with CC=clang, unsupported option '-print-multi-os-directory'
 2023-09-15 19:38 UTC  (3+ messages)
` [Bug other/111406] "

[Bug fortran/93485] ICE in gfc_trans_array_ctor_element, at fortran/trans-array.c:1682
 2023-09-15 19:37 UTC 

[Bug fortran/37802] Improve wording for matmul bound checking
 2023-09-15 19:06 UTC 

[Bug fortran/30802] out of bounds error array I/O not picked up with -fbounds-check
 2023-09-15 19:06 UTC  (5+ messages)

[Bug fortran/27766] [meta-bug] -fbounds-check related bugs
 2023-09-15 19:06 UTC 

[Bug fortran/97039] New: -fbounds-check misses violation with slice of array but not an element
 2023-09-15 18:21 UTC  (2+ messages)
` [Bug fortran/97039] "

[Bug c++/51577] New: dependent name lookup finds operator in global namespace
 2023-09-15 18:04 UTC  (2+ messages)
` [Bug c++/51577] "

[Bug c++/87452] decltype ignores namespace in trailing return type
 2023-09-15 18:04 UTC 

[Bug target/110792] New: GCC 13 x86_32 miscompilation of Whirlpool hash function
 2023-09-15 17:54 UTC  (2+ messages)
` [Bug target/110792] [13/14 Regression] "

[Bug c++/98820] New: Placeholder (auto) non-type template parameter wrongly deduced to 'const' for class type arguments
 2023-09-15 17:41 UTC  (3+ messages)
` [Bug c++/98820] "

[Bug c++/99631] New: decltype of non-type template-parameter shouldn't be const
 2023-09-15 17:41 UTC  (4+ messages)
` [Bug c++/99631] "

[Bug fortran/110996] New: RISC-V vector Fortran: SEGV ICE during parsing
 2023-09-15 17:27 UTC  (2+ messages)
` [Bug fortran/110996] "

[Bug fortran/108957] New: Fortran FE memleak with interfaces
 2023-09-15 17:25 UTC  (4+ messages)
` [Bug fortran/108957] "

[Bug fortran/106050] New: ICE in reject_statement, at fortran/parse.cc:2879
 2023-09-15 17:24 UTC  (2+ messages)
` [Bug fortran/106050] ICE in reject_statement, at fortran/parse.cc:2879 since r8-3056-g5bab4c9631c478b7

[Bug c/111421] New: constexpr not working with array subscript
 2023-09-15 17:21 UTC  (5+ messages)
` [Bug c/111421] "

[Bug c/111420] New: relocation truncated to fit: R_RISCV_JAL against `.L12287'
 2023-09-15 16:35 UTC  (7+ messages)
` [Bug c/111420] "
` [Bug target/111420] "

[Bug tree-optimization/111414] New: ICE in verify_gimple failed since r14-3719-gb34f3736356
 2023-09-15 14:28 UTC  (7+ messages)
` [Bug tree-optimization/111414] [14 Regression] "

[Bug c++/70413] Class template names in anonymous namespaces are not globally unique
 2023-09-15 14:18 UTC  (2+ messages)

[Bug c++/111423] New: bogus Wsubobject-linkage when using CRTP with an invisible base, template template parameters, and concepts
 2023-09-15 14:17 UTC  (2+ messages)
` [Bug c++/111423] "

[Bug other/9346] make uninstall does not remove all files
 2023-09-15 14:01 UTC 

[Bug tree-optimization/111407] New: ICE: SSA corruption due to widening_mul opt on conflict across an abnormal edge
 2023-09-15 13:56 UTC  (3+ messages)
` [Bug tree-optimization/111407] "

[Bug c++/111426] New: [11/12/13/14 Regression] "error: use of deleted function" printed twice
 2023-09-15 13:39 UTC  (2+ messages)
` [Bug c++/111426] "

[Bug tree-optimization/111422] New: Wrong code at -O3 on x86_64-linux-gnu
 2023-09-15 12:35 UTC  (4+ messages)
` [Bug tree-optimization/111422] "

[Bug target/111424] New: LoongArch: Enable vect test suite
 2023-09-15 11:14 UTC 

[Bug middle-end/106811] New: GENERIC and GIMPLE IL undefined behavior needs documenting
 2023-09-15 10:22 UTC  (2+ messages)
` [Bug middle-end/106811] "

[Bug target/111411] New: [14 regression] ICE when building opus-1.4 (celt_decoder.c:1182:1: internal compiler error: in extract_insn, at recog.cc:2791)
 2023-09-15  9:28 UTC  (14+ messages)
` [Bug target/111411] "
` [Bug target/111411] [14 regression] ICE when building opus-1.4, unrecognizable insn with -fstack-protector-strong

[Bug libstdc++/111172] New: Dead code in std::get for variant?
 2023-09-15  9:24 UTC  (2+ messages)
` [Bug libstdc++/111172] "

[Bug target/111231] New: armhf: Miscompilation at O2 level
 2023-09-15  8:06 UTC  (3+ messages)
` [Bug target/111231] [13/14 Regression] armhf: Miscompilation at O2 level (O1 is working)
` [Bug target/111231] armhf: Miscompilation with -O2/-fno-exceptions level (-O2 "

[Bug target/111367] New: Error: operand out of range (0x1391c is not between 0xffffffffffff8000 and 0x7fff)
 2023-09-15  7:44 UTC  (2+ messages)
` [Bug target/111367] "

[Bug tree-optimization/111393] New: ICE: Segmentation fault src/gcc/toplev.cc:314
 2023-09-15  7:33 UTC  (4+ messages)
` [Bug tree-optimization/111393] "

[Bug c/111401] New: Middle-end: Missed optimization of MASK_LEN_FOLD_LEFT_PLUS
 2023-09-15  6:42 UTC  (5+ messages)
` [Bug middle-end/111401] "

[Bug target/111366] New: error: inlining failed in call to 'always_inline' 'hwy::PreventElision<int&>(int&)void': target specific option mismatch
 2023-09-15  6:41 UTC  (5+ messages)
` [Bug target/111366] "

[Bug target/110665] New: RISC-V do not preserve vector registers in interrupt handler
 2023-09-15  2:33 UTC  (2+ messages)
` [Bug target/110665] "

[Bug target/111381] New: RISC-V: missed autovec MULH for signed * unsigned
 2023-09-15  1:44 UTC  (2+ messages)
` [Bug target/111381] "

[Bug target/111418] New: ICE with the CVE-2023-4039 patches applied
 2023-09-15  1:14 UTC  (5+ messages)
` [Bug target/111418] "

[Bug sanitizer/80998] Implement -fsanitize=pointer-overflow
 2023-09-15  0:30 UTC 

[Bug c++/111419] New: Eager instantiation of function return type in concept causes compilation error
 2023-09-14 20:13 UTC  (2+ messages)
` [Bug c++/111419] "

[Bug target/111404] New: [AArch64] 128-bit __sync_val_compare_and_swap is not atomic
 2023-09-14 17:13 UTC  (2+ messages)
` [Bug target/111404] "

[Bug translation/111416] New: [Armv7/v8 Mixing Bug]: 64-bit Sequentially Consistent Load can be Reordered before Store of RMW when v7 and v7 Implementations are Mixed
 2023-09-14 16:58 UTC  (2+ messages)
` [Bug target/111416] [Armv7/v8 Mixing Bug]: 64-bit Sequentially Consistent Load can be Reordered before Store of RMW when v7 and v8 "

[Bug target/105928] New: [AArch64] 64-bit constants with same high/low halves can use ADD lsl 32 (-Os at least)
 2023-09-14 15:26 UTC  (2+ messages)
` [Bug target/105928] "

[Bug target/111362] New: [14 Regression] '-fcompare-debug' failure (length) with -O -fno-tree-ch --param=max-completely-peel-times=0 -march=rv64iv
 2023-09-14 15:10 UTC  (2+ messages)
` [Bug target/111362] "

[Bug c++/111415] New: False positive array-bounds warning with -O3
 2023-09-14 15:00 UTC  (2+ messages)
` [Bug tree-optimization/111415] "

[Bug c/111417] New: Incorrect optimization when linker-generated symbols are used
 2023-09-14 14:56 UTC  (2+ messages)
` [Bug c/111417] "

[Bug tree-optimization/106164] New: (a > b) & (a >= b) does not get optimized until reassoc1
 2023-09-14 14:36 UTC  (6+ messages)
` [Bug tree-optimization/106164] "

[Bug c++/111272] New: Truncated error messages with -std=c++23 and -std=c++26
 2023-09-14 14:16 UTC  (2+ messages)
` [Bug c++/111272] [13/14 Regression] "

[Bug libstdc++/111357] New: __integer_pack fails to work with values of dependent type convertible to integers
 2023-09-14 13:42 UTC  (5+ messages)
` [Bug c++/111357] [11/12/13/14 Regression] __integer_pack fails to work with values of dependent type convertible to integers in noexcept context

[Bug c/111405] New: Problem with incorrect optimizion for "constexpr" function with possible overflow
 2023-09-14 12:54 UTC  (2+ messages)
` [Bug c/111405] "

[Bug tree-optimization/111294] New: [14 Regression] Missed Dead Code Elimination since r14-573-g69f1a8af45d
 2023-09-14 11:17 UTC  (5+ messages)
` [Bug tree-optimization/111294] "

[Bug ada/111283] New: gnat bootstrap broken on trunk 20230902 on 32bit targets
 2023-09-14 10:24 UTC  (3+ messages)
` [Bug ipa/111283] [14 Regression] gnat profilebootstrap "

[Bug libgomp/111413] New: libgomp >= 13 segfault on loading if environ is NULL
 2023-09-14 10:09 UTC 

[Bug target/110751] New: RISC-V: Suport undefined value that allows VSETVL PASS use TA/MA
 2023-09-14  9:15 UTC  (3+ messages)
` [Bug target/110751] "

[Bug target/111412] New: [release/gcc13 bug]RISC-V:ICE in phase 6 of vsetvl pass
 2023-09-14  9:05 UTC 

[Bug middle-end/111395] New: RISC-V Vector Fortran: ICE in get_avl_or_vl_reg (vsetvl pass)
 2023-09-14  7:57 UTC  (2+ messages)
` [Bug middle-end/111395] "

[Bug debug/111409] New: Invalid .debug_macro.dwo macro information for split DWARF
 2023-09-14  6:51 UTC  (2+ messages)
` [Bug debug/111409] "

[Bug libgcc/111372] New: libgcc: RISCV C++ exception handling stack usage grew in 13.1
 2023-09-14  6:26 UTC  (2+ messages)
` [Bug target/111372] "

[Bug c/111334] New: ICE is reported during the combine pass optimization
 2023-09-14  1:17 UTC  (3+ messages)
` [Bug target/111334] [14 regression] "

[Bug middle-end/111402] New: Loop distribution fail to optimize memmove for multiple consecutive moves within a loop
 2023-09-14  1:16 UTC  (2+ messages)
` [Bug tree-optimization/111402] "

[Bug c++/111410] New: Bogus Wdangling-reference warning with ranges pipe expression in for loop
 2023-09-14  1:09 UTC 

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).