public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug c/112707] New: gcc 14 outputs invalid assembly on ppc: Error: unrecognized opcode: `fctid'
 2023-12-11  0:48 UTC  (4+ messages)
` [Bug target/112707] [14 regression] "

[Bug c++/95656] New: Inconsistent output in compiling an undefined function
 2023-12-10 23:49 UTC  (4+ messages)
` [Bug c++/95656] "

[Bug c/112947] New: Contradictory indications of extern __thread address NULL or not with UBSAN
 2023-12-10 23:47 UTC  (3+ messages)
` [Bug c/112947] "

[Bug tree-optimization/112949] New: evrp produces incorrect range for __builtin_clz
 2023-12-10 23:32 UTC  (8+ messages)
` [Bug tree-optimization/112949] "

[Bug target/110273] New: i686-w64-mingw32 with -march=znver4 generates AVX instructions without stack alignment
 2023-12-10 23:28 UTC  (5+ messages)
` [Bug target/110273] [12/13/14 Regression] i686-w64-mingw32 with -mavx512f "

[Bug target/112948] New: gcc/config/aarch64/aarch64-early-ra.cc:1953: possible cut'n'paste error ?
 2023-12-10 22:40 UTC 

[Bug fortran/112873] New: F2023 degree trig functions
 2023-12-10 21:45 UTC  (4+ messages)
` [Bug fortran/112873] "

[Bug fortran/105543] New: Function returning a class array with contiguous attribute rejected
 2023-12-10 21:40 UTC  (3+ messages)
` [Bug fortran/105543] "

[Bug fortran/111503] New: Issues with POINTER, OPTIONAL, CONTIGUOUS dummy arguments
 2023-12-10 21:38 UTC  (3+ messages)
` [Bug fortran/111503] "

[Bug libstdc++/104928] New: std::counting_semaphore on Linux can sleep forever
 2023-12-10 20:51 UTC  (6+ messages)
` [Bug libstdc++/104928] "

[Bug tree-optimization/112880] New: ICE: in smallest_mode_for_size, at stor-layout.cc:356 with __builtin_mul_overflow() of _BitInt(1024)
 2023-12-10 20:32 UTC  (2+ messages)
` [Bug tree-optimization/112880] "

[Bug middle-end/112881] New: ICE: in count_type_elements, at expr.cc:7034 when initializing struct with a _BitInt(64) member
 2023-12-10 20:32 UTC  (2+ messages)
` [Bug middle-end/112881] "

[Bug fortran/100651] New: Weird memory corruption with multiple triggers
 2023-12-10 20:17 UTC  (3+ messages)
` [Bug fortran/100651] [11/12/13/14 Regression] Bad handling of optional, allocatable character argument

[Bug c++/105220] New: Incorrect concept evaluation when friend class is involved
 2023-12-10 20:17 UTC  (2+ messages)
` [Bug c++/105220] [CWG2589] concept evaluation and friendship

[Bug fortran/93762] Truncation of deferred-length string when passing as optional
 2023-12-10 20:16 UTC  (2+ messages)

[Bug modula2/112946] New: Assignment of string to enumeration or set crashes
 2023-12-10 20:09 UTC 

[Bug middle-end/111972] New: [14 regression] missed vectorzation for bool a = j != 1; j = (long int)a;
 2023-12-10 20:04 UTC  (2+ messages)
` [Bug tree-optimization/111972] "

[Bug target/112933] New: gcc.target/aarch64/sme2/acle-asm/read_za16_vg1x2.c fails on aarch64_be
 2023-12-10 19:56 UTC  (4+ messages)
` [Bug target/112933] "

[Bug target/112931] New: gcc.target/aarch64/sme2/acle-asm/write_za16_vg1x2.c ICEs on aarch64_be
 2023-12-10 19:56 UTC  (5+ messages)
` [Bug target/112931] "

[Bug target/112930] New: gcc.target/aarch64/sme/call_sm_switch_7.c ICEs on aarch64_be
 2023-12-10 19:56 UTC  (5+ messages)
` [Bug target/112930] "

[Bug tree-optimization/112468] New: [14 Regression] Missed phi-opt after recent change
 2023-12-10 19:34 UTC  (2+ messages)
