public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug tree-optimization/110009] New: Another missing ABS detection
 2023-05-28 14:38 UTC  (3+ messages)
` [Bug tree-optimization/110009] "

[Bug c++/110000] New: GCC should implement exclude_from_explicit_instantiation
 2023-05-28 14:31 UTC  (9+ messages)
` [Bug c++/110000] "

[Bug target/99435] New: avr: incorrect I/O address ranges for some cores
 2023-05-28 10:49 UTC  (2+ messages)
` [Bug target/99435] "

[Bug target/49263] New: SH Target: underutilized "TST #imm, R0" instruction
 2023-05-28 10:48 UTC  (5+ messages)
` [Bug target/49263] "

[Bug c/101188] New: [AVR] Miscompilation and function pointers
 2023-05-28  9:24 UTC  (2+ messages)
` [Bug rtl-optimization/101188] [postreload] Uses content of a clobbered register

[Bug c/110007] New: Implement support for Clang’s __builtin_unpredictable()
 2023-05-28  5:42 UTC  (7+ messages)
` [Bug c/110007] "

[Bug target/110013] New: [i386] vector_size(8) on 32-bit ABI
 2023-05-28  5:21 UTC  (3+ messages)
` [Bug target/110013] [i386] vector_size(8) on 32-bit ABI emits broken MMX

[Bug fortran/99798] New: ICE when compiling a variant of pr87907
 2023-05-28  5:11 UTC  (2+ messages)
` [Bug fortran/99798] "

[Bug tree-optimization/103325] New: 1 << -1 is never reduced to a constant during gimple
 2023-05-28  4:21 UTC  (2+ messages)
` [Bug tree-optimization/103325] "

[Bug fortran/109512] New: accepts implicit dummy procedure even with "implicit none (external)"
 2023-05-28  4:15 UTC  (3+ messages)
` [Bug fortran/109512] "

[Bug target/110011] New: -mfull-toc yields incorrect _Float128 constants on power9
 2023-05-28  3:54 UTC  (3+ messages)
` [Bug target/110011] -mfull-toc (-mfp-in-toc) "

[Bug fortran/110012] New: ICE involving parametrized polymorphic variable
 2023-05-28  2:36 UTC 

[Bug tree-optimization/85234] missed optimisation opportunity for (x >> CST)!=0 is not optimized to (((unsigned)x) >= (1<<CST)
 2023-05-28  2:26 UTC 

[Bug tree-optimization/110010] New: (a>>N) != (b>>N) is not optimized to (a^b) >= (1<<N)
 2023-05-28  0:37 UTC  (2+ messages)
` [Bug tree-optimization/110010] "

[Bug middle-end/109907] New: [avr] Missed optimization for bit extraction (uses shift instead of single bit-test)
 2023-05-27 20:09 UTC  (11+ messages)
` [Bug middle-end/109907] "

[Bug rtl-optimization/110008] New: early returns from functions result in suboptimal code
 2023-05-27 18:55 UTC  (2+ messages)
` [Bug rtl-optimization/110008] shink wrapping could be improved

[Bug c++/95596] New: string literal wrong overload resolution (char* vs std::string)
 2023-05-27 17:58 UTC  (2+ messages)
` [Bug c++/95596] "

[Bug c++/110005] New: Writable strings seem too greedy in overload resolution
 2023-05-27 17:58 UTC  (2+ messages)
` [Bug c++/110005] "

[Bug c++/98801] New: Request for a conditional move built-in function
 2023-05-27 17:56 UTC  (2+ messages)
` [Bug middle-end/98801] "

[Bug c++/110006] New: friend function template with NTTP and constraint doesn't match existing declaration
 2023-05-27 17:33 UTC 

[Bug middle-end/110004] New: large increase in profile mismatches on tramp3d
 2023-05-27 15:30 UTC 

[Bug modula2/110003] New: Wrong source line listed for unused parameters
 2023-05-27 15:03 UTC 

[Bug target/100711] New: Miss optimization for pandn
 2023-05-27  9:28 UTC  (2+ messages)
` [Bug target/100711] "

[Bug modula2/110002] New: Using -fcpp only invokes cc1 from pre-configured path $(libexec)
 2023-05-27  8:53 UTC  (2+ messages)
` [Bug modula2/110002] "

[Bug modula2/92336] cross compiling gcc fails in gm2
 2023-05-27  8:45 UTC 

[Bug c/71713] "initializer element is not constant" with nested casts
 2023-05-27  7:42 UTC 

[Bug middle-end/108847] New: unnecessary bitwise AND on boolean types
 2023-05-27  7:02 UTC  (3+ messages)
` [Bug middle-end/108847] [10/11/12/13/14 Regression] unnecessary bitwise AND on boolean types and shifting of the "sign" bit

[Bug objc/109913] New: [14 regression] r14-976-g9907413a3a6aa3 causes more than 300 objc/objc++ failures
 2023-05-27  5:52 UTC  (2+ messages)
