gcc-bugs archive
subject index for February, 2018

This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.

Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index]
Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]
Search: Limit to:

[Bug c++/84400] New: “linux” string in path replaced when using “<>” angle brackets to include a header

[Bug c++/84400] “linux” string in path replaced with “1” when using “<>” angle brackets to include a header through a macro

[Bug c++/84231] New: [8 Regression] cannot bind non-const lvalue reference of type ‘const char*&’ to an rvalue of type ‘const char*’

[Bug c++/84231] [8 Regression] cannot bind non-const lvalue reference of type ‘const char*&’ to an rvalue of type ‘const char*’

[Bug ada/83892] Various ICEs and link-errors with running ACATS with -O2 -g -flto

[Bug ada/84198] Illegal program accepted, storing an anonymous access-to-subprogram value

[Bug ada/84198] New: Illegal program accepted, storing an anonymous access-to-subprogram value

[Bug ada/84277] [8 Regression] A lot of new acats testsuite failures

[Bug ada/84277] New: [8 Regression] A lot of new acats testsuite failures

[Bug ada/84320] New: Program_Error exp_util.adb:4352 explicit raise related to lock-free protected type

[Bug ada/84320] Program_Error exp_util.adb:4352 explicit raise related to lock-free protected type

[Bug bootstrap/56750] [6/7/8 Regression] static -lstdc++ logic bleeds into all subdirs

[Bug bootstrap/81033] [8 Regression] Revision r249019 breaks bootstrap on darwin

[Bug bootstrap/82939] genmatch fills up terminal with endless printing of periods

[Bug bootstrap/84017] [6/7/8 regression] Bootstrap failure on Solaris 10/x86 with gas/ld

[Bug bootstrap/84153] Bootstrap failure when using dependency libraries in non-system location

[Bug bootstrap/84199] New: Error building gcc 7.3.0 on Odroid XU4 (ARM, Ubuntu): cannot load liblto_plugin.so

[Bug bootstrap/84248] New: r25742 failed to bootstrap in libitm

[Bug bootstrap/84248] r257414 failed too bootstrap in libitm

[Bug bootstrap/84257] Extremely slow compilation from gcc source code under macOS 10.13

[Bug bootstrap/84326] [8 Regression] bootstrap fails on powerpc64-linux-gnu when configured wth --with-cpu-32=power7 --with-cpu-64=power7

[Bug bootstrap/84326] [8 Regression] build fails on powerpc64-linux-gnu when configured wth --with-cpu-32=power7 --with-cpu-64=power7

[Bug bootstrap/84326] New: [8 Regression] bootstrap fails on powerpc64-linux-gnu when configured wth --with-cpu-32=power7 --with-cpu-64=power7

[Bug bootstrap/84402] [meta] GCC build system: parallelism bottleneck

[Bug bootstrap/84402] New: [meta] GCC build system: parallelism bottleneck

[Bug bootstrap/84405] [8 Regression] Fails to bootstrap with GCC 4.1.2, GCC 4.2.4

[Bug bootstrap/84405] New: [8 Regression] Fails to bootstrap with GCC 4.1.2, GCC 4.2.4

[Bug bootstrap/84450] bootstrap-lto ICE in g-dyntab.adb

[Bug bootstrap/84450] New: bootstrap-lto ICE in g-dyntab.adb

[Bug bootstrap/84554] New: make check: FAIL: tversion: ERROR! The versions of gmp.h (5.0.5) and libgmp (4.3.1) do not match.

[Bug c++/12333] [DR 272] Explicit call to MyClass::~MyClass() not allowed

[Bug c++/12944] [meta-bug] C++ name-lookup problems

[Bug c++/14710] Warning about useless casts

[Bug c++/16166] -Weffc++ finer granularity

[Bug c++/17913] ICE jumping into statement expression

[Bug c++/22238] Awful error messages with virtual functions

[Bug c++/30357] Enum typecast warning

[Bug c++/33911] attribute deprecated vs. templates

[Bug c++/39751] ICE in cp_lexer_new_from_tokens, at cp/parser.c:342

[Bug c++/43064] improve location and text of diagnostics in constructor initializer lists

[Bug c++/43064] improve location and text of Wconversion warning for initializer list

[Bug c++/43361] missing uninitialized warning without optimization (loop representation)

[Bug c++/45431] specify the field for initializer-string for array of chars is too long

[Bug c++/47488] sorry, unimplemented: string literal in function template signature

[Bug c++/50477] -Wunused-parameter should not warn about virtual method declarations with bodies

[Bug c++/52036] C++11 allows template parameters to have internal linkage

[Bug c++/52277] spell corrector for misspelled identifiers

[Bug c++/52477] Wrong initialization order? __attribute__((constructor)) vs static data access

[Bug c++/52792] this pointer and return pointer are passed in wrong order when ms_abi is used (x86_64)

[Bug c++/54367] [meta-bug] lambda expressions

[Bug c++/55004] [meta-bug] constexpr issues

[Bug c++/55077] implement and enable by default -Wliteral-conversion

[Bug c++/55836] Weffc++: warning: base class 'class std::list<int, std::allocator<int> >' has a non-virtual destructor

[Bug c++/55881] #pragma GCC diagnostic ignored ignored when inlining

[Bug c++/55922] brace initializing parent cause bogus virtual base constructor calls

[Bug c++/57335] internal compiler error: in cxx_eval_bit_field_ref, at cp/semantics.c:6977

[Bug c++/57401] 'Conflicting declaration' involving using declaration and dependent name

[Bug c++/58993] incorrectly accept access of protected member method from derived class template

[Bug c++/59912] [C++1y] ICE when deducing return type for specialized functions

[Bug c++/60212] missing warning for unused variable

[Bug c++/61491] An explicit specialization of a member enumeration of a class template is rejected

[Bug c++/61940] Wrong error location for error in initialization list

[Bug c++/62181] [C/C++] Expected new warning: "adding 'char' to a string does not append to the string" [-Wstring-plus-int]

[Bug c++/66847] Derived class calling protected base ctor using C++11 {brace} init = spurious access denied error

[Bug c++/66944] ICE on static thread_local member in class template

[Bug c++/66971] thread_local with external linkage and constructor cannot be compiled correctly

[Bug c++/67054] Constructor inheritance with non-default constructible members

[Bug c++/67491] [meta-bug] concepts issues

[Bug c++/68374] G++ -Wshadow doesn't warn about static member shadowing

[Bug c++/70076] no exception for excess initializer elements in a multidimensional VLA

[Bug c++/70401] [c++1z on mingw]compile variadic template failed

[Bug c++/70401] [c++1z] variadic template failed

[Bug c++/70468] [6/7/8 Regression] ICE on invalid code on x86_64-linux-gnu in emit_mem_initializers, at cp/init.c:1109

[Bug c++/71166] [7 Regression] ICE with nested constexpr/initializer

[Bug c++/71546] lambda capture fails with "was not declared in this scope"

[Bug c++/71569] [6/7/8 regression] Crash: External definition of template member from template struct

[Bug c++/71662] [6/7/8 Regression][DR 1485] ICE on invalid C++11 code with unqualified name look up: in tsubst_copy, at cp/pt.c:14010

[Bug c++/71784] [6/7/8 Regression] ICE on valid code in push_access_scope, at cp/pt.c:229

[Bug c++/72769] ifstream Optimed Out ?

[Bug c++/77285] [5 Regression] extern thread_local linkage

[Bug c++/77522] [6/7 Regression] ICE on invalid code C++14 code: in tsubst_decl, at cp/pt.c:12447

[Bug c++/77522] [6/7/8 Regression] ICE on invalid code C++14 code: in tsubst_decl, at cp/pt.c:12447

[Bug c++/77655] [6/7/8 Regression]ICE on invalid c++ code on x86_64-linux-gnu (internal compiler error: Segmentation fault (program cc1plus))

[Bug c++/77712] int() is incorrectly treated as a null pointer constant in C++11 and later

[Bug c++/77771] internal compiler error: in cxx_eval_bit_field_ref, at cp/constexpr.c:2090

[Bug c++/77984] Invalid warning on templated operator= with -Weffc++

[Bug c++/78022] constexpr int template rejected unless constructor is used before hand

[Bug c++/79005] Use of a captured variable within nested generic lambdas provokes internal compiler error.

[Bug c++/79064] Cannot overload member function templates on type of literal

[Bug c++/79094] Pack expansion in using-declaration rejects an attempt to inherit a pack of constructors

[Bug c++/79361] [6 Regression] ICE redefining a template function as defaulted or deleted

[Bug c++/79393] [7/8/9 Regression] cc1plus rejects valid code with noexcept

[Bug c++/79626] [6/7 Regression] ICE on invalid code in build_temp (call.c:6489)

[Bug c++/79626] [6/7/8 Regression] ICE on invalid code in build_temp (call.c:6489)

[Bug c++/79681] [6 Regression] ICE with constexpr and bitfield

[Bug c++/79802] Conflicting declaration with function pointers/types

[Bug c++/79937] [6/7/8 Regression] ICE in replace_placeholders_r

[Bug c++/80026] [6/7/8 Regression] passing unresolved function pointer to variadic function template yields "too many arguments" error

[Bug c++/80290] [6/7/8 Regression] g++ uses unreasonable amount of memory compiling nested string maps

[Bug c++/80567] [8 Regression] bogus fixit hint for undeclared memset: else

[Bug c++/80598] [7/8 regression] -Wunused triggers for functions used in uninstantiated templates

[Bug c++/80684] poor error message and fix-it hint for a function with an argument of undeclared type

[Bug c++/80955] Macros expanded in definition of user-defined literals

[Bug c++/81057] [6/7/8 Regression] ICE with broken default template parameter

[Bug c++/81475] missing -Wsequence-point on a self-referential array access

[Bug c++/81589] Possible False-Positive with decltype

[Bug c++/81610] [8 Regression] bogus fix-it hint for a call to an undeclared function: for

[Bug c++/81674] gcc cannot detect missing initialisers for fields in constructors

[Bug c++/81678] Variadic template parameters containing pointer to member function fail to be parsed unless name of the parameter is specified

[Bug c++/81714] incorrect location for uninitialised variable

[Bug c++/81716] Bogus -Wlto warning with forward-declared pointers

[Bug c++/81764] [6/7/8 Regression] Visibility attributes for explicitly instantiated template class get warned if it has been implicitly instantiated

[Bug c++/81789] CWG1687 performed too soon

[Bug c++/81853] [ 6/7/8 Regression] "using namespace" is not a constant expression in a statement expression

[Bug c++/81860] [7 Regression] Call to undefined inline function involving inheriting constructors

[Bug c++/81917] [6/7 Regression] internal compiler error: in finish_member_declaration, at cp/semantics.c:3004

[Bug c++/81917] [6/7/8 Regression] internal compiler error: in finish_member_declaration, at cp/semantics.c:3004

[Bug c++/81930] [meta-bug] Issues with -Weffc++

[Bug c++/82148] [7/8 Regression] ICE in assign_temp, at function.c:968

[Bug c++/82249] [8 Regression] wrong mismatched argument pack lengths

[Bug c++/82468] [7 Regression] ICE with deduction guide template

[Bug c++/82468] [7/8 Regression] ICE with deduction guide template

[Bug c++/82478] Rejects valid access to private member type that should be allowed by friend

[Bug c++/82664] [7/8 Regression ] ICE when using Match7 library

[Bug c++/82711] -Wignored-qualifiers could be moved into -Wextra

[Bug c++/82734] -Wignored-qualifiers is maybe too strict when using decltype

[Bug c++/82764] [7/8 Regression] ICE in output_constructor_regular_field, at varasm.c:5030

[Bug c++/82782] ICE: nested template alias and specialized template with auto template parameter

[Bug c++/82930] [C++17] ICE: in is_normal_capture_proxy, at cp/lambda.c:288 with structured binding in a lambda function with auto typed arguments

[Bug c++/82952] Hang compiling with g++ -fsanitize=undefined -Wduplicated-branches

[Bug c++/83204] [6/7 Regression] c++ -std=c++14 ICE in maybe_undo_parenthesized_ref, at cp/semantics.c:1694

[Bug c++/83204] [6/7/8 Regression] c++ -std=c++14 ICE in maybe_undo_parenthesized_ref, at cp/semantics.c:1694

[Bug c++/83227] [7 Regression] internal compiler error: in process_init_constructor_array

[Bug c++/83227] [7/8 Regression] internal compiler error: in process_init_constructor_array

[Bug c++/83231] ICE on constexpr evaluation

[Bug c++/83268] [7 Regression] internal compiler error: in lambda_expr_this_capture, at cp/lambda.c:785

[Bug c++/83372] Compiler segfaults building Mir

[Bug c++/83372] ICE in GC within gt_ggc_mx<deferred_access_check> building Mir

[Bug c++/83503] [8 Regression] bogus -Wattributes for const and pure on function template specialization

[Bug c++/83542] template deduction failure when using pack in both deduced and non-deduced contexts

[Bug c++/83624] Strong using deprecation warning in C++03

[Bug c++/83659] [7 Regression] ICE on compilable C++ code: in tree_to_shwi, at tree.c:6821

[Bug c++/83659] [7/8 Regression] ICE on compilable C++ code: in tree_to_shwi, at tree.c:6821

[Bug c++/83692] Rejects valid constexpr with unrelated code fixing problem

[Bug c++/83714] [8 Regression] ICE in build_address, at cp/typeck.c:5733

[Bug c++/83796] [6/7 Regression] Abstract classes allowed to be instantiated when initialised as default parameter to function or constructor

[Bug c++/83796] [6/7/8 Regression] Abstract classes allowed to be instantiated when initialised as default parameter to function or constructor

[Bug c++/83806] [6/7 Regression] Spurious -Wunused-but-set-parameter with nullptr

[Bug c++/83806] [6/7/8 Regression] Spurious -Wunused-but-set-parameter with nullptr

[Bug c++/83835] [7/8 Regression] constexpr constructor rejected in c++17 mode (regression WRT c++14)

[Bug c++/83871] wrong code for attribute const and pure on distinct template specializations

[Bug c++/83911] [6/7/8 Regression] ICE with target attribute on constructor in gimplify_expr at gimplify.c:11321

[Bug c++/83990] [7 Regression] Spurious "potential null pointer dereference" warning regression from 7.1 onwards

[Bug c++/83990] [7/8 Regression] Spurious "potential null pointer dereference" warning regression from 7.1 onwards

[Bug c++/84015] [7 Regression] ICE with class template argument deduction

[Bug c++/84015] [7/8 Regression] ICE with class template argument deduction

[Bug c++/84036] [8 Regression] ICE on valid code in C++14, variadic lambda capture in a template function

[Bug c++/84045] [7 Regression] ICE when is_nothrow_default_constructible is used before #include<set>

[Bug c++/84045] [7/8 Regression] ICE when is_nothrow_default_constructible is used before #include<set>

[Bug c++/84059] [8 Regression] ICE in ix86_get_function_versions_dispatcher, at config/i386/i386.c:32429

[Bug c++/84080] [6/7/8 Regression] the compiler crashes when compiling the following sample file

[Bug c++/84082] [7 Regression] ICE with broken template function definition

[Bug c++/84082] [7/8 Regression] ICE with broken template function definition

[Bug c++/84125] [8 Regression] ICE in generic lambda when static_assert argument is implicitly converted to bool

[Bug c++/84126] [8 Regression] ICE in variadic generic lambda inside a template function calling a function with arguments by reference

[Bug c++/84139] C++17 Filesystem/Filesystem TS + cmcstl2 = GCC ICE

[Bug c++/84151] [6 Regression] g++ generates two identical loads in a volatile-qualified member function.

[Bug c++/84151] [6/7/8 Regression] g++ generates two identical loads in a volatile-qualified member function.

[Bug c++/84158] [6/7 Regression] missing -Wreturn-type due to incorrect handling of attributes for template specializations

[Bug c++/84158] [6/7/8 Regression] missing -Wreturn-type due to incorrect handling of attributes for template specializations

[Bug c++/84158] New: missing -Wreturn-type due to incorrect handling of attributes for template specializations

[Bug c++/84160] [8 Regression] ICE on valid C++11 code: in build_capture_proxy, at cp/lambda.c:446

[Bug c++/84160] New: ICE on valid C++11 code: in build_capture_proxy, at cp/lambda.c:446

[Bug c++/84162] Internal compiler error: in tsubst, at cp/pt.c:13617 / SEGFAULT

[Bug c++/84162] New: Internal compiler error: in tsubst, at cp/pt.c:13617 / SEGFAULT

[Bug c++/84171] [8 Regression] ICE with -Wsign-compare

[Bug c++/84171] New: [8 Regression] ICE with -Wsign-compare

[Bug c++/84177] Attributes on C++17 nested namespaces

[Bug c++/84177] New: Attributes on C++17 nested namespaces

[Bug c++/84181] [8 Regression] ICE in variadic lambda inside a template when accessing any member after decltype

[Bug c++/84181] New: [8 Regression] ICE in variadic lambda inside a template when constructing a decltype type

[Bug c++/84182] [8 Regression] ICE in variadic lambda inside a template when calling a captured lambda

[Bug c++/84182] New: [8 Regression] ICE in variadic lambda inside a template when calling a captured lambda

[Bug c++/84186] nested template qualified-id not parsed correctly

[Bug c++/84186] New: nested template qualified-id not parsed correctly

[Bug c++/84191] Compiler ICEs when trying to resolve impossible arithmetic operations

[Bug c++/84191] New: Compiler ICEs when trying to resolve impossible arithmetic operations

[Bug c++/84192] [7 Regression] ICE with statement expression

[Bug c++/84192] [7/8 Regression] ICE with statement expression

[Bug c++/84192] New: [7/8 Regression] ICE with statement expression

[Bug c++/84194] New: fails to pack structs with template members

[Bug c++/84196] [6/7/8 Regression] invalid call to a function template with a vector argument silently accepted

[Bug c++/84196] invalid call to a function template with a vector argument silently accepted

[Bug c++/84196] New: invalid instantiation of a function template on a vector type silently accepted

