public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug c++/107138] New: [12 regression] std::variant<std::string, ...> triggers false-positive 'may be used uninitialized' warning
 2024-03-15  0:41 UTC  (2+ messages)
` [Bug c++/107138] "

[Bug sanitizer/89323] Asan memory leak detection on x86 platform
 2024-03-15  0:37 UTC  (2+ messages)
` [Bug sanitizer/89323] Asan memory leak detection on 32bit x86 linux platform

[Bug sanitizer/113430] New: Trivial program segfaults intermittently with ASAN since Linux 6.7
 2024-03-15  0:33 UTC  (3+ messages)
` [Bug sanitizer/113430] Trivial program segfaults intermittently with ASAN with large CONFIG_ARCH_MMAP_RND_BITS in kernel configuration
` [Bug sanitizer/113430] [12/13 only] "

[Bug analyzer/114343] New: [13 regression] many erratic errors starting with r13-8433-g1277f69b9b0206
 2024-03-15  0:28 UTC  (3+ messages)
` [Bug analyzer/114343] "
` [Bug testsuite/114343] "

[Bug target/113934] New: Switch avr to LRA
 2024-03-15  0:09 UTC  (2+ messages)
` [Bug target/113934] "

[Bug c/59863] New: const array in function is placed on stack
 2024-03-15  0:07 UTC  (2+ messages)
` [Bug middle-end/59863] "

[Bug c++/99091] New: constexpr variable evaluated at runtime
 2024-03-15  0:07 UTC  (2+ messages)
` [Bug tree-optimization/99091] local array not prompted to static

[Bug target/95943] New: arc -mbig-endian "inappropriate arguments" error from assembler
 2024-03-15  0:04 UTC  (2+ messages)
` [Bug target/95943] "

[Bug target/111555] New: [AArch64] __ARM_FEATURE_UNALIGNED should be undefined with -mstrict-align
 2024-03-14 23:46 UTC  (4+ messages)
` [Bug target/111555] "

[Bug c++/114342] New: suboptimal codegen of vector::vector(range)
 2024-03-14 23:37 UTC  (3+ messages)
` [Bug middle-end/114342] "

[Bug tree-optimization/114341] New: Optimization opportunity with {mul,div} "(x & -x)" and {<<,>>} "ctz(x)"
 2024-03-14 23:12 UTC  (3+ messages)
` [Bug tree-optimization/114341] "

[Bug target/112548] New: 5% exec time regression in 429.mcf on AMD zen4 CPU
 2024-03-14 23:02 UTC  (16+ messages)
` [Bug target/112548] [14 regression] 5% exec time regression in 429.mcf on AMD zen4 CPU (since r14-5076-g01c18f58d37865)

[Bug c/82599] Assignments from statically initialized flexible arrays copy too much
 2024-03-14 22:08 UTC 

[Bug tree-optimization/114339] New: [14 regression] Tor miscompiled with -O2 -mavx -fno-vect-cost-model
 2024-03-14 22:04 UTC  (16+ messages)