` [Bug tree-optimization/112468] "

[Bug tree-optimization/112945] New: FAIL: gcc.dg/tree-ssa/phi-opt-24.c scan-tree-dump-not phiopt2 "if"
 2023-12-10 19:34 UTC  (2+ messages)
` [Bug tree-optimization/112945] "

[Bug target/112919] New: LoongArch: Alignments in tune parameters are not precise and they regress performance
 2023-12-10 18:25 UTC  (4+ messages)
` [Bug target/112919] "

[Bug ipa/92606] [11/12/13 Regression][avr] invalid merge of symbols in progmem and data sections
 2023-12-10 12:58 UTC  (2+ messages)

[Bug target/112929] New: [14] RISC-V vector: Variable clobbered at runtime
 2023-12-10 12:41 UTC  (12+ messages)
` [Bug target/112929] "

[Bug libstdc++/112942] New: swap(variant&, variant&) is incorrectly marked as deleted
 2023-12-10 12:37 UTC  (7+ messages)
` [Bug libstdc++/112942] "
` [Bug libstdc++/112942] [LWG2766] "

[Bug c/112758] New: Inconsistent Bitwise AND Operation Result between int and long long int on Different Optimization Levels in GCC Trunk
 2023-12-10 12:16 UTC  (9+ messages)
` [Bug rtl-optimization/112758] [13/14 Regression] Inconsistent Bitwise AND Operation Result between int and long long int

[Bug target/112944] New: AVR: Support .rodata in Flash for Devices with FLMAP
 2023-12-10 12:15 UTC  (2+ messages)
` [Bug target/112944] "

[Bug target/80878] -mcx16 (enable 128 bit CAS) on x86_64 seems not to work on 7.1.0
 2023-12-10 10:32 UTC  (2+ messages)

[Bug target/112943] New: ICE: in gen_reg_rtx, at emit-rtl.cc:1176 with -O2 -march=westmere -mapxf
 2023-12-10  9:53 UTC 

[Bug tree-optimization/112935] New: [14 Regression] Performance regression in Coremarks crcu8 function
 2023-12-10  9:22 UTC  (22+ messages)
` [Bug tree-optimization/112935] "
` [Bug target/112935] "
` [Bug middle-end/112935] "

[Bug c++/106260] New: [10/11/12/13 Regression] ICE in initialize_node_lattices, at ipa-cp.cc:1289
 2023-12-10  9:07 UTC  (2+ messages)
` [Bug ipa/106260] [11/12/13/14 Regression] ICE in initialize_node_lattices, at ipa-cp.cc:1289 since r8-1887-g0eaf0bfe94ff5a7c

[Bug target/111867] New: aarch64: Wrong code for bf16 literal load when the arch support +fp16
 2023-12-10  8:56 UTC  (4+ messages)
` [Bug target/111867] "

[Bug target/112936] New: LoongArch: Wrong instruction costs
 2023-12-10  5:27 UTC  (4+ messages)
` [Bug target/112936] "

[Bug target/111876] New: aarch64: Wrong code for bf16 complex mul/div when the target has +fp16 support
 2023-12-10  2:32 UTC  (2+ messages)
` [Bug middle-end/111876] bf16 complex mul/div does not work when the target has +fp16 support or when -fexcess-precision=16 is supplied

[Bug tree-optimization/112941] New: during GIMPLE pass: bitintlower ICE: in handle_operand_addr, at gimple-lower-bitint.cc:2126 (gimple-lower-bitint.cc:2134) at -O with _BitInt()
 2023-12-09 23:39 UTC  (2+ messages)
` [Bug tree-optimization/112941] "

[Bug tree-optimization/112940] New: ICE: verify_ssa failed: definition in block 4 does not dominate use in block 8 at -O with _BitInt()
 2023-12-09 23:36 UTC  (2+ messages)
` [Bug tree-optimization/112940] "

[Bug libstdc++/109162] New: C++23 improvements to std::format
 2023-12-09 22:05 UTC  (2+ messages)
` [Bug libstdc++/109162] "

