public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug c++/98938] New: throw calls move constructor
 2021-02-04 10:39 UTC  (2+ messages)
` [Bug c++/98938] "

[Bug target/98962] New: Perform bitops on floats directly with SSE
 2021-02-04 10:31 UTC  (4+ messages)
` [Bug rtl-optimization/98962] "

[Bug target/98957] New: [x86] Odd code generation for 8-bit left shift
 2021-02-04 10:07 UTC  (6+ messages)
` [Bug target/98957] [11 Regression] "

[Bug tree-optimization/97821] New: wrong code with -ftree-vectorize at -O1 on x86_64-pc-linux-gnu
 2021-02-04  9:02 UTC  (3+ messages)
` [Bug tree-optimization/97821] [8/9/10/11 Regression] wrong code with -ftree-vectorize at -O1 on x86_64-pc-linux-gnu by r6-3608

[Bug driver/98943] New: gcc driver does not fail on unknown files: tricks configure scripts to recognize /W4 and -diag-disable 1,2,3,4 options
 2021-02-04  8:25 UTC  (9+ messages)
` [Bug driver/98943] [11 Regression] "

[Bug c/98965] New: assingment to a struct with an atomic member not atomic
 2021-02-04  8:16 UTC  (3+ messages)
` [Bug c/98965] "

[Bug tree-optimization/98961] New: Failure to optimize successive comparisons with 0 into clz
 2021-02-04  8:10 UTC  (2+ messages)
` [Bug rtl-optimization/98961] "

[Bug target/91400] __builtin_cpu_supports conjunction is optimized poorly
 2021-02-04  8:07 UTC 

[Bug tree-optimization/98960] New: Failure to optimize accumulate loop to mul
 2021-02-04  7:55 UTC  (2+ messages)
` [Bug tree-optimization/98960] "

[Bug tree-optimization/98956] New: Failure to optimize out boolean left shift
 2021-02-04  7:45 UTC  (2+ messages)
` [Bug tree-optimization/98956] "

[Bug tree-optimization/98953] New: Failure to optimize two reads from adjacent addresses into one
 2021-02-04  7:42 UTC  (2+ messages)
` [Bug tree-optimization/98953] "

[Bug target/98867] New: Failure to use SRI instruction for shift-right-and-insert vector operations
 2021-02-04  7:10 UTC  (2+ messages)
` [Bug target/98867] "

[Bug c++/98802] New: class template argument deduce guide leads infinite recursive
 2021-02-04  6:46 UTC  (4+ messages)
` [Bug c++/98802] [10/11 Regression] class template argument deduce guide leads infinite recursive since r10-4719-g9b41ebbcdf9e3328
` [Bug c++/98802] [10 "

[Bug debug/98946] New: GCC generating incorrect relocation R_386_GOTOFF in .debug-info for x86 (32)
 2021-02-04  2:49 UTC  (7+ messages)
` [Bug debug/98946] "

[Bug c++/96462] New: [10/11 Regression] ICE in tree check: expected identifier_node, have bit_not_expr in find_namespace_slot, at cp/name-lookup.c:97
 2021-02-04  2:46 UTC  (4+ messages)
` [Bug c++/96462] "

[Bug c++/95192] New: [11 Regression] ICE: tree check: expected tree_list, have error_mark in handle_assume_aligned_attribute, at c-family/c-attribs.c:2996
 2021-02-04  2:40 UTC  (3+ messages)
` [Bug c++/95192] "

[Bug c++/97994] New: [11 Regression] ICE in nothrow_spec_p, at cp/except.c:1183
 2021-02-04  1:55 UTC  (2+ messages)
` [Bug c++/97994] [8/9/10/11 Regression] ICE in nothrow_spec_p, at cp/except.c:1183 since r7-4383-g51dc660315ef83dc

[Bug c++/98102] New: [9/10/11 Regression] ICE tree check: expected block, have function_decl in change_scope, at final.c:1480
 2021-02-04  1:50 UTC  (2+ messages)
` [Bug c++/98102] "