[Bug c++/84197] [7/8 Regression] Segmentation fault when setting -g

[Bug c++/84197] New: Segmentation fault when setting -g

[Bug c++/84197] Segmentation fault when setting -g

[Bug c++/84221] [6/7/8 Regression] spurious -Wmaybe-uninitialized warning on a variable of a template type declared unused

[Bug c++/84221] [6/7/8 Regression] spurious -Wunused warning on a variable of a template type declared unused

[Bug c++/84221] New: spurious -Wmaybe-uninitialized warning on a variable of a template type declared unused

[Bug c++/84222] [6/7/8 Regression] [[deprecated]] class complains about internal class usage

[Bug c++/84222] [[deprecated]] class complains about internal class usage

[Bug c++/84222] New: [[deprecated]] class complains about internal class usage

[Bug c++/84255] accepts redefinition of template variable

[Bug c++/84255] New: accepts redefinition of template variable

[Bug c++/84262] Header file initialization of a static constant causes linker error if code is compiled without optimization

[Bug c++/84262] New: Header file initialization of a static constant causes linker error if code is compiled without optimization

[Bug c++/84263] [8 Regression] ICE in lookup_page_table_entry at gcc/ggc-page.c:646 on valid C++ code

[Bug c++/84263] New: [8 Regression] ICE in lookup_page_table_entry at gcc/ggc-page.c:646 on valid C++ code

[Bug c++/84269] C++ FE does not suggest which #include to use for "memset"

[Bug c++/84269] New: C++ FE does not suggest which #include to use for "memset"

[Bug c++/84280] New: Performance regression in g++-7 with Eigen for non-AVX2 CPUs

[Bug c++/84281] Heap grows indefinitely

[Bug c++/84281] New: Heap grows indefinitely

[Bug c++/84282] [8 Regression] Probably rejected valid code

[Bug c++/84282] New: [8 Regression] Probably rejected valid code

[Bug c++/84283] [8 Regression] std::map::insert(const_iterator, P&&) now ambiguous with std::map::insert(InputIterator, InputIterator)

[Bug c++/84283] New: std::map::insert(const_iterator, P&&) now ambiguous with std::map::insert(InputIterator, InputIterator)

[Bug c++/84283] std::map::insert(const_iterator, P&&) now ambiguous with std::map::insert(InputIterator, InputIterator)

[Bug c++/84286] [8 Regression] Segmentation fault of a chromium binary

[Bug c++/84286] New: [8 Regression] Segmentation fault of a chromium binary

[Bug c++/84287] New: pointer to member function type with dependent parameter cannot be mangled

[Bug c++/84287] pointer to member function type with dependent parameter cannot be mangled

[Bug c++/84289] New: warning : variabile unitialized, emit right check only with O(1,2,3) optimisation level (in try/catch)

[Bug c++/84289] warning : variabile unitialized, emit right check only with O(1,2,3) optimisation level (in try/catch)

[Bug c++/84289] warning: variable uninitialized, emit right check only with O(1,2,3) optimisation level (in try/catch)

[Bug c++/84294] attributes on a function template redeclaration silently discarded

[Bug c++/84294] New: missing warning for ignored attribute on a function template declaration

[Bug c++/84296] [8 Regression] ICE in finish_member_declaration

[Bug c++/84296] New: [8 Regression] ICE in finish_member_declaration

[Bug c++/84297] ICE (mmap: Invalid argument) in std::is_trivially_constructible

[Bug c++/84297] New: ICE (mmap: Invalid argument) in std::is_trivially_constructible

[Bug c++/84299] New: warning: '<anonymous>' may be used uninitialized in this function

[Bug c++/84306] New: Wrong overload selected with -std=c++17, explicit and {}

[Bug c++/84311] compiler accepts invalid multiple type-specifiers in a decl-specifier-seq for an enum

[Bug c++/84311] New: compiler accepts invalid multiple type-specifiers in a decl-specifier-seq for an enum

[Bug c++/84314] [8 Regression] Another ICE in finish_member_declaration

[Bug c++/84314] New: [8 Regression] Another ICE in finish_member_declaration

[Bug c++/84318] [6/7/8 Regression] attribute deprecated on function templates different than class templates

[Bug c++/84322] -fstrong-eval-order violated on assignment with function call

[Bug c++/84322] New: -fstrong-eval-order violated on assignment with function call

[Bug c++/84325] [8 Regression] internal compiler error, in cxx_eval_constant_expression gcc/cp/constexpr.c:4740

[Bug c++/84325] New: internal compiler error, in cxx_eval_constant_expression gcc/cp/constexpr.c:4740

[Bug c++/84327] Copy pasting the documented optimize flags is not equal to -O1

[Bug c++/84327] New: Copy pasting the documented optimize flags is not equal to -O1

[Bug c++/84328] New: [6 Regression] -finline-small-functions and inline keyword lead to slowdown since version 6

[Bug c++/84329] New: ICE with broken return type of generic lambda

[Bug c++/84330] [6/7 Regression] [concepts] ICE with broken constraint

[Bug c++/84330] [6/7/8 Regression] [concepts] ICE with broken constraint

[Bug c++/84330] New: [6/7/8 Regression] [concepts] ICE with broken constraint

[Bug c++/84333] [6/7 Regression] ICE with ternary operator in template function

[Bug c++/84333] [6/7/8 Regression] ICE with ternary operator in template function

[Bug c++/84333] New: [6/7/8 Regression] ICE with ternary operator in template function

[Bug c++/84337] New: Variadic expansion is accepted on not parameter pack template argument

[Bug c++/84338] [8 Regression] sizeof...() returns always 1 in variadic lambda inside a template

[Bug c++/84338] New: [8 Regression] sizeof...() returns always 1 in variadic lambda inside a template

[Bug c++/84341] [6/7 Regression] ICE with #pragma omp atomic

[Bug c++/84341] [6/7/8 Regression] ICE with #pragma omp atomic

[Bug c++/84341] New: [6/7/8 Regression] ICE with #pragma omp atomic

[Bug c++/84344] [concepts] ICE with invalid use of auto

[Bug c++/84344] New: [concepts] ICE with invalid use of auto

[Bug c++/84347] attribute deprecated on a class partial specialization has no effect

[Bug c++/84347] New: attribute deprecated on a class partial specialization has no effect

[Bug c++/84348] [7 Regression] ICE with invalid friend declaration

[Bug c++/84348] [7/8 Regression] ICE with invalid friend declaration

[Bug c++/84348] New: [7/8 Regression] ICE with invalid friend declaration

[Bug c++/84349] [6/7/8 Regression] ICE with auto in function cast

[Bug c++/84349] New: [6/7/8 Regression] ICE with auto in function cast

[Bug c++/84350] [7 Regression] ICE with new and auto

[Bug c++/84350] [7/8 Regression] ICE with new and auto

[Bug c++/84350] New: [7/8 Regression] ICE with new and auto

[Bug c++/84352] New: noreturn function previously declared without the attribute accepted

[Bug c++/84352] noreturn function previously declared without the attribute accepted

[Bug c++/84355] [7/8 Regression] ICE with failing template argument deduction

[Bug c++/84355] New: [7/8 Regression] ICE with failing template argument deduction

[Bug c++/84356] error message

[Bug c++/84356] New: error message

[Bug c++/84357] [8 Regression] Incorrect 'foo' is used uninitialized with -O3

[Bug c++/84357] New: Incorrect 'foo' is used uninitialized with -O3

[Bug c++/84358] error message (missing call to class contructor): misleading source code location

[Bug c++/84358] New: error message (missing call to class contructor): misleading source code location

[Bug c++/84360] New: unnecessary aka in error message

[Bug c++/84360] unnecessary aka in error message

[Bug c++/84364] [8 Regression] -Weffc++ warns on "return *this" in template after r253599

[Bug c++/84364] New: [8 Regression] -Weffc++ warns on "return *this" in template after r253599

[Bug c++/84368] [8 Regression] return type of generic lambda in variadic lambda in template is not deduced

[Bug c++/84368] New: [8 Regression] return type of generic lambda in variadic lambda in template is not deduced

[Bug c++/84373] New: g++ incorrectly resolves names for default parameters

[Bug c++/84374] New: placeholder decltype(auto) accepted when it's not the placeholder alone in trailing-return-type

[Bug c++/84374] placeholder decltype(auto) accepted when it's not the placeholder alone in trailing-return-type

[Bug c++/84375] [8 Regression] ICE with friend in local class

[Bug c++/84375] New: [8 Regression] ICE with friend in local class

[Bug c++/84376] [7/8 Regression] ICE with missing template parameter

[Bug c++/84376] New: [7/8 Regression] ICE with missing template parameter

[Bug c++/84378] Misleading diagnostics when using ambiguous names for ptr to memfun args in member fn

[Bug c++/84378] New: Misleading diagnostics when using ambiguous names for ptr to memfun args in member fn

[Bug c++/84401] Misleading error message when running out of RAM

[Bug c++/84401] New: Misleading error message when running out of RAM

[Bug c++/84403] New: Possible further extension of constexpr: allow to use them as template parameters

[Bug c++/84411] New: Missed optimization: static guard variable generated for empty virtual destructor

[Bug c++/84414] miscompile due to assuming that object returned by value cannot alias its own member pointer values

[Bug c++/84414] New: miscompile due to assuming that object returned by value cannot alias its own member pointer values

[Bug c++/84415] New: Using __m128 as a template parameter causes warnings

[Bug c++/84415] Using __m128 as a template parameter causes warnings

[Bug c++/84420] [8 Regression] ICE when accessing a structured binding in a lambda

[Bug c++/84420] New: [8 Regression] ICE when accessing a structured binding to a captured variable in a template

[Bug c++/84421] [8 Regression] Lambda parameter is no longer a core constant expressions

[Bug c++/84421] New: [8 Regression] Lambda parameter is no longer a core constant expressions

[Bug c++/84423] [6/7/8 Regression] [concepts] ICE with invalid using declaration

[Bug c++/84423] [concepts] ICE with invalid using declaration

[Bug c++/84423] New: [concepts] ICE with invalid using declaration

[Bug c++/84424] [8 Regression] ICE on C++ code: tree check: expected record_type or union_type or qual_union_type, have vector_type in reduced_constant_expression_p, at cp/constexpr.c:1766

[Bug c++/84424] New: ICE on C++ code: tree check: expected record_type or union_type or qual_union_type, have vector_type in reduced_constant_expression_p, at cp/constexpr.c:1766

[Bug c++/84426] [8 Regression] ICE with conflicting class member names

[Bug c++/84426] New: [8 Regression] ICE with conflicting class member names

[Bug c++/84429] [8 Regression] ICE capturing variable-sized array

[Bug c++/84429] New: [8 Regression] ICE capturing variable-sized array

[Bug c++/84430] [7 Regression] ICE with #pragma omp simd in lambda

[Bug c++/84430] [7/8 Regression] ICE with #pragma omp simd in lambda

[Bug c++/84430] New: [7/8 Regression] ICE with #pragma omp simd in lambda

[Bug c++/84434] [8 Regression] internal compiler error: tree check: expected var_decl or field_decl or function_decl or type_decl or template_decl, have using_decl in build_deduction_guide, at cp/pt.c:25636

[Bug c++/84434] New: [8 Regression] internal compiler error: tree check: expected var_decl or field_decl or function_decl or type_decl or template_decl, have using_decl in build_deduction_guide, at cp/pt.c:25636

[Bug c++/84435] -Wliteral-suffix warns on a using-directive

[Bug c++/84435] New: -Wliteral-suffix warns on a using-directive

[Bug c++/84436] Missed optimization with switch on enum constants returning the same value

[Bug c++/84436] New: Missed optimization with switch on enum constants returning the same value

[Bug c++/84441] [6/7/8 Regression] Internal compiler error

[Bug c++/84441] New: Internal compiler error

[Bug c++/84444] ICE with __builtin_launder and cast

[Bug c++/84444] New: ICE with __builtin_launder and cast

[Bug c++/84445] [7 Regression] ICE with __builtin_launder and virtual function

[Bug c++/84445] [7/8 Regression] ICE with __builtin_launder and virtual function

[Bug c++/84445] New: ICE with __builtin_launder and virtual function

[Bug c++/84446] [8 Regression] ICE with broken lambda

[Bug c++/84446] New: [8 Regression] ICE with broken lambda

[Bug c++/84447] [8 Regression] ICE with inherited deleted constructor and default argument

[Bug c++/84447] New: [8 Regression] ICE with inherited deleted constructor and default argument

[Bug c++/84448] [6/7 Regression] ICE with broken condition in parallel for loop

[Bug c++/84448] [6/7/8 Regression] ICE with broken condition in parallel for loop

[Bug c++/84448] New: [6/7/8 Regression] ICE with broken condition in parallel for loop

[Bug c++/84449] [7 Regression] ICE with constexpr and deleted destructor

[Bug c++/84449] [7/8 Regression] ICE with constexpr and deleted destructor

[Bug c++/84449] New: [7/8 Regression] ICE with constexpr and deleted destructor

[Bug c++/84451] Multiple invocation of virtual base class constructor in diamond inheritance

[Bug c++/84451] New: Multiple invocation of virtual base class constructor in diamond inheritance

[Bug c++/84453] [8 Regression] ICE in build_type_attribute_qual_variant, at attribs.c:1166

[Bug c++/84453] New: [8 Regression] ICE in build_type_attribute_qual_variant, at attribs.c:1166

[Bug c++/84454] [8 Regression] ICE in invalid_nonstatic_memfn_p at gcc/cp/typeck.c:1882

[Bug c++/84454] New: [8 Regression] ICE in invalid_nonstatic_memfn_p at gcc/cp/typeck.c:1882

[Bug c++/84455] [8 Regression] ICE in build_call_a at gcc/cp/call.c:389 during error reporting

[Bug c++/84455] New: [8 Regression] ICE in build_call_a at gcc/cp/call.c:389 during error reporting

[Bug c++/84461] [8 regression] openjdk-10 fails to build

[Bug c++/84461] New: [8 regression] openjdk-10 fails to build

[Bug c++/84462] internal compiler error: in output_constructor_regular_field when creating array of structs (with testcase)

[Bug c++/84462] New: internal compiler error: in output_constructor_regular_field when creating array of structs (with testcase)

[Bug c++/84463] New: Supposedly-incompliant "error: '* key0' is not a constant expression"

[Bug c++/84463] Supposedly-incompliant "error: '* key0' is not a constant expression"

[Bug c++/84464] New: Pack expansion in mem-initializer-list with expression-list

[Bug c++/84464] Pack expansion in mem-initializer-list with expression-list

[Bug c++/84465] FAIL: g++.dg/template/overload15.C

[Bug c++/84465] New: FAIL: g++.dg/template/overload15.C

[Bug c++/84468] [gcc 8] Inconsistent -Wstringop-truncation warnings with -O2

[Bug c++/84468] New: [gcc 8] Inconsistent -Wstringop-truncation warnings with -O2

[Bug c++/84469] GCC rejects valid code in structured binding in range-based-for in template

[Bug c++/84469] New: [7/8 Regression] GCC rejects valid code in structured binding in range-based-for in template

[Bug c++/84471] Instruction reordering happens in lambdas even with -O0

[Bug c++/84471] New: Instruction reordering happens in lambdas even with -O0

[Bug c++/84476] New: [[nodiscard]] ignored on virtual functions accessed through pointer

[Bug c++/84488] Incorrect "set but not used" warning for static_cast<Enum>(double)

[Bug c++/84488] New: Incorrect "set but not used" warning for static_cast<Enum>(double)

[Bug c++/84489] [6/7 Regression] Non-type template parameter dependency

[Bug c++/84489] [6/7/8 Regression] Non-type template parameter dependency

[Bug c++/84489] New: Non-type template parameter dependency

[Bug c++/84491] Multiple inheritance and covariant return types causes internal compiler error

[Bug c++/84491] New: Multiple inheritance and covariant return types causes internal compiler error

[Bug c++/84492] [8 Regression] ICE with statement expression

[Bug c++/84492] New: [8 Regression] ICE with statement expression

[Bug c++/84493] [8 Regression] ICE with invalid cast

[Bug c++/84493] New: [8 Regression] ICE with invalid cast

[Bug c++/84494] Invalid constexpr with default assignment operator

[Bug c++/84494] New: Invalid constexpr with default assignment operator

[Bug c++/84496] [6 Regression] Internal compiler error with lambda, static and auto since r236615

[Bug c++/84496] [6/7 Regression] Internal compiler error with lambda, static and auto since r236615

[Bug c++/84496] New: Internal compiler error with lambda, static and auto

[Bug c++/84497] link errors with trivial external thread_local variables

[Bug c++/84497] New: link errors with trivial external thread_local variables

[Bug c++/84501] New: diagnostic says "array of chars" for arrays of wchar_t, char16_t and char32_t

[Bug c++/84502] [8 Regression] Argument corruption when passing empty templated struct

[Bug c++/84502] Argument corruption when passing empty templated struct

[Bug c++/84502] New: Argument corruption when passing empty templated struct

[Bug c++/84507] New: stack corruption

[Bug c++/84507] stack corruption

[Bug c++/84516] bitfield temporaries > 32-bits have wrong type

[Bug c++/84516] New: bitfield temporaries > 32-bits have wrong type

[Bug c++/84518] [8 Regression] ICE with lambda capturing broken variable

[Bug c++/84518] New: [8 Regression] ICE with lambda capturing broken variable

[Bug c++/84520] [6/7/8 Regression] ICE with lambda and static member function

[Bug c++/84520] New: [6/7/8 Regression] ICE with lambda and static member function

[Bug c++/84525] GCC7: generate movaps instruction when assign to unaligned __int128*

[Bug c++/84525] New: GCC7: generate movaps instruction when assign to unaligned __int128*

[Bug c++/84533] [7 Regression] ICE with duplicate enum value

[Bug c++/84533] [7/8 Regression] ICE with duplicate enum value

[Bug c++/84533] New: [7/8 Regression] ICE with duplicate enum value

[Bug c++/84536] [7/8 Regression] ICE with non-type template parameter

