public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug tree-optimization/115060] New: Probable an issue around usage of vect_look_through_possible_promotion in tree-vect-patterns.cc
 2024-06-02  1:41 UTC  (2+ messages)
` [Bug tree-optimization/115060] "

[Bug pch/115312] New: [14/15 Regression] ICE when including a PCH via compiler option -include
 2024-06-02  1:26 UTC  (2+ messages)
` [Bug pch/115312] "

[Bug c++/115319] New: ICE when mutating a captured parameter in an explicit-this lambda if a capture is not trivially copyable
 2024-06-01 23:45 UTC 

[Bug ipa/114493] New: internal compiler error: in fld_incomplete_type_of, at ipa-free-lang-data.cc:257
 2024-06-01 21:22 UTC  (2+ messages)
` [Bug c/114493] [11/12/13/14/15 Regression] "

[Bug analyzer/105888] New: RFE: -fanalyzer should complain when an on-stack address escapes/outlives the function
 2024-06-01 18:31 UTC  (2+ messages)
` [Bug analyzer/105888] "

[Bug analyzer/106203] New: Allow to emit diagnostics at return edges for the exit point as well as the call site
 2024-06-01 18:31 UTC  (3+ messages)
` [Bug analyzer/106203] "

[Bug c++/115314] New: Type of the `auto` template parameter in a concept is not decayed when called as dependent name
 2024-06-01 18:07 UTC  (2+ messages)
` [Bug c++/115314] auto template parameter has const qualifier on it even though the original does not

[Bug jit/103562] New: Jitted code produces incorrect result when returning 3-member struct from internal function
 2024-06-01 17:30 UTC  (2+ messages)
` [Bug jit/103562] "

[Bug debug/91507] wrong debug for completed array with previous incomplete declaration
 2024-06-01 17:26 UTC  (2+ messages)

[Bug c++/115318] New: decltype(lambda) with some templates causes ICE
 2024-06-01 17:01 UTC  (2+ messages)
` [Bug c++/115318] decltype(lambda) from an template function inside a templated lambda "

[Bug fortran/115315] New: valgrind error in gfc_simplify_expr
 2024-06-01 16:49 UTC  (2+ messages)
` [Bug fortran/115315] [PDT] "

[Bug c/115310] New: Option -Werror=return-type is too aggressive with -std=gnu89
 2024-06-01 16:28 UTC  (6+ messages)
` [Bug c/115310] "

[Bug middle-end/115307] New: [avr] Don't expand isinf() like a built-in
 2024-06-01 15:21 UTC  (9+ messages)
` [Bug middle-end/115307] "
` [Bug target/115307] "
` [Bug tree-optimization/115307] "

[Bug debug/78100] DWARF symbols for an array sometimes missing the array length
 2024-06-01 13:33 UTC  (5+ messages)

[Bug libstdc++/111641] New: FAIL: 19_diagnostics/stacktrace/current.cc -std=gnu++23 execution test
 2024-06-01 12:20 UTC  (2+ messages)
` [Bug libstdc++/111641] "

[Bug target/115317] New: [avr] isinf should return -1 for -Inf
 2024-06-01 11:41 UTC  (5+ messages)
` [Bug target/115317] "

[Bug fortran/115316] New: valgrind error in insert_parameter_exprs
 2024-06-01 10:42 UTC 

[Bug libstdc++/105258] New: std::get_temporary_buffer() does not respect alignment (affects std::stable_sort())
 2024-06-01 10:32 UTC  (4+ messages)
` [Bug libstdc++/105258] "

[Bug tree-optimization/107141] New: ICE: Segmentation fault (in contains_struct_check)
 2024-06-01 10:17 UTC  (2+ messages)
` [Bug fortran/107141] "

[Bug libstdc++/115269] New: Hardcoded links in 14.1 docs to pages from release 4.3.2
 2024-06-01 10:08 UTC  (7+ messages)
` [Bug libstdc++/115269] "

[Bug c/115311] New: -fno-builtin-xxx allowing anything for xxx
 2024-06-01  9:28 UTC  (3+ messages)
` [Bug c/115311] "

[Bug analyzer/111536] New: -fanalyzer false positive with NRVO return
 2024-06-01  4:47 UTC  (3+ messages)
` [Bug analyzer/111536] "

[Bug c++/115313] New: False positive -fanalyzer use of uninitialized value due to std::string's default constructor
 2024-06-01  4:45 UTC  (4+ messages)
` [Bug analyzer/115313] "
` [Bug analyzer/115313] False positive -fanalyzer use of uninitialized value due to not understand C++ front-end's NRVO

[Bug middle-end/32911] Function __attribute__ ((idempotent))
 2024-06-01  4:09 UTC 

[Bug bootstrap/115284] New: [15 regression] SEGV in check_format_arg on Solaris/SPARC
 2024-06-01  3:35 UTC  (4+ messages)
` [Bug bootstrap/115284] "

[Bug c++/103524] New: [meta-bug] modules issue
 2024-06-01  2:10 UTC  (3+ messages)
` [Bug c++/103524] "