[Bug fortran/98948] New: unexpected error in procedure pointer initialization or assignment with intrinsic
 2021-02-04  0:47 UTC  (4+ messages)
` [Bug fortran/98948] "

[Bug target/98914] New: [11 Regression] ICE in rs6000_expand_vector_set, at config/rs6000/rs6000.c:7198
 2021-02-04  0:38 UTC  (5+ messages)
` [Bug target/98914] "

[Bug target/98958] New: ICE in rs6000_expand_vector_set_var_p8, at config/rs6000/rs6000.c:7050
 2021-02-04  0:38 UTC  (3+ messages)
` [Bug target/98958] "

[Bug target/98872] New: ICE leads to SEGV on MMA test case
 2021-02-04  0:05 UTC  (2+ messages)
` [Bug target/98872] "

[Bug tree-optimization/98966] New: Failure to optimize conditional or with 1 based on boolean condition to direct or
 2021-02-03 23:53 UTC 

[Bug c/97882] New: Segmentation Fault on improper redeclaration of function
 2021-02-03 23:23 UTC  (2+ messages)
` [Bug c/97882] [8/9/10/11 Regression] "

[Bug c++/98947] New: Incorrect warning when using a ternary operator to select one of two volatile variables to write to
 2021-02-03 22:49 UTC  (4+ messages)
` [Bug c++/98947] "
` [Bug c++/98947] [10/11 Regression] "

[Bug other/98926] New: [11 regression] several ICEs after r11-7011
 2021-02-03 22:38 UTC  (7+ messages)
` [Bug c++/98926] "

[Bug testsuite/98964] New: FAIL: g++.dg/cpp0x/constexpr-52830.C -std=c++14 (test for excess errors)
 2021-02-03 22:24 UTC 

[Bug c++/98882] New: ICE in in cpp_directive_only_process on empty translation unit
 2021-02-03 22:19 UTC  (3+ messages)
` [Bug preprocessor/98882] [11 Regression] "

[Bug libgcc/98952] New: powerpc*: __trampoline_setup inverted test for trampoline size
 2021-02-03 21:47 UTC  (3+ messages)
` [Bug libgcc/98952] "

[Bug c/98963] New: gcc/jit/libgccjit++.h: 20 * function could be const
 2021-02-03 21:40 UTC 

[Bug target/98927] New: Code using _mm_extract_epi16 compiles with -O3 but not on other optimization modes
 2021-02-03 21:34 UTC  (3+ messages)
` [Bug target/98927] "

[Bug c/98945] New: gcc does not warn when assigning value of type int (*)() to variable of type int (*)(double)
 2021-02-03 21:31 UTC  (4+ messages)
` [Bug c/98945] "

[Bug fortran/46897] New: [OOP] Polymorphic type - defined ASSIGNMENT(=) not used
 2021-02-03 21:22 UTC  (2+ messages)
` [Bug fortran/46897] [OOP] type-bound defined ASSIGNMENT(=) not used for derived type component in intrinsic assign

[Bug d/98910] New: [11 regression] locale_t undefined on Solaris
 2021-02-03 21:08 UTC  (2+ messages)
` [Bug d/98910] "

[Bug c++/98940] New: Implement C++23 language features
 2021-02-03 20:00 UTC  (3+ messages)
` [Bug c++/98940] "

[Bug c++/98941] New: [C++23] Implement P0330R2 - Literal Suffixes for ptrdiff_t and size_t
 2021-02-03 20:00 UTC  (5+ messages)
` [Bug c++/98941] "

[Bug c++/96821] New: [concepts] Incorrect evaluation of concept with ill-formed expression
 2021-02-03 19:28 UTC  (2+ messages)