[Bug c++/84536] New: [7/8 Regression] ICE with non-type template parameter

[Bug c++/84537] [8 Regression] ICE in get_string, at spellcheck-tree.h

[Bug c++/84537] New: [8 Regression] ICE in get_string, at spellcheck-tree.h

[Bug c++/84540] [6/7 Regression] ICE with alignas in variadic template

[Bug c++/84540] [6/7/8 Regression] ICE with alignas in variadic template

[Bug c++/84540] New: [6/7/8 Regression] ICE with alignas in variadic template

[Bug c++/84541] ICE with auto in function parameter

[Bug c++/84541] New: [8 Regression] ICE with auto in function parameter

[Bug c++/84542] missing -Wdeprecated-declarations on a redeclared function template

[Bug c++/84542] New: missing -Wdeprecated-declarations on a redeclared function template

[Bug c++/84544] New: Missing warning when returning a reference to internal variable inside a lambda

[Bug c++/84551] [8 Regression] [concepts] Compiler options "-O -g" cause valid code to be rejected

[Bug c++/84551] New: [8 Regression] [concepts] Compiler options "-O -g" cause valid code to be rejected

[Bug c++/84556] C++17, lambda, OpenMP simd: sorry, unimplemented: unexpected AST

[Bug c++/84556] New: C++17, lambda, OpenMP simd: sorry, unimplemented: unexpected AST

[Bug c++/84557] ICE with invalid firstprivate variable

[Bug c++/84557] New: ICE with invalid firstprivate variable

[Bug c++/84558] [6/7 Regression] ICE with invalid constexpr constructor

[Bug c++/84558] [6/7/8 Regression] ICE with invalid constexpr constructor

[Bug c++/84558] New: [6/7/8 Regression] ICE with invalid constexpr constructor

[Bug c++/84559] [6/7/8 Regression] ICE with constexpr and variable-sized array

[Bug c++/84559] [7/8 Regression] ICE with constexpr and variable-sized array

[Bug c++/84559] New: [6/7/8 Regression] ICE with constexpr and variable-sized array

[Bug c++/84560] [6/7/8 Regression] Internal error in std::function with std::memset

[Bug c++/84560] Internal error in std::function with std::memset

[Bug c++/84560] New: Internal error in std::function with std::memset

[Bug c++/84569] [6 Regression] g++ -g -O3 consumes all memory

[Bug c++/84569] New: g++ -g -O3 consumes all memory

[Bug c++/84573] New: missing warning on an uninstantiated function template returning T with no return statement

[Bug c++/84576] [6/7/8 Regression] g++: internal compiler error: Segmentation fault (program cc1plus)

[Bug c++/84576] g++: internal compiler error: Segmentation fault (program cc1plus)

[Bug c++/84576] New: g++: internal compiler error: Segmentation fault (program cc1plus)

[Bug c++/84578] [6/7/8 Regression] ICE with flexible array member and constexpr

[Bug c++/84578] New: [6/7/8 Regression] ICE with flexible array member and constexpr

[Bug c++/84581] GCC expects "override" keyword in incorrect grammar position

[Bug c++/84581] New: GCC expects "override" keyword in incorrect grammar position

[Bug c++/84582] [8 Regression] Rejected valid C++ code since r257961

[Bug c++/84582] New: [8 Regression] Rejected valid C++ code since r257961

[Bug c++/84585] [6/7/8 Regression] internal compiler error: in get_local_decls, at cp/name-lookup.c:3654

[Bug c++/84585] New: internal compiler error: in get_local_decls, at cp/name-lookup.c:3654

[Bug c++/84586] Incorrect acess checking with inheritance

[Bug c++/84586] New: Incorrect acess checking with inheritance

[Bug c++/84587] [8 Regression] Local variable initializer goes out of scope since r247793

[Bug c++/84587] New: [8 Regression] Local variable initializer goes out of scope since r247793

[Bug c++/84588] internal compiler error: Segmentation fault (contains_struct_check())

[Bug c++/84588] New: internal compiler error: Segmentation fault (contains_struct_check())

[Bug c++/84589] New: Failure to diagnose conflicting declaration of struct

[Bug c++/84590] [7/8 Regression] -fsanitize=undefined internal compiler error: tree check: expected constructor, have target_expr in split_nonconstant_init_1, at cp/typeck2.c:629

[Bug c++/84590] New: -fsanitize=undefined internal compiler error: tree check: expected constructor, have target_expr in split_nonconstant_init_1, at cp/typeck2.c:629

[Bug c++/84593] [6/7/8 Regression] internal compiler error: Segmentation fault (non_type_check())

[Bug c++/84593] New: internal compiler error: Segmentation fault (non_type_check())

[Bug c++/84596] [8 Regression] internal compiler error: unexpected expression '(bool)c' of kind implicit_conv_expr (cxx_eval_constant_expression)

[Bug c++/84596] New: internal compiler error: unexpected expression '(bool)c' of kind implicit_conv_expr (cxx_eval_constant_expression)

[Bug c++/84598] [8 Regression] internal compiler error: Segmentation fault (cp_default_conversion())

[Bug c++/84598] internal compiler error: Segmentation fault (cp_default_conversion())

[Bug c++/84598] New: internal compiler error: Segmentation fault (cp_default_conversion())

[Bug c++/84599] following code gives different output for normal compilation and -O2 compiler.

[Bug c++/84599] New: following code gives different output for normal compilation and -O2 compiler.

[Bug c++/84602] [8 Regression] internal compiler error: in search_anon_aggr, at cp/name-lookup.c:1218

[Bug c++/84602] New: internal compiler error: in search_anon_aggr, at cp/name-lookup.c:1218

[Bug c++/84604] False positive "may be used uninitialized in this function" due to variable initialization eliminated as dead code

[Bug c++/84604] New: False positive "may be used uninitialized in this function" due to variable initialization eliminated as dead code

[Bug c++/84605] [7/8 Regression] internal compiler error: in xref_basetypes, at cp/decl.c:13818

[Bug c++/84605] internal compiler error: in xref_basetypes, at cp/decl.c:13818

[Bug c++/84605] New: internal compiler error: in xref_basetypes, at cp/decl.c:13818

[Bug c++/84606] [8 Regression] internal compiler error: Segmentation fault (enclosing_instantiation_of())

[Bug c++/84606] internal compiler error: Segmentation fault (enclosing_instantiation_of())

[Bug c++/84606] New: internal compiler error: Segmentation fault (enclosing_instantiation_of())

[Bug c++/84608] Hang in cxx_eval_constant_expression() with -fsanitize=undefined

[Bug c++/84608] New: Hang in cxx_eval_constant_expression() with -fsanitize=undefined

[Bug c++/84609] [8 Regression] internal compiler error: in cp_parser_abort_tentative_parse, at cp/parser.c:28960 (cp_parser_member_declaration())

[Bug c++/84609] New: internal compiler error: in cp_parser_abort_tentative_parse, at cp/parser.c:28960

[Bug c++/84610] [5/6/7/8 Regression] ICE in synthesize_implicit_template_parm, at cp/parser.c:38843

[Bug c++/84610] [6/7/8 Regression] ICE in synthesize_implicit_template_parm, at cp/parser.c:38843

[Bug c++/84610] New: internal compiler error: in synthesize_implicit_template_parm, at cp/parser.c:38843

[Bug c++/84611] [5/67/8 Regression] ICE in operator[], at vec.h:826 (local_class_index())

[Bug c++/84611] New: internal compiler error: in operator[], at vec.h:826 (local_class_index())

[Bug c++/84612] New: Overload resolution of operator* fails for valarray<double>

[Bug c++/84612] Overload resolution of operator* fails for valarray<double>

[Bug c++/84616] funsafe-math-optimizations leads to incorrect results for 4x4 matrix inversion

[Bug c++/84616] New: funsafe-math-optimizations leads to incorrect results for 4x4 matrix inversion

[Bug c++/84618] [8 Regression] ICE in build_capture_proxy, at cp/lambda.c:460

[Bug c++/84618] New: internal compiler error: in build_capture_proxy, at cp/lambda.c:460

[Bug c++/84621] bogus -Wreturn-type on a template instantiated on a function

[Bug c++/84621] New: bogus -Wresturn-type on a template instantiated on a function

[Bug c/16351] NULL dereference warnings

[Bug c/25892] -Wpointer-sign creates problems for Emacs

[Bug c/35592] Want attribute to enable precision loss warning

[Bug c/37591] suppress "signed and unsigned" warnings when signed value known to be positive

[Bug c/46921] Lost side effect when struct initializer expression uses comma operator

[Bug c/53277] -Wconversion cannot handle compound expressions

[Bug c/59753] -Woverflow warning inconsistency with signed constant conversion between T_MAX+1 and UT_MAX vs larger than UT_MAX

[Bug c/60018] Bogus conversion warning with optimization flag -O1

[Bug c/60083] Duplicate conversion warnings from negative integer to unsigned type (gcc-4.3 emits only one warning)

[Bug c/60591] Report enum conversions as part of Wconversion

[Bug c/66222] gcc error: invalid use of '__builtin_va_arg_pack ()' at -O2 and up & pass at noopt

[Bug c/67999] Wrong optimization of pointer comparisons

[Bug c/69558] [6/7/8/9 Regression] glib2 warning pragmas stopped working

[Bug c/69602] [6/7/8 Regression] over-ambitious logical-op warning on EAGAIN vs EWOULDBLOCK

[Bug c/70186] RFE: better handling of misspelled attributes

[Bug c/70378] wrong warning with -Wconversion with explicit cast

[Bug c/71157] -Wnull-dereference false alarm in wrong function

[Bug c/71589] Atomic operation on a non-atomic variable

[Bug c/77331] incorrect range location in -Wformat with a concatenated format literal

[Bug c/80502] Provide macro to indicate OpenMP SIMD support

[Bug c/80787] gcc -Wmaybe-uninitialized false negative when compiling Emacs

[Bug c/80793] three signed conversion warnings for the same expression

[Bug c/81050] ICE with -fexec-charset=utf-16

[Bug c/81231] ICE with invalid argument to __atomic_*

[Bug c/81272] libdecnumber/decNumber.c:6032: wrong condition ?

[Bug c/81824] Warn for missing attributes with function aliases

[Bug c/82210] [6/7 Regression] Having _Alignas in a struct with VLAs causes writing to one array to overwrite another

[Bug c/82210] [6/7/8 Regression] Having _Alignas in a struct with VLAs causes writing to one array to overwrite another

[Bug c/82323] circular ifunc attribute on a function definition silently accepted

[Bug c/82914] 'struct __attribute__ ((aligned (N))) s' ignores 'aligned' attribute

[Bug c/83369] Missing diagnostics during inlining

[Bug c/83390] valgrind error in lra_eliminate_regs_1

[Bug c/83859] Please add new attribute which will establish relation between parameters for buffer and its size

[Bug c/83955] false positive implicit-fallthrough warning on switch enum

[Bug c/84100] [7 Regression] Function __attribute__((optimize(align-loops=32))) gives spurious warning

[Bug c/84100] [7 Regression] Function __attribute__((optimize(align-loops=32))) gives spurious warning and is ignored

[Bug c/84108] [8 Regression] incorrect -Wattributes warning for packed/aligned conflict on struct members

[Bug c/84163] [avr] Allow address space qualifier for compound literals

[Bug c/84163] New: [avr] Allow address space qualifier for compound literals

[Bug c/84166] New: Wrong warning message emitted for loss of qualifiers

[Bug c/84166] Wrong warning message emitted for loss of qualifiers

[Bug c/84168] New: Please backport "Avoid assembler warnings from AArch64 constructor/destructor priorities."

[Bug c/84168] Please backport "Avoid assembler warnings from AArch64 constructor/destructor priorities."

[Bug c/84172] New: option "-O3" create slower code

[Bug c/84172] option "-O3" create slower code

[Bug c/84173] New: Support glibc multiarch interpreter names

[Bug c/84173] Support glibc multiarch interpreter names

[Bug c/84174] FAIL: gcc.dg/Wattributes-6.c (test for warnings, line 404)

[Bug c/84174] New: FAIL: gcc.dg/Wattributes-6.c (test for warnings, line 404)

[Bug c/84175] New: FAIL: c-c++-common/Warray-bounds-4.c -Wc++-compat strcpy (test for warnings, line 67)

[Bug c/84179] -save-temps breaks implicit-fallthrough comment heuristic

[Bug c/84179] New: -save-temps breaks implicit-fallthrough comment heuristic

[Bug c/84180] New: -Wimplicit-fallthrough=2 heuristic fails when condition in the case

[Bug c/84183] internal compiler error: in initialize, at alloc-pool.h:257

[Bug c/84183] New: internal compiler error: in initialize, at alloc-pool.h:257

[Bug c/84184] gcc generates wrong relocations with negative offsets in struct arrays

[Bug c/84184] gcc generates wrong relocations with negative offsets in struct arrays (but not integral arrays)

[Bug c/84184] New: gcc generates wrong relocations with negative offsets in struct arrays (but not integral arrays)

[Bug c/84187] -O0 fails inline assembly compile

[Bug c/84187] New: -O0 fails inline assembly compile

[Bug c/84190] [7 Regression] double arithmetic on x86 no longer rounds to nearest

[Bug c/84190] [7/8 Regression] double arithmetic on x86 no longer rounds to nearest

[Bug c/84190] New: [7 Regression] double arithmetic on x86 no longer rounds to nearest

[Bug c/84195] New: newlines in deprecated diagnostics

[Bug c/84195] newlines in deprecated diagnostics

[Bug c/84229] A valid code rejected with -flto

[Bug c/84240] Error in extract_constrain_insn, at recog.c:2246

[Bug c/84240] New: Error in extract_constrain_insn, at recog.c:2246

[Bug c/84258] Bogus -Wformat warning "wide character string" for const unsigned char

[Bug c/84258] New: Bogus -Wformat warning "wide character string" for const unsigned char

[Bug c/84261] gcc fails to vectorize a function call

[Bug c/84261] New: gcc fails to call a simd-vectorized function

[Bug c/84274] New: [feature request] mbind attribute

[Bug c/84284] ICE compiling printf("\n"); with -fexec-charset=UTF-16

[Bug c/84284] New: ICE compiling printf("\n"); with -fexec-charset=UTF-16

[Bug c/84290] Internal compiler error: in tree_to_uhwi, at tree.h:4044

[Bug c/84290] New: Internal compiler error: in tree_to_uhwi, at tree.h:4044

[Bug c/84291] Internal compiler error: in tree_to_uhwi, at tree.h:4128

[Bug c/84291] New: Internal compiler error: in tree_to_uhwi, at tree.h:4128

[Bug c/84293] New: system-header macro expansion location gives unexpected warning

[Bug c/84293] system-header macro expansion location gives unexpected warning

[Bug c/84298] New: Shared TYPE_SIZE_UNIT ends up with freed SSA names

[Bug c/84298] Shared TYPE_SIZE_UNIT ends up with freed SSA names

[Bug c/84304] New: tree check fail in to_wide, at tree.h:5527

[Bug c/84304] tree check fail in to_wide, at tree.h:5527

[Bug c/84305] ICE inlining a VLA cast expression

[Bug c/84305] New: ICE inlining a VLA cast expression

[Bug c/84310] -falign-{labels,loops,jumps} with value >= 32768+1 cause a segfault

[Bug c/84321] ice in intersect_range_with_nonzero_bits, at tree-vrp.c:213

[Bug c/84321] New: ice in intersect_range_with_nonzero_bits, at tree-vrp.c:213

[Bug c/84377] gcc-7.3.0 miscompiles truncf128@@GLIBC_2.26 in libm.so

[Bug c/84377] New: gcc-7.3.0 miscompiles truncf128@@GLIBC_2.26 in libm.so

[Bug c/84422] New: ICE on various builtin test functions when compiled with -mcpu=power7

[Bug c/84431] New: Suboptimal code for masked shifts (x86/x86-64)

[Bug c/84431] Suboptimal code for masked shifts (x86/x86-64)

[Bug c/84475] New: pthread doesn't define _REENTRANT in preprocessor on riscv-linux

[Bug c/84477] [5 Regression] ICE in compute_live_loop_exits, at tree-ssa-loop-manip.c:255

[Bug c/84477] New: internal compiler error: in compute_live_loop_exits, at tree-ssa-loop-manip.c:255

[Bug c/84483] New: powerpc sub-optimal code generation - conditional relative branch to and over blr

[Bug c/84483] powerpc sub-optimal code generation - conditional relative branch to and over blr

[Bug c/84500] diagnostic says "array of chars" for arrays of wchar_t, char16_t and char32_t

[Bug c/84500] New: diagnostic says "array of chars" for arrays of wchar_t, char16_t and char32_t

[Bug c/84510] New: C front-end does not utilise -Wuseless-cast

[Bug c/84514] New: powerpc sub optimal condition register reuse with extended inline asm

[Bug c/84522] New: GCC does not generate cmpxchg16b when mcx16 is used

[Bug c/84524] New: -O3 causes behavior change

[Bug c/84531] c/c++: bogus warning for functions with different argument lengths but compatible arguments

[Bug c/84531] New: c/c++: bogus warning for functions with different argument lengths but compatible arguments

[Bug c/84553] New: -rdynamic generates TEXTREL relocations on ia64

[Bug c/84562] New: -faggressive-loop-optimizations makes decisions based on weak data structures

[Bug c/84563] GCC interpretation of C11 atomics (DR 459)

[Bug c/84563] New: GCC interpretation of C11 atomics (DR 459)

[Bug c/84595] Add __builtin_break() built-in for a breakpointing mechanism

[Bug c/84600] function inlining is confused by char * type cast

[Bug c/84600] New: function inlining is confused by char * type cast

[Bug c/84607] [6/7 Regression] Side effects discarded in address computation inside 'if'

[Bug c/84607] [6/7/8 Regression] Side effects discarded in address computation inside 'if'

[Bug c/84607] New: Side effects discarded in address computation inside 'if'

[Bug c/84619] New: Segmentation fault when running a c-program which is calling a fortran subroutine

