public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[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 target/98519] New: rs6000: @pcrel unsupported on this instruction error in pveclib
 2022-10-03 21:07 UTC  (3+ messages)
` [Bug target/98519] "

[Bug libstdc++/104605] New: _GLIBCXX_USE_C99_STDINT_TR1 macro is not defined for canadian cross freestanding C++ toolchain
 2022-10-03 20:58 UTC  (12+ messages)
` [Bug libstdc++/104605] "

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

[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 libstdc++/107135] New: array<T>::at() method should not be in <array> for freestanding C++
 2022-10-03 20:50 UTC  (8+ messages)
` [Bug libstdc++/107135] "

[Bug fortran/107074] New: ICE: Bad IO basetype (8)
 2022-10-03 20:31 UTC  (2+ messages)
` [Bug fortran/107074] "

[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] "

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

[Bug demangler/107108] New: Uncontrolled stack recursion in rust-demangler.c
 2022-10-03 19:46 UTC  (4+ messages)
` [Bug demangler/107108] "

[Bug target/107131] New: wrong code with -Os -fno-ipa-vrp -fno-tree-bit-ccp
 2022-10-03 19:40 UTC  (4+ messages)
` [Bug target/107131] [11/12 Regression] "

[Bug tree-optimization/107137] New: (unsigned)-(int)(bool_var) should be optimized to -(unsigned)bool_var
 2022-10-03 19:40 UTC 

[Bug fortran/107000] New: ICE in gfc_real2complex, at fortran/arith.cc:2243
 2022-10-03 19:36 UTC  (6+ messages)
` [Bug fortran/107000] "

[Bug c++/107123] New: Size deduction for vector size in template fails
 2022-10-03 19:10 UTC  (4+ messages)
` [Bug c++/107123] "

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

[Bug tree-optimization/107114] New: [13 Regression] Failure to discover range results in bogus warning
 2022-10-03 18:21 UTC  (6+ messages)
` [Bug tree-optimization/107114] "

[Bug bootstrap/107120] New: [13 Regression] trunk fails to bootstrap on powerpc64le-linux-gnu
 2022-10-03 18:19 UTC  (3+ messages)
` [Bug bootstrap/107120] "

[Bug c++/107133] New: _GLIBCXX_USE_C99_STDINT_TR1 macro is not defined for --disable-hosted-libstdcxx without libc
 2022-10-03 17:16 UTC  (3+ messages)
` [Bug libstdc++/107133] "

[Bug c++/772] Statement expressions issues
 2022-10-03 16:41 UTC 

[Bug other/56314] New: Please allow per-function specification of register conventions
 2022-10-03 16:20 UTC  (2+ messages)
` [Bug middle-end/56314] "

[Bug c/59850] New: Support sparse-style pointer address spaces (type attributes)
 2022-10-03 16:16 UTC  (3+ messages)
` [Bug c/59850] "

[Bug tree-optimization/107130] New: [13 Regression] wrong code with -Os -fno-tree-ccp -fno-tree-forwprop -fno-tree-fre
 2022-10-03 15:40 UTC  (7+ 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 bootstrap/107059] New: [13 regression] bootstrap failure after r13-2887-gb04208895fed34
 2022-10-03 15:33 UTC  (3+ messages)
` [Bug bootstrap/107059] "

[Bug c++/107104] New: semantics of __builtin_constant_p within static_assert and return value
 2022-10-03 14:54 UTC  (3+ messages)
` [Bug c++/107104] "

[Bug libstdc++/106749] New: Implement C++23 library features
 2022-10-03 14:51 UTC  (2+ messages)
` [Bug libstdc++/106749] "

[Bug libstdc++/106953] New: C++23 add new headers for freestanding
 2022-10-03 14:51 UTC  (3+ messages)
` [Bug libstdc++/106953] "

[Bug c++/19992] -fhosted/-ffreestanding for C++
 2022-10-03 14:50 UTC 

[Bug libstdc++/103626] New: _GLIBCXX_HOSTED should respect -ffreestanding
 2022-10-03 14:50 UTC  (8+ messages)
` [Bug libstdc++/103626] "

[Bug sanitizer/105531] New: [13 regression] Recent libsanitizer imports breaks Solaris 11.3 build
 2022-10-03 14:31 UTC  (12+ messages)