` [Bug c++/96821] "

[Bug fortran/98904] New: valgrind error in gfc_trans_assignment_1 during bootstrap
 2021-02-03 19:10 UTC  (4+ messages)
` [Bug fortran/98904] "

[Bug c++/98885] New: [modules] forward declaration of classes prevent them from being exported at the point of actual declaration
 2021-02-03 18:58 UTC  (2+ messages)
` [Bug c++/98885] "

[Bug target/98959] New: ICE in extract_constrain_insn, at recog.c:2670
 2021-02-03 18:52 UTC  (2+ messages)
` [Bug target/98959] "

[Bug c++/98951] New: gcc/cp/call.c: 4 * member functions can be marked const
 2021-02-03 18:48 UTC  (5+ messages)
` [Bug c++/98951] "

[Bug target/97528] New: [10/11 Regression] ICE in decompose_automod_address, at rtlanal.c:6298 (arm-linux-gnueabihf)
 2021-02-03 18:37 UTC  (5+ messages)
` [Bug target/97528] [9/10 "

[Bug target/85640] [8/9/10/11 Regression] code size regression vs 7.x
 2021-02-03 18:36 UTC  (2+ messages)

[Bug c++/98570] New: ICE: canonical types differ for identical types
 2021-02-03 17:51 UTC  (2+ messages)
` [Bug c++/98570] [8/9/10/11 Regression] "

[Bug tree-optimization/98937] New: [11 Regression] pointer_query cache leaks
 2021-02-03 17:25 UTC  (4+ messages)
` [Bug tree-optimization/98937] "

[Bug bootstrap/98590] New: [11 regression] Bootstrap failure with Ada on Cygwin since switch to C++11
 2021-02-03 16:45 UTC  (2+ messages)
` [Bug bootstrap/98590] "

[Bug target/98931] New: arm: Assembly fails with "branch out of range or not a multiple of 2"
 2021-02-03 16:38 UTC  (8+ messages)
` [Bug target/98931] [11 Regression] arm: Assembly fails with "branch out of range or not a multiple of 2" since r11-2012

[Bug middle-end/97804] New: ICE in output_constructor_register_field varasm.c:5407
 2021-02-03 16:20 UTC  (5+ messages)
` [Bug c++/97804] [9/10 Regression] ICE in output_constructor_register_field varasm.c:5407 since r9-5710
` [Bug c++/97804] [9 "

[Bug c++/98933] New: P0784R7 example support: constexpr new
 2021-02-03 16:17 UTC  (2+ messages)
` [Bug c++/98933] "

[Bug target/97701] New: [10/11 Regression] aarch64: ICE in extract_constrain_insn since r10-4447-g095f78c6
 2021-02-03 15:57 UTC  (2+ messages)
` [Bug target/97701] [10 "

[Bug tree-optimization/98955] New: Failure to optimize shift+compare to single shift
 2021-02-03 15:57 UTC 

[Bug c++/97474] New: Regression: optimization produces wrong code
 2021-02-03 15:56 UTC  (2+ messages)
` [Bug c++/97474] [8/9 Regression] produces wrong code with references to another field

[Bug c++/97878] New: [9/10/11 Regression] ICE in cxx_eval_outermost_constant_expr, at cp/constexpr.c:6825
 2021-02-03 15:45 UTC  (3+ messages)
` [Bug c++/97878] [8/9/10/11 "

[Bug target/95253] New: [10/11 Regression] Build failure on MSys. Wrong dependency file escaping on Windows
 2021-02-03 15:32 UTC  (3+ messages)
` [Bug preprocessor/95253] "

[Bug bootstrap/98860] New: boostrap failure on MinGW-w64 windows 10
 2021-02-03 15:29 UTC  (4+ messages)
` [Bug bootstrap/98860] [11 Regression] "

[Bug tree-optimization/98954] New: Failure to optimize left shift+and pattern
 2021-02-03 15:22 UTC 

[Bug c++/98899] New: ICE: Illegal instruction: 4 "error: could not convert '<unparsed>' from ''<invalid tree code>'" on macOS
 2021-02-03 15:22 UTC  (3+ messages)
` [Bug c++/98899] [10/11 Regression] ICE in tsubst_copy, at cp/pt.c:16198 since r10-1280-g78f7607db4c53f8c
` [Bug c++/98899] [10 "

[Bug tree-optimization/98866] New: [11 Regresion] Compile time hog in VRP since r11-3685-gfcae5121154d1c33
 2021-02-03 15:04 UTC  (3+ messages)
` [Bug tree-optimization/98866] "

[Bug c++/98881] New: [modules] internal compiler error: in tpl_parms_fini, at cp/module.cc:9933
 2021-02-03 14:50 UTC  (2+ messages)
` [Bug c++/98881] "

[Bug c/97932] New: Preprocessor, generated error dumps most of the source file, not just one line
 2021-02-03 14:21 UTC  (3+ messages)
` [Bug c/97932] [8/9/10/11 Regression] Preprocessor, generated error dumps most of the source file, not just one line by r6-5941

[Bug tree-optimization/98855] New: [11 Regression] botan XTEA is 100% slower on znver2 since r11-4428-g4a369d199bf2f34e
 2021-02-03 14:21 UTC  (3+ messages)
` [Bug tree-optimization/98855] "

[Bug tree-optimization/98174] New: [11 Regression] Ranger takes too much memory
 2021-02-03 14:02 UTC  (3+ messages)
` [Bug tree-optimization/98174] "

[Bug c++/98326] New: ICE: in create_tmp_var, at gimple-expr.c:482, converting stateless generic-lambda to function pointer
 2021-02-03 13:22 UTC  (2+ messages)
` [Bug c++/98326] [10/11 Regression] ICE: in create_tmp_var, at gimple-expr.c:482, converting stateless generic-lambda to function pointer since r10-599-gc652ff8312433483

[Bug c++/98819] New: -Wall -Wformat-signedness suggests %u for %u
 2021-02-03 13:06 UTC  (2+ messages)
` [Bug c/98819] Wall Wformat-signedness "

[Bug tree-optimization/98243] New: gcc.dg/gomp/simd-2.c etc. FAIL
 2021-02-03 12:45 UTC  (2+ messages)
` [Bug testsuite/98243] "

[Bug rtl-optimization/98863] New: WRF with LTO consumes a lot of memory in split2 pass
 2021-02-03 12:33 UTC  (3+ messages)
` [Bug rtl-optimization/98863] [11 Regression] WRF with LTO consumes a lot of memory in REE, FWPROP and x86 specific passes

[Bug lto/98912] New: valgrind error in default_elf_asm_output_ascii
 2021-02-03 12:19 UTC  (4+ messages)
` [Bug lto/98912] "

[Bug rtl-optimization/98144] New: REE needs 6GB DF memory when compiling insn-extract.c with RTL checking enabled
 2021-02-03 10:23 UTC  (2+ messages)
` [Bug rtl-optimization/98144] "

[Bug tree-optimization/98673] New: pass fre4 inhibit pass dom3 to create much more optimized code
 2021-02-03 10:19 UTC  (3+ messages)
` [Bug tree-optimization/98673] "

[Bug c++/98949] New: gcc-9.3 aarch64 -ftree-vectorize generates wrong code
 2021-02-03 10:12 UTC  (4+ messages)
` [Bug c++/98949] "
` [Bug tree-optimization/98949] "

[Bug c++/83417] Pointer-to-member template parameter with auto member type dependent container type does not work (C++17)
 2021-02-03 10:01 UTC 

[Bug fortran/98913] New: Create-temporary difference coarray/noncoarray – invalid code due to missing temporary
 2021-02-03  9:36 UTC  (3+ messages)
` [Bug fortran/98913] "
` [Bug fortran/98913] Create-temporary difference coarray/noncoarray – unnecessarily created temporary

[Bug tree-optimization/96522] New: Incorrect with with -O -fno-tree-pta
 2021-02-03  8:27 UTC  (2+ messages)
` [Bug tree-optimization/96522] [9 Regression] "

[Bug tree-optimization/97043] New: latent wrong-code with SLP vectorization
 2021-02-03  8:27 UTC  (3+ messages)
` [Bug tree-optimization/97043] "

[Bug tree-optimization/97236] New: [10/11 Regression] g:e93428a8b056aed83a7678 triggers vlc miscompile
 2021-02-03  8:26 UTC  (3+ messages)
` [Bug tree-optimization/97236] [10 "
` [Bug tree-optimization/97236] [8/9 "

[Bug c++/98932] New: Wrong output with -O3 on aarch64
 2021-02-03  8:25 UTC  (2+ messages)
` [Bug tree-optimization/98932] "

[Bug middle-end/97487] New: [10/11 Regression] ICE in expand_simple_binop, at optabs.c:939
 2021-02-03  8:12 UTC  (3+ messages)
` [Bug middle-end/97487] [8/9/10/11 Regression] ICE in expand_simple_binop, at optabs.c:939 since r8-3977
` [Bug middle-end/97487] [8/9/10 "

[Bug c/97971] New: [9/10/11 Regression] ICE in process_alt_operands, at lra-constraints.c:3110
 2021-02-03  8:12 UTC  (3+ messages)
` [Bug middle-end/97971] "
` [Bug middle-end/97971] [9/10 "

[Bug rtl-optimization/98287] New: [10/11 Regression] ICE: in expand_expr_real_2, at expr.c:10000 with -O2 -fno-tree-ccp -fno-tree-forwprop
 2021-02-03  8:11 UTC  (3+ messages)
` [Bug rtl-optimization/98287] "
` [Bug rtl-optimization/98287] [10 "

[Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
 2021-02-03  8:10 UTC 

[Bug tree-optimization/98928] New: [11 regression] ICE when build 638.imagick_s
 2021-02-03  8:10 UTC  (3+ messages)
` [Bug tree-optimization/98928] [11 regression] ICE when build 638.imagick_s since r11-5969-g3ed472af6bc9f83b

[Bug tree-optimization/98950] New: jump threading memory leak
 2021-02-03  7:27 UTC 

[Bug c++/95434] New: ICE for CTAD in generic lambda within variadic lambda
 2021-02-03  5:43 UTC  (2+ messages)
` [Bug c++/95434] "

[Bug c++/95486] New: ICE for alias CTAD with non-dependent argument and constrained constructor
 2021-02-03  5:35 UTC  (2+ messages)
` [Bug c++/95486] "

[Bug middle-end/90904] vec assignment and copying undefined
 2021-02-02 23:40 UTC 

[Bug target/98519] New: rs6000: @pcrel unsupported on this instruction error in pveclib
 2021-02-02 23:28 UTC  (3+ messages)
` [Bug target/98519] "

[Bug ipa/98594] New: [11 Regression] IPA modref codegen bug
 2021-02-02 23:19 UTC  (2+ messages)
` [Bug ipa/98594] "

[Bug c++/98531] New: g++.dg/modules/xtreme-header-2_a.H etc. FAIL
 2021-02-02 20:55 UTC  (2+ messages)
` [Bug c++/98531] [11 Regression] "

[Bug c++/98944] New: [modules] Failed to read compiled module with a non-exported partition
 2021-02-02 20:38 UTC 

[Bug c++/98295] New: [9/10/11 Regression] ICE in verify_ctor_sanity, at cp/constexpr.c:4312
 2021-02-02 20:11 UTC  (2+ messages)
` [Bug c++/98295] [8/9/10 "

[Bug c++/98942] New: [C++23] Implement P1102R2 - Down with ()!
 2021-02-02 20:00 UTC  (2+ messages)
` [Bug c++/98942] "

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