public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug c/97789] New: valgrind error with ./gcc.dg/c11-atomic-2.c
 2020-11-11  8:42 UTC  (5+ messages)
` [Bug tree-optimization/97789] "

[Bug target/97792] New: ICE in extract_insn, at recog.c:2315
 2020-11-11  7:46 UTC  (2+ messages)
` [Bug target/97792] "

[Bug testsuite/97788] New: [11 regression] g++.dg/ubsan/pr61272.C fails after r11-4852
 2020-11-11  7:40 UTC  (3+ messages)
` [Bug testsuite/97788] "

[Bug lto/97787] New: [10/11 regression] 64bit mips lto: .symtab local symbol at index x (>= sh_info of y)
 2020-11-11  7:39 UTC  (3+ messages)
` [Bug lto/97787] "

[Bug target/97779] New: Newest releases/gcc-10 cannot build because lack of PTA_CLDEMOTE
 2020-11-11  7:37 UTC  (6+ messages)
` [Bug target/97779] "
` [Bug target/97779] [9/10 Regression] "

[Bug rtl-optimization/97784] New: Expressions evaluated as long chain instead of as tree or the like
 2020-11-11  7:34 UTC  (5+ messages)
` [Bug rtl-optimization/97784] "
` [Bug target/97784] "

[Bug fortran/97768] New: [10/11 Regression] 32-bit f951 ICE on code from OpenMolcas
 2020-11-11  7:29 UTC  (10+ messages)
` [Bug fortran/97768] "

[Bug rtl-optimization/97783] New: Optimizer assumes global static variable cannot be updated by external function, even though function is passed address of local functions
 2020-11-11  7:23 UTC  (3+ messages)
` [Bug rtl-optimization/97783] "

[Bug other/97417] New: RISC-V Unnecessary andi instruction when loading volatile bool
 2020-11-11  6:43 UTC  (10+ messages)
` [Bug other/97417] "

[Bug target/96238] New: [i386] cpuid.h header needs include guards
 2020-11-11  2:55 UTC  (2+ messages)
` [Bug target/96238] "

[Bug c++/97771] New: gcc/g++ failed to generate proper .init_array entries for local scope function, should create "axG", .init_array comdat
 2020-11-11  2:29 UTC  (6+ messages)
` [Bug c++/97771] "

[Bug libstdc++/42857] std::istream::ignore(std::streamsize n) calls unnecessary underflow
 2020-11-11  0:24 UTC  (4+ messages)

[Bug c++/68703] __attribute__((vector_size(N))) template member confusion
 2020-11-10 23:52 UTC 

[Bug c++/66028] New: false positive, unused loop variable
 2020-11-10 23:49 UTC  (2+ messages)
` [Bug c++/66028] "

[Bug c++/58855] New: Attributes ignored on type alias in template
 2020-11-10 23:39 UTC  (2+ messages)
` [Bug c++/58855] "

[Bug c++/94342] New: GCC ignores attribute((section(...))) for static variables inside templates
 2020-11-10 23:15 UTC  (2+ messages)
` [Bug c++/94342] "

[Bug target/97791] New: GNU attributes for long double could be improved on PowerPC
 2020-11-10 23:07 UTC 

[Bug c++/97790] New: constexpr evaluation reports false positive memory leak
 2020-11-10 21:31 UTC  (2+ messages)
` [Bug c++/97790] "

[Bug c++/97518] New: Improving static_assert diagnostics
 2020-11-10 20:09 UTC  (3+ messages)
` [Bug c++/97518] "

[Bug c++/89565] [C++2a] ICE on template instantiating user defined non-type template from template value member
 2020-11-10 20:03 UTC 

[Bug c++/87765] Internal compiler error: coerce_template_parms (8.2) or cxx_eval_constant_expression (trunk)
 2020-11-10 20:03 UTC 