[Bug c/84619] Segmentation fault when running a c-program which is calling a fortran subroutine

[Bug debug/59051] DW_tag_restrict_type not used

[Bug debug/59319] gcc does not emit DW_AT_friend or DW_TAG_friend

[Bug debug/63572] [6/7/8 Regression] ICF breaks user debugging experience

[Bug debug/68771] Darwin: Profile guided optimisation with cold sections and invalid symbol redefinition

[Bug debug/83758] ICE building gccgo on powerpc64le --with-cpu=power8

[Bug debug/83765] LTO bootstrap with Ada fails

[Bug debug/83917] [8 Regression] with -mcall-ms2sysv-xlogues, stepping into x86 tail-call restore stub gives bad backtrace

[Bug debug/83935] DWARF for a variant part is incorrect

[Bug debug/84252] [8 Regression] ICE in get_tracked_reg_offset when building libvpx for aarch64

[Bug debug/84300] ICE in dwarf2cfi on ppc64le with -fsplit-stack -fno-omit-frame-pointer

[Bug debug/84317] [8 regression] SEGV in dwarf2out.c (dwarf2out_source_line)

[Bug debug/84317] New: [8 regression] SEGV in dwarf2out.c (dwarf2out_source_line)

[Bug debug/84318] New: attribute deprecated on function templates different than class templates

[Bug debug/84319] [8 regression] Location views break bootstrap with Solaris/SPARC as

[Bug debug/84319] New: [8 regression] Location views break bootstrap with Solaris/SPARC as

[Bug debug/84342] [8 Regression] Location views breaks cross and native builds of arm

[Bug debug/84342] [8 Regression] Location views breaks cross builds of arm including gnueabihf

[Bug debug/84342] Location views breaks cross builds of arm including gnueabihf

[Bug debug/84342] New: Location views breaks cross and native builds of arm

[Bug debug/84404] New: Several "leb128 operand is an undefined symbol" in go testsuite with latest debug improvements

[Bug debug/84404] Several "leb128 operand is an undefined symbol" in go testsuite with latest debug improvements

[Bug debug/84408] [8 regression] gcc.dg/plugin/poly-int-07_plugin.c compilation times out with -g

[Bug debug/84408] New: [8 regression] gcc.dg/plugin/poly-int-07_plugin.c compilation times out with -g

[Bug debug/84456] [8 regression] gcc.dg/guality/pr49888.c fail

[Bug debug/84456] New: [8 regression] gcc.dg/guality/pr49888.c fail

[Bug debug/84457] [8 regression] gcc.dg/guality/pr49888.c fail

[Bug debug/84457] New: [8 regression] gcc.dg/guality/pr49888.c fail

[Bug debug/84458] [8 regression] gcc.dg/guality/pr49888.c fail

[Bug debug/84458] New: [8 regression] gcc.dg/guality/pr49888.c fail

[Bug debug/84459] [8 regression] gcc.dg/guality/pr49888.c fail

[Bug debug/84459] New: [8 regression] gcc.dg/guality/pr49888.c fail

[Bug debug/84545] [8 regression] FAIL: g++.dg/debug/pr44182.C -gdwarf-2 -O2 (test for excess errors)

[Bug debug/84545] New: FAIL: g++.dg/debug/pr44182.C -gdwarf-2 -O2 (test for excess errors)

[Bug debug/84550] [8 Regression] stepping through gcc does not work with gdb 8.0.1

[Bug debug/84550] New: [8 Regression] stepping through gcc does not work with gdb 8.0.1

[Bug debug/84620] New: DW_AT_GNU_entry_view should not use address class forms, but constant forms

[Bug demangler/81682] Timeout in demangler

[Bug driver/47785] GCC with -flto does not pass -Wa options to the assembler

[Bug driver/67613] spell suggestions for misspelled command line options

[Bug driver/83193] Help for invalid -march= options from cc1 omits -march=native on x86-64, arm. aarch64, output also inconsistent

[Bug driver/84230] LTO: -Wa argument not passed through to the assembler

[Bug driver/84230] New: LTO: -Wa argument not passed through to the assembler

[Bug driver/84391] External specs file misinterpreted, unless read twice

[Bug driver/84391] New: External specs file misinterpreted, unless read twice

[Bug driver/84440] New: unrecognized command line option '-Wno-format-invalid-specifier'

[Bug driver/84440] unrecognized command line option '-Wno-format-invalid-specifier'

[Bug fortran/25829] [F03] Asynchronous IO support

[Bug fortran/29616] Run-time check using nullified pointers and deallocated variables

[Bug fortran/30792] DATA implied-do substring allowed with -std=f95/f2003

[Bug fortran/32630] [meta-bug] ISO C binding

[Bug fortran/32834] [Meta-bug] 'Fortran 95'-only failures

[Bug fortran/32957] C/Fortran interoperability and -fdefault-integer-8

[Bug fortran/33056] [Meta-bug] Data - statement related bugs

[Bug fortran/33234] Confusing diagnostic when passing intrinsic function as actual argument without INTRINSIC

[Bug fortran/35299] scope of variables in statement function do not acquire rank from host

[Bug fortran/35339] Improve translation of implied do loop in transfer

[Bug fortran/40142] integer constants not promoted with -fdefault-integer-8

[Bug fortran/46496] Missing strlen check / interop warnings with BIND(C) and non-C_* kinds

[Bug fortran/46783] [OOP] TRANSFER with polymorphic MOLD=

[Bug fortran/48890] [F95] Wrong length of a character component of named constant derived-type

[Bug fortran/49213] [OOP] gfortran rejects structure constructor expression

[Bug fortran/51434] ICE with scalar init of an array parameter, used in DT default init with transfer

[Bug fortran/51652] Allocate with type-spec and source-expr: check whether length type-parameter is the same is lacking

[Bug fortran/54223] Statement function statement with dummy arguments that are also OPTIONAL may crash in wrong calls

[Bug fortran/56691] [OOP] Allocatable array: wrong offset when passing to CLASS dummy

[Bug fortran/59781] [6 Regression] [F03] Incorrect initialisation of derived type

[Bug fortran/60576] [6/7/8 Regression] FAIL: gfortran.dg/assumed_rank_7.f90

[Bug fortran/64273] Add support for "#pragma warning" or "!GCC$ warning directive"

[Bug fortran/65825] Cannot change attributes intrinsic

[Bug fortran/67420] gfortran.dg/norm2_3.f90 FAILs

[Bug fortran/68226] [6/7/8 Regression] [OOP] ICE on assignment of pointer-valued function to allocatable

[Bug fortran/68241] [meta-bug] [F03] Deferred-length character

[Bug fortran/68289] Missing diagnostic pragmas

[Bug fortran/68358] Some tests in gfortran.dg fail when compiled with '-g -flto' and Xcode 7

[Bug fortran/68560] [6/7/8 Regression] The test gfortran.dg/shape_8.f90 now fails when compiled with -flto

[Bug fortran/68649] [6/7/8 Regression] note: code may be misoptimized unless -fno-strict-aliasing is used

[Bug fortran/68746] FAIL: gfortran.dg/read_dir.f90 -O0 execution test

[Bug fortran/69420] ICE: tree check: expected array_type, have pointer_type in gfc_conv_array_initializer, at fortran/trans-array.c:5618

[Bug fortran/69563] Generic TBP incorrectly resolves to elemental

[Bug fortran/70913] ICE in gfc_encode_character, at fortran/target-memory.c:227

[Bug fortran/71745] upper array bound huge(i) on 32-bit systems

[Bug fortran/74600] [openacc] duplicate data map error

[Bug fortran/77296] [F03] Compiler Error with allocatable string and associate

[Bug fortran/77746] [6/7/8 Regression] [F03] Wrong subroutine called, clash of specific procedure name and binding-name

[Bug fortran/77908] Array operation fails for arrays with "long" indices

[Bug fortran/78238] [7/8 Regression] [OOP] ICE: verify_gimple failed, with -fdefault-integer-8

[Bug fortran/78534] Use a larger integer type for character lengths on 64-bit targets

[Bug fortran/78990] [6/7/8 Regression] ICE when assigning polymorphic array function result

[Bug fortran/79072] ICE with class(*) pointer function result and character value

[Bug fortran/79854] diagnostics: gfc_conv_constant_to_tree should be gfc_internal_error

[Bug fortran/79886] [6 Regression] ICE in pp_format, at pretty-print.c:681

[Bug fortran/80174] [meta-bug] Fortran lto issues

[Bug fortran/80945] Invalid code with allocatable character array in READ/WRITE statement

[Bug fortran/81116] Last character of allocatable-length string reset to blank in an assigment

[Bug fortran/81773] [Coarray] Get with vector index on lhs leads to incorrect caf_get_by_ref() call.

[Bug fortran/82007] DTIO write format stored in a string leads to severe errors

[Bug fortran/82049] [6/7/8 Regression] ICE with character(*),parameter array constructor

[Bug fortran/82065] gfortran rejects redundant use of intrinsic module constant

[Bug fortran/82814] ICE from submodule character function

[Bug fortran/82976] [8 Regression] Error: non-trivial conversion at assignment since r254526

[Bug fortran/82994] ICE in gfc_match_deallocate, at fortran/match.c:4478

[Bug fortran/82996] ICE and segfault with derived type finalization

[Bug fortran/83118] [7/8 Regression] Bad intrinsic assignment of class(*) array component of derived type

[Bug fortran/83148] [8 regression] ICE: crash_signal from toplev.c:325

[Bug fortran/83149] [6- and 7-branches] Missing test for sym->ns->proc_name: crash_signal in toplev.c:325

[Bug fortran/83149] [8 Regression] ICE on SELECT CASE: crash_signal in toplev.c:325

[Bug fortran/83319] [7/8 Regression] ICE on use of allocatable component in derived type coarray defined in module

[Bug fortran/83344] Use of uninitialized memory with ASSOCIATE and strings

[Bug fortran/83633] gfortran internal compiler error for explicit-shape array with non-constant bounds

[Bug fortran/83705] [8 Regression] ICE/wrong code with large values of REPEAT after revision r256284

[Bug fortran/83823] [8 Regression] Character length issues with PACK()

[Bug fortran/83898] [6/7 Regression] ICE in gfc_conv_expr_descriptor, at fortran/trans-array.c:7181

[Bug fortran/83901] [8 Regression] ICE in fold_convert_loc, at fold-const.c:2402

[Bug fortran/83975] [8 Regression] ICE in set_parm_default_def_partition, at tree-ssa-coalesce.c:1919

[Bug fortran/83980] Various issues with character length in array constructors

[Bug fortran/84065] [8 regression] string_1.f90 fails since r256944

[Bug fortran/84074] Incorrect indexing of array when actual argument is an array expression and dummy is polymorphic

[Bug fortran/84088] [8 Regression][nvptx] libgomp.oacc-fortran/declare-*.f90 execution fails

[Bug fortran/84094] several correctness issues in gfortran.dg

[Bug fortran/84115] [8 Regression] Failure in associate construct with concatenated character target

[Bug fortran/84115] [8 Regression] ICE: tree check: expected tree that contains 'decl minimal' structure, have 'indirect_ref' in add_decl_as_local, at fortran/trans-decl.c:256

[Bug fortran/84122] Incorrect statement sequence in PDT definition

[Bug fortran/84141] [8 regression] Internal error: type_name(): Bad type

[Bug fortran/84143] Intrinsic output of PDT incorrectly includes type parameters

[Bug fortran/84155] [8 Regression] program hangs on valid code

[Bug fortran/84155] [8.0 Regression] program hangs on valid code

[Bug fortran/84189] Internal procedure allowed as type bound procedure

[Bug fortran/84189] New: Internal procedure allowed as type bound procedure

[Bug fortran/84217] [8 Regression] ICE: verify_gimple failed

[Bug fortran/84217] New: [8 Regression] ICE: verify_gimple failed

[Bug fortran/84218] ICE in free_expr0, at fortran/expr.c:451

[Bug fortran/84218] New: [8 Regression] ICE in free_expr0, at fortran/expr.c:451

[Bug fortran/84219] [8 Regression] ICE: Invalid expression in gfc_target_interpret_expr

[Bug fortran/84219] New: [8 Regression] ICE: Invalid expression in gfc_target_interpret_expr

[Bug fortran/84244] [7/8 Regression] ICE in recompute_tree_invariant_for_addr_expr, at tree.c:4535

[Bug fortran/84244] New: [7/8 Regression] ICE in recompute_tree_invariant_for_addr_expr, at tree.c:4535

[Bug fortran/84245] [7/8 Regression] ICE in delete_root, at fortran/bbt.c:150

[Bug fortran/84245] New: [7/8 Regression] ICE in delete_root, at fortran/bbt.c:150

[Bug fortran/84246] [7/8 Regression] ICE in conv_caf_send, at fortran/trans-intrinsic.c:1950

[Bug fortran/84246] New: [7/8 Regression] ICE in conv_caf_send, at fortran/trans-intrinsic.c:1950

[Bug fortran/84270] [7/8 Regression] optimization bug with assumed size array argument

[Bug fortran/84270] New: optimization bug with assumed size array argument

[Bug fortran/84270] optimization bug with assumed size array argument

[Bug fortran/84273] [F03] Reject allocatable passed-object dummy argument (proc_ptr_47.f90)

[Bug fortran/84273] New: Reject allocatable passed-object dummy argument (proc_ptr_47.f90)

[Bug fortran/84273] Reject allocatable passed-object dummy argument (proc_ptr_47.f90)

[Bug fortran/84276] Invalid error for valid statement function

[Bug fortran/84276] New: Invalid error for valid statement function

[Bug fortran/84313] [F08] reject procedure pointers in COMMON blocks

[Bug fortran/84313] New: [F08] reject procedure pointers in COMMON blocks

[Bug fortran/84346] New: Statement functions should not accept keywords

[Bug fortran/84346] Statement functions should not accept keywords

[Bug fortran/84354] New: Replace '%qs' with %qs in fortran/decl.c

[Bug fortran/84354] Replace '%qs' with %qs in fortran/decl.c

[Bug fortran/84381] New: replace non-std 'call abort' by 'stop 1' in gfortran testsuite

[Bug fortran/84381] replace non-std 'call abort' by 'stop 1' in gfortran testsuite

[Bug fortran/84382] New: add command-line options -std=gnu2003 and -std=gnu2008 for gfortran

[Bug fortran/84385] [F03] Reject invalid SELECT TYPE selector (allocate_with_source_22.f03)

[Bug fortran/84385] New: [F03] Reject invalid SELECT TYPE selector (allocate_with_source_22.f03)

[Bug fortran/84386] Implicitly declared variables in BLOCK have scope of including program unit

[Bug fortran/84386] New: Implicitly declared variables in BLOCK have scope of including program unit

[Bug fortran/84387] Defined output does not work for a derived type that has no components

[Bug fortran/84387] New: Defined output does not work for a derived type that has no components

[Bug fortran/84389] Defined output: unexpected compiler error with the use of ":" edit descriptor

[Bug fortran/84389] New: Defined output: unexpected compiler error with the use of ":" edit descriptor

[Bug fortran/84394] [7/8 Regression] compiler error when using modules with derived types in block data subprograms

[Bug fortran/84394] compiler error when using modules with derived types in block data subprograms

[Bug fortran/84394] New: compiler error when using modules with derived types in block data subprograms

[Bug fortran/84409] [F03] check DTIO arguments for character len

[Bug fortran/84409] New: [F03] check DTIO arguments for character len

[Bug fortran/84412] [7/8 Regression] Erroneous "Inquire statement identifies an internal file" error

[Bug fortran/84412] New: Erroneous "Inquire statement identifies an internal file" error

[Bug fortran/84418] ICE with fortran OpenMP linear (ref ()) clause

[Bug fortran/84418] New: ICE with fortran OpenMP linear (ref ()) clause

[Bug fortran/84432] [F08] Detect illegal component initialization in pdt_27.f03

[Bug fortran/84432] New: Detect illegal component initialization in pdt_27.f03

[Bug fortran/84472] Missing finalization and memory leak

[Bug fortran/84472] New: Missing finalization and memory leak

[Bug fortran/84487] [8 Regression] Large rodate section increase in 465.tonto with r257233

[Bug fortran/84487] New: [8 Regression] Large rodate section increase in 465.tonto with r257233

[Bug fortran/84495] Incorrect result for concatenation of Fortran allocatable string

[Bug fortran/84495] New: Incorrect result for concatenation of Fortran allocatable string

[Bug fortran/84504] New: procedure pointer variables cannot be initialized with functions returning pointers

[Bug fortran/84504] procedure pointer variables cannot be initialized with functions returning pointers

[Bug fortran/84506] [6/7/8 Regression] INQUIRE(pos=) always sets pos=0 with -fdefault-integer-8

[Bug fortran/84506] INQUIRE(pos=) always sets pos=0 with -fdefault-integer-8

[Bug fortran/84506] New: INQUIRE(pos=) always sets pos=0 with -fdefault-integer-8

[Bug fortran/84509] STOP and ERROR STOP statements with -fdefault-integer-8 and large stop code

[Bug fortran/84509] STOP and PAUSE statements with -fdefault-integer-8 and large stop code

[Bug fortran/84511] [6/7/8 Regression] Internal compiler error from directly printing return of C_LOC

[Bug fortran/84511] New: Internal compiler error from directly printing return of C_LOC

[Bug fortran/84513] gfortran -M generates circular dependency

[Bug fortran/84513] New: gfortran -M generates circular dependency

[Bug fortran/84519] New: STOP and ERROR STOP statements with QUIET specifier

[Bug fortran/84519] STOP and ERROR STOP statements with QUIET specifier

[Bug fortran/84523] [8 Regression] Runtime crash deallocating allocatable array within derived type

[Bug fortran/84523] New: [8 Regression] Runtime crash deallocating allocatable array within derived type

[Bug fortran/84538] [8 Regression] Array of derived type elements incorrectly accessed in function

[Bug fortran/84538] New: Array of derived type elements incorrectly accessed in function

