public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug c++/98940] New: Implement C++23 language features
 2022-11-19  9:25 UTC  (5+ messages)
` [Bug c++/98940] "

[Bug c++/107684] New: [C++23] P2589 - static operator[]
 2022-11-19  9:25 UTC  (2+ messages)
` [Bug c++/107684] "

[Bug c++/106654] New: [C++23] P1774 - Portable assumptions
 2022-11-19  9:24 UTC  (2+ messages)
` [Bug c++/106654] "

[Bug libstdc++/106749] New: Implement C++23 library features
 2022-11-19  9:24 UTC  (2+ messages)
` [Bug libstdc++/106749] "

[Bug c++/106652] New: [C++23] P1467 - Extended floating-point types and standard names
 2022-11-19  9:24 UTC  (2+ messages)
` [Bug c++/106652] "

[Bug c++/107685] New: [C++23] P2647 - Permitting static constexpr variables in constexpr functions
 2022-11-19  9:21 UTC  (2+ messages)
` [Bug c++/107685] "

[Bug rtl-optimization/107628] New: ICE: SIGSEGV in commutative_operand_precedence (rtlanal.cc:3770) with -fsignaling-nans
 2022-11-19  9:20 UTC  (4+ messages)
` [Bug target/107628] "

[Bug c/107405] New: enums can be long in gcc-13
 2022-11-19  8:43 UTC  (2+ messages)
` [Bug c/107405] [13 Regression] enum change causing Linux kernel to fail to build due to Linux depending on old behavior

[Bug c/107756] New: Change in sizeof(enum) with -std=gnu11 breaks Linux kernel code compilation (PR c/36113 change regression)
 2022-11-19  8:43 UTC  (2+ messages)
` [Bug c/107756] "

[Bug target/107757] New: PPCLE: Inefficient vector constant creation
 2022-11-19  7:22 UTC 

Factory Direct Wires&Cables!
 2022-11-19  1:43 UTC 

[Bug c++/107755] New: ICE: in fold_convert_loc, at fold-const.c:2435, with -Wlogical-op, implicit user-defined conversion operator, template function, logical operator, and conditional operator
 2022-11-19  1:37 UTC  (2+ messages)
` [Bug c++/107755] "

[Bug analyzer/107582] New: - -Wanalyzer-use-of-uninitialized-value false positive using pthread_cond_timedwait
 2022-11-19  0:47 UTC  (7+ messages)
` [Bug analyzer/107582] - -Wanalyzer-use-of-uninitialized-value false positive with while loop in pthread_cleanup_push

[Bug fortran/107753] New: gfortran returns NaN in complex divisions (x+x*I)/(x+x*I) and (x+x*I)/(x-x*I)
 2022-11-19  0:25 UTC  (10+ messages)
` [Bug fortran/107753] "

[Bug ipa/96503] New: attribute alloc_size effect lost after inlining
 2022-11-18 23:57 UTC  (2+ messages)
` [Bug ipa/96503] "

[Bug debug/99090] New: gsplit-dwarf broken on riscv64-linux
 2022-11-18 22:58 UTC  (2+ messages)
` [Bug debug/99090] "

[Bug rtl-optimization/100647] New: ICE during sms pass
 2022-11-18 22:54 UTC  (2+ messages)
` [Bug rtl-optimization/100647] "

[Bug rtl-optimization/103296] New: Select satisfied register for deleting noop move instruction
 2022-11-18 22:43 UTC  (2+ messages)
` [Bug rtl-optimization/103296] "

[Bug tree-optimization/25290] PHI-OPT could be rewritten so that is uses match
 2022-11-18 21:46 UTC 

[Bug target/107692] New: [13 regression] r13-3950-g071e428c24ee8c breaks many test cases
 2022-11-18 21:44 UTC  (9+ messages)