[Bug c++/90799] noexcept specification dependent on template argument throws internal compiler error when trying to deduce it from a function argument
 2020-11-10 20:03 UTC 

[Bug c++/52830] New: ICE: "canonical types differ for identity types ..." when attempting SFINAE with member type
 2020-11-10 20:03 UTC  (2+ messages)
` [Bug c++/52830] ICE: "canonical types differ for identical "

[Bug c++/88982] ICE in tsubst_pack_expansion, at cp/pt.c:12221
 2020-11-10 20:03 UTC 

[Bug libstdc++/97415] New: Invalid pointer comparison in stringbuf::str() (reported by pointer-compare AddressSanitizer)
 2020-11-10 19:41 UTC  (2+ messages)
` [Bug libstdc++/97415] "

[Bug target/97786] New: rs6000 isinf etc. are pretty horrible
 2020-11-10 18:44 UTC 

[Bug c++/56842] New: Argument deduction failure note is empty for alias template
 2020-11-10 17:48 UTC  (2+ messages)
` [Bug c++/56842] "

[Bug c++/85979] Diagnostic says "__alignof" when the source says "alignof"
 2020-11-10 17:39 UTC 

[Bug c++/65943] New: template keyword required for base-specifier that names member of the current instantiation
 2020-11-10 17:38 UTC  (2+ messages)
` [Bug c++/65943] "

[Bug c++/94057] [9 Regression] -std=gnu++20 causes failure naming nested templated class since r9-4536
 2020-11-10 17:38 UTC 

[Bug c++/97785] New: const_cast<Y&> shows diagnostic about Y*
 2020-11-10 17:36 UTC  (2+ messages)
` [Bug c++/97785] "

[Bug c/71219] Warn about (struct S*)malloc(n) where n < sizeof(struct S)
 2020-11-10 17:31 UTC 

[Bug target/92729] [avr] Convert the backend to MODE_CC so it can be kept in future releases
 2020-11-10 16:45 UTC  (2+ messages)

[Bug c/97748] New: Preincrement of _Complex gives bogus warning = "value computed is not used"
 2020-11-10 14:58 UTC  (2+ messages)
` [Bug c/97748] "

[Bug fortran/97782] New: [Fortran] Confused location information for OpenACC compute constructs
 2020-11-10 14:15 UTC  (3+ messages)
` [Bug fortran/97782] "

[Bug c++/64194] New: [C++14] <unresolved overloaded function type> for function template with auto return
 2020-11-10 13:24 UTC  (2+ messages)
` [Bug c++/64194] "

[Bug c++/97778] New: return type not deduced with gcc but get deduced with clang
 2020-11-10 13:24 UTC  (5+ messages)
` [Bug c++/97778] "

[Bug c/97769] New: [11 Regression] vectorizer ICE when building perlbench in SPECCPU 2017
 2020-11-10 12:43 UTC  (7+ messages)
` [Bug c/97769] "
` [Bug middle-end/97769] "

[Bug libstdc++/97781] New: basic_stringbuf::swap is not exception safe
 2020-11-10 12:10 UTC 

[Bug tree-optimization/97780] New: [11 Regression] ICE Segmentation fault since r11-4831-g17c25a454e056f46
 2020-11-10 12:08 UTC  (4+ messages)
` [Bug tree-optimization/97780] "

[Bug rtl-optimization/97777] New: ICE: in df_refs_verify, at df-scan.c:3991 with -O -ffinite-math-only -fzero-call-used-regs=all
 2020-11-10 11:06 UTC 

[Bug c++/97776] New: [C/C++][OpenMP] 'error: array section is not contiguous in ‘map’ clause' for: map(alloc: p[i][0:C])
 2020-11-10 11:00 UTC  (2+ messages)
` [Bug c++/97776] "

[Bug c++/85468] Wrong location for -Wignored-qualifiers diagnostic on conversion operator
 2020-11-10 10:41 UTC 

[Bug c++/97773] New: gcc crash after some noexcept magic
 2020-11-10 10:38 UTC  (16+ messages)
` [Bug c++/97773] "

