public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug c++/105769] New: program segmentation fault with -ftree-vectorize and nested lambdas
 2022-06-02  8:10 UTC  (2+ messages)
` [Bug tree-optimization/105769] [11/12/13 Regression] "

[Bug tree-optimization/105816] New: SLP vectorize permutes from different groups
 2022-06-02  7:53 UTC  (2+ messages)
` [Bug tree-optimization/105816] "

[Bug target/105815] New: [x86] Extend ix86_vectorize_vec_perm_const which now accept different input and output modes by r13-745
 2022-06-02  7:49 UTC  (2+ messages)
` [Bug target/105815] "

[Bug rtl-optimization/105799] New: Miss optimization to simplify (v + A) * B + C in rtl
 2022-06-02  6:47 UTC  (2+ messages)
` [Bug rtl-optimization/105799] Miss optimization to simplify (v + A) * B + C -> B * v + ABC "

[Bug tree-optimization/53947] New: [meta-bug] vectorizer missed-optimizations
 2022-06-02  6:47 UTC  (2+ messages)
` [Bug tree-optimization/53947] "

[Bug tree-optimization/101668] New: vectorizer doesn't categorize vector construct cost right
 2022-06-02  6:47 UTC  (3+ messages)
` [Bug tree-optimization/101668] BB vectorizer doesn't handle lowpart of existing vector

[Bug other/105593] New: avx512 math function raises uninitialized variable warning
 2022-06-02  6:41 UTC  (3+ messages)
` [Bug c++/105593] "

[Bug tree-optimization/105802] New: [13 Regression] ICE: in irange_intersect, at value-range.cc:1955 with -funswitch-loops
 2022-06-02  6:37 UTC  (7+ messages)
` [Bug tree-optimization/105802] "

[Bug c/105814] New: operand has impossible constraints - worked with previous releases
 2022-06-02  4:35 UTC  (3+ messages)
` [Bug target/105814] 16 "=rm" use in inline-asm is rejected at -O0
` [Bug middle-end/105814] [12/13 Regression] "

[Bug fortran/105813] New: ICE in gfc_simplify_unpack, at fortran/simplify.cc:8490
 2022-06-02  3:56 UTC 

[Bug c++/105803] New: [13 regression] ICE at gcc/cp/pt.cc:27737 after r13-860-gff91735a5b861d
 2022-06-02  2:34 UTC  (11+ messages)
` [Bug c++/105803] "

[Bug rtl-optimization/105459] New: ICE: Segmentation fault (in record_operand_costs)
 2022-06-02  2:18 UTC  (3+ messages)
` [Bug rtl-optimization/105459] [12/13 Regression] ICE: Segmentation fault (in record_operand_costs) since r12-3721-g63c6446f77b9001d

[Bug jit/105812] New: type mismatch in binary expression
 2022-06-02  2:13 UTC  (2+ messages)
` [Bug jit/105812] "

[Bug c++/105811] New: Diagnostics for template class member call with missing template parameters can be improved
 2022-06-02  0:44 UTC 

[Bug target/105782] New: [sparc64] Emission of questionable movxtod/movdtox with -mvis3
 2022-06-01 23:31 UTC  (3+ messages)
` [Bug target/105782] "

[Bug c++/105734] New: Regression: Incorrect "error: invalid use of 'auto'"
 2022-06-01 23:13 UTC  (6+ messages)
` [Bug c++/105734] [12/13 Regression]: Incorrect "error: invalid use of 'auto'" for explicit destructor inside a template

[Bug c++/105798] New: Add new -Wshadow for data member
 2022-06-01 22:29 UTC  (2+ messages)
` [Bug c++/105798] "

[Bug libgcc/27576] The .eh_frame section in crtend.o has wrong aligment
 2022-06-01 22:20 UTC 

[Bug c++/105809] New: GCC ICE when deal with __PRETTY_FUNCTION__ inside macro
 2022-06-01 21:38 UTC  (5+ messages)
` [Bug c++/105809] "
` [Bug c++/105809] [10/11/12/13 Regression] "

[Bug libstdc++/105810] New: __glibcxx_assert can be improved greatly
 2022-06-01 21:34 UTC  (2+ messages)
` [Bug libstdc++/105810] "

[Bug plugins/95648] New: gcc/configure: line 26509: objdump: command not found: config/gcc-plugin.m4 uses 'objdump' instead of ${host}-objdump
 2022-06-01 21:25 UTC  (3+ messages)
` [Bug plugins/95648] "

[Bug middle-end/105638] New: Redundant stores aren't removed by DSE
 2022-06-01 21:23 UTC  (2+ messages)