` [Bug target/107692] "

[Bug c/107754] New: Confusing -Warray-bounds warning with strcpy
 2022-11-18 21:29 UTC  (3+ messages)
` [Bug tree-optimization/107754] Confusing -Warray-bounds warning with strcpy with a null pointer
` [Bug tree-optimization/107754] Confusing -Warray-bounds warning with strcpy with a null pointer and non-zero offset for struct array

[Bug libstdc++/101228] New: #include <execution> triggers Intel TBB warning for tbb/task.h
 2022-11-18 20:10 UTC  (2+ messages)
` [Bug libstdc++/101228] tbb/task.h is Deprecated in newer TBB

[Bug c++/107751] New: [11/12 regression] False positive -Wmaybe-uninitialized
 2022-11-18 20:06 UTC  (4+ messages)
` [Bug c++/107751] [11/12/13 regression] False positive -Wmaybe-uninitialized at -O0
` [Bug tree-optimization/107751] "

[Bug sanitizer/107752] New: Lack of offset information in AddressSanitizer reports
 2022-11-18 19:55 UTC  (6+ messages)
` [Bug sanitizer/107752] "
` [Bug sanitizer/107752] Lack of column "

[Bug fortran/107680] New: ICE in arith_power, at fortran/arith.cc:989 and :1006
 2022-11-18 18:29 UTC  (2+ messages)
` [Bug fortran/107680] "

[Bug fortran/107576] New: [10/11/12/13 Regression] ICE in gfc_conv_procedure_call, at fortran/trans-expr.cc:6193
 2022-11-18 18:21 UTC  (3+ messages)
` [Bug fortran/107576] "

[Bug fortran/107689] New: [13 regression] r13-3979-g9d29dd2fcf2922 causes failures in diagnostic-format-json-2.c and others
 2022-11-18 17:40 UTC  (2+ messages)
` [Bug testsuite/107689] "

[Bug c/106765] New: ICE (invalid code) in tree check: expected class 'type', have 'exceptional' (error_mark) in create_tmp_from_val, at gimplify.cc
 2022-11-18 17:05 UTC  (3+ messages)
` [Bug c/106765] [12/13 Regression] ICE (invalid code) in tree check: expected class 'type', have 'exceptional' (error_mark) in create_tmp_from_val, at gimplify.cc since r12-7222-g3f10e0d50b5e3b3f

[Bug c/107307] New: ICE tree check: expected class 'type', have 'exceptional' (error_mark) in canonicalize_component_ref, at gimplify.cc:2923
 2022-11-18 17:05 UTC  (5+ messages)
` [Bug middle-end/107307] [12/13 Regression] ICE tree check: expected class 'type', have 'exceptional' (error_mark) in canonicalize_component_ref, at gimplify.cc:2923 since r12-3278-g823685221de986af

[Bug c/106764] New: ICE on invalid code in tree check: expected function_type or method_type, have error_mark in gimplify_call_expr, at gimplify.cc
 2022-11-18 17:05 UTC  (5+ messages)
` [Bug c/106764] [12/13 Regression] "

[Bug c/107705] New: [12/13 Regression] ICE: tree check: expected class 'type', have 'exceptional' (error_mark) in ix86_function_type_abi, at config/i386/i386.cc:1529
 2022-11-18 17:04 UTC  (4+ messages)
` [Bug c/107705] "

[Bug debug/107183] New: -fcompare-debug failure (length) with -fsanitize=float-cast-overflow
 2022-11-18 16:13 UTC  (3+ messages)
` [Bug target/107183] [10/11/12/13 Regression] -fcompare-debug failure (length) with -fsanitize=float-cast-overflow since r7-5708-gcfd719e7769fd43f

[Bug target/106462] New: LRA on mips64el: unable to reload (subreg:SI (reg:DI)) constrained by "f"
 2022-11-18 15:09 UTC  (2+ messages)
` [Bug target/106462] "

[Bug analyzer/107750] New: Many gcc.dg/analyzer/fd-*.c tests FAIL
 2022-11-18 13:39 UTC  (5+ messages)
` [Bug analyzer/107750] "

[Bug analyzer/107733] New: GCC - -Wanayzer-null-dereference false positive with wrong path note "(3) 'e' is NULL" and inconsistent behaviors
 2022-11-18 13:11 UTC  (3+ messages)