[Bug fortran/84539] ICE and segfault with assignment to CLASS(*) array

[Bug fortran/84539] New: ICE and segfault with assignment to CLASS(*) array

[Bug fortran/84543] New: undefined reference to __copy_INTEGER_4_.3788

[Bug fortran/84543] undefined reference to __copy_INTEGER_4_.3788

[Bug fortran/84546] [7/8 Regression] Bad sourced allocation of CLASS(*) with source with CLASS(*) component

[Bug fortran/84546] New: [7/8 Regression] Bad sourced allocation of CLASS(*) with source with CLASS(*) component

[Bug fortran/84591] Compiling gfortran.dg/bind_c_usage_10.f03 with -fdefault-integer-8 gives errors

[Bug fortran/84591] New: Compiling gfortran.dg/bind_c_usage_10.f03 with -fdefault-integer-8 gives errors

[Bug fortran/84594] New: Warning: Use of the NUMERIC_STORAGE_SIZE named constant from intrinsic module ISO_FORTRAN_ENV at (1) is incompatible with option -fdefault-integer-8

[Bug fortran/84594] Warning: Use of the NUMERIC_STORAGE_SIZE named constant from intrinsic module ISO_FORTRAN_ENV at (1) is incompatible with option -fdefault-integer-8

[Bug fortran/84615] [8 Regression] Executable Segfault for tests compiled with -fdefault-integer-8 and -m32

[Bug fortran/84615] New: [8 Regression] Executable Segfault for tests compiled with -fdefault-integer-8 and -m32

[Bug fortran/84622] New: [F08] gfortran accepts invalid intent(out) polymorphic dummy argument with coarray component

[Bug gcov-profile/28564] gcov fails to store the absolute path to the source files

[Bug gcov-profile/45582] gcda file names collision when profiling

[Bug gcov-profile/47618] Collecting multiple profiles and using all for PGO

[Bug gcov-profile/83200] Unable to manipulate (prefix, strip) coverage/profile data file (.gcda) paths at compile time

[Bug gcov-profile/83877] Make gcov accept a path to the gcda and a path to the gcno file

[Bug gcov-profile/83879] __gcov_dump doesn't work with dlopen-ed libraries

[Bug gcov-profile/84107] indirect call profiling broken with multiple DSOs

[Bug gcov-profile/84137] Typo in gcov online documentation

[Bug gcov-profile/84509] New: STOP and PAUSE statements with -fdefault-integer-8 and large stop code

[Bug gcov-profile/84548] [8 regression] gcov ICE in process_file, at gcov.c:1154

[Bug gcov-profile/84548] New: [8 regression] gcov ICE in process_file, at gcov.c:1154

[Bug gcov-profile/84572] New: Wrong number of execution of a line

[Bug gcov-profile/84572] Wrong number of execution of a line

[Bug go/53679] Build failure in libgo

[Bug go/68420] Errors with go escape analysis

[Bug go/71396] "use of undefined type" error in gccgo-6 when go (1.6.1) is perfectly happy

[Bug go/71635] gcc-go fails to link golang-googlecode-net

[Bug go/84215] New: Random results in go/libgo tests

[Bug go/84215] Random results in go/libgo tests

[Bug go/84484] libgo configure tests fail to find -latomic

[Bug go/84484] New: libgo configure tests fail to find -latomic

[Bug inline-asm/66631] inability to clobber segment regs makes tls problematic

[Bug inline-asm/84343] New: Behavior of ARM register constraint 't' seems to be inconsistent with documentation

[Bug ipa/57218] [6/7/8 Regression] Excessive inlining even at -Os

[Bug ipa/65797] [6/7/8 regression] IPA ICF causes function to be emitted with no debug line info

[Bug ipa/79966] [6/7 Regression] run time more than twice slower when using -fipa-cp-clone

[Bug ipa/80277] ipa-icf overlooking functions with identical assemble and semantics

[Bug ipa/80726] [7/8 Regression] Destructor not inlined anymore (regression)

[Bug ipa/80899] [6/7/8 Regression] Devirtualization causes incorrect code generation with placement new in some cases

[Bug ipa/81360] [8 Regression] ice in estimate_edge_growth, at ipa-inline.h:86

[Bug ipa/82278] [8 regression] gcc.dg/lto/chkp-ctor-merge fail

[Bug ipa/83179] [8 regression] gcc.dg/ipa/inline-1.c fail

[Bug ipa/84149] [8 Regression] SPEC CPU2017 505.mcf/605.mcf ~10% performance regression with r256888

[Bug ipa/84229] New: A valid code rejected with -flto

[Bug ipa/84425] [8 Regression] Hang in ipa-inline.c starting with r250048

[Bug ipa/84425] New: [8 Regression] Hang in ipa-inline.c starting with r250048

[Bug jit/64089] libgccjit.so.0.0.1 linkage failure on darwin

[Bug jit/84288] New: Support jit on Solaris

[Bug jit/84288] Support jit on Solaris

[Bug libffi/84410] libffi doesn't support riscv now, but not disabled in configure.ac

[Bug libffi/84410] New: libffi doesn't support riscv now, but not disabled in configure.ac

[Bug libfortran/32770] [Meta-bug] -fdefault-integer-8 issues

[Bug libfortran/84156] [8 Regression] valgrind error with print *,1

[Bug libfortran/84439] call to backtrace fails after about 6000 iterations (32-bit executable)

[Bug libfortran/84439] New: call to backtrace fails after about 6000 iterations (32-bit executable)

[Bug libfortran/84529] INQUIRE fails on "recycled" internal units

[Bug libfortran/84529] New: INQUIRE fails on "recycled" internal units

[Bug libgcc/67336] Verify pointers during stack unwind

[Bug libgcc/68126] internal compiler error: in maybe_record_trace_start, at dwarf2cfi.c:2239 while compiling under platform mips64el

[Bug libgcc/84292] __sync_add_and_fetch returns the old value instead of the new value

[Bug libgcc/84292] New: __sync_add_and_fetch returns the old value instead of the new value

[Bug libgomp/63700] It is impossible to set the OpenMP stack size from inside a program

[Bug libgomp/65904] Memory corruption with acc_shutdown, nvptx offloading, libgomp.oacc-c-c++-common/asyncwait-1.c

[Bug libgomp/82428] Builtins for openacc gang/worker/vector id/size

[Bug libgomp/84041] [nvptx] Hang in for-3.c

[Bug libgomp/84217] [8 Regression] ICE: verify_gimple failed

[Bug libgomp/84393] New: "make install" omits gfortran modules, following cross-native build

[Bug libgomp/84466] [8 regression] libgomp.graphite/force-parallel-8.c fails starting with r257723

[Bug libgomp/84466] New: [8 regression] libgomp.graphite/force-parallel-8.c fails starting with r257723

[Bug libgomp/84473] New: FAIL: libgomp.c++/member-5.C execution test

[Bug libstdc++/54924] Warn for std::string constructor with wrong size

[Bug libstdc++/66146] call_once not C++11-compliant on ppc64le

[Bug libstdc++/66742] abort on sorting list with custom allocator that is not stateless

[Bug libstdc++/69331] FAIL: 20_util/shared_ptr/thread/default_weaktoshared.cc execution test

[Bug libstdc++/70129] [6 Regression] stdlib.h: No such file or directory when using -isystem /usr/include

