public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug modula2/114055] New: poor error message generated during when checking the BY constant expression type
 2024-02-22 13:44 UTC  (3+ messages)
` [Bug modula2/114055] "

[Bug target/114049] New: gcc.dg/framework-1.c FAILs with Xcode 15.3 beta 3
 2024-02-22 13:28 UTC  (6+ messages)
` [Bug target/114049] "

[Bug tree-optimization/114040] New: wrong code with __builtin_sub_overflow_p() and _BitInt() at -O2 and above
 2024-02-22 13:24 UTC  (7+ messages)
` [Bug tree-optimization/114040] "

[Bug middle-end/114048] New: [14 regression] ICE when building libowfat-0.33 on x86
 2024-02-22 13:21 UTC  (7+ messages)
` [Bug middle-end/114048] "
` [Bug middle-end/114048] [14 regression] ICE when building libowfat-0.33
` [Bug middle-end/114048] [14 Regression] ICE when building libowfat-0.33 since r14-8929

[Bug tree-optimization/114041] New: wrong code with _BitInt() and -O -fgraphite-identity
 2024-02-22 13:17 UTC  (5+ messages)
` [Bug tree-optimization/114041] "

[Bug tree-optimization/111770] New: predicated loads inactive lane values not modelled
 2024-02-22 13:16 UTC  (5+ messages)
` [Bug tree-optimization/111770] "

[Bug c/114052] New: Wrong code at -O2 for well-defined infinite loop
 2024-02-22 13:08 UTC  (6+ messages)
` [Bug c/114052] [11/12/13/14 Regression] "
` [Bug tree-optimization/114052] "

[Bug tree-optimization/111960] New: ICE: during GIMPLE pass: rebuild_frequencies: SIGSEGV (Invalid read of size 4) with -fdump-tree-rebuild_frequencies-all
 2024-02-22 12:58 UTC  (9+ messages)
` [Bug ipa/111960] [14 Regression] "

[Bug target/55212] New: [SH] Switch from IRA to LRA
 2024-02-22 12:57 UTC  (2+ messages)
` [Bug target/55212] [SH] Switch "

[Bug target/114028] New: [14] RISC-V rv64gcv_zvl256b: miscompile at -O3
 2024-02-22 12:47 UTC  (2+ messages)
` [Bug target/114028] "

[Bug c++/114050] New: Inconsistency in double/float constant evaluation between 32 and 64 bit
 2024-02-22 12:39 UTC  (11+ messages)
` [Bug c++/114050] "

[Bug target/114027] New: [14] RISC-V vector: miscompile at -O3
 2024-02-22 12:14 UTC  (15+ messages)
` [Bug target/114027] "
` [Bug tree-optimization/114027] [14 Regression] "
` [Bug tree-optimization/114027] [11/12/13/14 Regression] miscompile at `-O3 -fno-vect-cost-model -msse4.2`

[Bug tree-optimization/114056] New: ifcvt may introduce use of uninitialized variables
 2024-02-22 12:13 UTC  (2+ messages)
` [Bug tree-optimization/114056] "

[Bug rtl-optimization/114044] New: ICE: in expand_fn_using_insn, at internal-fn.cc:208 with _BitInt() and -O -fno-tree-dce
 2024-02-22 12:06 UTC  (3+ messages)
` [Bug rtl-optimization/114044] "

[Bug lto/114043] New: ICE: in write_symbol, at lto-streamer-out.cc:3015 with -O -fstrict-enums -fprofile-generate -flto --param=max-early-inliner-iterations=0
 2024-02-22 12:02 UTC  (2+ messages)
` [Bug lto/114043] "

[Bug rtl-optimization/114054] New: ICE: in reduce_to_bit_field_precision, at expr.cc:12658 with -Og -fwhole-program -fno-tree-ccp -fprofile-use -fno-tree-copy-prop and _BitInt()
 2024-02-22 11:24 UTC 

[Bug tree-optimization/114032] New: ifcvt may introduce UB calls to __builtin_clz(0)
 2024-02-22 11:03 UTC  (4+ messages)
` [Bug tree-optimization/114032] "

[Bug c++/59465] New: g++ allows direct-initialization of an array of class type from another array in a mem-initializer
 2024-02-22 10:59 UTC  (3+ messages)
` [Bug c++/59465] "
` [Bug c++/59465] [11/12/13/14 Regression] "

[Bug c++/114053] New: GCC accepts initialization of array with another static data member array in member initializer list
 2024-02-22 10:59 UTC  (3+ messages)
` [Bug c++/114053] "

[Bug tree-optimization/114030] New: redundant load of inline function's arguments
 2024-02-22 10:41 UTC  (3+ messages)