` [Bug tree-optimization/114339] "
` [Bug tree-optimization/114339] [14 regression] Tor miscompiled with -O2 -mavx -fno-vect-cost-model since r14-6822
` [Bug target/114339] "
` [Bug target/114339] [13/14 "

[Bug tree-optimization/114340] New: ` X / CST < X` -> `X > 0`
 2024-03-14 21:53 UTC 

[Bug target/94413] New: auto-vectorization of isfinite raises FP exception
 2024-03-14 20:50 UTC  (2+ messages)
` [Bug target/94413] "

[Bug target/91861] invalid vectorization of isless, islessequal, etc. (with default of -ftrapping-math)
 2024-03-14 20:50 UTC  (2+ messages)

[Bug c++/109753] New: pragma GCC target stops std::vector from compiling
 2024-03-14 20:34 UTC  (2+ messages)
` [Bug c++/109753] [13/14 Regression] pragma GCC target causes std::vector not to compile (always_inline on constructor)

[Bug c/108866] New: Allow to pass Windows resource file (.rc) as input to gcc
 2024-03-14 20:23 UTC  (6+ messages)
` [Bug target/108866] "

[Bug c/54454] New: gcc violates c99 specification w.r.t. flexible arrays
 2024-03-14 20:20 UTC  (2+ messages)
` [Bug c/54454] "

[Bug c/9058] structure with flexible array member: offsetof() != sizeof()
 2024-03-14 20:20 UTC 

[Bug c/109956] New: GCC reserves 9 bytes for struct s { int a; char b; char t[]; } x = {1, 2, 3};
 2024-03-14 20:17 UTC  (2+ messages)
` [Bug c/109956] "

[Bug c/91672] wrong amount of storage allocated for initialized structs with flexible array members
 2024-03-14 20:17 UTC  (3+ messages)

[Bug target/114288] New: [14 regression] ICE when building binutils-2.41 on hppa (extract_constrain_insn, at recog.cc:2713)
 2024-03-14 19:43 UTC  (3+ messages)
` [Bug target/114288] "

[Bug modula2/114294] New: expression causes ICE
 2024-03-14 19:11 UTC  (4+ messages)
` [Bug modula2/114294] "

[Bug tree-optimization/114331] New: Missed optimization: indicate knownbits from dominating condition switch(trunc(a))
 2024-03-14 18:41 UTC  (13+ messages)
` [Bug tree-optimization/114331] "

[Bug c++/113141] New: ICE on conversion to reference in aggregate initialization
 2024-03-14 18:27 UTC  (2+ messages)
` [Bug c++/113141] [13/14 Regression] "

[Bug c++/86385] calling wrong constructors?
 2024-03-14 18:22 UTC  (2+ messages)

[Bug tree-optimization/114332] New: wrong code with _Atomic _BitInt(5) at -O -fwrapv
 2024-03-14 18:19 UTC  (2+ messages)
` [Bug tree-optimization/114332] "

[Bug rtl-optimization/114338] New: (x & (-1 << y)) should be optimized to ((x >> y) << y) or vice versa
 2024-03-14 17:50 UTC  (6+ messages)
` [Bug rtl-optimization/114338] "

[Bug libstdc++/114325] New: std::format gives incorrect results for negative numbers
 2024-03-14 17:02 UTC  (6+ messages)
` [Bug libstdc++/114325] "
` [Bug libstdc++/114325] [14 Regression] "

[Bug middle-end/113907] New: [14 regression] ICU miscompiled since on x86 since r14-5109-ga291237b628f41
 2024-03-14 16:53 UTC  (6+ messages)
` [Bug ipa/113907] [11/12/13/14 "

[Bug debug/78100] DWARF symbols for an array sometimes missing the array length
 2024-03-14 16:38 UTC 

[Bug lto/110710] New: LTO linker on Windows creates an invalid Makefile
 2024-03-14 16:25 UTC  (5+ messages)
` [Bug lto/110710] "

[Bug libfortran/114304] New: [14 Regression] Rejects lapack test
 2024-03-14 15:56 UTC  (5+ messages)
` [Bug libfortran/114304] libgfortran I/O – bogus "Semicolon not allowed as separator with DECIMAL='point'"
` [Bug libfortran/114304] [13/14 Regression] "

[Bug modula2/114333] New: set type comparison against a cardinal should cause an error
 2024-03-14 15:35 UTC  (6+ messages)
` [Bug modula2/114333] "

[Bug c/114310] New: [aarch64] __sync_val_compare_and_swap fails on __int128_t with newval = 0
 2024-03-14 15:34 UTC  (4+ messages)
` [Bug target/114310] [11/12/13/14 Regression] "
` [Bug target/114310] [11/12/13 "

[Bug lto/114337] New: LTO symbol table doesn't include builtin functions
 2024-03-14 15:12 UTC  (5+ messages)
` [Bug lto/114337] "

[Bug libstdc++/114336] New: Manual should document implementation-defined behaviour in C++20 and C++23
 2024-03-14 13:25 UTC  (3+ messages)
` [Bug libstdc++/114336] "

[Bug libgcc/114327] New: wrong code with _BitInt() modulo at -O0
 2024-03-14 12:57 UTC  (5+ messages)
` [Bug libgcc/114327] `-CST % 1` is wrong for _BitInt()

[Bug libgomp/114335] New: OpenACC: use of accelerator constant/read-only memory for "readonly" modifier mappings
 2024-03-14 12:15 UTC  (2+ messages)
` [Bug libgomp/114335] "

[Bug libstdc++/66146] New: call_once not C++11-compliant on ppc64le
 2024-03-14 11:55 UTC  (2+ messages)
` [Bug libstdc++/66146] "

[Bug target/114334] New: [14 Regression] ICE: in extract_insn, at recog.cc:2812 (unrecognizable insn and:HF?) with lroundf16() and -ffast-math -mavx512fp16
 2024-03-14 11:54 UTC  (2+ messages)
` [Bug target/114334] "

[Bug preprocessor/110558] New: __has_include argument expansion results in unexpected filename
 2024-03-14 11:36 UTC  (3+ messages)
` [Bug preprocessor/110558] "

[Bug preprocessor/80755] __has_include_next: internal compiler error: NULL directory in find_file
 2024-03-14 11:35 UTC  (2+ messages)

[Bug fortran/114324] New: AVX2 vectorisation performance regression with gfortran 13/14
 2024-03-14 10:37 UTC  (5+ messages)
` [Bug tree-optimization/114324] [13/14 Regression] "

[Bug fortran/105473] New: semicolon allowed when list-directed read integer with decimal='point'
 2024-03-14  9:16 UTC  (3+ messages)
` [Bug fortran/105473] "

[Bug fortran/111853] New: f951: Segmentation fault at gfc_expression_rank
 2024-03-14  9:00 UTC  (2+ messages)
` [Bug fortran/111853] "

[Bug rtl-optimization/111822] New: [12/13/14 Regression] during RTL pass: lr_shrinkage ICE: in operator[], at vec.h:910 with -O2 -m32 -flive-range-shrinkage -fno-dce -fnon-call-exceptions
 2024-03-14  8:09 UTC  (2+ messages)
` [Bug target/111822] [12/13/14 Regression] during RTL pass: lr_shrinkage ICE: in operator[], at vec.h:910 with -O2 -m32 -flive-range-shrinkage -fno-dce -fnon-call-exceptions since r12-5301-g045206450386bc

[Bug target/114323] New: [14 Regression] MVE vector load intrinsic miscompiled since r14-5622-g4d7647edfd7d98
 2024-03-14  7:44 UTC  (2+ messages)
` [Bug target/114323] "

[Bug libgcc/111731] New: [13/14 regression] gcc_assert is hit at libgcc/unwind-dw2-fde.c#L291
 2024-03-14  6:48 UTC  (3+ messages)
` [Bug libgcc/111731] "

[Bug driver/114330] New: needs_preprocessing field of struct compiler is unused
 2024-03-14  1:52 UTC  (5+ messages)
` [Bug driver/114330] "

[Bug target/113281] New: [14] RISC-V rv64gcv_zvl256b vector: Runtime mismatch with rv64gc
 2024-03-13 23:18 UTC  (5+ messages)
` [Bug tree-optimization/113281] [11/12/13 Regression] Latent wrong code due to vectorization of shift reduction and missing promotions since r9-1590

[Bug target/109317] New: -Os generates bigger code than -O2 on 32-bit ARM
 2024-03-13 21:47 UTC  (2+ messages)
` [Bug target/109317] "

[Bug tree-optimization/114326] New: Missed optimization for A || B when !B implies A
 2024-03-13 21:41 UTC  (4+ messages)
` [Bug tree-optimization/114326] "

[Bug c/108849] New: __declspec(code_seg("segname")) does not work
 2024-03-13 21:40 UTC  (2+ messages)
` [Bug target/108849] "

[Bug target/114319] New: htobe64-like function is not optimized on 32-bit x86
 2024-03-13 21:31 UTC  (3+ messages)
` [Bug middle-end/114319] "

[Bug tree-optimization/114329] New: ICE: verify_gimple failed: 'bit_field_ref' of non-mode-precision operand with bitfield _BitInt()
 2024-03-13 20:25 UTC 

[Bug target/114328] New: Using -march=armv9-a+nosve does not allow for vectorization
 2024-03-13 19:49 UTC 

[Bug c/53548] New: allow flexible array members in unions like zero-length arrays
 2024-03-13 19:34 UTC  (2+ messages)
` [Bug c/53548] "

[Bug fortran/114023] New: complex part%ref of complex named constant array cannot be used in an initialization expression
 2024-03-13 18:38 UTC  (3+ messages)
` [Bug fortran/114023] "

[Bug c++/102345] New: [modules] Cannot define a module interface unit for anything in <new>
 2024-03-13 18:26 UTC  (2+ messages)
` [Bug c++/102345] "

[Bug c++/103524] New: [meta-bug] modules issue
 2024-03-13 18:18 UTC  (4+ messages)
` [Bug c++/103524] "

[Bug c++/101000] New: ICE when trying to import the absl/container/flat_hash_map.h as a header module
 2024-03-13 18:18 UTC  (2+ messages)
` [Bug c++/101000] "

[Bug fortran/114001] New: is_contiguous considers unlimited polymorphic dummy always as contiguous
 2024-03-13 17:55 UTC  (2+ messages)
` [Bug fortran/114001] "

[Bug c++/99000] New: [modules] declaration std::__copy_move_a2 conflicts with import
 2024-03-13 17:53 UTC  (2+ messages)
` [Bug c++/99000] "

[Bug c++/110447] New: [modules] unexpected attachment of GMF decls to a named module
 2024-03-13 17:53 UTC  (2+ messages)
` [Bug c++/110447] "

[Bug c++/106363] New: [modules] Can't selectively reexport imported declaration in same namespace
 2024-03-13 17:48 UTC  (2+ messages)
` [Bug c++/106363] [13 Regression] [modules] ICE using-declaration of imported name in the "

[Bug tree-optimization/114151] New: [14 Regression] weird and inefficient codegen and addressing modes since g:a0b1798042d033fd2cc2c806afbb77875dd2909b
 2024-03-13 17:37 UTC  (2+ messages)
` [Bug tree-optimization/114151] [14 Regression] weird and inefficient codegen and addressing modes since r14-9193

[Bug c++/114292] New: ICE with a lambda capturing a constant for VLA allocation
 2024-03-13 16:26 UTC  (3+ messages)
` [Bug c++/114292] [11/12/13/14 Regression] ICE with a generic (templated) "

[Bug c++/112652] New: g++.dg/cpp26/literals2.C FAILs
 2024-03-13 15:45 UTC  (3+ messages)
` [Bug c++/112652] "

[Bug ada/106037] New: ICE with Aggregate aspect
 2024-03-13 15:40 UTC  (3+ messages)
` [Bug ada/106037] "
` [Bug ada/106037] internal error with Aggregate aspect on array type

[Bug target/99829] New: MVE: ICE in lra_assign at -O3
 2024-03-13 15:34 UTC  (2+ messages)
` [Bug target/99829] "

[Bug rtl-optimization/114261] New: [13/14 Regression] Scheduling takes excessive time (97%)
 2024-03-13 15:11 UTC  (2+ messages)
` [Bug rtl-optimization/114261] [13/14 Regression] Scheduling takes excessive time (97%) since r13-5154-g733a1b777f1

[Bug ada/111909] New: Filename case sensitivity defaulted wrongly on macOS
 2024-03-13 14:56 UTC  (2+ messages)
` [Bug ada/111909] "

[Bug tree-optimization/94094] New: [meta-bug] store-merging and/or bswap load/store-merging missed optimizations
 2024-03-13 14:38 UTC  (2+ messages)
` [Bug tree-optimization/94094] "

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