[Bug c++/114275] New: using std::thread within a templated function in a module fails to compile
 2024-06-01  2:10 UTC  (2+ messages)
` [Bug c++/114275] "

[Bug c++/115257] New: Error when compiling a program with module and println and auto
 2024-06-01  2:10 UTC  (2+ messages)
` [Bug c++/115257] "

[Bug libstdc++/106852] New: Implement C++23 P2465R3 Standard Library Modules std and std.compat
 2024-06-01  1:32 UTC  (2+ messages)
` [Bug libstdc++/106852] "

[Bug c++/114867] New: [modules] name lookup issues when a function overload set is exported from GMF
 2024-06-01  1:32 UTC  (3+ messages)
` [Bug c++/114867] "

[Bug tree-optimization/114999] New: `a - b == b - a` -> `a == b`
 2024-05-31 21:46 UTC  (3+ messages)
` [Bug tree-optimization/114999] A few missing optimizations due to `a - b` and `b - a` not being detected as negatives of each other

[Bug c/115068] New: RISC-V: Illegal instruction of vfwadd
 2024-05-31 20:36 UTC  (2+ messages)
` [Bug target/115068] "

[Bug analyzer/111567] New: RFE: support counted_by in analyzer
 2024-05-31 17:50 UTC  (2+ messages)
` [Bug analyzer/111567] RFE: support __attribute__((counted_by)) in -fanalyzer

[Bug c/108896] New: provide "element_count" attribute to give more context to __builtin_dynamic_object_size() and -fsanitize=bounds
 2024-05-31 17:50 UTC  (2+ messages)
` [Bug c/108896] "

[Bug rtl-optimization/114996] New: [15 Regression] [RISC-V] 2->2 combination no longer occurring
 2024-05-31 17:38 UTC  (3+ messages)
` [Bug rtl-optimization/114996] "

[Bug tree-optimization/115298] New: [15 Regression] Various targets failing DSE tests after recent changes
 2024-05-31 17:37 UTC  (6+ messages)
` [Bug tree-optimization/115298] "

[Bug c++/115296] New: CTAD fails
 2024-05-31 17:33 UTC  (2+ messages)
` [Bug c++/115296] "

[Bug libstdc++/114803] New: simd conversion to [[gnu::vector_size(N)]] type hits invalid code in experimental/bits/simd_builtin.h
 2024-05-31 17:16 UTC  (7+ messages)
` [Bug libstdc++/114803] "

[Bug target/115289] New: PPC: Document the machine constraint 'Y' and make it non-internal
 2024-05-31 16:17 UTC  (4+ messages)
` [Bug target/115289] "

[Bug middle-end/115309] New: Simple coroutine based generator is not optimized well
 2024-05-31 14:59 UTC  (2+ messages)
` [Bug ipa/115309] "

[Bug target/113281] New: [14] RISC-V rv64gcv_zvl256b vector: Runtime mismatch with rv64gc
 2024-05-31 14:56 UTC  (3+ 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 c++/115192] New: GCC 14.1.0 -O3 miscompilation on x86-64 (loops with vectors and scalars)
 2024-05-31 14:56 UTC  (3+ messages)