` [Bug tree-optimization/114030] redundant load due to unions and different size loads
` [Bug middle-end/114030] "

[Bug preprocessor/114007] New: gcc chokes on __has_cpp_attribute(clang::unsafe_buffer_usage)
 2024-02-22 10:34 UTC  (15+ messages)
` [Bug preprocessor/114007] "

[Bug tree-optimization/114010] New: Unwanted effects of using SSA free lists
 2024-02-22 10:28 UTC  (6+ messages)
` [Bug tree-optimization/114010] "

[Bug tree-optimization/114009] New: Missed optimization: (!a) * a => 0 when a=(a/2)*2
 2024-02-22 10:21 UTC  (2+ messages)
` [Bug tree-optimization/114009] [11/12/13/14 Regression] "

[Bug middle-end/114051] New: Incorrect out-of-bounds warning in loop that never executes, due to failure to eliminate a dead branch
 2024-02-22 10:19 UTC 

[Bug tree-optimization/114047] New: `(cast)(cast)a != a` for large unsigned _BitInt should be produce better code
 2024-02-22  9:23 UTC  (2+ messages)
` [Bug tree-optimization/114047] "

[Bug middle-end/113907] New: [14 regression] ICU miscompiled since on x86 since r14-5109-ga291237b628f41
 2024-02-22  9:22 UTC  (2+ messages)
` [Bug middle-end/113907] [12/13/14 "

[Bug tree-optimization/113993] New: ICE: in get_no_error_domain, at tree-call-cdce.cc:815 with __builtin_exp2f32x() at -O1 and above
 2024-02-22  9:20 UTC  (3+ messages)
` [Bug tree-optimization/113993] "

[Bug tree-optimization/114038] New: wrong code with __builtin_mul_overflow_p() and _BitInt() at -O0
 2024-02-22  9:16 UTC  (4+ messages)
` [Bug tree-optimization/114038] "

[Bug tree-optimization/114045] New: large _BitInt * _Bool (or having known boolean range) should be inlined instead of calling __mulbitint3
 2024-02-22  8:54 UTC  (3+ messages)
` [Bug tree-optimization/114045] "

[Bug driver/114046] New: Aarch64: Os,O1,02,O3 optimisations generates unaligned access in short members of structure
 2024-02-22  8:52 UTC  (2+ messages)
` [Bug driver/114046] "

[Bug c++/113988] New: during GIMPLE pass: bitintlower: internal compiler error: in lower_stmt, at gimple-lower-bitint.cc:5470
 2024-02-22  8:52 UTC  (8+ messages)
` [Bug middle-end/113988] "

[Bug libstdc++/113450] New: std/format/functions/format.cc FAILs
 2024-02-22  8:51 UTC  (4+ messages)
` [Bug libstdc++/113450] [14 Regression] "

[Bug c/114042] New: diagnostics about __builtin_stdc_bit_ceil() mentions __builtin_clzg()
 2024-02-22  8:31 UTC  (4+ messages)
` [Bug c/114042] "

[Bug tree-optimization/113476] New: [14 Regression] irange::maybe_resize leaks memory via IPA VRP
 2024-02-22  7:38 UTC  (6+ messages)
` [Bug tree-optimization/113476] "
` [Bug ipa/113476] "

[Bug target/112299] New: Cross compiling to loongarch64-linux-gnuf64 fails because "HAVE_AS_TLS was not declared" after r14-4925-g1b30ef7cea773e
 2024-02-22  3:25 UTC  (3+ messages)
` [Bug target/112299] [14 Regression] "

[Bug target/112330] New: [14 Regression] LoongArch: LTO bootstrap failure with GAS 2.41
 2024-02-22  3:25 UTC  (3+ messages)
` [Bug target/112330] [14 Regression] LoongArch: Outputted .align directive may trigger assembler error "

[Bug fortran/100799] New: Stackoverflow in optimized code on PPC
 2024-02-22  2:51 UTC  (2+ messages)
` [Bug target/100799] "

[Bug debug/113977] New: debug info for alignment of structure is unspecified
 2024-02-22  1:46 UTC  (2+ messages)
` [Bug libcc1/113977] "

[Bug target/114017] New: RISC-V: wrong __riscv_v_intrinsic predefined macro value (14.x)
 2024-02-22  1:23 UTC  (2+ messages)
` [Bug target/114017] "

[Bug c/114039] New: Unroll loops with SSE/AVX intrinsic where an immediate argument is a loop var
 2024-02-21 22:45 UTC  (2+ messages)
` [Bug target/114039] "

