public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug preprocessor/107089] New: Line-terminating '\' leaves the characters when the next-line is a multi-line comment
 2022-10-06 10:00 UTC  (2+ messages)
` [Bug preprocessor/107089] "

[Bug c/107127] New: [Regression 11/12] Long compile times on code with C complex
 2022-10-06  9:59 UTC  (2+ messages)
` [Bug c/107127] [11/12/13 Regression] Long compile times on code with C complex since r11-3299-gcba079f354a55363

[Bug bootstrap/107120] New: [13 Regression] trunk fails to bootstrap on powerpc64le-linux-gnu
 2022-10-06  9:55 UTC  (2+ messages)
` [Bug bootstrap/107120] "

[Bug c++/107117] New: "atan2" fails to set the floating-point inexact exception when it should, in some cases
 2022-10-06  9:54 UTC  (2+ messages)
` [Bug middle-end/107117] "atan2" fails to set the floating-point inexact exception due to constant folding, "

[Bug middle-end/107115] New: Wrong codegen from TBAA under stores that change effective type?
 2022-10-06  9:44 UTC  (2+ messages)
` [Bug middle-end/107115] "

[Bug tree-optimization/107114] New: [13 Regression] Failure to discover range results in bogus warning
 2022-10-06  9:27 UTC  (2+ messages)
` [Bug tree-optimization/107114] "

[Bug middle-end/107107] New: Wrong codegen from TBAA when stores to distinct same-mode types are collapsed?
 2022-10-06  9:22 UTC  (3+ messages)
` [Bug tree-optimization/107107] [10/11/12/13 Regression] "

[Bug tree-optimization/107099] New: uncprop a bit
 2022-10-06  8:53 UTC  (2+ messages)
` [Bug tree-optimization/107099] uncprop a bit too eager

[Bug middle-end/107088] New: [13 Regression] cselib ICE building __trunctfxf2 on ia64
 2022-10-06  7:38 UTC  (4+ messages)
` [Bug middle-end/107088] "

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

[Bug c++/107168] New: Wrong errors for concepts with default lambda not-type argument
 2022-10-06  7:08 UTC 

[Bug c++/106654] New: [C++23] P1774 - Portable assumptions
 2022-10-06  7:01 UTC  (2+ messages)
` [Bug c++/106654] "

[Bug tree-optimization/107129] New: [13 Regression] False positive -Wstringop-overflow warning with -O2 or -O3
 2022-10-06  6:59 UTC  (2+ messages)
` [Bug tree-optimization/107129] [13 Regression] False positive -Wstringop-overflow warning with -O2 or -O3 since r13-137-gee1cb43bc76de800

[Bug c++/101670] New: Internal compiler error with concepts
 2022-10-06  6:57 UTC  (2+ messages)
` [Bug c++/101670] "

[Bug rtl-optimization/103550] New: 2 more instructions generated by gcc than clang
 2022-10-06  6:47 UTC  (2+ messages)
` [Bug rtl-optimization/103550] "

[Bug rtl-optimization/107167] New: It looks like GCC wastes registers on trivial computations when result can be cached
 2022-10-06  6:47 UTC  (6+ messages)
` [Bug rtl-optimization/107167] "

[Bug c/107166] New: "useless type name in empty declaration" diagnostic may refer to wrong location
 2022-10-06  4:10 UTC  (3+ messages)
` [Bug c/107166] "

[Bug c++/55578] New: Disabling warnings inside macro definition doesn't work
 2022-10-06  1:58 UTC  (6+ messages)
` [Bug c++/55578] "

[Bug libstdc++/103879] New: error: accessing value of variant::_Copy_ctor_base through a 'const variant<string>' glvalue in a constant expression
 2022-10-05 23:20 UTC  (2+ messages)
` [Bug c++/103879] "

[Bug c++/107165] New: Downcasting in constexpr, error: "accessing value of `...Derived::<anonymous>’ through a ‘Derived’ glvalue in a constant expression"
 2022-10-05 23:20 UTC  (3+ messages)
` [Bug c++/107165] "

[Bug c/107164] New: No pedantic warning for declaration just referring to a previously-declared enum type
 2022-10-05 22:05 UTC  (2+ messages)
` [Bug c/107164] "

[Bug fortran/107000] New: ICE in gfc_real2complex, at fortran/arith.cc:2243
 2022-10-05 21:20 UTC  (4+ messages)