` [Bug libobjc/109913] "

[Bug libstdc++/109965] New: rename 'Modules' to 'Categories' in tree-view of doxygen-generated libstdc++ documentation
 2023-05-27  4:21 UTC  (2+ messages)
` [Bug libstdc++/109965] "

[Bug middle-end/109901] New: Optimization opportunity: ((((a) > (b)) - ((a) < (b))) < 0) -> ((a) < (b))
 2023-05-27  3:33 UTC  (2+ messages)
` [Bug tree-optimization/109901] "

[Bug tree-optimization/110001] New: [13 regression] Suboptimal code generation for branchless binary search
 2023-05-27  3:31 UTC  (5+ messages)
` [Bug target/110001] "

[Bug sanitizer/109980] New: Bogus Wstringop-overflow and Wstringop-overread warnings when attribute `access` is applied to struct arg
 2023-05-27  1:39 UTC  (2+ messages)
` [Bug sanitizer/109980] "

[Bug c++/103524] New: [meta-bug] modules issue
 2023-05-27  1:26 UTC  (2+ messages)
` [Bug c++/103524] "

[Bug c++/99241] New: internal compiler error: in install_entity, at cp/module.cc:7584
 2023-05-27  1:26 UTC  (2+ messages)
` [Bug c++/99241] [modules] ICE "

[Bug c++/109981] New: ICE encountered while generating header units in the given sequence in a script
 2023-05-27  1:26 UTC  (2+ messages)
` [Bug c++/109981] "

[Bug c++/109988] New: -iwithprefix doesn't add folder to end of search list
 2023-05-27  0:42 UTC  (4+ messages)
` [Bug c++/109988] "
` [Bug preprocessor/109988] "

[Bug c++/109985] New: __builtin_prefetch ignored by GCC 12/13
 2023-05-26 22:28 UTC  (6+ messages)
` [Bug tree-optimization/109985] "

[Bug c/109996] New: csmith: -O2 -fno-strict-aliasing causing run time trouble
 2023-05-26 22:04 UTC  (2+ messages)
` [Bug middle-end/109996] "

[Bug libstdc++/105562] New: [12 Regression] std::function<bool(char)>::_M_invoker may be used uninitialized in std:regex move with -fno-strict-aliasing
 2023-05-26 21:40 UTC  (2+ messages)
` [Bug libstdc++/105562] [12 Regression] std::function<bool(char)>::_M_invoker may be used uninitialized in std::regex "

[Bug c++/109997] New: __is_assignable(int, IncompleteType) should be rejected
 2023-05-26 21:37 UTC  (5+ messages)
` [Bug c++/109997] "

[Bug fortran/109948] New: ICE(segfault) in gfc_expression_rank() from gfc_op_rank_conformable()
 2023-05-26 21:35 UTC  (7+ messages)
` [Bug fortran/109948] [13/14 Regression] "

[Bug c/109970] New: -Wstringop-overflow should work with parameter forward declarations
 2023-05-26 21:31 UTC  (2+ messages)
` [Bug c/109970] "

[Bug target/109982] New: csmith: x86_64: znver1 issues
 2023-05-26 20:37 UTC  (12+ messages)
` [Bug target/109982] "

[Bug sanitizer/109991] New: stack-use-after-scope
 2023-05-26 20:21 UTC  (6+ messages)
` [Bug c++/109991] stack-use-after-scope

[Bug ipa/109983] New: [12/13/14 regression] Wireshark compilation hangs with -O2 -fipa-pta
 2023-05-26 20:09 UTC  (9+ messages)
` [Bug ipa/109983] "

[Bug c/109999] New: [OpenMP] Bogus error message: talks about '"#pragma omp" clause' instead of '"target" clause
 2023-05-26 19:53 UTC  (2+ messages)
` [Bug c/109999] "

[Bug fortran/109998] New: [OpenMP] TR12/5.0/5.1 - permit structure elements with '!$OMP ALLOCATORS' (and !$OMP ALLOCATE)
 2023-05-26 19:00 UTC 

[Bug c++/109876] New: initializer_list not usable in constant expressions in a template
 2023-05-26 18:08 UTC  (3+ messages)
` [Bug c++/109876] [10/11/12/13/14 Regression] "

[Bug libstdc++/71579] type_traits miss checks for type completeness in some traits
 2023-05-26 18:01 UTC 

[Bug target/109984] New: FAIL: insn-modes.h: No such file or directory (x86_64-apple-darwin22.4.0)
 2023-05-26 17:25 UTC  (2+ messages)
` [Bug target/109984] "

[Bug c/102989] New: Add Clang's _ExtInt(N)
 2023-05-26 17:11 UTC  (4+ messages)
` [Bug c/102989] Implement C2x's n2763 (_BitInt)

[Bug middle-end/109995] New: Bogus warning about __builtin_memset, from -Wstringop-overflow
 2023-05-26 16:51 UTC  (2+ messages)
` [Bug middle-end/109995] "

[Bug preprocessor/109994] New: Issue a diagnostic when a C++ file defines a macro that hides a keyword
 2023-05-26 16:42 UTC  (5+ messages)