[Bug c++/82099] internal compiler error: in type_throw_all_p, at cp/except.c:1186 when using a function pointer for templated predicate
 2020-11-10 10:37 UTC 

[Bug tree-optimization/97764] New: wrong code at -O1 and above on x86_64-pc-linux-gnu
 2020-11-10 10:35 UTC  (5+ messages)
` [Bug tree-optimization/97764] [10/11 Regression] wrong code at -O1 and above on x86_64-pc-linux-gnu since r10-6809

[Bug middle-end/97775] New: Wrong code with bitfield
 2020-11-10 10:33 UTC  (3+ messages)
` [Bug middle-end/97775] "

[Bug target/97770] New: Missing vectorization for vpopcnt
 2020-11-10 10:14 UTC  (9+ messages)
` [Bug target/97770] "
` [Bug target/97770] [ICELAKE]Missing "

[Bug debug/97774] New: Incorrect line info for try/catch
 2020-11-10  9:42 UTC  (2+ messages)
` [Bug debug/97774] "

[Bug fortran/95847] New: Internal error when processing pFUnit generated files with --coverage
 2020-11-10  9:31 UTC  (2+ messages)
` [Bug fortran/95847] [9/10/11 Regression] "

[Bug tree-optimization/97760] New: GCC outputs wrong values when compiling the testcase with -O3
 2020-11-10  9:22 UTC  (4+ messages)