[Bug libstdc++/111826] New: __cpp_lib_format should be 202110, not 202106
 2023-12-09 22:05 UTC  (4+ messages)
` [Bug libstdc++/111826] "

[Bug tree-optimization/112887] New: during GIMPLE pass: phiopt ICE: Floating point exception (SIGFPE) at tree-ssa-phiopt.c:2224 with --param=l1-cache-line-size=0x20000000
 2023-12-09 20:42 UTC  (3+ messages)
` [Bug tree-optimization/112887] "

[Bug middle-end/112877] New: TARGET_PROMOTE_PROTOTYPES is not honored consistently, should maybe not apply to builtins
 2023-12-09 20:18 UTC  (2+ messages)
` [Bug middle-end/112877] "

[Bug c++/112938] New: ice with -fstrub=internal
 2023-12-09 20:17 UTC  (3+ messages)
` [Bug c++/112938] "
` [Bug middle-end/112938] "

[Bug tree-optimization/112939] New: ICE: verify_ssa failed with -O -ftrivial-auto-var-init=zero
 2023-12-09 20:00 UTC  (2+ messages)
` [Bug tree-optimization/112939] [14 Regression] "

[Bug libstdc++/112876] New: rangesc.end() is unnecessarily assigned by the return value of c.emplace()
 2023-12-09 18:27 UTC  (4+ messages)
` [Bug libstdc++/112876] ranges:to: c.end() "

[Bug tree-optimization/96831] New: gcc.dg/tree-ssa/scev-[345].c FAIL on i?86 and arm
 2023-12-09 18:07 UTC  (2+ messages)
` [Bug tree-optimization/96831] "

[Bug testsuite/112786] New: [14 Regression] gcc.dg/tree-ssa/scev-3.c scev-4.c and scev-5.c XPASSing on most ilp32 targets
 2023-12-09 18:07 UTC  (3+ messages)
` [Bug testsuite/112786] "

[Bug tree-optimization/112827] New: ICE on valid code at -O1 on x86_64-linux-gnu: Segmentation fault
 2023-12-09 15:55 UTC  (2+ messages)
` [Bug tree-optimization/112827] [14 Regression] "

[Bug c/112924] New: [14 regression] ICE when building util-linux (error: gimple_bb (stmt) is set to a wrong basic block)
 2023-12-09 15:55 UTC  (6+ messages)
` [Bug tree-optimization/112924] "

[Bug libstdc++/98723] New: On Windows with CP936 encoding, regex compiles very slow
 2023-12-09 13:52 UTC  (2+ messages)
` [Bug libstdc++/98723] "

[Bug libgomp/112264] New: Occasionally (but very rare): 'FAIL: libgomp.fortran/target-nowait-array-section.f90 -O execution test'
 2023-12-09 13:33 UTC  (2+ messages)
` [Bug libgomp/112264] "

[Bug fortran/110987] New: Segmentation fault after finalization of a temporary variable
 2023-12-09 13:27 UTC  (2+ messages)
` [Bug fortran/110987] "

[Bug target/112937] New: [14 Regression] GCN: FAILs due to unconditional 'f->use_flat_addressing = true;'
 2023-12-09 11:24 UTC 

[Bug c++/109267] New: -Og generates empty functions with .cfi_startproc/.cfi_endproc that conflict with other functions
 2023-12-09  9:36 UTC  (2+ messages)
` [Bug middle-end/109267] "

[Bug driver/93019] memory leak in gcc -O2 reported by Valgrind
 2023-12-09  9:30 UTC 

[Bug middle-end/111126] New: Not always using czero.eqz
 2023-12-09  9:28 UTC  (2+ messages)
` [Bug middle-end/111126] "

[Bug target/112932] New: [14] RISC-V rv64gcv_zvl256b vector: Incorrect behavior with nested loop array writing
 2023-12-09  8:37 UTC  (2+ messages)
` [Bug target/112932] "

[Bug libstdc++/112934] New: excessive code for std::map::erase(key)
 2023-12-09  8:20 UTC  (2+ messages)
` [Bug libstdc++/112934] "

[Bug middle-end/112917] New: Most strub execution tests FAIL on SPARC
 2023-12-09  5:45 UTC  (2+ messages)