` [Bug preprocessor/109994] "

[Bug middle-end/109990] New: [12 Regression] Bogus -Wuse-after-free warning after realloc
 2023-05-26 16:39 UTC  (7+ messages)
` [Bug middle-end/109990] [12/13/14 "

[Bug c/109956] New: GCC reserves 9 bytes for struct s { int a; char b; char t[]; } x = {1, 2, 3};
 2023-05-26 16:24 UTC  (3+ messages)
` [Bug c/109956] "

[Bug libstdc++/109993] New: std::regex("\\a", std::regex::basic) does not diagnose invalid BRE
 2023-05-26 16:22 UTC 

[Bug rtl-optimization/109992] New: Addition/subtraction to the last bitfield of a struct can be optimized
 2023-05-26 16:07 UTC  (4+ messages)
` [Bug rtl-optimization/109992] "
` [Bug tree-optimization/109992] "

[Bug middle-end/109986] New: missing fold (~a | b) ^ a => ~(a & b)
 2023-05-26 15:12 UTC  (3+ messages)
` [Bug middle-end/109986] "

[Bug c++/55004] New: [meta-bug] constexpr issues
 2023-05-26 15:00 UTC  (2+ messages)
` [Bug c++/55004] "

[Bug c++/98675] New: Accessing member of temporary outside its lifetime allowed in constexpr function
 2023-05-26 15:00 UTC  (2+ messages)
` [Bug c++/98675] "

*Your Kind Reply
 2023-05-26 14:42 UTC 

[Bug rtl-optimization/60749] New: combine is overly cautious when operating on volatile memory references
 2023-05-26 13:56 UTC  (2+ messages)
` [Bug rtl-optimization/60749] "

[Bug tree-optimization/109989] New: RISC-V: Missing sign extension with int to float conversion with 64bit soft floats
 2023-05-26 13:53 UTC 

[Bug target/100811] New: Consider not omitting frame pointers by default on targets with many registers
 2023-05-26 13:47 UTC  (3+ messages)
` [Bug target/100811] "

[Bug middle-end/109840] New: internal compiler error: in expand_fn_using_insn, at internal-fn.cc:153 when building graphite2
 2023-05-26 13:20 UTC  (2+ messages)
` [Bug middle-end/109840] [14 Regression] "

[Bug rtl-optimization/109973] New: Wrong code for AVX2 since 13.1 by combining VPAND and VPTEST
 2023-05-26 12:06 UTC  (4+ messages)
` [Bug target/109973] [13/14 Regression] Wrong code for AVX2 since 13.1 by combining VPAND and VPTEST since r13-2006-ga56c1641e9d25e

[Bug target/109987] New: ICE in in rs6000_emit_le_vsx_store on ppc64le with -Ofast -mno-power8-vector
 2023-05-26 12:05 UTC 

[Bug libstdc++/109976] New: error: is not a constant expression in std::equal() with _GLIBCXX_DEBUG
 2023-05-26  8:20 UTC  (2+ messages)
` [Bug libstdc++/109976] "

[Bug ada/83002] missing finalization of generic package body
 2023-05-26  8:11 UTC 

[Bug c/109979] New: [12 Regression] -Wformat-overflow false positive for %d and non-basic expression
 2023-05-26  7:54 UTC  (6+ messages)
` [Bug c/109979] "
` [Bug c/109979] "

[Bug c++/102693] New: ICE in tsubst related to lambdas as template default parameters
 2023-05-26  6:57 UTC  (2+ messages)
` [Bug c++/102693] "

[Bug c++/109978] New: ICE in tsubst, at cp/pt.cc:15869: alias template + c array size deduction + lambda
 2023-05-26  6:57 UTC  (4+ messages)
` [Bug c++/109978] "

[Bug c++/98500] New: ICE template template parameter with default parameter lambda
 2023-05-26  6:56 UTC  (2+ messages)
` [Bug c++/98500] "

[Bug middle-end/38264] tree_forwarder_block_p says no to first basic block
 2023-05-26  6:53 UTC 

[Bug c/109925] New: Wrong code at -O2 on x86_64-linux-gnu since GCC-12
 2023-05-26  6:33 UTC  (2+ messages)
` [Bug tree-optimization/109925] [10/11/12/13/14 Regression] "

[Bug target/109971] New: [14 regression] Several powerpc64 vector test cases fail after r14-1242-gf574e2dfae7905
 2023-05-26  6:22 UTC  (3+ messages)
` [Bug target/109971] "

[Bug c/109968] New: False Warning stringop-overread when -O2 and -fsanitize=address used
 2023-05-26  6:08 UTC  (2+ messages)
` [Bug tree-optimization/109968] False Warning stringop-overread at -O2

[Bug c/109967] New: Wrong code at -O2 on x86_64-linux-gnu
 2023-05-26  6:01 UTC  (2+ messages)
` [Bug middle-end/109967] [10/11/12/13/14 Regression] "

[Bug target/109977] New: [14 Regression] ICE: output_operand: incompatible floating point / vector register operand for '%d' at -Og
 2023-05-26  5:31 UTC  (3+ messages)
` [Bug target/109977] "

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