` [Bug tree-optimization/97760] [10/11 Regression] GCC outputs wrong values when compiling the testcase with -O3 since r10-4200-gb7ff7cef5005721e
` [Bug tree-optimization/97760] [10 "

[Bug fortran/97589] New: Segementation fault when allocating coarrays
 2020-11-10  9:02 UTC  (6+ messages)
` [Bug fortran/97589] "

[Bug c/97172] New: [11 Regression] ICE: tree code ‘ssa_name’ is not supported in LTO streams since r11-3303-g6450f07388f9fe57
 2020-11-10  9:02 UTC  (2+ messages)
` [Bug c/97172] "

[Bug libstdc++/97759] New: Could std::has_single_bit implementation be faster?
 2020-11-10  8:57 UTC  (7+ messages)
` [Bug libstdc++/97759] Could std::has_single_bit "

[Bug tree-optimization/97767] New: [11 Regression] ICE in extract_range_basic, at vr-values.c:1445
 2020-11-10  8:31 UTC  (4+ messages)
` [Bug tree-optimization/97767] [11 Regression] ICE in extract_range_basic, at vr-values.c:1445 since r11-4532-g054d7b9f6f6816a8

[Bug c++/97772] New: Wording of GCC's error message when calling lvalue-ref qualified member function on temporary object
 2020-11-10  6:12 UTC 

[Bug tree-optimization/97567] New: wrong code at -Os and above on x86_64-pc-linux-gnu
 2020-11-10  0:59 UTC  (3+ messages)
` [Bug tree-optimization/97567] [11 Regression] "

[Bug c++/94404] New: [meta-bug] C++ core issues
 2020-11-10  0:04 UTC  (2+ messages)
` [Bug c++/94404] "

[Bug c++/97453] New: Implement CWG issue 2303
 2020-11-10  0:04 UTC  (2+ messages)
` [Bug c++/97453] "

[Bug c++/93907] [10 Regression] internal compiler error: in hashtab_chk_error, at hash-table.c:137
 2020-11-09 23:18 UTC 

[Bug c++/97762] New: [11 Regression] ICE: Segmentation fault (in warn_about_ambiguous_parse)
 2020-11-09 19:41 UTC  (4+ messages)
` [Bug c++/97762] "

[Bug target/97736] New: [9/10 Regression] switch codegen
 2020-11-09 18:52 UTC  (2+ messages)
` [Bug tree-optimization/97736] [9/10/11 "

[Bug debug/97441] New: gcc writes absolute path to .stabstr section when fdebug-prefix-map is used
 2020-11-09 18:12 UTC  (2+ messages)
` [Bug debug/97441] gcc writes absolute path to .stabstr section even if "

[Bug pch/56549] New: #pragma once ineffective with BOM in include file
 2020-11-09 17:45 UTC  (2+ messages)
` [Bug pch/56549] "

[Bug other/97117] New: [11 regression] location-overflow-test-1.c FAILs after r11-3266
 2020-11-09 16:43 UTC  (3+ messages)
` [Bug testsuite/97117] "

[Bug c++/97740] New: Weird error message about accessing a private member of my own class inside of std::string_view inside of constexpr
 2020-11-09 15:32 UTC  (3+ messages)
` [Bug c++/97740] "

[Bug libstdc++/97731] New: terminate called in std::experimental::filesystem::recursive_directory_iterator
 2020-11-09 15:29 UTC  (4+ messages)
` [Bug libstdc++/97731] "

[Bug ipa/97565] New: -flto -ipa-pta ICE: at cgraph_node::get_untransformed_body()
 2020-11-09 15:25 UTC  (2+ messages)
` [Bug ipa/97565] "

[Bug fortran/90111] Placement of Fortran OpenACC 'routine' directive inside 'specification-part'
 2020-11-09 15:23 UTC  (2+ messages)

[Bug rtl-optimization/97535] New: ICE when building xmrig on AArch64
 2020-11-09 15:02 UTC  (2+ messages)
` [Bug target/97535] [9/10 Regression] On AArch64 memcpy expansion cannot handle length > 32-bit signed int max

[Bug tree-optimization/97761] New: [11 Regression] ICE in vectorizable_live_operation, at tree-vect-loop.c:8689
 2020-11-09 14:59 UTC  (3+ messages)
` [Bug tree-optimization/97761] [11 Regression] ICE in vectorizable_live_operation, at tree-vect-loop.c:8689 started with r11-4428-g4a369d199bf2f34e

[Bug tree-optimization/91355] [8/9/10/11 Regression] optimized code does not call destructor while unwinding after exception
 2020-11-09 14:57 UTC 

[Bug target/97638] New: aarch64: bti c is missing at function entry with branch-protection
 2020-11-09 14:51 UTC  (2+ messages)
` [Bug target/97638] "

[Bug c++/57111] New: Core dump - invalid pointer detected after std::unique_ptr
 2020-11-09 14:51 UTC  (2+ messages)
` [Bug c++/57111] Generalize -Wfree-nonheap-object to delete

[Bug libstdc++/97758] New: bits/std_function.h: error: unknown type name 'type_info' when using -fno-exceptions -fno-rtti
 2020-11-09 14:46 UTC  (3+ messages)
` [Bug libstdc++/97758] [11 Regression] "

[Bug ipa/97766] New: ipa/modref-2.c fails on 32 bits targets
 2020-11-09 14:31 UTC  (2+ messages)
` [Bug ipa/97766] "

[Bug libstdc++/97729] New: Link failure due to basic_stringbuf and others when building DLL on MinGW
 2020-11-09 14:29 UTC  (2+ messages)
` [Bug libstdc++/97729] [11 Regression] "

[Bug c++/67453] vtable not emitted for class with no key method and defaulted destructor with attribute((used))
 2020-11-09 14:29 UTC 

[Bug other/55930] New: libatomic build failure if configured with --disable-dependency-tracking
 2020-11-09 14:25 UTC  (4+ messages)
` [Bug other/55930] [8/9 Regression] "

[Bug c++/97753] New: ice in operator[], at vec.h:880
 2020-11-09 13:58 UTC  (2+ messages)
` [Bug tree-optimization/97753] ICE in operator[], at vec.h:880 since r11-4714-g092cdbd919849759

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