public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug c++/98940] New: Implement C++23 language features
 2021-07-19 13:59 UTC  (2+ messages)
` [Bug c++/98940] "

[Bug c++/100976] New: [C++23] Make constexpr reference temp constexpr
 2021-07-19 13:59 UTC  (2+ messages)
` [Bug c++/100976] "

[Bug c++/101511] New: ice in query_relation, at value-relation.cc:879
 2021-07-19 13:54 UTC 

[Bug c++/101480] New: Miscompiled code involving operator new
 2021-07-19 13:46 UTC  (15+ messages)
` [Bug c++/101480] [11/12 Regression] "

[Bug lto/101473] New: LTO makes debug info depend on toolchain path
 2021-07-19 13:28 UTC  (7+ messages)
` [Bug lto/101473] "

[Bug bootstrap/43073] libiberty fails to build when using gcc-core
 2021-07-19 13:10 UTC  (2+ messages)

[Bug libstdc++/101427] New: std::get should refuse to compile if type is provided and it is duplicated in std::tuple
 2021-07-19 13:09 UTC  (3+ messages)
` [Bug libstdc++/101427] [11 Regression] "

[Bug target/100182] New: [8/9/10/11/12 Regression] Miscompilation of atomic_float/1.cc on i686
 2021-07-19 13:08 UTC  (2+ messages)
` [Bug target/100182] [8/9/10/11/12 Regression] Miscompilation of atomic_float/1.cc and atomic_float/wait_notify.cc "

[Bug c++/101488] New: Implement p1042r1 __VA_OPT__ placemarker changes
 2021-07-19 12:51 UTC  (2+ messages)
` [Bug c++/101488] "

[Bug c++/101509] New: Rejects valid construction call with type inference
 2021-07-19 12:49 UTC  (3+ messages)
` [Bug c++/101509] "

[Bug c++/89062] class template argument deduction failure with parentheses
 2021-07-19 12:49 UTC 

[Bug c++/101460] New: Useless cascade of overload resolution errors for invalid expression
 2021-07-19 12:38 UTC  (2+ messages)
` [Bug c++/101460] "

[Bug c++/101510] New: std::filesystem::create_directory on an existing symlink to a directory
 2021-07-19 12:35 UTC 

[Bug target/101505] New: [10/11/12 Regression] ICE: verify_gimple failed (error: incompatible types in 'PHI' argument 0)
 2021-07-19 12:22 UTC  (6+ messages)
` [Bug target/101505] "
` [Bug target/101505] [10/11 "

[Bug tree-optimization/101506] New: [12 Regression] gcc.target/aarch64/vect-fmaxv-fminv-compile.c fail after gcc-12-2292-g1dd3f2109585
 2021-07-19 12:16 UTC  (5+ messages)
` [Bug tree-optimization/101506] "
` [Bug testsuite/101506] "

[Bug c/99121] New: [9/10/11 Regression] ICE tree check: expected integer_cst, have var_decl in get_len, at tree.h:6037
 2021-07-19 12:07 UTC  (3+ messages)
` [Bug tree-optimization/99121] "

[Bug tree-optimization/101260] New: Backport 27381e78925 to GCC 11
 2021-07-19 12:02 UTC  (2+ messages)