` [Bug middle-end/112917] "

[Bug target/112778] New: [14 Regression] ICE in ppc64-linux-gnu crosscompiler in store_by_pieces, at expr.cc:1820
 2023-12-09  3:00 UTC  (2+ messages)
` [Bug target/112778] ICE in ppc64-linux-gnu crosscompiler in store_by_pieces since r14-5946-g1ff6d9f7428b06

[Bug target/112804] New: ICE in aarch64 crosscompiler in plus_constant, at explow.cc:102
 2023-12-09  2:59 UTC  (2+ messages)
` [Bug target/112804] ICE in aarch64 crosscompiler in plus_constant, at explow.cc:102 with -mabi=ilp32 and -finline-stringops

[Bug middle-end/112784] New: ICE in smallest_mode_for_size, at stor-layout.cc:356 | -finline-stringops
 2023-12-09  2:58 UTC  (2+ messages)
` [Bug middle-end/112784] ICE in smallest_mode_for_size, at stor-layout.cc:356 | -finline-stringops -mavx512cd

[Bug tree-optimization/112928] New: missed-optimization: automatic storage address comparisons
 2023-12-08 23:04 UTC  (5+ messages)
` [Bug tree-optimization/112928] "
` [Bug middle-end/112928] "

[Bug middle-end/44300] Spurious array subscript warning, &b[0] == &a[1] is not folded
 2023-12-08 23:04 UTC 

[Bug analyzer/112927] New: -Wanalyzer-tainted-size false positive seen in Linux kernel's drivers/char/ipmi/ipmi_devintf.c
 2023-12-08 22:26 UTC 

[Bug c++/54367] New: [meta-bug] [C++11] lambda expressions
 2023-12-08 21:58 UTC  (2+ messages)
` [Bug c++/54367] [meta-bug] "

[Bug c++/83167] decltype((x)) inside lambda is considered odr-use if x is not a reference
 2023-12-08 21:58 UTC  (2+ messages)

ATT
 2023-12-08 21:34 UTC 

WTS
 2023-12-08 21:19 UTC 

[Bug libstdc++/111052] New: std::format_to(std::back_inserter(str), "") should write directly to the string
 2023-12-08 20:53 UTC  (2+ messages)
` [Bug libstdc++/111052] "

[Bug debug/112875] New: ICE: in lra_eliminate_regs_1, at lra-eliminations.cc:670 with -Oz -frounding-math -fno-dce -fno-trapping-math -fno-tree-dce -fno-tree-dse -g
 2023-12-08 20:52 UTC  (3+ messages)
` [Bug rtl-optimization/112875] [14 Regression] "

[Bug c++/112926] New: issues with nested lambdas and decltype of uncaptured local variable
 2023-12-08 20:42 UTC  (2+ messages)
` [Bug c++/112926] "

[Bug c++/63378] New: decltype and access control issues
 2023-12-08 20:29 UTC  (2+ messages)
` [Bug c++/63378] "

[Bug sanitizer/112727] New: UBSAN creates GIMPLE path with uninitialized variable
 2023-12-08 20:01 UTC  (3+ messages)
` [Bug sanitizer/112727] [11/12/13/14 Regression] "
` [Bug sanitizer/112727] [11/12/13 "

[Bug target/112918] New: [m68k] [LRA] ICE: maximum number of generated reload insns per insn achieved (90)
 2023-12-08 19:37 UTC  (3+ messages)
` [Bug target/112918] "

[Bug target/112922] New: 465.tonto from SPECFP 2006 fails train run on Aarch64-linux with -O2 and -flto
 2023-12-08 19:28 UTC  (2+ messages)
` [Bug target/112922] [14 Regression] "

[Bug c++/88848] member ambiguous in multiple inheritance lattice
 2023-12-08 18:47 UTC  (4+ messages)

[Bug c++/112658] New: ICE: finish_expr_stmt , at cp/semantics.cc:892
 2023-12-08 18:34 UTC  (3+ messages)
` [Bug c++/112658] [12/13 Regression] ICE: finish_expr_stmt with casting an temp array to pointer and constructor call

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