[Bug libstdc++/70694] 50 experimental/filesystem/* failures on x86_64-apple-darwin10

[Bug libstdc++/78870] Support std::filesystem on Windows

[Bug libstdc++/81338] stringstream remains empty after being moved into multiple times

[Bug libstdc++/81670] include/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp:253: suspicious assignment ?

[Bug libstdc++/81797] gcc 7.1.0 fails to build on macOS 10.13 (High Sierra):

[Bug libstdc++/83982] Exception guarantee of C++14 vector::resize(size_type) is not met

[Bug libstdc++/84159] New: filesystem::path::operator/= with has root directory path

[Bug libstdc++/84170] New: std::find_if performance issues

[Bug libstdc++/84170] std::find_if performance issues

[Bug libstdc++/84216] New: std::get_time fails to parse output from std::put_time, but strptime can parse them (c++11)

[Bug libstdc++/84256] New: Use object size checking built-ins in libstdc++

[Bug libstdc++/84256] Use object size checking built-ins in libstdc++

[Bug libstdc++/84323] call_once uses TLS even when once_flag is set

[Bug libstdc++/84323] New: call_once uses TLS even when once_flag is set

[Bug libstdc++/84367] [C++11] std::ostringstream stops inserting after multiple call to move assignment operator

[Bug libstdc++/84367] New: [C++11] std::ostringstream stops inserting after multiple call to move assignment operator

[Bug libstdc++/84442] FAIL: 30_threads/thread/cons/terminate.cc (test for excess errors)

[Bug libstdc++/84442] New: FAIL: 30_threads/thread/cons/terminate.cc (test for excess errors)

[Bug libstdc++/84532] [7 Regression] std::thread::__make_invoker prematurely unwraps reference_wrappers

[Bug libstdc++/84532] [7/8 Regression] std::thread::__make_invoker prematurely unwraps reference_wrappers

[Bug libstdc++/84532] New: [7/8 Regression] std::thread::__make_invoker prematurely unwraps reference_wrappers

[Bug libstdc++/84535] New: std::thread constructor missing constraint on first argument

[Bug libstdc++/84535] std::thread constructor missing constraint on first argument

[Bug libstdc++/84568] libstdc++-v3 configure checks for atomic operations fail on riscv

[Bug libstdc++/84568] New: libstdc++-v3 configure checks for atomic operations fail on riscv

[Bug libstdc++/84580] Equality and relational ops for containers behave differently in Debug Mode

[Bug libstdc++/84580] New: Equality and relational ops for containers behave differently in Debug Mode

[Bug libstdc++/84601] [8 Regression] std::optional<std::pair<int, int>> is not assignment copyable

[Bug libstdc++/84601] New: std::optional<std::pair<int, int>> is not assignment copyable

[Bug lto/61048] compiling with -fsanitize=address crashes GCC if pointers are used

[Bug lto/63688] all_symbols_read_handler: Assertion `lto_wrapper_argv' failed.

[Bug lto/70929] [6/7/8 regression] Cross-module inlining for functions having argument passed by reference is no longer working.

[Bug lto/81004] [7 Regression] linking failed with -flto and static libboost_program_options

[Bug lto/81004] [7/8 Regression] linking failed with -flto and static libboost_program_options

[Bug lto/81968] [8 regression] early lto debug objects make Solaris ld SEGV

[Bug lto/82229] GCC7's LTO underperforms compared to GCC6

[Bug lto/83375] partitioner partitions static arrays with label references

[Bug lto/83954] [6/7 Regression] LTO: Bogus -Wlto-type-mismatch warning for array of pointer to incomplete type

[Bug lto/83997] ICE with alias template and attribute

[Bug lto/84212] -Wno-* does not disable warnings from -flto link stage

[Bug lto/84212] New: -Wno-* does not disable warnings from -flto link stage

[Bug lto/84213] [8 Regression] 521.wrf_r from SPEC 2017 fails to build (link) with LTO

[Bug lto/84213] New: 521.wrf_r from SPEC 2017 fails to build (link) with LTO

[Bug lto/84241] [8 regression] test case g++.dg/torture/pr67600.C fails starting with r257412

[Bug lto/84241] New: [8 regression] test case g++.dg/torture/pr67600.C fails starting with r257412

[Bug lto/84242] [8 Regression] g++.dg/torture/pr67600.C at r257412

[Bug lto/84242] New: [8 Regression] g++.dg/torture/pr67600.C at r257412

[Bug lto/84316] missing -Wnull-dereference on a variable null array reference with LTO

[Bug lto/84316] New: -Wnull-dereference doesn't work with LTO

[Bug lto/84579] __gnu_lto_v1 should be removed when linking with -fno-lto

[Bug lto/84579] New: __gnu_lto_v1 should be removed when linking with -fno-lto

[Bug lto/84592] [openacc,openmp] lto1: ICE in input_varpool_node, at lto-cgraph.c:1424: for CSWTCH symbol

[Bug lto/84592] [openacc] lto1: ICE in input_varpool_node, at lto-cgraph.c:1424: for CSWTCH symbol

[Bug lto/84592] New: [openacc] lto1: ICE in input_varpool_node, at lto-cgraph.c:1424: for CSWTCH symbol

[Bug middle-end/21161] [6/7/8 Regression] "clobbered by longjmp" warning ignores the data flow

[Bug middle-end/24639] [meta-bug] bug to track all Wuninitialized issues

[Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)

[Bug middle-end/28831] [6/7/8 Regression] Aggregate copy not elided when using a return value as a pass-by-value parameter

[Bug middle-end/33699] [6/7/8 regression] missing optimization on const addr area store

[Bug middle-end/4210] should not warning with dead code

[Bug middle-end/46164] Local variables in specified registers don't work correctly with inline asm operands

[Bug middle-end/46786] ICE: verify_stmts failed: statement marked for throw, but doesn't with -fopenmp -fnon-call-exceptions

[Bug middle-end/46989] Mixing "-fprofile-arcs -ftest-coverage" and OpenMP triggers a bug

[Bug middle-end/49899] ICE when redeclaring a static function as weak

[Bug middle-end/52285] [6/7/8 Regression] libgcrypt _gcry_burn_stack slowdown

[Bug middle-end/58479] [6/7/8 Regression] slow var-tracking on x86_64-linux at -O1 (and above) with -g, but checking disabled

[Bug middle-end/59521] __builtin_expect not effective in switch

[Bug middle-end/60725] [-Wreturn-type] false positive in trivial switch

[Bug middle-end/61118] [6/7/8 Regression] Indirect call generated for pthread_cleanup_push with constant cleanup function

[Bug middle-end/63311] [6/7/8 Regression] -O1 optimization introduces valgrind warning

[Bug middle-end/63793] -mcmodel=medium in gfortran on x86_64 emits references that are RIP relative (instead of using the GOT)

[Bug middle-end/64501] Unreachable catch BB for try blocks that cannot create an exception of specific type

[Bug middle-end/65041] Improve -Wclobbered

[Bug middle-end/68733] [6/7/8 Regression] FAIL: libgomp.c/target-29.c (internal compiler error)

[Bug middle-end/70831] [6/7/8 Regression] FTBFS: Build fails with bootstrap-lto and profiledbootstrap

[Bug middle-end/70897] Confused branch predictors

[Bug middle-end/70920] if ((intptr_t)ptr == 0) doesn't get simplified to if (ptr == 0)

[Bug middle-end/77433] warn about usage of object that outside of the scope of the object

[Bug middle-end/79016] missing -Wstringop-overflow= overflowing allocated buffers

[Bug middle-end/79257] spurious -Wformat-overflow=1 warning with -O2 and sanitizer

[Bug middle-end/81657] [8 Regression] FAIL: gcc.dg/20050503-1.c scan-assembler-not call

[Bug middle-end/81669] trunk/gcc/fibonacci_heap.h:58: possible missing initialisation ?

[Bug middle-end/81812] [7/8 Regression] Empty virtual function fails to compile

[Bug middle-end/82004] [8 Regression] SPEC CPU2017 628.pop2_s miscompare

[Bug middle-end/82123] [7/8 regression] spurious -Wformat-overflow warning for converted vars

[Bug middle-end/82407] [meta-bug] qsort_chk fallout tracking

[Bug middle-end/83023] branch probabilities pessimize malloc

[Bug middle-end/83665] [8 regression] Big code size regression and some code quality improvement at Jan 2 2018

[Bug middle-end/84016] [8 Regression] Spec2000 regression around Jan 14 and Jan 19 2018

[Bug middle-end/84019] [7/8 regression] ICE in fold-const of std::complex division

[Bug middle-end/84089] [8 Regression] FAIL: g++.dg/cpp1y/lambda-generic-x.C -std=gnu++14 (internal compiler error)

[Bug middle-end/84095] [8 Regression] false-positive -Wrestrict warnings for memcpy within array

[Bug middle-end/84184] gcc generates wrong relocations with negative offsets in struct arrays

[Bug middle-end/84185] New: missing warning when ignoring attribute aligned on a member

[Bug middle-end/84200] [8 Regression] r256888 causes 30% performance regression of 519.lbm_r at -Ofast generic tuning on Zen

[Bug middle-end/84200] New: r256888 causes 30% performance regression of 519.lbm_r at -Ofast generic tuning on Zen

[Bug middle-end/84200] r256888 causes 30% performance regression of 519.lbm_r at -Ofast generic tuning on Zen

[Bug middle-end/84214] New: recip and slp passes conflict

[Bug middle-end/84214] recip and slp passes conflict

[Bug middle-end/84217] [8 Regression] ICE: verify_gimple failed

[Bug middle-end/84233] [7/8 Regression] ICE (segfault) in gimple_assign_rhs_code

[Bug middle-end/84233] New: [7/8 Regression] ICE (segfault) in gimple_assign_rhs_code

[Bug middle-end/84234] #pragma omp declare simd is ignored on forward declaration

[Bug middle-end/84234] New: #pragma omp declare simd is ignored

[Bug middle-end/84237] [8 Regression] xen build faiulre only zero initializers are allowed in section '.bss.page_aligned.const'

[Bug middle-end/84237] New: [8 Regression] xen build faiulre only zero initializers are allowed in section '.bss.page_aligned.const'

[Bug middle-end/84251] [8 Regression] Performance regression in gcc 8 when comparing floating point numbers

[Bug middle-end/84251] New: Performance regression in gcc 8 when comparing floating point numbers

[Bug middle-end/84275] New: missing warning on conflicting attributes on different declara

[Bug middle-end/84300] ICE in dwarf2cfi on ppc64le with -fsplit-stack -fno-omit-frame-pointer

[Bug middle-end/84300] New: ICE in dwarf2cfi on ppc64le with -fsplit-stack -fno-omit-frame-pointer

[Bug middle-end/84309] [8 Regression] Wrong-code with -ffast-math

[Bug middle-end/84309] New: [8 Regression] Wrong-code with -ffast-math

[Bug middle-end/84433] gcc 7 and before miscompile loop and remove exit due to incorrect range calculation

[Bug middle-end/84433] New: gcc 7 and before miscompile loop and remove exit due to incorrect range calculation

[Bug middle-end/84443] powerpc suboptimal code generation (shrink wrap unlikely path) for Linux spinlocks

[Bug middle-end/84603] -finline-limit not accepted in attribute and #pragma optimize

[Bug middle-end/84603] New: -finline-limit not accepted in attribute and #pragma optimize

[Bug other/61257] configure should check if sys/sdt.h is usable, not just checking the existance of the header

[Bug other/79046] g++ -print-file-name=plugin uses full version number in path

[Bug other/80589] Typing mistakes in two messages

[Bug other/81831] -Wno-psabi is not documented

[Bug other/82368] [8 regression] with r253275 several new test cases in libbacktrace fail

[Bug other/84193] New: Document the limitations of -fcheck-pointer-bounds

[Bug other/84257] New: Extremely slow compilation from gcc source code under macOS 10.13

[Bug other/84351] New: Provide dependency information also when linking

[Bug other/84351] Provide dependency information also when linking

[Bug other/84379] New: Problems with sol2.c GTY handling

[Bug other/84379] Problems with sol2.c GTY handling

[Bug other/84380] New: No GTY handling for language-specific target files

[Bug other/84613] [meta-bug] SPEC compiler performance issues

[Bug other/84613] New: [meta-bug] SPEC compiler performance issues

[Bug preprocessor/52899] tabstop has no effect

[Bug preprocessor/78497] compiling with -save-temps adds -Wimplicit-fallthrough warnings

[Bug preprocessor/81419] GCC wrongly suggests function-like macro as fixit hint for undefined object-like macro

[Bug preprocessor/82939] genmatch fills up terminal with endless printing of periods

[Bug preprocessor/83063] [8 Regression] ICE on an invalid preprocessor snippet

[Bug preprocessor/83173] C preprocessor generates incorrect linemarkers

[Bug preprocessor/83708] Token-based policy broken by __VA_OPT__

[Bug preprocessor/84161] New: preprocessor should discard Fortran comments

[Bug preprocessor/84161] preprocessor should discard Fortran comments

[Bug preprocessor/84165] #define strlen asdf affects calls to asdf

[Bug preprocessor/84165] New: #define strlen asdf affects calls to asdf

[Bug preprocessor/84517] [8 Regression] "string literal"__FILE__ no longer accepted

[Bug preprocessor/84517] New: [8 Regression] "string literal"__FILE__ no longer accepted

[Bug preprocessor/84583] New: -fdirectives-only does not handle CRLF properly

[Bug rtl-optimization/57193] [6/7/8 Regression] suboptimal register allocation for SSE registers

[Bug rtl-optimization/59393] [6/7/8 regression] mips16/7/8 code size

[Bug rtl-optimization/64081] [6/7/8 Regression] r217827/8 prevents RTL loop unroll

[Bug rtl-optimization/70023] [6/7/8 Regression] ICE: in assign_by_spills, at lra-assigns.c:1417/8 with -fschedule-insns

[Bug rtl-optimization/81025] [8 Regression] gcc ICE while building glibc for MIPS soft-float multi-lib variant

[Bug rtl-optimization/81443] [8 regression] build/genrecog.o: virtual memory exhausted: Cannot allocate memory

[Bug rtl-optimization/82982] [8 Regression] ICE: qsort checking failed (error: qsort comparator non-negative on sorted output: 5) in ready_sort_real in haifa scheduler

[Bug rtl-optimization/83327] Spilling into hard regs not taken into account in lra liveness analysis

[Bug rtl-optimization/83459] [8 Regression] ICE: qsort checking failed: qsort comparator non-negative on sorted output: 1 with --param=sched-pressure-algorithm=2

[Bug rtl-optimization/83496] [7/8 regression] wrong code generated with -Os -mbranch-cost=1

[Bug rtl-optimization/83530] [7/8 Regression] ICE in reset_sched_cycles_in_current_ebb, at sel-sched.c:7150

[Bug rtl-optimization/83530] [8 Regression] ICE in reset_sched_cycles_in_current_ebb, at sel-sched.c:7150

[Bug rtl-optimization/83723] [8 Regression] ICE: in gen_rtx_SUBREG, at emit-rtl.c:1010

[Bug rtl-optimization/83962] [6/7/8 Regression] ICE: verify_flow_info failed (too many outgoing branch edges from bb 8)

[Bug rtl-optimization/84068] [8 Regression] ICE: qsort checking failed: qsort comparator non-negative on sorted output: 1 with -fno-sched-critical-path-heuristic --param=max-sched-extend-regions-iters=5 @ aarch64

[Bug rtl-optimization/84071] [7/8 regression] wrong elimination of zero-extension after sign-extended load

[Bug rtl-optimization/84123] internal compiler error: in gen_rtx_SUBREG, at emit-rtl.c:908, alpha linux.

[Bug rtl-optimization/84157] [8 Regression] [nvptx] ICE: RTL check: expected code 'reg', have 'lshiftrt'

[Bug rtl-optimization/84164] [8 Regression] ICE: in elimination_costs_in_insn, at reload1.c:3633 at -O1

[Bug rtl-optimization/84164] New: [8 Regression] ICE: in elimination_costs_in_insn, at reload1.c:3633 at -O1

[Bug rtl-optimization/84169] [8 Regression] wrong code with u128 multiplication result at aarch64 -O

[Bug rtl-optimization/84206] New: ICE in get_all_loop_exits, at sel-sched-ir.h:1138

[Bug rtl-optimization/84301] New: ICE in create_pre_exit, at mode-switching.c:451

[Bug rtl-optimization/84302] New: ICE: Segmentation fault (in extract_insn) on SPE target

[Bug rtl-optimization/84308] [7 Regression] Memory leak in spread_components

[Bug rtl-optimization/84308] [7/8 Regression] Memory leak in spread_components

[Bug rtl-optimization/84308] New: [7/8 Regression] Memory leak in spread_components

[Bug rtl-optimization/84345] [8 Regression] ICE: qsort checking failed (error: qsort comparator non-negative on sorted output: 1)

[Bug rtl-optimization/84345] New: [8 Regression] ICE: qsort checking failed (error: qsort comparator non-negative on sorted output: 1)

[Bug rtl-optimization/84527] missed optimization for special ternary operation

[Bug rtl-optimization/84527] New: missed optimization for special ternary operation

[Bug rtl-optimization/84566] error: qsort comparator not anti-commutative: -1, -1 on aarch64 in sched1

[Bug rtl-optimization/84566] New: error: qsort comparator not anti-commutative: -1, -1 on aarch64 in sched1

[Bug rtl-optimization/84614] [8 Regression] wrong code with u16->u128 extension at aarch64 -fno-split-wide-types -g3 --param=max-combine-insns=3

[Bug rtl-optimization/84614] New: [8 Regression] wrong code with u16->u128 extension at aarch64 -fno-split-wide-types -g3 --param=max-combine-insns=3

[Bug sanitizer/61875] ATRIBUTE_NONNULL macro error

[Bug sanitizer/67899] build failure in the sanitizer libs on sparc-linux-gnu

[Bug sanitizer/78532] [7 Regression] libsanitizer fails to build on sparc64-linux-gnu

[Bug sanitizer/79096] [7/8 Regression] address sanitizer and jni does not work

[Bug sanitizer/81715] asan-stack=1 redzone allocation is too inflexible

[Bug sanitizer/82183] gcc.dg/sancov/cmp0.c fails on aarch64

[Bug sanitizer/82501] AddressSanitizer does not handle negative offset for first global variable

[Bug sanitizer/82825] [8 regression] Many libsanitizer tests FAIL: dyld: Symbol not found: ___lsan_default_options

[Bug sanitizer/83392] FAIL: c-c++-common/ubsan/ptr-overflow-sanitization-1.c scan-tree-dump-times

[Bug sanitizer/83987] [6/7 Regression] ICE with OpenMP, sanitizer and virtual bases

[Bug sanitizer/83987] [6/7/8 Regression] ICE with OpenMP, sanitizer and virtual bases

[Bug sanitizer/84208] fsanitize-address-use-after-scope Not working for ARM

[Bug sanitizer/84208] New: fsanitize-address-use-after-scope Not working for ARM

[Bug sanitizer/84210] __ubsan_handle_builtin_unreachable shoun't be const

[Bug sanitizer/84210] New: __ubsan_handle_builtin_unreachable shoun't be const

[Bug sanitizer/84250] New: Symbol collision when using both Address and Undefined Behavior sanitizers (-fsanitize=address,undefined)

[Bug sanitizer/84250] Symbol collision when using both Address and Undefined Behavior sanitizers (-fsanitize=address,undefined)

[Bug sanitizer/84285] Fail to statically link with -fsanitize=undefined

[Bug sanitizer/84285] New: Fail to statically link with -fsanitize=undefined

[Bug sanitizer/84307] asan blocks dead-store elimination

[Bug sanitizer/84307] New: asan blocks dead-store elimination

[Bug sanitizer/84340] [8 regression] g++.dg/asan/use-after-scope-types-1.C (and others) fails after r257585

[Bug sanitizer/84340] New: [8 regression] g++.dg/asan/use-after-scope-types-1.C (and others) fails after r257585

[Bug sanitizer/84428] ==7122==AddressSanitizer CHECK failed: ../../../sanitizer/asan/asan_interceptors.cc:384 "((__interception::real___cxa_throw)) != (0)" (0x0, 0x0)

[Bug sanitizer/84428] New: ==7122==AddressSanitizer CHECK failed: ../../../sanitizer/asan/asan_interceptors.cc:384 "((__interception::real___cxa_throw)) != (0)" (0x0, 0x0)

[Bug sanitizer/84508] Load of misaligned address using _mm_load_sd

[Bug sanitizer/84508] New: Load of misaligned address using _mm_load_sd

[Bug target/18206] -dynamic-linker option seems to be badly named and broken

[Bug target/27827] [4.0 Regression] gcc 4 produces worse x87 code on all platforms than gcc 3

[Bug target/27855] [6/7/8 regression] reassociation causes the RA to be confused

[Bug target/28689] Cross compile internal error.

[Bug target/29256] [6/7/8 regression] loop performance regression

[Bug target/35179] execs crash in shared lib destructor = do_global_dtors_aux

[Bug target/45996] -falign-functions=X does not work

[Bug target/46666] gcc.target/i386/funcspec-3.c ICEs in count_reg_usage (cse.c:6596) with -fno-early-inlining

[Bug target/48576] wrong code when accessing variables in a large stack frame

[Bug target/52991] [6/7/8 Regression] attribute packed broken on mingw32?

[Bug target/54063] [6/7/8 regression] on powerpc64 gcc 4.9/6/7/8 generates larger code for global variable accesses than gcc 4.7

[Bug target/56010] Powerpc, -mcpu=native and -mtune=native use the wrong name for target 7450

[Bug target/57438] bootstrap fails on x86_64 darwin in stage2 linking cc1

[Bug target/57547] Missing vector intrinsics in PowerPC Altivec documentation

[Bug target/59833] ARM soft-float extendsfdf2 fails to quiet signaling NaN

[Bug target/59865] gnu multiversion calculates wrong target

[Bug target/59888] Darwin linker error "illegal text-relocation" with -shared

[Bug target/62018] FAIL: gcc.dg/torture/ftrapv-(1|2).c * execution test on x86_64-apple-darwin1[34]

[Bug target/63435] Bad code with weak vs localalias on AIX

[Bug target/63908] [e500v2] "float_bessel"case failed on e500v2 platforms

[Bug target/65604] MIPS -fno-delayed-branch generates incorrect code with -mcheck-zero-division

[Bug target/65674] stack smashing protector must be controllable per-function

[Bug target/65744] Some AVX512 instrinsics take __mmask16 instead of __mmask8

[Bug target/66433] Arm NEON postincrement optimization missed

[Bug target/68028] [6/7/8 regression] Compilation error "lto1: error: target attribute or pragma changes single precision floating point" with LTO on PowerPC

[Bug target/69770] [ARM] -mlong-calls does not affect calls to __gnu_mcount_nc generated by -pg

[Bug target/70321] [6/7/8 Regression] STV generates less optimized code

[Bug target/70490] __atomic_load_n(const __int128 *, ...) generates CMPXCHG16B with no warning

[Bug target/70713] msp430 interrupt attribute prevents overriding weak symbols

[Bug target/78303] PowerPC vec-init-{1,2,4,5,8,9} tests do not run on -mlittle -maltivec=be

[Bug target/78459] [7/8 Regression] [SH] ICE in maybe_record_trace_start building glibc string tests

[Bug target/78804] [RX] -m64bit-doubles does not work

[Bug target/79242] [7 Regression] ICE in simplify_subreg, at simplify-rtx.c:6029

[Bug target/79242] [7/8 Regression] ICE in simplify_subreg, at simplify-rtx.c:6029

[Bug target/79747] Missing documentation for -malign-{jumps,label,loops,functions}= and strange value range limitation

[Bug target/79926] i386: untranslated placeholder "exception/interrupt" in diagnostic

[Bug target/79975] SEGV in cc1 compiling gcc.dg/rtl/x86_64/final.c with -fno-dwarf2-cfi-asm

[Bug target/80569] i686: "shrx" instruction generated in 16-bit mode

[Bug target/80837] [7/8 regression] x86 accessing a member of a 16-byte atomic object generates terrible code: splitting/merging the bytes

[Bug target/80863] [SH]: sh/sh.c:6772:1: internal compiler error: in maybe_record_trace_start, at dwarf2cfi.c:2330

[Bug target/80865] broken compilation on Mac OS X 10.5 / powerpc: unrecognizable insn

[Bug target/80878] -mcx16 (enable 128 bit CAS) on x86_64 seems not to work on 7.1.0

[Bug target/81084] [8 Regression] powerpcspe port full of confusing configury / command-line options not related to SPE

[Bug target/81143] New test case gcc.target/powerpc/pr79799-2.c fails on powerpc BE

[Bug target/81228] [7 Regression] ICE in gen_vec_cmpv2dfv2di, at config/aarch64/aarch64-simd.md:2508

[Bug target/81535] [8 regression] gcc.target/powerpc/pr79439.c fails starting with r250442

[Bug target/81572] [7/8 Regression] gcc-7 regression: unnecessary vector regmove on compare

[Bug target/81594] Optimize PowerPC vector set and store

[Bug target/81652] [meta-bug] -fcf-protection=full -mcet bugs

[Bug target/81693] FAIL: gcc.dg/torture/pr25967-*.c -O* execution test on darwin

[Bug target/81739] Replace calls to memcmp with more efficient code if possible

[Bug target/82005] [8 regression] early lto debug creates invalid assembly on Darwin

[Bug target/82096] [6 Regression] ICE in int_mode_for_mode, at stor-layout.c:403 with arm-linux-gnueabi

[Bug target/82096] [6/7 Regression] ICE in int_mode_for_mode, at stor-layout.c:403 with arm-linux-gnueabi

[Bug target/82248] probe_stack can generate unpredictable STR on arm

[Bug target/82258] [8 regression] allocate_zerosize_3.f fails since r251949

[Bug target/82411] const is not always read-only

[Bug target/82518] [6/7/8 regression] gfortran.fortran-torture/execute/in-pack.f90 fails on armeb

[Bug target/82641] Unable to enable crc32 for a certain function with target attribute on ARM (aarch32)

[Bug target/82795] [7 Regression] ICE in predicate_mem_writes, at tree-if-conv.c:2251

[Bug target/82795] [7/8 Regression] ICE in predicate_mem_writes, at tree-if-conv.c:2251

[Bug target/82795] [8 Regression] ICE in predicate_mem_writes, at tree-if-conv.c:2251

[Bug target/82805] [7/8 Regression] SPEC CPU2006 454.calculix ~6% performance deviation in between 6.3 and 7.2

[Bug target/82851] [8 regression] g++.dg/vect/slp-pr56812.cc, i386/avx2-vpaddq-3.c, i386/avx2-vpsubq-3.c fails

[Bug target/82862] [8 Regression] SPEC CPU2006 465.tonto performance regression with r253975 (up to 40% drop for particular loop)

[Bug target/82989] [6/7/8 regression] Inexplicable use of NEON for 64-bit math

[Bug target/82989] [7/8 regression ] Inexplicable use of NEON for 64-bit math

[Bug target/82989] [7/8 regression] Inexplicable use of NEON for 64-bit math

[Bug target/83008] [performance] Is it better to avoid extra instructions in data passing between loops?

[Bug target/83307] Miscompilation of range_for with initializer_list<class-type> in constructors on MacOS (works on Linux)

[Bug target/83335] [8 regression][aarch64,ilp32] gcc.target/aarch64/asm-2.c ICEs since 255481

[Bug target/83370] [AARCH64]Tailcall register may be corrupted by epilogue code

[Bug target/83399] Power8 ICE During LRA with 2-op rtl pattern for lvx instruction

[Bug target/83496] [7/8 regression] wrong code generated with -Os -mbranch-cost=1

[Bug target/83496] [7/8 regression] wrong code generates under "-Os -mbranch-cost=1"

[Bug target/83496] MIPS BE: wrong code generates under "-Os -mbranch-cost=1"

[Bug target/83707] g++.dg/eh/simd-3.C fails on power7 -m32

[Bug target/83743] -mcpu=native causes gcc to exit in error if cpu is not recognized

[Bug target/83760] [7/8 Regression] [SH] ICE in maybe_record_trace_start building glibc tst-copy_file_range.c

[Bug target/83760] [8 Regression] [SH] ICE in maybe_record_trace_start building glibc tst-copy_file_range.c

[Bug target/83785] sh: ICE in maybe_record_trace_start, at dwarf2cfi.c:2344

[Bug target/83789] __builtin_altivec_lvx fails for powerpc for altivec-4.c

[Bug target/83828] FAIL: gcc.target/i386/avx512vpopcntdqvl-vpopcntq-1.c execution test

[Bug target/83831] [RX] Unused bclr,bnot,bset insns

[Bug target/83845] [8 regression] new failures after r256620

[Bug target/83846] Some SVE tests fail with -mabi=ilp32

[Bug target/83915] FAIL: gcc.target/aarch64/sve/extract_1.c -march=armv8.2-a+sve (internal compiler error)

[Bug target/83926] ICE during RTL pass: ira, in elimination_costs_in_insn, at reload1.c:3633

[Bug target/83964] [8 Regression] ICE in extract_insn, at recog.c:2304

[Bug target/83969] [8 Regression] ICE in final_scan_insn, at final.c:2997 (error: could not split insn) for powerpc targets

[Bug target/83984] ld: The value 0x8000000000005 does not fit when applying the relocation DIR21L

[Bug target/84010] [sparc64] Problematic TLS code generation

[Bug target/84014] [6/7 Regression] ICE in setup_min_max_allocno_live_range_point, at ira-build.c:2762

[Bug target/84025] [nvptx] Don't generate branch-around-nothing

[Bug target/84039] x86 retpolines and CFI

[Bug target/84066] Wrong shadow stack register size is saved for x32

[Bug target/84072] [meta-bug] -mindirect-branch=thunk issues

[Bug target/84077] [7/8 Regression] Likely wrong code with `__builtin_expect()` on i686-linux-gnu

[Bug target/84113] [7/8 Regression] gcc-7.3.0/libgcc/unwind.inc:136:1: internal compiler error: in extract_insn, at recog.c:2311

[Bug target/84113] [7/8 Regression] libgcc/unwind.inc:136:1: internal compiler error: in extract_insn, at recog.c:2311

[Bug target/84113] [7/8 Regression] libgcc/unwind.inc:136:1: unrecognizable insn: internal compiler error on Darwin

[Bug target/84124] FAIL: gcc.target/i386/pr80969-4.c execution test

[Bug target/84128] i686: Stack spilling in -fstack-clash-protection prologue neglects %esp change

[Bug target/84145] Wrong CET options processing

[Bug target/84146] ICE with -mcet in dwarf2out_var_location, involving sigsetjmp

[Bug target/84148] CET shouldn't be enabled in 32-bit run-time libraries by default

[Bug target/84154] [7 Regression] PowerPC GCC 7 and 8 have regression in converting fp to short/char and returning it

[Bug target/84154] [7/8 Regression] PowerPC GCC 7 and 8 have regression in converting fp to short/char and returning it

[Bug target/84164] [8 Regression] ICE: in elimination_costs_in_insn, at reload1.c:3633 at -O1

[Bug target/84169] [8 Regression] wrong code with u128 multiplication result at aarch64 -O

[Bug target/84169] New: [8 Regression] wrong code with u128 multiplication result at aarch64 -O

[Bug target/84172] option "-O3" create slower code

[Bug target/84176] Need a different thunk for -mindirect-branch=thunk-extern -fcf-protection -mcet

[Bug target/84176] New: Need a different thunk for -mindirect-branch=thunk-extern -fcf-protection -mcet

[Bug target/84201] New: 549.fotonik3d_r from SPEC2017 fails verification with -mprefer-vector-width=256 or 512 on Zen

[Bug target/84209] [avr] Don't split SP in split2

[Bug target/84209] New: [avr] Don't split SP in split2

[Bug target/84211] [avr] Perform a post-reload register optimization pass

[Bug target/84211] New: [avr] Perform a post-reload register optimization pass

[Bug target/84220] New: rs6000 builtin __builtin_vec_sld() ICEs on invalid 3rd argument

[Bug target/84220] rs6000 builtin __builtin_vec_sld() ICEs on invalid 3rd argument

[Bug target/84226] [8 Regression] ICE in simplify_const_unary_operation, at simplify-rtx.c:1974 on ppc64le

[Bug target/84226] New: [8 Regression] ICE in simplify_const_unary_operation, at simplify-rtx.c:1974 on ppc64le

[Bug target/84227] [8 Regression] ICE in lra_set_insn_recog_data, at lra.c:998

[Bug target/84227] New: [8 Regression] ICE in lra_set_insn_recog_data, at lra.c:998

[Bug target/84239] New: Reimplement rdssp[d|q] and incssp[d|q] CET intrinsics

[Bug target/84239] Reimplement rdssp[d|q] and incssp[d|q] CET intrinsics

[Bug target/84248] [8 Regression] r257414 failed too bootstrap in libitm

[Bug target/84251] [8 Regression] Performance regression in gcc 8 when comparing floating point numbers

[Bug target/84252] ICE in get_tracked_reg_offset when building libvpx for aarch64

[Bug target/84252] New: ICE in get_tracked_reg_offset when building libvpx for aarch64

[Bug target/84259] [8 Regression] bootstrap fails in libitm on x86 targets (ICE in ix86_option_override_internal, at config/i386/i386.c:4948)

[Bug target/84259] New: [8 Regression] bootstrap fails in libitm on x86 targets (ICE in ix86_option_override_internal, at config/i386/i386.c:4948)

[Bug target/84260] New: gcc for mips produces an error when called with --help=<class>

[Bug target/84264] [8 Regression] ICE in rs6000_emit_le_vsx_store, at config/rs6000/rs6000.c:10367 starting with r256656

[Bug target/84264] ICE in rs6000_emit_le_vsx_store, at config/rs6000/rs6000.c:10367

[Bug target/84264] New: ICE in rs6000_emit_le_vsx_store, at config/rs6000/rs6000.c:10367

[Bug target/84265] [8 Regression] ICE in vect_permute_load_chain, at tree-vect-data-refs.c:5933

[Bug target/84265] ICE in vect_permute_load_chain, at tree-vect-data-refs.c:5933

[Bug target/84265] New: ICE in vect_permute_load_chain, at tree-vect-data-refs.c:5933

[Bug target/84266] mmintrin.h intrinsic headers for PowerPC code fails on power9

[Bug target/84266] New: mmintrin.h intrinsic headers for PowerPC code fails on power9

[Bug target/84272] [8 Regression] AddressSanitizer: heap-use-after-free ../../gcc/config/aarch64/cortex-a57-fma-steering.c:519 in fma_node::get_parity()

[Bug target/84272] AddressSanitizer: heap-use-after-free ../../gcc/config/aarch64/cortex-a57-fma-steering.c:519 in fma_node::get_parity()

[Bug target/84272] New: AddressSanitizer: heap-use-after-free ../../gcc/config/aarch64/cortex-a57-fma-steering.c:519 in fma_node::get_parity()

[Bug target/84278] claims initv4sfv2sf is available but inits through stack

[Bug target/84278] New: claims initv4sfv2sf is available but inits through stack

[Bug target/84279] [8 Regression] powerpc64le ICE on cvc4

[Bug target/84279] New: [8 Regression] powerpc64le ICE on cvc4

[Bug target/84280] [6/7/8 Regression] Performance regression in g++-7 with Eigen for non-AVX2 CPUs

[Bug target/84280] Performance regression in g++-7 with Eigen for non-AVX2 CPUs

[Bug target/84295] [7 Regression] glibc failed to build

[Bug target/84295] New: [7 Regression] glibc failed to build

[Bug target/84301] [6/7/8 Regression] ICE in create_pre_exit, at mode-switching.c:451

[Bug target/84310] -falign-{labels,loops,jumps} with value >= 32768+1 cause a segfault

[Bug target/84310] New: -falign-{labels,loops,jumps} with value >= 32768+1 cause a segfault

[Bug target/84328] [6/7/8 Regression] -finline-small-functions and inline keyword lead to slowdown since version 6

[Bug target/84331] New: Execution failures on Skylake server with -march=native

[Bug target/84332] New: -fstack-clash-protectionICE in insn_default_length, at config/s390/s390.md:9697 for

[Bug target/84335] ICE on invalid code in copy_to_mode_reg, at explow.c:612

[Bug target/84335] New: ICE on invalid code in copy_to_mode_reg, at explow.c:612

[Bug target/84336] [8 Regression] ICE in extract_insn, at recog.c:2304

[Bug target/84336] New: [8 Regression] ICE in extract_insn, at recog.c:2304

[Bug target/84343] Behavior of ARM register constraint 't' seems to be inconsistent with documentation

[Bug target/84359] [8 regression] gcc.target/i386/pr57193.c fail

[Bug target/84359] New: [8 regression] gcc.target/i386/pr57193.c fail

[Bug target/84361] Fails to use vfmaddsub* for complex multiplication

[Bug target/84361] New: Fails to use vfmaddsub* for complex multiplication

[Bug target/84363] [8 Regression] Assembler error in stage1/libgcc: Error: view number mismatch

[Bug target/84363] New: [8 Regression] Assembler error in stage1/libgcc: Error: view number mismatch

[Bug target/84365] gcc.target/powerpc/altivec-7-le.c fails on power9

[Bug target/84365] New: gcc.target/powerpc/altivec-7-le.c fails on power9

[Bug target/84366] gcc.dg/torture/float128-cmp-invalid.c fails when run on power9

[Bug target/84366] New: gcc.dg/torture/float128-cmp-invalid.c fails when run on power9

[Bug target/84369] New: test case gcc.dg/sms-10.c fails on power9

[Bug target/84369] test case gcc.dg/sms-10.c fails on power9

[Bug target/84371] New: test case gcc.target/powerpc/builtins-3.c fails on power9

[Bug target/84371] test case gcc.target/powerpc/builtins-3.c fails on power9

[Bug target/84372] New: test case gcc.target/powerpc/lvsl-lvsr.c fails on power9

[Bug target/84372] test case gcc.target/powerpc/lvsl-lvsr.c fails on power9

[Bug target/84377] gcc-7.3.0 miscompiles truncf128@@GLIBC_2.26 in libm.so

[Bug target/84384] new test case gcc.target/powerpc/builtins-4-int128-runnable.c fails on power7

[Bug target/84384] New: new test case gcc.target/powerpc/builtins-4-int128-runnable.c fails on power7

[Bug target/84390] New: test case gcc.target/powerpc/vsxcopy.c fails for gcc 7 and gcc 6 on power9

[Bug target/84390] test case gcc.target/powerpc/vsxcopy.c fails for gcc 7 and gcc 6 on power9

[Bug target/84392] New: test case gcc.dg/graphite/uns-interchange-9.c and 3 others fail on power9

[Bug target/84392] test case gcc.dg/graphite/uns-interchange-9.c and 3 others fail on power9

[Bug target/84406] [8 Regression][MSP430] ICE on valid code in find_widening_optab_handler_and_mode, at optabs-query.c:476

[Bug target/84406] New: [8 Regression][MSP430] ICE on valid code in find_widening_optab_handler_and_mode, at optabs-query.c:476

[Bug target/84413] -march=skylake-avx512 disables BT instruction

[Bug target/84413] -mtune=skylake-avx512,cannonlake,icelake disable many tuning

[Bug target/84413] New: -march=skylake-avx512 disables BT instruction

[Bug target/84422] ICE on various builtin test functions when compiled with -mcpu=power7

[Bug target/84431] Suboptimal code for masked shifts (x86/x86-64)

[Bug target/84437] New: long long casting breaks PDP-11 with -m10 model option (includes trivial reproducer)

[Bug target/84438] New: Another code pattern that breaks PDP11 with -m10: including reproducer code

[Bug target/84460] [8 regression] gcc.target/i386/pr57193.c fail

[Bug target/84460] New: [8 regression] gcc.target/i386/pr57193.c fail

[Bug target/84467] Choosing between Integer and NEON for 64-bit operations

[Bug target/84467] New: Choosing between Integer and NEON for 64-bit operations

[Bug target/84475] pthread doesn't define _REENTRANT in preprocessor on riscv-linux

[Bug target/84479] [8 Regression] cryptopp miscompilation on powerpc64le starting with r256656

[Bug target/84479] New: [8 Regression] cryptopp miscompilation on powerpc64le starting with r256656

[Bug target/84481] [8 Regression] 429.mcf with -O2 regresses by ~6% and ~4%, depending on tuning, on Zen compared to GCC 7.2

[Bug target/84481] New: 429.mcf with -O2 regresses by ~6% and ~4%, depending on tuning, on Zen compared to GCC 7.2

[Bug target/84482] 437.leslie3d regresses on Haswell and SandyBridge at -O3 and -Ofast with generic march and tuning

[Bug target/84482] New: 437.leslie3d regresses on Haswell and SandyBridge at -O3 and -Ofast with generic march and tuning

[Bug target/84490] New: 436.cactusADM regressed by 6-8% percent with -Ofast on Zen, compared to gcc 7.2

[Bug target/84498] [nvptx, openacc] Don't generate state-propagation inbetween subsequent worker/vector loops

[Bug target/84498] New: [nvptx, openacc] Don't generate state-propagation inbetween subsequent worker/vector loops

[Bug target/84499] [8 Regression] ICE on cp2k in rs6000_emit_le_vsx_store starting with r256656

[Bug target/84499] New: [8 Regression] ICE on cp2k in rs6000_emit_le_vsx_store starting with r256656

[Bug target/84521] [8 Regression] aarch64: Frame-pointer corruption with __builtin_setjmp/__builtin_longjmp and -fomit-frame-pointer

[Bug target/84521] [8 Regression] aarch64: Frame-pointer corruption with setjmp/longjmp and -fomit-frame-pointer

[Bug target/84521] New: [8 Regression] aarch64: Frame-pointer corruption with setjmp/longjmp and -fomit-frame-pointer

[Bug target/84522] GCC does not generate cmpxchg16b when mcx16 is used

[Bug target/84524] -O3 causes behavior change

[Bug target/84528] [8 Regression] gcc.c-torture/execute/960419-2.c -O3 fails with -fno-omit-frame-pointer

[Bug target/84528] New: [8 Regression] gcc.c-torture/execute/960419-2.c -O3 fails with -fno-omit-frame-pointer

[Bug target/84530] -mfunction-return=thunk does not work for simple_return_pop_internal insn

[Bug target/84530] New: -mfunction-return=thunk does not work for simple_return_pop_internal insn

[Bug target/84534] [8 regression] several powerpc test cases fail starting with r257915

[Bug target/84534] New: [8 regression] several powerpc test cases fail starting with r257915

[Bug target/84547] New: Suboptimal code for masked shifts (ARM64)

[Bug target/84547] Suboptimal code for masked shifts (ARM64)

[Bug target/84553] -rdynamic generates TEXTREL relocations on ia64

[Bug target/84564] error: unable to find a register to spill with -mforce-indirect-call

[Bug target/84564] New: error: unable to find a register to spill with -mforce-indirect-call

[Bug target/84565] [8 Regression] ICE in extract_insn, at recog.c:2304 on aarch64

[Bug target/84565] ICE in extract_insn, at recog.c:2304 on aarch64

[Bug target/84565] New: ICE in extract_insn, at recog.c:2304

[Bug target/84570] New: [og7, openacc, nvptx] Unused offloaded function parameters

[Bug target/84571] New: [og7, openacc, nvptx] 32-bit value passed in 64 bits to offloading function

[Bug target/84574] New: Function return thunks shouldn't be aliased to indirect branch thunks

[Bug target/84575] [8 regression] gcc.target/i386/pr84309.c fail

[Bug target/84575] New: [8 regression] gcc.target/i386/pr84309.c fail

[Bug testsuite/52641] Test cases fail for 16-bit int targets

[Bug testsuite/58321] FAIL: gcc.target/i386/memcpy-strategy-3.c scan-assembler-times memcpy 2 on x86_64-apple-darwin*

[Bug testsuite/62234] warnings/errors from LTO cannot be tested

[Bug testsuite/70516] Regtesting acats hangs on x86_64-apple-darwin15.4

[Bug testsuite/80092] Add effective-target keywords for unsupported nvptx features

[Bug testsuite/80551] c-c++-common/tsan/race_on_mutex.c fails on powerpc

[Bug testsuite/83791] Move tests to libgomp.c-c++-common

[Bug testsuite/83983] FAIL: g++.dg/lto/pr83121 (test for LTO warnings, pr83121_0.C line 8)

[Bug testsuite/84094] several correctness issues in gfortran.dg

[Bug testsuite/84243] [8 Regression] gcc.target/i386/cet-intrin-4.c at r257414

[Bug testsuite/84243] New: [8 Regression] gcc.target/i386/cet-intrin-4.c at r257414

[Bug testsuite/84324] New: objc/execute/exceptions/matcher-1.m:27:10: warning: return with a value, in function returning void

[Bug testsuite/84370] Invalid option used in test case gcc.target/powerpc/builtins-3-p9-runnable.c

[Bug testsuite/84370] New: Invalid option used in test case gcc.target/powerpc/builtins-3-p9-runnable.c

[Bug testsuite/84381] replace non-std 'call abort' by 'stop 1' in gfortran testsuite

[Bug testsuite/84388] New: test case gcc/testsuite/gcc.target/powerpc/fold-vec-mult-int128-p9.c fails on power9

[Bug testsuite/84388] test case gcc/testsuite/gcc.target/powerpc/fold-vec-mult-int128-p9.c fails for gcc 7 on power9

[Bug testsuite/84597] [8 regression] test case g++.dg/ext/timevar2.C fails starting with r258029

[Bug testsuite/84597] New: [8 regression] test case g++.dg/ext/timevar2.C fails starting with r258029

[Bug testsuite/84617] [8 Regression] new test cases g++.dg/ext/attr-const.C and g++.dg/ext/attr-pure.C fail

[Bug testsuite/84617] New: new test cases g++.dg/ext/attr-const.C and g++.dg/ext/attr-pure.C fail

[Bug translation/84207] Hard coded plural in gimple-fold.c

[Bug translation/84207] New: Hard coded plural in gimple-fold.c

[Bug translation/84303] New: Styled quotes in error message may be inappropriate

[Bug translation/84303] Styled quotes in error message may be inappropriate

[Bug tree-optimization/13962] [tree-ssa] make "fold" use alias information to optimize pointer comparisons

[Bug tree-optimization/18501] [6/7/8 Regression] Missing 'used uninitialized' warning (CCP)

[Bug tree-optimization/21485] [6/7/8 Regression] missed load PRE, PRE makes i?86/7/8 suck

[Bug tree-optimization/25290] PHI-OPT could be rewritten so that is uses fold

[Bug tree-optimization/32306] [6/7/8 Regression] redundant && || not eliminated

[Bug tree-optimization/37239] peeling last iteration of a <= loop

[Bug tree-optimization/38785] [6/7/8 Regression] huge performance regression on EEMBC bitmnp01

[Bug tree-optimization/39612] [6/7/8 Regression] LIM inserts loads from uninitialized local memory

[Bug tree-optimization/46029] -ftree-loop-if-convert-stores causes FAIL: libstdc++-v3/testsuite/ext/pb_ds/example/tree_intervals.cc

[Bug tree-optimization/53947] [meta-bug] vectorizer missed-optimizations

[Bug tree-optimization/57218] [6/7/8 Regression] Excessive inlining even at -Os

[Bug tree-optimization/57534] [6/7/8 Regression]: Performance regression versus 4.7.3, 4.8.1 is ~15% slower

[Bug tree-optimization/66013] Missed optimization after inlining va_list parameter, -m32 case

[Bug tree-optimization/68356] FAIL: gcc.dg/torture/pr68264.c -O* execution test on x86_64-apple-darwin1(0|4)

[Bug tree-optimization/70754] [6 Regression] ICE during predictive commoning

[Bug tree-optimization/71361] [7 Regression] Changes in ivopts caused perf regression on x86

[Bug tree-optimization/78902] Missed malloc optimizations: malloc w/o LHS and zero argument

[Bug tree-optimization/80293] [6/7 Regression] unnecessary code at -O2 (-O1 is fine)

[Bug tree-optimization/81038] [8 regression] test case g++.dg/vect/slp-pr56812.cc fails starting with r248678

[Bug tree-optimization/81592] spurious -Wformat-overflow warning with -fsanitize=signed-integer-overflow

[Bug tree-optimization/81600] tree-vect-loop.c:6075:22: runtime error: index -1 out of bounds for type 'tree_node *[3]'

[Bug tree-optimization/81603] Various compiler UB on very large constant offsets

[Bug tree-optimization/81611] [8 Regression] gcc un-learned loop / post-increment optimization

[Bug tree-optimization/81635] [8 Regression] nvptx SLP test cases regressions

[Bug tree-optimization/81661] [7 Regression] ICE in gimplify_modify_expr, at gimplify.c:5638

[Bug tree-optimization/81661] [7/8 Regression] ICE in gimplify_modify_expr, at gimplify.c:5638

[Bug tree-optimization/82405] Function not inlined for switch and suboptimal assembly is generated

[Bug tree-optimization/82491] UBSAN in gcc/gimple-fold.c:6187:6: runtime error: signed integer overflow: 9223372036854775807 * 8 cannot be represented in type 'long int'

[Bug tree-optimization/82518] [8 regression] gfortran.fortran-torture/execute/in-pack.f90 fails on armeb since r252917

[Bug tree-optimization/82604] [8 Regression] SPEC CPU2006 410.bwaves ~50% performance regression with trunk@253679 when ftree-parallelize-loops is used

[Bug tree-optimization/82726] ICE in verify_ssa during GIMPLE pass: pcom

[Bug tree-optimization/82965] [8 regression][armeb] gcc.dg/vect/pr79347.c starts failing after r254379

[Bug tree-optimization/83043] [8 Regression] FAIL: libgomp.graphite/force-parallel-1.c scan-tree-dump-times graphite "2 loops carried no dependency" 1 (found 0 times)

[Bug tree-optimization/83126] [8 Regression] ICE in transform_to_exit_first_loop_alt, at tree-parloops.c:1713

[Bug tree-optimization/83369] Missing diagnostics during inlining

[Bug tree-optimization/83456] -Wrestrict false positive on a non-overlapping memcpy in an inline function

[Bug tree-optimization/83543] strlen of a local array member not optimized on some targets

[Bug tree-optimization/83698] bogus offset in -Wrestrict messages for strcat of unknown strings

[Bug tree-optimization/83776] [6/7/8 Regression] missing -Warray-bounds indexing past the end of a string literal

[Bug tree-optimization/83965] [8 Regression] ICE in vectorize_fold_left_reduction, at tree-vect-loop.c:6154

[Bug tree-optimization/83991] [8 regression] gcc.dg/vect/pr79347.c fail

[Bug tree-optimization/84005] [8 regression] gcc.dg/vect/bb-slp-1.c etc. FAIL

[Bug tree-optimization/84013] wrong __restrict clique with inline asm operand

[Bug tree-optimization/84037] [8 Regression] Speed regression of polyhedron benchmark since r256644

[Bug tree-optimization/84047] [6/7/8 Regression] missing -Warray-bounds on an out-of-bounds index into an array

[Bug tree-optimization/84050] [6/7/8 Regression] missing -Warray-bounds accessing a struct array member

[Bug tree-optimization/84051] [6/7/8 Regression] missing -Warray-bounds on an out-of-bounds access via an array pointer

[Bug tree-optimization/84053] [6/7/8 Regression] missing -Warray-bounds accessing a local array across inlined function boundaries

[Bug tree-optimization/84106] loop distribution cost-model needs work

[Bug tree-optimization/84114] global reassociation pass prevents fma usage, generates slower code

[Bug tree-optimization/84117] [8 Regression] ICE in gimplify_modify_expr, at gimplify.c:5798

[Bug tree-optimization/84136] [6/7 Regression] ICE with goto to an && label in another function

[Bug tree-optimization/84136] [6/7/8 Regression] ICE with goto to an && label in another function

[Bug tree-optimization/84152] [7 Regression] ICE in tree-if-conv.c

[Bug tree-optimization/84178] [7/8 Regression] ICE in release_bb_predicate

[Bug tree-optimization/84178] New: [7/8 Regression] ICE in release_bb_predicate

[Bug tree-optimization/84188] assume non-null malloc pointers are distinct

[Bug tree-optimization/84188] New: assume non-null malloc pointers are distinct

[Bug tree-optimization/84202] missing -Wnonnull on a returns_nonnull function returning null

[Bug tree-optimization/84202] New: missing -Wnonnull on a returns_nonnull function returning null

[Bug tree-optimization/84203] add -Wsuggest-attribute=returns_nonnull

[Bug tree-optimization/84203] New: add -Wsuggest-attribute=returns_nonnull

[Bug tree-optimization/84204] [8 Regression] [graphite] ICE in set_codegen_error, at graphite-isl-ast-to-gimple.c:206

[Bug tree-optimization/84204] New: [8 Regression] [graphite] ICE in set_codegen_error, at graphite-isl-ast-to-gimple.c:206

[Bug tree-optimization/84205] [8 Regression] [graphite] ICE in set_codegen_error, at graphite-isl-ast-to-gimple.c:206

[Bug tree-optimization/84205] New: [8 Regression] [graphite] ICE in set_codegen_error, at graphite-isl-ast-to-gimple.c:206

[Bug tree-optimization/84223] [8 Regression] ICE in assign_parameter_index_in_region, at graphite-scop-detection.c:1156

[Bug tree-optimization/84223] New: [8 Regression] ICE in assign_parameter_index_in_region, at graphite-scop-detection.c:1156

[Bug tree-optimization/84224] [7 Regression] ICE in execute, at gimple-ssa-warn-alloca.c:448

[Bug tree-optimization/84224] [7/8 Regression] ICE in execute, at gimple-ssa-warn-alloca.c:448

[Bug tree-optimization/84224] ICE in execute, at gimple-ssa-warn-alloca.c:448

[Bug tree-optimization/84224] New: ICE in execute, at gimple-ssa-warn-alloca.c:448

[Bug tree-optimization/84225] [8 Regression] ICE in operation_no_trapping_overflow, at tree.c:7206

[Bug tree-optimization/84225] New: [8 Regression] ICE in operation_no_trapping_overflow, at tree.c:7206

[Bug tree-optimization/84228] Bogus -Wstringop-truncation warning with -g

[Bug tree-optimization/84228] Bogus -Wstringop-truncation with -g

[Bug tree-optimization/84228] New: Bogus -Wstringop-truncation with -g

[Bug tree-optimization/84232] [8 regression] gcc.dg/tree-ssa/ssa-dom-cse-2.c fail with -march=silvermont

[Bug tree-optimization/84232] New: [8 regression] gcc.dg/tree-ssa/ssa-dom-cse-2.c fail

[Bug tree-optimization/84235] [8 Regression] Miscompilation of floating point code by dom2

[Bug tree-optimization/84235] New: [8 Regression] Miscompilation of floating point code by dom2

[Bug tree-optimization/84238] [8 Regression] ICE tree check: expected integer_cst, have plus_expr in to_wide, at tree.h:5527

[Bug tree-optimization/84238] New: [8 Regression] ICE tree check: expected integer_cst, have plus_expr in to_wide, at tree.h:5527

[Bug tree-optimization/84261] gcc fails to vectorize a function call

[Bug tree-optimization/84312] New: Variadic function without named argument not inlined

[Bug tree-optimization/84312] Variadic function without named argument not inlined

[Bug tree-optimization/84315] missing -Wnonnull for trivial null pointer dereference

[Bug tree-optimization/84315] New: missing -Wnonnull for trivial null pointer dereference

[Bug tree-optimization/84316] missing -Wnull-dereference on a variable null array reference with LTO

[Bug tree-optimization/84321] [8 Regression] ice in intersect_range_with_nonzero_bits, at tree-vrp.c:213

[Bug tree-optimization/84334] [8 Regression] Stack overflow with -Ofast -frounding-math

[Bug tree-optimization/84334] New: [8 Regression] Stack overflow with -Ofast -frounding-math

[Bug tree-optimization/84339] [8 Regression] Wrong-code with optimizing strlen

[Bug tree-optimization/84339] New: [8 Regression] Wrong-code with optimizing strlen

[Bug tree-optimization/84353] [8 Regression] [graphite] ICE in set_codegen_error, at graphite-isl-ast-to-gimple.c:206

[Bug tree-optimization/84353] New: [8 Regression] [graphite] ICE in set_codegen_error, at graphite-isl-ast-to-gimple.c:206

[Bug tree-optimization/84383] [8 Regression] ICE in maybe_diag_stxncpy_trunc

[Bug tree-optimization/84383] New: [8 Regression] ICE in maybe_diag_stxncpy_trunc

[Bug tree-optimization/84395] New: -Wstringop-truncation where -Wstringop-overflow is expected

[Bug tree-optimization/84396] New: missing -Wstringop-truncation with non-nul assignment to destination

[Bug tree-optimization/84397] missing -Wstringop-truncation on strncpy into a multidimensional array

[Bug tree-optimization/84397] New: missing -Wstringop-truncation on strncpy into a multidimensional array

[Bug tree-optimization/84398] New: missing -Wstringop-truncation on strncpy into VLA and dynamically allocated arrays

[Bug tree-optimization/84399] [8 Regression] [graphite] ICE in set_codegen_error, at graphite-isl-ast-to-gimple.c:206

[Bug tree-optimization/84399] New: [8 Regression] [graphite] ICE in set_codegen_error, at graphite-isl-ast-to-gimple.c:206

[Bug tree-optimization/84407] incorrect constant propagation with -frounding-math

[Bug tree-optimization/84407] New: incorrect constant propagation with -frounding-math

[Bug tree-optimization/84416] internal compiler error: in int_cst_value, at tree.c:11089

[Bug tree-optimization/84416] New: internal compiler error: in int_cst_value, at tree.c:11089

[Bug tree-optimization/84417] [8 Regression] internal compiler error: verify_gimple failed

[Bug tree-optimization/84417] internal compiler error: verify_gimple failed

[Bug tree-optimization/84417] New: internal compiler error: verify_gimple failed

[Bug tree-optimization/84419] [8 Regression] SPEC CPU2017/CPU2006 521/621, 527/627, 554/654, 445, 454, 481, 416 runfails after r256628 with march=skylake-avx512

[Bug tree-optimization/84419] New: [8 Regression] SPEC CPU2017/CPU2006 521/621, 527/627, 554/654, 445, 454, 481, 416 runfails after r256628 with march=skylake-avx512

[Bug tree-optimization/84427] [8 Regression] gcc ICE at -O3 on x86_64-linux-gnu in compute_antic, at tree-ssa-pre.c:2356

[Bug tree-optimization/84427] New: gcc ICE at -O3 on x86_64-linux-gnu in compute_antic, at tree-ssa-pre.c:2356

[Bug tree-optimization/84443] New: powerpc suboptimal code generation (shrink wrap unlikely path) for Linux spinlocks

[Bug tree-optimization/84443] powerpc suboptimal code generation (shrink wrap unlikely path) for Linux spinlocks

[Bug tree-optimization/84452] [8 Regression] ICE in expand_simd_clones at gcc/omp-simd-clone.c:1612

[Bug tree-optimization/84452] New: [8 Regression] ICE in expand_simd_clones at gcc/omp-simd-clone.c:1612

[Bug tree-optimization/84468] [8 Regression] bogus -Wstringop-truncation despite assignment after conditional strncpy

[Bug tree-optimization/84468] [gcc 8] Inconsistent -Wstringop-truncation warnings with -O2

[Bug tree-optimization/84470] New: test for address of member being null not eliminated

[Bug tree-optimization/84470] test for address of member being null not eliminated

[Bug tree-optimization/84474] New: Unexpected -Wstringop-truncation

[Bug tree-optimization/84474] Unexpected -Wstringop-truncation on strncpy with string literal

[Bug tree-optimization/84478] [8 Regression] pdftex miscompilation on i386

[Bug tree-optimization/84478] New: [8 Regression] pdftex miscompilation on i386

[Bug tree-optimization/84480] [8 Regression] bogus -Wstringop-truncation despite assignment with an inlined string literal

[Bug tree-optimization/84480] New: Unexpected -Wstringop-truncation on strncpy with string literal at -O2

[Bug tree-optimization/84480] Unexpected -Wstringop-truncation on strncpy with string literal at -O2

[Bug tree-optimization/84485] [6/7 Regression] Vectorising zero-stride rmw operation

[Bug tree-optimization/84485] New: [6/7 Regression] Vectorising zero-stride rmw operation

[Bug tree-optimization/84486] [7/8 Regression] code hoisting removes alignment assumption

[Bug tree-optimization/84486] New: code hoisting removes alignment assumption

[Bug tree-optimization/84503] [7 Regression] store-merging miscompilation on powerpc64 with -O3 since r241789

[Bug tree-optimization/84503] [7/8 Regression] store-merging miscompilation on powerpc64 with -O3 since r241789

[Bug tree-optimization/84503] New: [7/8 Regression] store-merging miscompilation on powerpc64 with -O3 since r241789

[Bug tree-optimization/84505] [8 Regression] store-merging miscompilation on i586 in xemacs package starting with r254391

[Bug tree-optimization/84505] New: [8 Regression] store-merging miscompilation on i586 in xemacs package starting with r254391

[Bug tree-optimization/84512] [8 Regression] Missed optimization: should be precalculated in compile-time

[Bug tree-optimization/84512] New: Missed optimization: should be precalculated in compile-time

[Bug tree-optimization/84515] missed optimization: expected loop merging

[Bug tree-optimization/84515] New: missed optimization: expected loop merging

[Bug tree-optimization/84526] [8 Regression] ICE in generic_overlap at gcc/gimple-ssa-warn-restrict.c:927 since r257860

[Bug tree-optimization/84526] New: [8 Regression] ICE in generic_overlap at gcc/gimple-ssa-warn-restrict.c:927 since r257860

[Bug tree-optimization/84552] [8 Regression] Compile time hog w/ -O2 -floop-nest-optimize -fno-tree-copy-prop -fno-tree-fre -fno-tree-loop-ivcanon

[Bug tree-optimization/84552] New: [8 Regression] Compile time hog w/ -O2 -floop-nest-optimize -fno-tree-copy-prop -fno-tree-fre -fno-tree-loop-ivcanon

[Bug tree-optimization/84555] middle-end warnings are not ignorable with pragmas when inlined

[Bug tree-optimization/84555] New: strncpy warnings (and friends) are not ignorable with pragmas when inlined

[Bug tree-optimization/84555] strncpy warnings (and friends) are not ignorable with pragmas when inlined

[Bug tree-optimization/84561] -Wstringop-truncation with -O2 depends on strncpy's size type

[Bug tree-optimization/84561] -Wstrinop-truncation with -O2 depends on strncpy's size type

[Bug tree-optimization/84561] New: -Wstrinop-truncation with -O2 depends on strncpy's size type

[Bug tree-optimization/84562] -faggressive-loop-optimizations makes decisions based on weak data structures

[Bug tree-optimization/84567] ICE in vectorize_fold_left_reduction, at tree-vect-loop.c:6224

[Bug tree-optimization/84567] New: ICE in vectorize_fold_left_reduction, at tree-vect-loop.c:6224

[Bug tree-optimization/84577] New: snprintf with null buffer not eliminated when return value is in a known range

[Bug tree-optimization/84584] [8 Regression] [graphite] ICE: Segmentation fault (in dominated_by_p)

[Bug tree-optimization/84584] New: [8 Regression] [graphite] ICE: Segmentation fault (in dominated_by_p)

[Bug tree-optimization/84595] __builtin_trap() causes optimizer to remove code

[Bug tree-optimization/84595] Add __builtin_break() built-in for a breakpointing mechanism

[Bug tree-optimization/84595] New: __builtin_trap() causes optimizer to remove code

[Bug web/82686] Debian sid powerpc64-unknown-linux-gnu 4.13.0-1-powerpc64 bootstrap breaks in stage3 with unexpected requirement for bdw-gc

[Bug web/84167] bugzilla should have a "next bug" button

[Bug web/84167] New: bugzilla should have a "next bug" button

gcc-bugs at gcc dot gnu dot org Attention

Invitation of Becoming the Editorial Member/Reviewer

Oracle E-Business Suite Users List.

you need to check this

Your Weekly Breeze - February. 01 - February. 07


Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index]
Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]
Search: Limit to:

Mail converted by MHonArc