` [Bug rtl-optimization/101260] [10/11/12 Regression] "

[Bug target/101142] New: [11/12 regression] Regression due to supporting bitwise operators on AVX512 masks
 2021-07-19 12:02 UTC  (2+ messages)
` [Bug target/101142] [11 "

[Bug lto/100692] New: [11 Regression] ICE in fld_incomplete_type_of, at tree.c:5452
 2021-07-19 12:01 UTC  (2+ messages)
` [Bug c++/100692] "

[Bug target/100106] New: [10/11 Regression] ICE in gen_movdi, at config/arm/arm.md:6187 since r10-2840-g70cdb21e
 2021-07-19 11:59 UTC  (2+ messages)
` [Bug target/100106] "

[Bug c++/101500] New: gcc accepts the code with extra curly braces
 2021-07-19 11:50 UTC  (3+ messages)
` [Bug c++/101500] [9/10/11/12 Regression] "

[Bug c++/101442] New: Destructor not called for a temporary object, if it
 2021-07-19 11:49 UTC  (2+ messages)
` [Bug c++/101442] [9/10/11/12 Regression] Destructor not called for a temporary object, if it's bound to a ref member of an object subject to NRVO

[Bug libstdc++/100863] New: 23_containers/unordered_{map,set}/allocator/default_init.cc still fail at runtime even after r12-1153
 2021-07-19 11:47 UTC  (2+ messages)
` [Bug libstdc++/100863] "

[Bug tree-optimization/101508] New: Possible undefined behaviour in cpp program using "unsigned" type starting from GCC 9
 2021-07-19 11:00 UTC  (3+ messages)
` [Bug tree-optimization/101508] [9/10/11/12 Regression] Possible undefined behaviour in cpp program using "unsigned" type starting with r9-4145

[Bug c++/90033] [concepts] ICE segfault evaluating a requires clause that transitively depends on itself
 2021-07-19 10:07 UTC  (2+ messages)

[Bug c++/82833] [concepts] Out-of-line definition of nested class template errors with constraint (ICE)
 2021-07-19 10:04 UTC  (2+ messages)

[Bug target/101507] New: ice for gcc.dg/Wstringop-overflow-69.c with -march=iwmmxt
 2021-07-19  9:24 UTC 

[Bug target/101484] New: [12 Regression] trunk 20210717 ftbfs for amdgcn-amdhsa (gcn offload)
 2021-07-19  8:27 UTC  (3+ messages)
` [Bug target/101484] "

[Bug c++/101443] New: internal compiler error: in wide_int_to_tree_1, at tree.c:1519
 2021-07-19  7:55 UTC  (3+ messages)
` [Bug c++/101443] [9/10/11 Regression] "
` [Bug c++/101443] [9/10 "

[Bug c++/101210] New: [7/8/9/10/11/12 regression] spurious "reference binding to misaligned address" ubsan error for integer comparison
 2021-07-19  7:55 UTC  (3+ messages)
` [Bug c++/101210] [9/10/11 "
` [Bug c++/101210] [9/10 "

[Bug c/101171] New: [12 Regression] ICE: tree check: expected class ‘type’, have ‘exceptional’ (error_mark) in c_expr_sizeof_expr, at c/c-typeck.c:3006
 2021-07-19  7:55 UTC  (3+ messages)
` [Bug c/101171] [10/11 "
` [Bug c/101171] [10 "

[Bug c/101172] New: [12 regression] ICE Segmentation fault
 2021-07-19  7:54 UTC  (3+ messages)
` [Bug middle-end/101172] [11 Regression] "

[Bug target/100211] New: aarch64: OOB accesses in aarch64_{save,restore}_callee_saves
 2021-07-19  7:51 UTC  (2+ messages)
` [Bug target/100211] [9/10/11/12 Regression] "

[Bug target/101504] New: [12 Regression] ICE: in lra_assign, at lra-assigns.c:1649 with -O2 -march=broadwell
 2021-07-19  7:45 UTC  (2+ messages)
` [Bug target/101504] "

[Bug target/100204] New: aarch64: UB evaluating J constraint
 2021-07-19  7:43 UTC  (3+ messages)
` [Bug target/100204] "

[Bug target/100202] New: aarch64: UB in insv<mode> expander
 2021-07-19  7:36 UTC  (2+ messages)
` [Bug target/100202] "

[Bug c/98621] New: ICE: x from g referenced in f
 2021-07-19  7:31 UTC  (3+ messages)
` [Bug c/98621] [9/10/11/12 Regression] "

[Bug c++/101070] New: ICE: Error reporting routines re-entered
 2021-07-19  7:16 UTC  (2+ messages)
` [Bug c++/101070] "

[Bug bootstrap/53266] New: Error: Unrecognized opcode: `mulhwu'
 2021-07-19  7:13 UTC  (2+ messages)
` [Bug bootstrap/53266] "

[Bug bootstrap/57292] New: Failure in build after stage 3, concerning libitm.la
 2021-07-19  7:08 UTC  (2+ messages)
` [Bug bootstrap/57292] "

[Bug bootstrap/40447] Add a switch to configure to allow *source* directory of mprt and gmp to be specified
 2021-07-19  6:52 UTC  (2+ messages)

[Bug analyzer/101503] New: [12 Regression] ICE in involves_p, at analyzer/svalue.cc:557
 2021-07-19  6:51 UTC  (2+ messages)
` [Bug analyzer/101503] "

[Bug tree-optimization/101501] New: wrong code at -O3 on x86_64-linux-gnu
 2021-07-19  6:39 UTC  (5+ messages)
` [Bug tree-optimization/101501] "
` [Bug tree-optimization/101501] [11/12 Regression] "

[Bug c/101497] New: ice in type, at value-range.h:221
 2021-07-19  6:36 UTC  (5+ messages)
` [Bug tree-optimization/101497] [12 Regression] "

[Bug c/101496] New: ice during GIMPLE pass: evrp
 2021-07-19  6:36 UTC  (5+ messages)
` [Bug tree-optimization/101496] [12 Regression] "

[Bug tree-optimization/101186] New: predictable comparison of integer variables not folded
 2021-07-19  6:35 UTC  (2+ messages)
` [Bug tree-optimization/101186] "

[Bug jit/101491] New: [11 regression] /usr/local/include/libgccjit++.h conflicts between different GCC installations
 2021-07-19  6:35 UTC  (4+ messages)
` [Bug jit/101491] "
` [Bug jit/101491] [11/12 "

[Bug tree-optimization/101481] New: -ftree-loop-distribute-patterns can slow down and increases size of code
 2021-07-19  6:29 UTC  (2+ messages)
` [Bug tree-optimization/101481] [11/12 Regression] "

[Bug c/101474] New: -fipa-icf generates worse code for identical function
 2021-07-19  6:21 UTC  (2+ messages)
` [Bug tree-optimization/101474] SRA sometimes produces worse code with inline functions (seen with -fipa-icf sometimes)

[Bug bootstrap/84402] [meta] GCC build system: parallelism bottleneck
 2021-07-19  6:19 UTC  (2+ messages)

[Bug bootstrap/49908] New: -lm missing after -lmpc
 2021-07-19  6:17 UTC  (3+ messages)
` [Bug bootstrap/49908] "

[Bug c/101469] New: wrong code with "-O2 -fPIE" for SH
 2021-07-19  6:13 UTC  (5+ messages)
` [Bug target/101469] "

[Bug bootstrap/54444] New: 32-bit glibc development headers required on GNU/Linux x86_64, but not checked during configure
 2021-07-19  6:12 UTC  (2+ messages)
` [Bug bootstrap/54444] "

[Bug bootstrap/56752] New: GCC fails to bootstrap on Debian GNU/Linux 7.0 (wheezy) when x32 libraries aren't installed
 2021-07-19  6:12 UTC  (3+ messages)
` [Bug bootstrap/56752] GCC fails to bootstrap on Debian GNU/Linux 7.0 (wheezy) when 32-bit "

[Bug bootstrap/56045] New: include file `marvell-pj4.md' not found
 2021-07-19  6:06 UTC  (2+ messages)
` [Bug bootstrap/56045] "

[Bug ipa/101502] New: Inconsistent behavior in maybe_record_node()
 2021-07-19  6:01 UTC 

[Bug bootstrap/45372] warning coverage.c assigns -1 to unsigned, suggest -1u
 2021-07-19  5:18 UTC 

[Bug tree-optimization/33027] missed optimisation could pull branch out of loop
 2021-07-19  5:07 UTC 

[Bug tree-optimization/32553] missed optimization to eliminate duplicate expressions
 2021-07-19  4:52 UTC 

[Bug tree-optimization/90460] Inefficient vector construction from pieces
 2021-07-19  4:45 UTC 

[Bug tree-optimization/89491] Inline jump tables
 2021-07-19  4:33 UTC 

[Bug tree-optimization/100457] New: [meta bug] Enabling O2 vectorization in GCC 12
 2021-07-19  4:22 UTC  (2+ messages)
` [Bug tree-optimization/100457] "

[Bug tree-optimization/98026] New: optimization dependant on condition order
 2021-07-19  4:17 UTC  (2+ messages)
` [Bug tree-optimization/98026] "

[Bug tree-optimization/83073] Range for VR_VARYING | [1, 1]
 2021-07-19  4:10 UTC  (2+ messages)

[Bug tree-optimization/96195] New: aarch64: ICE during GIMPLE pass:vect
 2021-07-19  3:52 UTC  (2+ messages)
` [Bug tree-optimization/96195] "

[Bug tree-optimization/94617] New: Simple if condition not optimized
 2021-07-19  3:40 UTC  (2+ messages)
` [Bug target/94617] "

[Bug tree-optimization/32825] Reduction with nonzero start (arbitrary also) causes an extra add to happen
 2021-07-19  3:27 UTC 

[Bug tree-optimization/51506] New: Function cloning misses constant struct
 2021-07-19  3:06 UTC  (2+ messages)
` [Bug ipa/51506] Function cloning misses constant struct at -Os vs -O2

[Bug tree-optimization/89184] GCC does not simplify expressions involving shifts, bitwise operators and comparisons
 2021-07-19  2:15 UTC 

[Bug target/80874] gcc does not emit cmov for minmax
 2021-07-19  1:51 UTC 

[Bug tree-optimization/34943] -fno-strict-overflow fails to prevent use of signed overflow
 2021-07-19  1:41 UTC 

[Bug other/33702] [meta-bug] GCC 4.4 pending patches
 2021-07-19  1:41 UTC 

[Bug tree-optimization/29710] gnat ICEs on -fprefetch-loop-arrays -O1
 2021-07-19  1:21 UTC 

[Bug c++/67491] New: [meta-bug] concepts issues
 2021-07-19  0:51 UTC  (3+ messages)
` [Bug c++/67491] "

[Bug c++/81971] [concepts] internal compiler error: in check_noexcept_r, at cp/except.c:1028
 2021-07-19  0:30 UTC 

[Bug c++/89080] ICE with immediately invoked constexpr lambda
 2021-07-19  0:27 UTC 

[Bug c++/84162] Internal compiler error: in tsubst, at cp/pt.c:13617 / SEGFAULT
 2021-07-19  0:19 UTC 

[Bug c++/83040] __attribute__((always_inline)) causes internal_compiler_error (segmentation fault) (with recursive meta-template programming function)
 2021-07-19  0:17 UTC 

[Bug c++/79711] [concepts] ICE in instantiate_decl, at cp/pt.c:22474
 2021-07-19  0:02 UTC 

[Bug c++/95822] New: [coroutines] compiler internal error with local object with noexcept false destructor
 2021-07-18 23:48 UTC  (2+ messages)
` [Bug c++/95822] "

[Bug c++/96141] New: Coroutine and noexcept(false) destructor cause: internal compiler error: in gimplify_var_or_parm_decl, at gimplify.c:2817
 2021-07-18 23:48 UTC  (2+ messages)
` [Bug c++/96141] ICE in gimplify: "

[Bug c++/85885] internal compiler error, gimplify.c related
 2021-07-18 23:45 UTC 

[Bug testsuite/100422] New: [12 regression] g++.dg/gomp/clause-3.C fails after r12-438
 2021-07-18 23:29 UTC  (2+ messages)
` [Bug testsuite/100422] "

[Bug c/94366] New: OpenMP Parallel Reduction with "&&" operator does not compute correct result
 2021-07-18 23:29 UTC  (2+ messages)
` [Bug middle-end/94366] "

[Bug go/101407] New: non-determinism in -fdump-go-spec
 2021-07-18 23:29 UTC  (2+ messages)
` [Bug go/101407] "

[Bug target/80377] gcc: error: unrecognized command line option ‘-mavx512’; did you mean ‘-mavx512 ’?
 2021-07-18 23:29 UTC 

[Bug debug/101266] New: ICE with -g: in loc_list_from_tree_1, at dwarf2out.c:19421
 2021-07-18 23:29 UTC  (2+ messages)
` [Bug debug/101266] "

[Bug c/101176] New: valgrind error for c-c++-common/builtin-has-attribute.c
 2021-07-18 23:28 UTC  (2+ messages)
` [Bug c/101176] "

[Bug c++/79172] -Wunused-but-set-parameter gone nuts
 2021-07-18 23:24 UTC 

[Bug c++/79746] [7 Regression] Confusing -Wunused-but-set-parameter warning with virtual inheritance
 2021-07-18 23:24 UTC 

[Bug preprocessor/66932] New: Preprocessor includes wrong header file
 2021-07-18 23:03 UTC  (2+ messages)
` [Bug preprocessor/66932] "

[Bug c++/94939] New: [9.2.1] invalid code generation in ternary op with static class member (undefined behaviour nearby?)
 2021-07-18 22:44 UTC  (3+ messages)
` [Bug c++/94939] "

[Bug debug/95360] New: inconsistent behaviors at -O0
 2021-07-18 22:20 UTC  (2+ messages)
` [Bug debug/95360] "

[Bug c++/95948] New: memmove error
 2021-07-18 22:18 UTC  (2+ messages)
` [Bug c++/95948] "

[Bug middle-end/77682] GCC crashes while compiling OpenAL-Soft 1.17.2
 2021-07-18 22:11 UTC 

[Bug libstdc++/78409] Segfault in classify_object_over_fdes when throwing an exception
 2021-07-18 21:55 UTC 

[Bug target/78784] CRITIC BUG: Create a trash code using trash values of registers
 2021-07-18 21:45 UTC 

[Bug c/62088] New: [GCC-4.10.1] Compilation failed to produce executable: torture with -fsanitize=address
 2021-07-18 21:37 UTC  (3+ messages)
` [Bug sanitizer/62088] [GCC-5] "

[Bug c/63435] New: Bad code with weak vs localalias on AIX
 2021-07-18 21:21 UTC  (2+ messages)
` [Bug target/63435] "

[Bug c++/67950] New: AIX: Illegal instruction in accept()
 2021-07-18 21:21 UTC  (2+ messages)
` [Bug c++/67950] "

[Bug c++/62080] New: Suboptimal code generation with eigen library
 2021-07-18 21:18 UTC  (2+ messages)
` [Bug middle-end/62080] "

[Bug c++/101485] New: Calling std::equal with std::byte* does not use memcmp
 2021-07-18 21:14 UTC  (2+ messages)
` [Bug libstdc++/101485] "

[Bug target/61051] New: Duplicated instructions in both conditional branches
 2021-07-18 21:12 UTC  (3+ messages)
` [Bug tree-optimization/61051] "

[Bug tree-optimization/59479] New: Inlining of static function bloats code size when Os
 2021-07-18 20:41 UTC  (2+ messages)
` [Bug ipa/59479] "

[Bug fortran/101255] New: FLUSH statement - error should be negative
 2021-07-18 20:22 UTC  (2+ messages)
` [Bug libfortran/101255] "

[Bug fortran/101348] New: ICE in gfc_get_nodesc_array_type, at fortran/trans-types.c:1697
 2021-07-18 20:03 UTC  (2+ messages)
` [Bug fortran/101348] [Coarray] "

[Bug target/101492] New: -msse4 -mgeneral-regs-only doesn't work
 2021-07-18 19:54 UTC  (3+ messages)
` [Bug target/101492] "

[Bug target/101495] New: Unnecessary vzeroupper
 2021-07-18 19:53 UTC  (3+ messages)
` [Bug target/101495] "

[Bug tree-optimization/59377] New: VRP produces bogus warning with -Warray-bounds
 2021-07-18 19:49 UTC  (2+ messages)
` [Bug tree-optimization/59377] "

[Bug bootstrap/58427] New: xgcc target compilation depends on installed libgcc_s.so
 2021-07-18 19:42 UTC  (2+ messages)
` [Bug bootstrap/58427] "

[Bug fortran/101084] New: [10/11/12 Regression] ICE in gfc_typenode_for_spec, at fortran/trans-types.c:1124
 2021-07-18 19:36 UTC  (2+ messages)
` [Bug fortran/101084] "

[Bug c++/51785] New: gets not anymore declared
 2021-07-18 18:40 UTC  (2+ messages)
` [Bug libstdc++/51785] "

[Bug sanitizer/94076] libsanitizer fails with 64-bit time_t
 2021-07-18 18:16 UTC 

[Bug c/94761] New: host != target
 2021-07-18 18:15 UTC  (2+ messages)
` [Bug bootstrap/94761] "

[Bug target/80786] m68k: internal compiler error: in change_address_1
 2021-07-18 15:35 UTC 

[Bug target/82420] ICE with -malign-int and -m68000
 2021-07-18 14:34 UTC 

[Bug jit/95498] New: unhandled conversion
 2021-07-18 14:11 UTC  (3+ messages)
` [Bug jit/95498] "

[Bug c++/101499] New: ICE: in dependent_type_p, at cp/pt.c:26765
 2021-07-18 13:58 UTC 

[Bug bootstrap/93758] Building x86_64-w64-mingw32-gcc (mingw-w64) on macOS Catalina results in "internal compiler error: Segmentation fault"
 2021-07-18 13:23 UTC  (2+ messages)

[Bug middle-end/61577] [4.9.0 Regression] can't compile on hp-ux v3 ia64
 2021-07-18 12:39 UTC 

[Bug c++/101498] New: gcc accepts template code with 'auto' as subtype
 2021-07-18 11:34 UTC 

[Bug target/101286] New: [12 Regression] ICE: in ix86_expand_vector_move, at config/i386/i386-expand.c:574 with -mavx2 and __int128 vector
 2021-07-18 10:47 UTC  (2+ messages)
` [Bug target/101286] "

[Bug c++/101160] New: [12 Regression] ICE in df_word_lr_local_compute, at df-problems.c:2962 since r12-1702-g7232f7c4c2d72743
 2021-07-18 10:42 UTC  (2+ messages)
` [Bug middle-end/101160] "

[Bug c++/101162] New: [12 Regression] ICE (verify_gimple failed) for switch returning pointer-to-members
 2021-07-18 10:41 UTC  (2+ messages)
` [Bug tree-optimization/101162] [12 Regression] ICE (verify_gimple failed) for switch returning pointer-to-members since r12-1608

[Bug tree-optimization/101494] New: -Wmaybe-uninitialized false alarm with memrchr of size 0
 2021-07-18  9:18 UTC  (2+ messages)
` [Bug tree-optimization/101494] "

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