` [Bug fortran/107000] "

[Bug c++/107163] New: Compile time regression when using templated base classes, virtual method, and Wall
 2022-10-05 20:39 UTC  (4+ messages)
` [Bug c++/107163] Compile time regression when using templated base classes, virtual method, and Wall since r10-2823-g6a07489267e55084
` [Bug c++/107163] [10/11/12/13 Regression] huge Compile time "
` [Bug c++/107163] [10/11/12/13 Regression] huge Compile time increase "

[Bug analyzer/107158] New: internal compiler error: in get_or_create_cluster, at analyzer/store.cc:2832
 2022-10-05 20:22 UTC  (6+ messages)
` [Bug analyzer/107158] "
` [Bug analyzer/107158] False postives from -Wanalyzer-malloc-leak on tin-2.6.2

[Bug rtl-optimization/107047] New: load introduced of struct fields after assigning it to a local variable
 2022-10-05 20:02 UTC  (2+ messages)
` [Bug middle-end/107047] "

[Bug c/107162] New: -Wmisleading-indentation is blinded by comments
 2022-10-05 18:37 UTC 

[Bug analyzer/107060] New: -fanalyzer unbearably slow when compiling GNU Emacs
 2022-10-05 18:20 UTC  (3+ messages)
` [Bug analyzer/107060] "

[Bug target/106562] New: PRU: Inefficient code for zero check of 64-bit AND result
 2022-10-05 18:11 UTC  (2+ messages)
` [Bug target/106562] PRU: Inefficient code for zero check of 64-bit (boolean) "

[Bug c++/107161] New: gcc doesn't constant fold member if any other member is mutable
 2022-10-05 17:34 UTC  (2+ messages)
` [Bug c++/107161] "

[Bug c++/107097] New: Implement floating point excess precision in C++
 2022-10-05 17:29 UTC  (7+ messages)
` [Bug c++/107097] "

[Bug target/103109] New: madd not used for multiply add on POWER9
 2022-10-05 17:18 UTC  (2+ messages)
` [Bug target/103109] "

[Bug target/107160] New: [13 regression] r13-2641-g0ee1548d96884d causes verification failure in spec2006
 2022-10-05 16:21 UTC 

[Bug other/107159] New: x86_64-elf freestanding target should by default build -mno-red-zone and -m32 multi-lib
 2022-10-05 16:16 UTC 

[Bug c++/107085] New: __reference_constructs_from_temporary does not detect static up-cast
 2022-10-05 16:07 UTC  (6+ messages)
` [Bug c++/107085] "

[Bug libgcc/104833] New: disable-threads don't work for x86_64-linux-gnu target
 2022-10-05 16:06 UTC  (2+ messages)
` [Bug libgcc/104833] "

[Bug libstdc++/107139] New: Time to remove #if _GLIBCXX_HOSTED guard for coroutine for freestanding
 2022-10-05 16:04 UTC  (3+ messages)
` [Bug libstdc++/107139] "

[Bug c++/89997] Garbled expression in error message with -fconcepts
 2022-10-05 15:00 UTC  (5+ messages)

[Bug fortran/107157] New: Weird out-of-bounds error with multiple move_alloc's
 2022-10-05 14:14 UTC 

[Bug c/107156] New: ice in lookup_attribute_by_prefix, at attribs.h:239
 2022-10-05 12:54 UTC  (7+ messages)
` [Bug c/107156] "
` [Bug c/107156] ICE in lookup_attribute_by_prefix, at attribs.h:239 since r13-2976-g3a3516bc4a0a0307

[Bug tree-optimization/107052] New: Range of __builtin_popcount can be improved with nonzerobits
 2022-10-05 12:23 UTC  (4+ messages)
` [Bug tree-optimization/107052] "

[Bug c/107076] New: ICE in gen_untyped_call, at config/i386/i386.md:15992
 2022-10-05 12:05 UTC  (2+ messages)
` [Bug target/107076] "

[Bug tree-optimization/106698] `-O2 -flto` cause linker warning
 2022-10-05 11:54 UTC  (4+ messages)
` [Bug tree-optimization/106698] bogus -Wstringop-overflow warning on Ada code with LTO

[Bug tree-optimization/88443] [meta-bug] bogus/missing -Wstringop-overflow warnings
 2022-10-05 11:54 UTC 

[Bug target/107155] New: ppc_intrinsics is missing
 2022-10-05 10:22 UTC  (4+ messages)