` [Bug middle-end/105638] "

[Bug c++/105808] New: Internal unsafe integer narrowing conversion during non-type template argument value deduction
 2022-06-01 20:17 UTC  (2+ messages)
` [Bug c++/105808] "

[Bug c++/105779] New: internal_error on passing a pointer to static function to another function
 2022-06-01 19:54 UTC  (11+ messages)
` [Bug c++/105779] [12 Regression] "
` [Bug c++/105779] [12/13 Regression] static function with auto return type not being resolved correctly

[Bug c++/105795] New: Miscompilation with [[no_unique_address]]
 2022-06-01 19:44 UTC  (4+ messages)
` [Bug c++/105795] [11/12/13 Regression] "

[Bug c++/104787] New: [12 Regression] False positive -Wreturn-type since r12-5638-ga3e75c1491cd2d50
 2022-06-01 19:41 UTC  (2+ messages)
` [Bug middle-end/104787] [12/13 "

[Bug c++/105794] New: Spurious "control reaches end of non-void function" warning with a combination of destructor, try/catch and if (true)
 2022-06-01 19:41 UTC  (4+ messages)
` [Bug c++/105794] "
` [Bug c++/105794] [12/13 Regression] "

[Bug c++/105806] New: [concepts] template class specialization using concept issue
 2022-06-01 19:38 UTC  (3+ messages)
` [Bug c++/105806] "

[Bug fortran/105807] New: ICE / error when defining a class containing polymorphic components
 2022-06-01 18:45 UTC 

[Bug lto/104237] New: Emitted binary code changes when -g is enabled at -O1 -flto
 2022-06-01 17:12 UTC  (5+ messages)
` [Bug lto/104237] [11 Regression] Emitted binary code changes when -g is enabled at -O1 -flto and optimize attribute since r11-3126-ga8f9b4c54cc35062

[Bug middle-end/105805] New: -fstrict-volatile-bitfields can read beyond the end of the bitfield
 2022-06-01 16:28 UTC 

[Bug middle-end/30314] optimize multiply-by-constant overflow (wrap) test
 2022-06-01 15:55 UTC  (2+ messages)

[Bug c++/105577] New: [12 Regression] ICE in delete_unmarked_insns, at dce.cc:653
 2022-06-01 15:18 UTC  (2+ messages)
` [Bug rtl-optimization/105577] [12 Regression] ICE in delete_unmarked_insns, at dce.cc:653 since r12-248-gb58dc0b803057c0e

[Bug c++/105804] New: List-initialized argument in await expression is doubly freed
 2022-06-01 15:14 UTC 

[Bug sanitizer/105697] New: GCC trunk failed to detect a stack buffer-overflow
 2022-06-01 13:20 UTC  (2+ messages)
` [Bug sanitizer/105697] "

[Bug c++/105786] New: ICE in compute_distributive_range, at tree-data-ref.cc:593
 2022-06-01 13:18 UTC  (6+ messages)
` [Bug tree-optimization/105786] "
` [Bug tree-optimization/105786] ICE in compute_distributive_range, at tree-data-ref.cc:593 since r12-4283-g6f966f06146be7689af471d152e18ff50c609d99
` [Bug tree-optimization/105786] [12/13 Regression] "

[Bug c++/105797] New: Internal compiler error: Segmentation fault ( fn_type_unification -> satisfaction_cache::satisfaction_cache -> iterative_hash_template_arg )
 2022-06-01 13:17 UTC  (4+ messages)
` [Bug c++/105797] [11/12/13 Regression] "

[Bug c/93631] [10/11/12/13 Regression] ICE on an invalid strcmp call in gimple_call_arg, at gimple.h:3258
 2022-06-01 13:14 UTC 

[Bug debug/47819] New: [meta-bug] LTO debug information issues
 2022-06-01 13:10 UTC  (2+ messages)
` [Bug debug/47819] "

[Bug debug/93865] .debug_line with LTO refers to bogus file-names
 2022-06-01 13:10 UTC 

[Bug c++/105491] [10/11/12 Regression] Usage of __constinit with -std=c++11 does is rejected
 2022-06-01 12:53 UTC  (2+ messages)
` [Bug c++/105491] [10/11 "

[Bug tree-optimization/105793] New: Missed vectorisation with conditional-select inside loop
 2022-06-01 12:09 UTC  (4+ messages)
` [Bug tree-optimization/105793] "

[Bug tree-optimization/105770] New: [13 Regression] ICE in decompose, at wide-int.h:984
 2022-06-01 12:03 UTC  (3+ messages)
` [Bug tree-optimization/105770] [13 Regression] ICE in decompose, at wide-int.h:984 since r13-754

[Bug target/105791] New: [13 Regression] ICE: in extract_insn, at recog.cc:2791 (unrecognizable insn) with -mxop
 2022-06-01 12:02 UTC  (4+ messages)
` [Bug target/105791] "

[Bug fortran/105785] New: DIEs for local types are emitted at wrong scope in DWARF debug info
 2022-06-01 11:54 UTC  (2+ messages)
` [Bug fortran/105785] "

[Bug c++/105781] New: GCC does not unroll auto-vectorized loops
 2022-06-01 11:49 UTC  (5+ messages)
` [Bug middle-end/105781] "

[Bug c/105775] New: GCC uses an invalid assumption in numeric limits of char
 2022-06-01 11:42 UTC  (2+ messages)
` [Bug c/105775] "

[Bug c++/105774] New: Bogus overflow in constant expression
 2022-06-01 11:40 UTC  (2+ messages)
` [Bug c++/105774] "

[Bug tree-optimization/105801] New: Missed CCP with -ftrivial-auto-var-init=zero
 2022-06-01 10:24 UTC 

[Bug libfortran/59227] New: [4.9 regression] FAIL: gfortran.dg/erf_3.F90 -O0 execution test
 2022-06-01  9:56 UTC  (2+ messages)
` [Bug libfortran/59227] "

[Bug target/59230] New: __divtf3@@GCC_4.4.0 missing from libgcc_s.so.1
 2022-06-01  9:56 UTC  (2+ messages)
` [Bug target/59230] "

[Bug fortran/105800] New: Segfault deallocating a class, dimension(:) array
 2022-06-01  9:44 UTC 

[Bug tree-optimization/105643] New: [13 Regression] Code-Size regression for specrate 538.imagick_r
 2022-06-01  7:50 UTC  (3+ messages)
` [Bug tree-optimization/105643] "

[Bug c/105763] New: ice in outgoing_edge_range_p, at gimple-ra nge-gori.cc:1253
 2022-06-01  7:09 UTC  (3+ messages)
` [Bug tree-optimization/105763] [13 Regression] ICE in outgoing_edge_range_p, at gimple-range-gori.cc:1253 since r13-754-ga1c9f779f7528342

[Bug c/105792] New: SPARC GCC 12.1.0 fails with internal compiler error: in expand_expr_real_2, at expr.cc:10160
 2022-06-01  3:31 UTC  (4+ messages)
` [Bug target/105792] "

[Bug c++/56190] New: GCC fails deducing a "void(*)(int, float, double)" to a "void(*)(T..., float, double)" with T={int}
 2022-05-31 23:32 UTC  (3+ messages)
` [Bug c++/56190] "

[Bug c++/105796] New: error: no matching function for call with template function
 2022-05-31 23:30 UTC  (3+ messages)
` [Bug c++/105796] error: no matching function for call with variadic "

[Bug c++/105758] New: [12/13 Regression] ICE in build_baselink since r12-6897
 2022-05-31 20:50 UTC  (4+ messages)
` [Bug c++/105758] "

[Bug c++/101803] New: CTAD fails for nested designated initializers
 2022-05-31 19:58 UTC  (2+ messages)
` [Bug c++/101803] "

[Bug c++/103904] New: [defect fix] Please backport P2325R3 to 10 and 11
 2022-05-31 19:50 UTC  (5+ messages)
` [Bug libstdc++/103904] "

[Bug c++/102307] New: internal compiler error: in reshape_init_r, at cp/decl.c:6717
 2022-05-31 19:37 UTC  (4+ messages)
` [Bug c++/102307] [10/11/12 Regression] internal compiler error: in reshape_init_r since r10-6388-ge98ebda074bf8fc5
` [Bug c++/102307] [10/11 "

[Bug c++/105655] New: [12/13 Regression] ICE on invalid deduction
 2022-05-31 19:32 UTC  (3+ messages)
` [Bug c++/105655] [12 "

[Bug c++/105623] New: [12/13 regression][rejects valid] invalid use of auto when deducing return type of base class template
 2022-05-31 19:32 UTC  (3+ messages)
` [Bug c++/105623] "

[Bug c++/105652] New: ICE: in is_base_type, at dwarf2out.cc:13400
 2022-05-31 19:32 UTC  (3+ messages)
` [Bug c++/105652] [12/13 Regression] ICE: in is_base_type, at dwarf2out.cc:13400 since r12-1937-gc28e1d288ab727de

[Bug c++/104111] New: Concept evaluation depends on context where it was first checked
 2022-05-31 19:29 UTC  (2+ messages)
` [Bug c++/104111] [DR2589] "

[Bug target/105778] New: Rotate by register --- unnecessary AND instruction
 2022-05-31 18:53 UTC  (6+ messages)
` [Bug target/105778] Shift "

[Bug libstdc++/101231] New: _CachedPosition::_M_get() should not return {} when range adapter does not model forward_range
 2022-05-31 18:46 UTC  (3+ messages)
` [Bug libstdc++/101231] "

[Bug objc/101718] New: Objective-C frontend emits wrong code to call methods returning _Complex types returned in memory
 2022-05-31 18:34 UTC  (3+ messages)
` [Bug objc/101718] Objective-C frontend emits wrong code to call methods returning scalar "

[Bug c++/105756] New: ICE in cxx_eval_constant_expression at cp/constexpr.cc:7586: unexpected expression ‘ElemSize’ of kind template_parm_index
 2022-05-31 18:17 UTC  (2+ messages)
` [Bug c++/105756] [12/13 Regression] "

[Bug objc/97854] New: [11 regression] ODR violation in stub-objc.c
 2022-05-31 18:13 UTC  (2+ messages)
` [Bug objc/97854] "

[Bug d/105544] New: gdc fails to compile d source from stdin
 2022-05-31 16:37 UTC  (4+ messages)
` [Bug d/105544] "

[Bug fortran/105759] New: is_contiguous(zero_size_array(2:0)) wrongly returns .true
 2022-05-31 16:27 UTC  (3+ messages)
` [Bug fortran/105759] "

[Bug middle-end/105348] New: Overly aggressive -Warray-bounds after conditional
 2022-05-31 16:25 UTC  (2+ messages)
` [Bug middle-end/105348] "

[Bug rtl-optimization/88414] [9 Regression] ICE in lra_assign, at lra-assigns.c:1624
 2022-05-31 15:00 UTC 

[Bug tree-optimization/56456] New: [meta-bug] bogus warning when inlining: "array subscript is above array bounds"
 2022-05-31 14:42 UTC  (2+ messages)
` [Bug tree-optimization/56456] [meta-bug] bogus/missing -Warray-bounds

[Bug middle-end/105762] New: [12 Regression] -Warray-bounds false positives for integer-to-pointer casts
 2022-05-31 14:42 UTC  (2+ messages)
` [Bug middle-end/105762] [12/13 Regression] -Warray-bounds false positives for integer-to-pointer casts since r12-2132-ga110855667782dac

[Bug c++/105767] New: gcc 12.1 ICE but not with 11.2 compiling boost
 2022-05-31 14:34 UTC  (2+ messages)
` [Bug c++/105767] "

[Bug tree-optimization/105777] New: Failure to optimize __builtin_mul_overflow with constant operand to add+cmp check
 2022-05-31 13:36 UTC  (2+ messages)
` [Bug middle-end/105777] "

[Bug c++/105787] New: internal compiler error: tree check: expected enumeral_type, have record_type in tsubst_copy
 2022-05-31 13:07 UTC  (2+ messages)
` [Bug c++/105787] "

[Bug libstdc++/105790] New: cannot constructor std::tuple of non-movable types with conversions
 2022-05-31 10:33 UTC 

[Bug c++/105789] New: The instance of a deallocation function template is never a usual deallocation function
 2022-05-31  9:04 UTC 

[Bug c++/105788] New: ICE: trying to capture 'args#0' in instantiation of generic lambda
 2022-05-31  8:46 UTC 

[Bug sanitizer/64234] New: Statically sanitized executable does not export ASan symbols
 2022-05-31  8:36 UTC  (2+ messages)
` [Bug sanitizer/64234] "

[Bug c++/105545] New: Compiling string assignment with _GLIBCXX_ASSERTIONS defined fails in 12.1.0, works in 11.1.0
 2022-05-31  7:33 UTC  (2+ messages)
` [Bug tree-optimization/105545] [12/13 Regression] Warning for string assignment with _GLIBCXX_ASSERTIONS since r12-3347-g8af8abfbbace49e6

[Bug analyzer/105784] New: -Wanalyzer-use-of-uninitialized-value false positive on partly initialized array
 2022-05-31  2:13 UTC 

[Bug analyzer/105783] New: -Wanalyzer-null-dereference false positive with union and functions
 2022-05-31  1:45 UTC 

[Bug target/89929] __attribute__((target("avx512bw"))) doesn't work on non avx512bw systems
 2022-05-31  1:05 UTC  (4+ messages)

[Bug c++/105780] New: GCC does not vectorise filling array of integers with a value on sse2
 2022-05-31  0:41 UTC  (4+ messages)
` [Bug tree-optimization/105780] "

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