` [Bug analyzer/107733] "

[Bug target/107131] New: wrong code with -Os -fno-ipa-vrp -fno-tree-bit-ccp
 2022-11-18 12:52 UTC  (2+ messages)
` [Bug target/107131] [11/12/13 Regression] "

[Bug target/107748] New: [13 Regression] Isn't _mm_cvtsbh_ss incorrect?
 2022-11-18 12:04 UTC  (6+ messages)
` [Bug target/107748] "

[Bug web/107749] New: onlinedocs: gdc docs got removed during sphinx revert
 2022-11-18 11:29 UTC  (2+ messages)
` [Bug web/107749] "

[Bug c++/107745] New: long double constexprs don't work with * or /, but work with + and - (JUST ON PPC)
 2022-11-18  9:36 UTC  (6+ messages)
` [Bug c++/107745] "

[Bug sanitizer/107747] New: gcc trunk at -Os misses a global-buffer-overflow
 2022-11-18  9:29 UTC 

[Bug sanitizer/107746] New: gcc -O1 misses a stack-buffer-overflow
 2022-11-18  9:19 UTC 

[Bug middle-end/19779] IBM 128bit long double format is not constant folded
 2022-11-18  9:14 UTC 

[Bug target/107713] New: Wrong implementation atomic_exchange<short> on LoongArch
 2022-11-18  9:13 UTC  (4+ messages)
` [Bug target/107713] "

[Bug middle-end/107661] New: [13 Regression] lambdas get merged incorrectly in tempaltes, cause llvm-12 miscompilation
 2022-11-18  8:54 UTC  (4+ messages)
` [Bug middle-end/107661] [13 Regression] lambdas get merged incorrectly in tempaltes, cause llvm-12 miscompilation since r13-3358-ge0403e95689af7

[Bug tree-optimization/107717] New: [13 Regression] ICEs expanding permutes after g:dc95e1e9702f2f6367bbc108c8d01169be1b66d2
 2022-11-18  8:24 UTC  (2+ messages)
` [Bug tree-optimization/107717] "

[Bug c/107734] New: valgrind error for gcc/testsuite/cc.target/i386/pr46051.c
 2022-11-18  8:12 UTC  (12+ messages)
` [Bug c/107734] "
` [Bug middle-end/107734] [13 Regression] "

[Bug middle-end/107743] New: expmed: extract_bit_field_1: maybe-uninitialized warning
 2022-11-18  8:10 UTC  (2+ messages)
` [Bug middle-end/107743] "

[Bug bootstrap/107739] New: --enable-languages= duplicates yield odd error
 2022-11-18  7:55 UTC  (5+ messages)
` [Bug bootstrap/107739] "

[Bug c++/107128] New: armhf: floatn-common.h:214:9: error: multiple types in one declaration
 2022-11-18  7:51 UTC  (5+ messages)
` [Bug c++/107128] "

[Bug tree-optimization/107647] New: GCC 12.2.0 may produce FMAs even with -ffp-contract=off
 2022-11-18  7:48 UTC  (4+ messages)
` [Bug tree-optimization/107647] [12/13 Regression] "
` [Bug tree-optimization/107647] [12 "

[Bug c++/107744] New: Error in constant evaluation of dynamic_cast
 2022-11-18  7:34 UTC 

[Bug middle-end/14840] fold tree_code_type[CST] and tree_code_length[CST] in GCC itself
 2022-11-18  5:02 UTC  (3+ messages)

[Bug driver/45749] Response file unwrapped between collect2.exe and ld.exe
 2022-11-18  3:55 UTC 

[Bug fortran/107742] New: class mismatch in passed procedure
 2022-11-18  2:09 UTC 

[Bug c++/107741] New: Missed member variable name in mangling of externally visible lambdas used in inline initialization of static members
 2022-11-18  1:08 UTC  (2+ messages)
` [Bug c++/107741] "