[Bug target/113249] New: RISC-V: regression testsuite errors -mtune=generic-ooo
 2024-02-21 22:10 UTC  (3+ messages)
` [Bug target/113249] "

[Bug fortran/114023] New: complex part%ref of complex named constant array cannot be used in an initialization expression
 2024-02-21 19:04 UTC  (2+ messages)
` [Bug fortran/114023] "

[Bug target/113295] New: SPEC 2006 416.gamess miscompares on Aarch64 when built with -Ofast -march=native -flto
 2024-02-21 18:37 UTC  (2+ messages)
` [Bug target/113295] [14 Regression] SPEC 2006 416.gamess miscompares on Aarch64 when built with -Ofast -mcpu=native since g:2f46e3578d45ff060a0a329cb39d4f52878f9d5a

[Bug fortran/114024] New: ICE allocate statement with source=cmp%re and z an array
 2024-02-21 18:27 UTC  (2+ messages)
` [Bug fortran/114024] "

[Bug middle-end/113867] New: [14 Regression][OpenMP] Wrong code with mapping pointers in structs
 2024-02-21 17:59 UTC  (2+ messages)
` [Bug libgomp/113867] "

[Bug target/113742] New: ICE: RTL check: expected elt 1 type 'i' or 'n', have 'e' (rtx set) in riscv_macro_fusion_pair_p, at config/riscv/riscv.cc:8416 with -O2 -finstrument-functions -mtune=sifive-p600-series
 2024-02-21 17:40 UTC  (2+ messages)
` [Bug target/113742] "

[Bug middle-end/114029] New: -Warray-bounds does not warn for global arrays
 2024-02-21 17:37 UTC  (3+ messages)
` [Bug middle-end/114029] "
` [Bug c/114029] -Warray-bounds does not warn for const "

[Bug target/108495] New: [10/11/12/13 Regression] aarch64 ICE with __builtin_aarch64_rndr
 2024-02-21 17:19 UTC  (2+ messages)
` [Bug target/108495] [11/12/13/14 "

[Bug sanitizer/114037] New: ASAN fork should ensure no unwind is in progress
 2024-02-21 16:40 UTC 

[Bug target/114034] New: Failure of tests gcov-dump-{1,2}.C
 2024-02-21 16:31 UTC  (4+ messages)
` [Bug target/114034] "
` [Bug testsuite/114034] "

[Bug modula2/114026] New: incorrect location during for loop type check
 2024-02-21 16:29 UTC  (3+ messages)
` [Bug modula2/114026] "

[Bug target/114033] New: Failure of test darwin-cfstring1.C
 2024-02-21 15:55 UTC  (6+ messages)
` [Bug target/114033] "

[Bug target/114036] New: Test failure of gcov-14.c on darwin
 2024-02-21 15:47 UTC  (5+ messages)
` [Bug target/114036] "

[Bug target/114035] New: Failure of pr97172-2.c on darwin
 2024-02-21 15:36 UTC  (2+ messages)
` [Bug target/114035] "

[Bug c++/114031] New: gcc rejects valid code with pointer to member field cast inside a class not completed
 2024-02-21 15:12 UTC  (2+ messages)
` [Bug c++/114031] "

[Bug tree-optimization/108802] New: missed inlining of call via pointer to member function
 2024-02-21 14:55 UTC  (2+ messages)
` [Bug ipa/108802] [11/12/13/14 Regression] "

[Bug target/113915] New: [14 regression] glibc miscompiled for armv7a since r14-4365-g0731889c026bfe
 2024-02-21 14:38 UTC  (2+ messages)
` [Bug target/113915] [14 regression] glibc's _dl_find_object_update_1 "

[Bug middle-end/113987] New: Binding a reference to an uninitialized data member should not cause -Wuninitialized
 2024-02-21 13:53 UTC  (2+ messages)
` [Bug c++/113987] [12/13/14 Regression] "

[Bug rtl-optimization/113542] New: gcc.target/arm/bics_3.c regression after change for pr111267
 2024-02-21 12:47 UTC  (2+ messages)
` [Bug target/113542] [14 Regression] "

[Bug c++/113994] New: Probable C++ code generation bug with -O2 on s390x platform
 2024-02-21 12:25 UTC  (2+ messages)
` [Bug target/113994] [13/14 Regression] "

[Bug libstdc++/114018] New: std::nexttoward is not implemented for C++23-FP-Types
 2024-02-21 12:12 UTC  (6+ messages)
` [Bug libstdc++/114018] "

[Bug fortran/107071] New: gfortran.dg/ieee/modes_1.f90 fails on aarch64-linux
 2024-02-21 11:43 UTC  (2+ messages)
` [Bug fortran/107071] "

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