` [Bug target/107155] "

[Bug tree-optimization/106679] [13 regression] gcc.dg/tree-prof/cmpsf-1.c fails after r13-2098-g5adfb6540db95d
 2022-10-05 10:17 UTC  (2+ messages)

[Bug c++/107151] New: Specializing a concepted template can emit bogus assembly
 2022-10-05  9:10 UTC  (3+ messages)
` [Bug c++/107151] "

Xingwu Factory
 2022-10-05  7:34 UTC 

Xingwu Factory
 2022-10-05  7:34 UTC 

[Bug analyzer/107072] New: Analyzer call summarization not taking into account side-effects of calls
 2022-10-05  0:27 UTC  (3+ messages)
` [Bug analyzer/107072] "

[Bug debug/107154] New: GDB jumping to end of block when stepping over construction of local variable
 2022-10-04 22:54 UTC  (6+ messages)
` [Bug debug/107154] "
` [Bug debug/107154] [12/13 Regression] "

[Bug preprocessor/83256] inconsistent _Pragma behavior in multi-line macros
 2022-10-04 22:35 UTC 

[Bug target/93177] PPC: Missing many useful platform intrinsics
 2022-10-04 22:34 UTC 

[Bug fortran/107074] New: ICE: Bad IO basetype (8)
 2022-10-04 19:35 UTC  (3+ messages)
` [Bug fortran/107074] "

[Bug tree-optimization/107143] New: ICE: 'verify_gimple' failed (Error: non-trivial conversion in 'mem_ref')
 2022-10-04 18:52 UTC  (2+ messages)
` [Bug fortran/107143] "

[Bug fortran/77884] [Coarray] ICE in gfc_get_tree_for_caf_expr, at fortran/trans-expr.c:1963
 2022-10-04 18:37 UTC 

[Bug c++/105589] New: [ICE] templated type alias over std::array with bound type in template function fails
 2022-10-04 18:25 UTC  (2+ messages)
` [Bug c++/105589] [12/13 Regression] "

[Bug c++/107146] New: [ICE] in build_value_init, at cp/init.cc:347
 2022-10-04 18:25 UTC  (4+ messages)
` [Bug c++/107146] "

[BUG] bug in shift/add optimizer for avr targets
 2022-10-04 17:34 UTC 

[Bug demangler/98886] New: stack overflow in cxxfilt, demangle_type, rust-demangle.c:854
 2022-10-04 17:02 UTC  (2+ messages)
` [Bug demangler/98886] "

[Bug demangler/107108] New: Uncontrolled stack recursion in rust-demangler.c
 2022-10-04 17:02 UTC  (3+ messages)
` [Bug demangler/107108] "

[Bug plugins/107136] New: File cp-trait.def not found in kernel build
 2022-10-04 16:31 UTC  (6+ messages)
` [Bug c++/107136] [13 Regression] File cp/cp-trait.def file not installed for plugin suport

[Bug target/107102] New: SVE function fails to realize it doesn't need the frame-pointer in the tail call
 2022-10-04 16:03 UTC  (2+ messages)
` [Bug target/107102] "

[Bug libgcc/106949] New: Memory leak using VLA with -fsplit-stack
 2022-10-04 15:50 UTC  (4+ messages)
` [Bug libgcc/106949] "
` [Bug libgcc/106949] Memory leak using VLA/alloca "

[Bug debug/60833] New: Inheritance via typedef skips the typedef
 2022-10-04 15:32 UTC  (2+ messages)
` [Bug debug/60833] "

[Bug libstdc++/103924] New: views::join combined with std::string cannot be used in constant expressions
 2022-10-04 14:41 UTC  (2+ messages)
` [Bug libstdc++/103924] "

[Bug libstdc++/104605] New: _GLIBCXX_USE_C99_STDINT_TR1 macro is not defined for canadian cross freestanding C++ toolchain
 2022-10-04 14:30 UTC  (8+ messages)
` [Bug libstdc++/104605] "

[Bug libstdc++/107135] New: array<T>::at() method should not be in <array> for freestanding C++
 2022-10-04 14:28 UTC  (8+ messages)
` [Bug libstdc++/107135] "

[Bug c++/107134] New: fatal error: stdint.h: No such file or directory for freestanding C++ toolchain
 2022-10-04 14:07 UTC  (3+ messages)
` [Bug c++/107134] "

