2018-09-20 |
Marek Polacek | PR c++/87109 - wrong ctor with maybe-rvalue semantics.
|
commit | commitdiff | tree |
2018-09-20 |
Marek Polacek | * doc/invoke.texi: Add -Wno-init-list-lifetime to C...
|
commit | commitdiff | tree |
2018-09-20 |
Marek Polacek | Add -Wclass-conversion.
|
commit | commitdiff | tree |
2018-09-19 |
Marek Polacek | PR c++/87357 - missing -Wconversion warning
|
commit | commitdiff | tree |
2018-09-18 |
Marek Polacek | P1064R0 - Allowing Virtual Function Calls in Constant...
|
commit | commitdiff | tree |
2018-09-10 |
Marek Polacek | class.c (build_vtbl_ref): Remove.
|
commit | commitdiff | tree |
2018-09-08 |
Marek Polacek | PR c++/87150 - wrong ctor with maybe-rvalue semantics.
|
commit | commitdiff | tree |
2018-09-08 |
Marek Polacek | cxx-pretty-print.c (cxx_pretty_printer::statement)...
|
commit | commitdiff | tree |
2018-09-08 |
Marek Polacek | array-init.c: Add dg-prune-output.
|
commit | commitdiff | tree |
2018-09-07 |
Marek Polacek | direct-enum-init1.C: Remove "inside" from diagnostic...
|
commit | commitdiff | tree |
2018-09-07 |
Marek Polacek | PR c++/87152 - range-based for loops with initializer...
|
commit | commitdiff | tree |
2018-09-06 |
Marek Polacek | PR c++/86982, -Wreturn-local-addr and std::move and...
|
commit | commitdiff | tree |
2018-09-05 |
Marek Polacek | PR c++/87109, wrong overload with ref-qualifiers.
|
commit | commitdiff | tree |
2018-09-05 |
Marek Polacek | cp-tree.h (treat_lvalue_as_rvalue_p): Declare.
|
commit | commitdiff | tree |
2018-08-26 |
Marek Polacek | PR c++/87029, Implement -Wredundant-move.
|
commit | commitdiff | tree |
2018-08-26 |
Marek Polacek | re PR c++/87080 (ice in cp_get_fndecl_from_callee,...
|
commit | commitdiff | tree |
2018-08-24 |
Marek Polacek | re PR c++/67012 (decltype(auto) with trailing return...
|
commit | commitdiff | tree |
2018-08-21 |
Marek Polacek | re PR c++/86499 (lambda-expressions with capture-default...
|
commit | commitdiff | tree |
2018-08-21 |
Marek Polacek | PR c++/86981, Implement -Wpessimizing-move.
|
commit | commitdiff | tree |
2018-08-21 |
Marek Polacek | re PR c++/65043 (Expected narrowing conversion during...
|
commit | commitdiff | tree |
2018-08-21 |
Marek Polacek | * cp-tree.h: Fix typo.
|
commit | commitdiff | tree |
2018-08-13 |
Marek Polacek | re PR c++/57891 (No diagnostic of narrowing conversion...
|
commit | commitdiff | tree |
2018-08-13 |
Marek Polacek | P0806R2 - Deprecate implicit capture of this via [=]
|
commit | commitdiff | tree |
2018-08-13 |
Marek Polacek | re PR c++/86915 (Segmentation fault for an array of...
|
commit | commitdiff | tree |
2018-08-06 |
Marek Polacek | re PR c++/86767 (continue statements in constexpr functions...
|
commit | commitdiff | tree |
2018-08-01 |
Marek Polacek | Cherry-pick compiler-rt revision 318044 and 319180.
|
commit | commitdiff | tree |
2018-07-26 |
Marek Polacek | * 30_threads/condition_variable_any/cond.cc: New test.
|
commit | commitdiff | tree |
2018-07-26 |
Marek Polacek | * src/c++98/locale_init.cc: Fix #ifdef condition.
|
commit | commitdiff | tree |
2018-07-18 |
Marek Polacek | PR c++/86190 - bogus -Wsign-conversion warning
|
commit | commitdiff | tree |
2018-07-03 |
Marek Polacek | re PR c++/86201 (ICE: Error reporting routines re-entered)
|
commit | commitdiff | tree |
2018-07-03 |
Marek Polacek | re PR c++/84306 (Wrong overload selected with -std...
|
commit | commitdiff | tree |
2018-07-03 |
Marek Polacek | re PR middle-end/86202 (ICE in get_range_info calling...
|
commit | commitdiff | tree |
2018-06-29 |
Marek Polacek | re PR c++/86184 (Conditional expression with omitted...
|
commit | commitdiff | tree |
2018-06-20 |
Marek Polacek | re PR c++/86240 (ice: unexpected expression absu_expr)
|
commit | commitdiff | tree |
2018-06-14 |
Marek Polacek | re PR c++/86063 (g++ ICE at tree check: expected tree_list...
|
commit | commitdiff | tree |
2018-06-12 |
Marek Polacek | Core issue 1331 - const mismatch with defaulted copy...
|
commit | commitdiff | tree |
2018-06-07 |
Marek Polacek | re PR c/85318 (-Wc90-c99-compat does not warn about...
|
commit | commitdiff | tree |
2018-06-07 |
Marek Polacek | * g++.dg/cpp0x/range-for9.C: Adjust dg-error.
|
commit | commitdiff | tree |
2018-06-06 |
Marek Polacek | re PR c++/85977 (Incorrect handling of array reference...
|
commit | commitdiff | tree |
2018-06-05 |
Marek Polacek | re PR c++/85976 (ICE in cp_tree_equal when building...
|
commit | commitdiff | tree |
2018-05-29 |
Marek Polacek | re PR c++/85883 (class template argument deduction...
|
commit | commitdiff | tree |
2018-05-24 |
Marek Polacek | re PR c++/85847 (unexpected expression of kind template_id_expr)
|
commit | commitdiff | tree |
2018-05-23 |
Marek Polacek | range-for8.C: New test.
|
commit | commitdiff | tree |
2018-05-23 |
Marek Polacek | Implement P0614R1, Range-based for statements with...
|
commit | commitdiff | tree |
2018-05-16 |
Marek Polacek | re PR c++/85363 (Throwing exception from member constructor...
|
commit | commitdiff | tree |
2018-05-10 |
Marek Polacek | re PR fortran/85735 (f951 crashes on empty input)
|
commit | commitdiff | tree |
2018-05-08 |
Marek Polacek | re PR c++/85695 (if constexpr misevaluates typedefed...
|
commit | commitdiff | tree |
2018-04-12 |
Marek Polacek | re PR c++/85258 (ICE with invalid range-based for-loop)
|
commit | commitdiff | tree |
2018-04-11 |
Marek Polacek | re PR c++/85032 (Wrong non-constant condition for static...
|
commit | commitdiff | tree |
2018-03-23 |
Marek Polacek | re PR c++/85045 (ICE+SIGILL on valid C++ code: cxx_pretty_p...
|
commit | commitdiff | tree |
2018-03-23 |
Marek Polacek | re PR c++/85033 (internal compiler error: in fold_offsetof_1...
|
commit | commitdiff | tree |
2018-03-22 |
Marek Polacek | re PR c++/84854 (ICE: unexpected expression in cxx_eval_cons...
|
commit | commitdiff | tree |
2018-03-21 |
Marek Polacek | PR c++/71638, ICE with NSDMI and reference.
|
commit | commitdiff | tree |
2018-03-20 |
Marek Polacek | re PR c++/84927 (ICE with NSDMI and reference)
|
commit | commitdiff | tree |
2018-03-19 |
Marek Polacek | re PR c++/84927 (ICE with NSDMI and reference)
|
commit | commitdiff | tree |
2018-03-19 |
Marek Polacek | re PR c++/84925 (ICE with segfault in __PRETTY_FUNCTION__)
|
commit | commitdiff | tree |
2018-03-14 |
Marek Polacek | re PR c++/84596 (internal compiler error: unexpected...
|
commit | commitdiff | tree |
2018-03-06 |
Marek Polacek | re PR c++/84684 (inserting random code / flags produces...
|
commit | commitdiff | tree |
2018-03-05 |
Marek Polacek | re PR c++/84707 (internal compiler error: Segmentation...
|
commit | commitdiff | tree |
2018-03-02 |
Marek Polacek | re PR c++/84578 (ICE with flexible array member and...
|
commit | commitdiff | tree |
2018-03-02 |
Marek Polacek | re PR c++/84664 (internal compiler error: in cp_perform_inte...
|
commit | commitdiff | tree |
2018-03-02 |
Marek Polacek | re PR c++/84663 (internal compiler error: tree check...
|
commit | commitdiff | tree |
2018-03-02 |
Marek Polacek | re PR c++/84171 (ICE with -Wsign-compare)
|
commit | commitdiff | tree |
2018-03-02 |
Marek Polacek | re PR c++/84590 (-fsanitize=undefined internal compiler...
|
commit | commitdiff | tree |
2018-03-01 |
Marek Polacek | re PR c++/84582 (Rejected valid C++ code since r257961)
|
commit | commitdiff | tree |
2018-03-01 |
Marek Polacek | re PR c++/84639 (gcc/c-family/c-attribs.c:1822:27:...
|
commit | commitdiff | tree |
2018-03-01 |
Marek Polacek | re PR c++/84596 (internal compiler error: unexpected...
|
commit | commitdiff | tree |
2018-02-26 |
Marek Polacek | re PR c++/84325 (internal compiler error, in cxx_eval_consta...
|
commit | commitdiff | tree |
2018-02-26 |
Marek Polacek | re PR c++/84537 (ICE in get_string, at spellcheck-tree.h)
|
commit | commitdiff | tree |
2018-02-24 |
Marek Polacek | re PR c++/83692 (Rejects valid constexpr with unrelated...
|
commit | commitdiff | tree |
2018-02-22 |
Marek Polacek | re PR c++/84493 (ICE with invalid cast)
|
commit | commitdiff | tree |
2018-02-08 |
Marek Polacek | re PR tree-optimization/84238 (ICE tree check: expected...
|
commit | commitdiff | tree |
2018-02-06 |
Marek Polacek | re PR tree-optimization/84228 (Bogus -Wstringop-truncation...
|
commit | commitdiff | tree |
2018-02-05 |
Marek Polacek | class.c: Remove unused global variables.
|
commit | commitdiff | tree |
2018-02-01 |
Marek Polacek | re PR c++/84125 (ICE in generic lambda when static_assert...
|
commit | commitdiff | tree |
2018-01-31 |
Marek Polacek | re PR c/81779 (bool define from stdbool.h suppresses...
|
commit | commitdiff | tree |
2018-01-31 |
Marek Polacek | re PR c++/84138 (ICE folding broken constant)
|
commit | commitdiff | tree |
2018-01-29 |
Marek Polacek | re PR c++/83996 (ICE with zero-sized array)
|
commit | commitdiff | tree |
2018-01-29 |
Marek Polacek | re PR c/83966 (ICE in check_function_arguments at gcc...
|
commit | commitdiff | tree |
2018-01-22 |
Marek Polacek | re PR c++/81933 (Invalid "constexpr call flows off...
|
commit | commitdiff | tree |
2018-01-19 |
Marek Polacek | * constexpr.c (fold_simple): Simplify.
|
commit | commitdiff | tree |
2018-01-10 |
Marek Polacek | re PR c++/82541 (Wduplicated-branches triggers in template...
|
commit | commitdiff | tree |
2018-01-03 |
Marek Polacek | re PR c++/83592 (Annoying -Wparentheses warnings)
|
commit | commitdiff | tree |
2018-01-02 |
Marek Polacek | re PR c++/83644 (ICE using type alias from recursive...
|
commit | commitdiff | tree |
2018-01-02 |
Marek Polacek | re PR c++/81860 (Call to undefined inline function...
|
commit | commitdiff | tree |
2017-12-19 |
Marek Polacek | re PR c++/82231 (ICE when deducing non-type template...
|
commit | commitdiff | tree |
2017-12-19 |
Marek Polacek | Fix a file name.
|
commit | commitdiff | tree |
2017-12-19 |
Marek Polacek | Fix PR numbers.
|
commit | commitdiff | tree |
2017-12-19 |
Marek Polacek | re PR c++/83490 (ICE in find_call_stack_args, at dce...
|
commit | commitdiff | tree |
2017-12-19 |
Marek Polacek | re PR c++/83482 (internal compiler error: Segmentation...
|
commit | commitdiff | tree |
2017-12-18 |
Marek Polacek | re PR c++/83116 (Statement with no effect causes wrong...
|
commit | commitdiff | tree |
2017-12-18 |
Marek Polacek | c-warn.c (warn_logical_operator): Return early if ...
|
commit | commitdiff | tree |
2017-12-18 |
Marek Polacek | re PR middle-end/83463 (ICE: tree check: expected integer_ty...
|
commit | commitdiff | tree |
2017-12-12 |
Marek Polacek | re PR c/82679 (Uses of typedefs of arrays of _Atomic...
|
commit | commitdiff | tree |
2017-11-22 |
Marek Polacek | re PR c++/60336 (empty struct value is passed differently...
|
commit | commitdiff | tree |
2017-10-23 |
Marek Polacek | re PR c/82681 (c-warn.c:1218: typo in warning message)
|
commit | commitdiff | tree |
2017-09-13 |
Marek Polacek | re PR c/82167 (Segmentation fault when dereferencing...
|
commit | commitdiff | tree |
2017-09-05 |
Marek Polacek | re PR sanitizer/82072 (sanitizer does not detect an...
|
commit | commitdiff | tree |
2017-09-04 |
Marek Polacek | re PR c/81783 (-Wtautological-compare could do better)
|
commit | commitdiff | tree |
2017-09-04 |
Marek Polacek | re PR sanitizer/82072 (sanitizer does not detect an...
|
commit | commitdiff | tree |