public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug c++/103524] New: [meta-bug] modules issue
 2023-09-17 19:24 UTC  (2+ messages)
` [Bug c++/103524] "

[Bug c++/99569] New: segfault when running a module
 2023-09-17 19:24 UTC  (2+ messages)
` [Bug c++/99569] "

[Bug c++/111447] New: Program crashes when an include is present in global module fragment
 2023-09-17 19:24 UTC  (2+ messages)
` [Bug c++/111447] "

[Bug ada/81114] GNAT mishandles filenames with UTF8 chars on case-insensitive filesystems
 2023-09-17 18:37 UTC 

[Bug modula2/108143] New: LONGREAL and powerpc64le-linux
 2023-09-17 18:35 UTC  (2+ messages)
` [Bug modula2/108143] "

[Bug middle-end/111446] New: genmatch should warn/error out on recusive match patterns
 2023-09-17 18:27 UTC  (2+ messages)
` [Bug middle-end/111446] "

[Bug c/111043] New: ICE in adjust_loop_info_after_peeling, at tree-ssa-loop-ivcanon.cc:1068
 2023-09-17 17:11 UTC  (2+ messages)
` [Bug tree-optimization/111043] [14 regression] "

[Bug middle-end/19987] [meta-bug] fold missing optimizations in general
 2023-09-17 16:44 UTC  (2+ messages)

[Bug tree-optimization/94920] New: Failure to optimize abs pattern from arithmetic with selected operands based on comparisons with 0
 2023-09-17 16:44 UTC  (2+ messages)
` [Bug tree-optimization/94920] "

[Bug tree-optimization/111444] New: Wrong code at -O2/3/s on x86_64-gnu since r14-3226-gd073e2d75d9
 2023-09-17 16:19 UTC  (2+ messages)
` [Bug tree-optimization/111444] [14 Regression] "

[Bug tree-optimization/111445] New: Wrong code at -Os on x86_64-linux-gnu since r12-1077-g57bf3751511
 2023-09-17 16:12 UTC  (2+ messages)
` [Bug tree-optimization/111445] [12/13/14 Regression] "

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

[Bug c/111443] New: ICE : Segmentation fault signal terminated program since r14-4038-gb975c0dc3be
 2023-09-17 16:06 UTC  (2+ messages)
` [Bug c/111443] "

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

[Bug analyzer/111441] New: internal compiler error: in fold_binary_loc, at fold-const.cc:11580
 2023-09-17  9:19 UTC  (4+ messages)
` [Bug analyzer/111441] "

[Bug tree-optimization/111442] New: ICE on valid code at -O{s,2,3}: Segmentation fault signal terminated program cc1
 2023-09-17  9:09 UTC  (5+ messages)
` [Bug tree-optimization/111442] "
` [Bug tree-optimization/111442] [14 Regression] "

[Bug c++/111440] New: wrong-code for ternary with reference-compatible arguments
 2023-09-17  9:01 UTC  (5+ messages)
` [Bug c++/111440] "
` [Bug c++/111440] wrong-code for ternary with reference-compatible arguments due to C++ defect report 2352

[Bug tree-optimization/111217] New: variant of cond-bool-2.c fails
 2023-09-17  8:57 UTC  (3+ messages)
` [Bug tree-optimization/111217] "

[Bug target/105670] New: [x86] suboptimal code for branch over two bools
 2023-09-17  8:33 UTC  (2+ messages)
` [Bug target/105670] "

[Bug middle-end/79045] bool&bool expanded as 2 jumps
 2023-09-17  8:33 UTC 

[Bug c/111437] New: Some always inline functions are incorrectly warn of as "might not be inlinable"
 2023-09-17  8:03 UTC  (7+ messages)
` [Bug c/111437] "
` [Bug ipa/111437] "

[Bug tree-optimization/96487] New: cddce1 optimizer depends on order of basic blocks
 2023-09-17  6:42 UTC  (2+ messages)
` [Bug tree-optimization/96487] "

[Bug tree-optimization/111439] New: some boolean related transformation to `~(a&b)`
 2023-09-17  6:11 UTC  (2+ messages)
` [Bug tree-optimization/111439] "

[Bug middle-end/109986] New: missing fold (~a | b) ^ a => ~(a & b)
 2023-09-17  6:03 UTC  (2+ messages)
` [Bug middle-end/109986] "

[Bug tree-optimization/98304] New: Failure to optimize bitwise arithmetic pattern
 2023-09-17  5:58 UTC  (2+ messages)
` [Bug tree-optimization/98304] "

[Bug c/106379] New: DCE depends on order
 2023-09-17  5:46 UTC  (2+ messages)
` [Bug tree-optimization/106379] "

[Bug tree-optimization/106505] New: DCE depends on whether if or else is used
 2023-09-17  5:42 UTC  (2+ messages)
` [Bug tree-optimization/106505] "

[Bug tree-optimization/109546] New: [13 Regression] Missed Dead Code Elimination when using __builtin_unreachable
 2023-09-17  4:10 UTC  (2+ messages)
` [Bug tree-optimization/109546] [13/14 Regression] Missed Dead Code Elimination when using __builtin_unreachable since r13-3596-ge7310e24b1c0ca

[Bug analyzer/110529] New: -Wanalyzer-null-dereference false nagetive with `*arr[0] = 10086`
 2023-09-17  4:05 UTC  (2+ messages)
` [Bug analyzer/110529] Analyzer fails to handle computed goto

[Bug fortran/111438] New: Missing libSystem.B.dylib during execution - Mac OS 13.5.2 (22G91), XCODE: Version 14.3.1 (14E300c)
 2023-09-17  4:00 UTC  (5+ messages)
` [Bug target/111438] "

[Bug middle-end/108847] New: unnecessary bitwise AND on boolean types
 2023-09-17  1:49 UTC  (2+ messages)
` [Bug middle-end/108847] [11/12/13/14 Regression] unnecessary bitwise AND on boolean types and shifting of the "sign" bit

[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-17  1:27 UTC  (4+ messages)
` [Bug tree-optimization/109960] [11/12/13/14 "

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

[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 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  (2+ 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/30802] out of bounds error array I/O not picked up with -fbounds-check
 2023-09-15 19:06 UTC  (5+ messages)

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

[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  (3+ 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  (7+ messages)
` [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  (2+ messages)
` [Bug target/111231] armhf: Miscompilation with -O2/-fno-exceptions level (-O2 is working)

[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  (2+ 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  (3+ 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  (2+ 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] "

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