[Bug c++/107148] New: [10/11/12/13 Regression] ICE in bot_manip, at cp/tree.cc:3252
 2022-10-04 14:01 UTC  (3+ messages)
` [Bug c++/107148] "

[Bug tree-optimization/107153] New: [13 Regression] ICE in check_loop_closed_ssa_def, at tree-ssa-loop-manip.cc:645
 2022-10-04 13:12 UTC  (2+ messages)
` [Bug tree-optimization/107153] "

[Bug c++/107152] New: ICE: Segmentation fault (in get_shorthand_constraints)
 2022-10-04 12:50 UTC 

[Bug c++/107150] New: ICE: tree check: expected function_type or method_type, have lang_type in deduce_noexcept_on_destructor, at cp/class.cc:5183
 2022-10-04 11:01 UTC  (2+ messages)
` [Bug c++/107150] "

[Bug rtl-optimization/107094] New: [13 Regression] ICE in require, at machmode.h:297 since r13-2916-gd0b00b63a39108
 2022-10-04 10:26 UTC  (3+ messages)
` [Bug rtl-optimization/107094] "

[Bug middle-end/107149] New: [13 Regression] ICE during RTL pass: dse2 - internal compiler error: in require, at machmode.h:297
 2022-10-04  9:28 UTC  (2+ messages)
` [Bug middle-end/107149] "

[Bug c++/107147] New: [13 Regression] ICE in register_local_var_uses, at cp/coroutines.cc:3923
 2022-10-04  8:43 UTC  (3+ messages)
` [Bug c++/107147] "

[Bug tree-optimization/107141] New: ICE: Segmentation fault (in contains_struct_check)
 2022-10-04  8:39 UTC  (2+ messages)
` [Bug fortran/107141] "

[Bug fortran/107145] New: Indefinite recursion in gfc_check_dummy_characteristics/gfc_compare_interfaces
 2022-10-04  5:18 UTC 

[Bug fortran/107144] New: ICE in gfc_get_symbol_decl, at fortran/trans-decl.cc:1623
 2022-10-04  5:01 UTC 

[Bug tree-optimization/107130] New: [13 Regression] wrong code with -Os -fno-tree-ccp -fno-tree-forwprop -fno-tree-fre
 2022-10-04  4:52 UTC  (3+ messages)
` [Bug tree-optimization/107130] [13 Regression] wrong code with -Os -fno-tree-ccp -fno-tree-forwprop -fno-tree-fre since r13-2900-g001c60ccfeaf9a48

[Bug fortran/107142] New: [PDT] ICE: Segmentation fault (in next_statement)
 2022-10-04  4:22 UTC 

[Bug middle-end/24639] [meta-bug] bug to track all Wuninitialized issues
 2022-10-04  1:58 UTC 

[Bug middle-end/103036] New: incorrect #pragma GCC diagnostic suppression for macro expansion and -Wuninitialized
 2022-10-04  1:58 UTC  (2+ messages)
` [Bug middle-end/103036] "

[Bug c/91669] #pragma's and _Pragma's work but _Pragma's used in an equivalent macro don't
 2022-10-04  1:34 UTC  (2+ messages)

[Bug c++/107140] New: Potential false positive uninitialized variable warning with -Wmaybe-uninitialized
 2022-10-04  0:38 UTC 

[Bug target/98519] New: rs6000: @pcrel unsupported on this instruction error in pveclib
 2022-10-03 23:54 UTC  (5+ messages)
` [Bug target/98519] "

[Bug c/106757] New: Incorrect "writing 1 byte into a region of size 0" warning
 2022-10-03 23:12 UTC  (2+ messages)
` [Bug tree-optimization/106757] [12/13 Regression] Incorrect "writing 1 byte into a region of size 0" on a vectorized loop

[Bug other/107064] New: gcc/config/t-i386 depends are incomplete: /gcc/config/i386/i386-builtins.h:25:10: fatal error: i386-builtin-types.inc: No such file or directory
 2022-10-03 21:09 UTC  (6+ messages)
` [Bug target/107064] "

[Bug testsuite/99685] New: gcc.target/powerpc/divkc3-1.c and mulkc3-1.c fails for 32 bits
 2022-10-03 20:56 UTC  (2+ messages)
` [Bug testsuite/99685] gcc.target/powerpc/divkc3-1.c and mulkc3-1.c fail "

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

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