` [Bug sanitizer/105531] "

[Bug c++/107126] New: GCC accepts invalid out of class definition for destructor with C++17
 2022-10-03 14:29 UTC  (9+ messages)
` [Bug c++/107126] "
` [Bug c++/107126] -Wc++20-compat should complain about template-id in out of class definition for destructor

[Bug tree-optimization/107109] New: ICE on valid code at -O1 on x86_64-linux-gnu: in type, at value-range.h:621
 2022-10-03 14:15 UTC  (5+ messages)
` [Bug tree-optimization/107109] "
` [Bug tree-optimization/107109] [13 Regression] ICE on valid code at -O1 on x86_64-linux-gnu: in type, at value-range.h:621 since r13-2975-g7ea258a13a115e9e

[Bug c++/107132] New: a temporary object with an x-value is not destroyed and is bound to a variable
 2022-10-03 14:15 UTC 

[Bug c++/96830] New: GCC does not complain template-head containing requires clause
 2022-10-03 13:58 UTC  (5+ messages)
` [Bug c++/96830] GCC does not complain about redeclaration with inconsistent "

[Bug c++/107118] New: "does not name a type" when used in constrained struct specialization
 2022-10-03 13:52 UTC  (2+ messages)
` [Bug c++/107118] "

[Bug bootstrap/107119] New: Bootstrap ICE on 32-bit ARM after r13-2871-g1b74b5cb4e9
 2022-10-03 13:15 UTC  (5+ messages)
` [Bug bootstrap/107119] "

[Bug libgcc/106949] New: Memory leak using VLA with -fsplit-stack
 2022-10-03 12:25 UTC  (2+ messages)
` [Bug libgcc/106949] "

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

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

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

[Bug target/107112] New: [13 Regression] endless loop building the amdgcn-amdhsa offload compiler
 2022-10-03  9:23 UTC  (2+ messages)
` [Bug target/107112] "

[Bug debug/107110] New: failure (length) with -fcompare-debug at -O1 and above
 2022-10-03  9:22 UTC  (2+ messages)
` [Bug debug/107110] "

[Bug fortran/107071] New: gfortran.dg/ieee/modes_1.f90 fails on aarch64-linux
 2022-10-03  9:19 UTC  (2+ messages)
` [Bug fortran/107071] "

[Bug fortran/107062] New: [13 regression] gfortran.dg/ieee/fma_1.f90 fails after r13-2577-g7c4c65d11469d2
 2022-10-03  7:30 UTC  (3+ messages)
` [Bug fortran/107062] "

[Bug testsuite/95720] New: New dump output filename strategy invalidates tests
 2022-10-03  5:17 UTC  (2+ messages)
` [Bug testsuite/95720] [11 Regression] "

[Bug target/107125] New: libobjc fails to build on arc-linux-gnu
 2022-10-02 18:04 UTC 

[Bug tree-optimization/107121] New: DEFERRED_INIT misspelled in error message
 2022-10-02 17:13 UTC  (3+ messages)
` [Bug tree-optimization/107121] "

[Bug c++/107124] New: Reference template parameter refers to a temporary object
 2022-10-02 12:23 UTC 

[Bug c++/107111] New: GCC accepts invalid program involving function declaration with pack expansion
 2022-10-02  9:47 UTC  (6+ messages)
` [Bug c++/107111] "

[Bug fortran/107122] New: Improve error message wording
 2022-10-02  9:16 UTC 

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

[Bug target/105753] New: [avr] ICE: in add_clobbers, at config/avr/avr-dimode.md:2705
 2022-10-02  8:06 UTC  (2+ messages)
` [Bug target/105753] "

[Bug c++/107113] New: In function parameter list, `...` expanding a pack is accepted after `()` of a parameter declarator, but not before
 2022-10-02  4:35 UTC  (3+ messages)
` [Bug c++/107113] "

[Bug c/107090] New: [aarch64] sequence logic should be combined with mul and umulh
 2022-10-01 23:51 UTC  (3+ messages)
` [Bug tree-optimization/107090] "

[Bug middle-end/107115] New: Wrong codegen from TBAA under stores that change effective type?
 2022-10-01 23:51 UTC  (3+ messages)
` [Bug rtl-optimization/107115] "
` [Bug middle-end/107115] "

[Bug c/107116] New: -Woverflow false alarm in unreachable code
 2022-10-01 22:13 UTC  (2+ messages)
` [Bug c/107116] "

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

[Bug fortran/100132] New: Optimization breaks pointer association
 2022-10-01 18:56 UTC  (5+ messages)
` [Bug fortran/100132] "

[Bug fortran/100103] New: Automatic reallocation fails inside select rank
 2022-10-01 18:45 UTC  (3+ messages)
` [Bug fortran/100103] "

[Bug fortran/100029] New: ICE on subroutine call with allocatable polymorphic assumed-rank argument
 2022-10-01 18:10 UTC  (2+ messages)
` [Bug fortran/100029] "

[Bug fortran/100040] New: Wrong code with intent out assumed-rank allocatable
 2022-10-01 18:10 UTC  (2+ messages)
` [Bug fortran/100040] "

[Bug c++/81159] New warning idea: -Wself-move
 2022-10-01  8:20 UTC 

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