` [Bug c++/115192] [11/12/13/14 regression] -O3 miscompilation on x86-64 (loops with vectors and scalars) since r11-6380
` [Bug c++/115192] [11/12/13 "

[Bug d/115295] New: [15 regression] Various gdc testsuite regressions
 2024-05-31 14:55 UTC  (3+ messages)
` [Bug d/115295] "

[Bug rtl-optimization/115297] New: [14 regression] alpha: ICE in simplify_subreg, at simplify-rtx.cc:7554 with -O1
 2024-05-31 14:39 UTC  (5+ messages)
` [Bug rtl-optimization/115297] [14/15 "

[Bug libstdc++/110572] New: ld.lld: error: duplicate symbol: std::type_info::operator==(std::type_info const&) const
 2024-05-31 14:29 UTC  (7+ messages)
` [Bug libstdc++/110572] "

[Bug libstdc++/115308] New: std::experimental::simd<char> is not convertible to NEON intrinsic type with Clang
 2024-05-31 14:18 UTC  (2+ messages)
` [Bug libstdc++/115308] "

[Bug driver/114531] New: Feature proposal for an `-finline-functions-aggressive` compiler option
 2024-05-31 13:57 UTC  (2+ messages)
` [Bug ipa/114531] "

[Bug tree-optimization/115306] New: (X + 1) > Y ? -X : 1 pattern does not handle X=~X nor X = -X;
 2024-05-31 13:50 UTC  (2+ messages)
` [Bug tree-optimization/115306] "

[Bug other/115282] New: 15 regression] gcc.dg/vect/costmodel/ppc/costmodel-slp-12.c fails after r15-812-gc71886f2ca2e46
 2024-05-31 12:56 UTC  (4+ messages)
` [Bug target/115282] [15 "

[Bug tree-optimization/115303] New: gcc.dg/vect/pr112325.c FAILs
 2024-05-31 12:27 UTC  (4+ messages)
` [Bug tree-optimization/115303] "

[Bug tree-optimization/115304] New: gcc.dg/vect/slp-gap-1.c FAILs
 2024-05-31 12:26 UTC  (4+ messages)
` [Bug tree-optimization/115304] "

[Bug ada/115305] New: [15 Regression] many (162) acats regressions on i686-darwin9
 2024-05-31 12:14 UTC  (10+ messages)
` [Bug ada/115305] "

[Bug tree-optimization/115278] New: -ftree-vectorize optimizes away volatile write on x86_64
 2024-05-31 12:13 UTC  (9+ messages)
` [Bug tree-optimization/115278] [13/14/15 Regression] -ftree-vectorize optimizes away volatile write on x86_64 since r13-3219
` [Bug tree-optimization/115278] [13/14 "

[Bug ada/115292] New: [15 Regression] i686-darwin17 bootstrap fails for Ada (between r15-856 and r15-889)
 2024-05-31 10:30 UTC  (4+ messages)
` [Bug ada/115292] "

[Bug lto/115300] New: gcc 14 cannot compile itself on Windows when bootstrap-lto is specified
 2024-05-31  8:22 UTC  (4+ messages)
` [Bug lto/115300] "

[Bug middle-end/115022] New: -fstrub=disable and -minline-memops-threshold have a - in the index
 2024-05-31  7:59 UTC  (3+ messages)
` [Bug middle-end/115022] "

[Bug c/115302] New: aarch64-w64-mingw32: wrong value into BUILD_SYSTEM_HEADER_DIR
 2024-05-31  7:56 UTC 

[Bug testsuite/115294] New: [15 regression] dg-additional-files-options change broke several testsuites
 2024-05-31  7:32 UTC  (6+ messages)
` [Bug testsuite/115294] "

[Bug fortran/115301] New: [OpenMP] Fix handling spaces in OpenMP directives – optional in F90, deprecated in F
 2024-05-31  7:03 UTC 

[Bug c++/115291] New: armv8-a GCC emits float32x2_t loads from uninitialized stack
 2024-05-31  7:03 UTC  (3+ messages)
` [Bug c++/115291] "

[Bug c/115290] New: tree check fail in c_tree_printer, at c/c-objc-common.cc:330
 2024-05-31  6:45 UTC  (3+ messages)
` [Bug c/115290] [12/13/14/15 Regression] "

[Bug middle-end/115277] New: ICF needs to match loop bound estimates
 2024-05-31  6:36 UTC  (3+ messages)
` [Bug middle-end/115277] [13/14/15 regression] "

[Bug target/115299] New: [14 regression] pr86722.c failed to eliminate branch
 2024-05-31  5:47 UTC  (4+ messages)
` [Bug target/115299] "
` [Bug target/115299] [14/15 "

[Bug tree-optimization/115157] New: incorrect TBAA for derived types involving enum types
 2024-05-31  5:12 UTC  (2+ messages)
` [Bug tree-optimization/115157] "

[Bug tree-optimization/115177] New: incorrect TBAA for derived types involving hardbool types
 2024-05-31  5:12 UTC  (2+ messages)
` [Bug tree-optimization/115177] "

[Bug sanitizer/115127] New: [12/13/14 Regression] passing zero to __builtin_ctz() check missing
 2024-05-31  3:36 UTC  (2+ messages)
` [Bug sanitizer/115127] [12/13/14/15 "

[Bug c++/113719] New: g++.target/i386/pr103696.C FAILs
 2024-05-31  3:13 UTC  (4+ messages)
` [Bug target/113719] [13/14/15 regression] "

[Bug target/115102] New: [SH] GCC misunderstands swap.b instruction
 2024-05-30 22:03 UTC  (2+ messages)
` [Bug target/115102] "

[Bug libgomp/109452] New: omp_init_lock_with_hint() and omp_init_nest_lock_with_hint() are undefined
 2024-05-30 21:24 UTC  (2+ messages)
` [Bug libgomp/109452] "

[Bug sanitizer/84508] Load of misaligned address using _mm_load_sd
 2024-05-30 18:38 UTC 

[Bug rtl-optimization/115281] New: [14/15 Regression] aarch64 ICE in go_through_subreg after r14-5129
 2024-05-30 15:22 UTC  (3+ messages)
` [Bug rtl-optimization/115281] "
` [Bug rtl-optimization/115281] [14 "

[Bug plugins/115288] New: File label-text.h not part of installation
 2024-05-30 14:54 UTC  (3+ messages)
` [Bug plugins/115288] [15 Regression] "

[Bug driver/115293] New: Warn if a compiler flag downgrades protection provided by -fhardened
 2024-05-30 14:07 UTC  (5+ messages)
` [Bug driver/115293] "

[Bug c++/115031] New: g++.dg/modules/pr99023_b.X FAILs
 2024-05-30 13:03 UTC  (3+ messages)
` [Bug c++/115031] "

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