[Bug c++/104066] New: "extern constinit long (* const syscall_reexported) (long, ...);" doesn't compile: gcc thinks "constinit" applies to return value, not to function pointer itself
 2022-11-18  0:53 UTC  (7+ messages)
` [Bug c++/104066] "constinit extern long (*const f) ();" "

[Bug libstdc++/107735] New: Inconsistent error messages for std::array out of bound
 2022-11-18  0:49 UTC  (5+ messages)
` [Bug c++/107735] "
` [Bug c++/107735] Inconsistent error messages for std::array out of bound due to taking the address of one-past-the-end is valid

[Bug middle-end/107737] New: seemly looking off code in gimplify_call_expr
 2022-11-17 23:49 UTC  (3+ messages)
` [Bug middle-end/107737] "

[Bug fortran/107595] New: ICE in ix86_push_argument, at config/i386/i386.cc:4335
 2022-11-17 21:29 UTC  (2+ messages)
` [Bug fortran/107595] "

[Bug c/101985] New: vec_cpsgn parameter order
 2022-11-17 21:02 UTC  (2+ messages)
` [Bug target/101985] "

[Bug tree-optimization/107740] New: if-to-switch conversion happens for simple predicate function when compiled with gcc but not with g++
 2022-11-17 21:00 UTC  (4+ messages)
` [Bug tree-optimization/107740] "
` [Bug tree-optimization/107740] [12/13 Regression] "

[Bug c/107736] New: call to a function, generated by inline asm, is off by one byte
 2022-11-17 19:58 UTC  (6+ messages)
` [Bug c/107736] "

[Bug c/107738] New: Top-level inline-asm is not well documented
 2022-11-17 19:56 UTC  (2+ messages)
` [Bug c/107738] "

[Bug fortran/99884] New: Double spaces in warning message
 2022-11-17 19:41 UTC  (2+ messages)
` [Bug fortran/99884] "

[Bug c++/105278] New: no warning for precise literals compared with floats
 2022-11-17 18:40 UTC  (3+ messages)
` [Bug c++/105278] -Wliteral-range vs -Wfloat-equal

[Bug c++/107732] New: ICE in lower_bound, at value-range.h:350
 2022-11-17 17:45 UTC  (7+ messages)
` [Bug c++/107732] "

[Bug analyzer/107711] New: internal compiler error: Segmentation fault
 2022-11-17 17:36 UTC  (3+ messages)
` [Bug analyzer/107711] [13 Regression] ICE with "-fanalyzer -Wunused-macros" since r13-4073-gd8aba860b34203

[Bug target/107515] New: MVE: Generic functions do not accept _Float16 scalars
 2022-11-17 16:56 UTC  (2+ messages)
` [Bug target/107515] "

[Bug target/107714] New: MVE: Invalid addressing mode generated for VLD2
 2022-11-17 16:43 UTC  (2+ messages)
` [Bug target/107714] "

[Bug target/107604] New: FAIL: gcc.target/aarch64/aapcs64/test_dfp_17.c execution, -O0 fails on aarch64_be
 2022-11-17 16:39 UTC  (3+ messages)
` [Bug target/107604] "

[Bug c++/78655] gcc doesn't exploit the fact that the result of pointer addition can not be nullptr
 2022-11-17 15:47 UTC  (3+ messages)

[Bug tree-optimization/90134] ICE in duplicate_eh_regions_1, at except.c:557
 2022-11-17 15:40 UTC 

[Bug rust/107633] New: [13 regression] Bootstrap failure due to -Werror=unused-parameter and -Werror=dangling-reference
 2022-11-17 15:22 UTC  (2+ messages)
` [Bug rust/107633] "

[Bug tree-optimization/107451] New: Segmentation fault with vectorized code
 2022-11-17 14:58 UTC  (4+ messages)
` [Bug tree-optimization/107451] [11/12/13 Regression] Segmentation fault with vectorized code since r11-6434

[Bug c++/107138] New: [12 regression] std::variant<std::string, ...> triggers false-positive 'may be used uninitialized' warning
 2022-11-17 11:51 UTC  (3+ messages)
` [Bug c++/107138] [12/13 "

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