aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-08svn merge -r265930:265934 svn+ssh://gcc.gnu.org/svn/gcc/trunkdevel/gomp-5_0-branchJakub Jelinek
2018-11-08svn merge -r265884:265929 svn+ssh://gcc.gnu.org/svn/gcc/trunkJakub Jelinek
2018-11-08pr87874.c (em): Declare uint64_max as const unsigned long long int.Uros Bizjak
2018-11-08attr-alloc_size-10.c: Fix calculation of USHRT_MAX to prevent integer overflo...Jozef Lawrynowicz
2018-11-08patchable_function_entry-decl.c: Add regex to search for uppercase "NOP" inst...Jozef Lawrynowicz
2018-11-08pr27336.c: Skip test if the target keeps null pointer checks.Jozef Lawrynowicz
2018-11-08Update soft-fp from glibc.Kito Cheng
2018-11-08gcc-dg.exp (gcc-dg-prune): Add new regexps for when the size of an output sec...Jozef Lawrynowicz
2018-11-08fe.h (Suppress_Checks): Declare.Eric Botcazou
2018-11-08ipa-inline.c/tree-inline.c: port from fprintf to dump API (PR ipa/86395)David Malcolm
2018-11-08Support %f in pp_formatDavid Malcolm
2018-11-08dump_printf: add "%C" for dumping cgraph_node *David Malcolm
2018-11-08decl.c (components_to_record): Remove obsolete kludge.Eric Botcazou
2018-11-08re PR middle-end/87916 (ICE in dwarf2out_abstract_function, at dwarf2out.c:22...Eric Botcazou
2018-11-08cgraph: add selftest::symbol_table_testDavid Malcolm
2018-11-08tree-data-ref.h (lambda_int): New typedef.Richard Biener
2018-11-08re PR tree-optimization/87929 (ICE in verify_gimple failed)Richard Biener
2018-11-08Change wording of __builtin_expect_with_probability errors.Martin Liska
2018-11-08Don't use predefined sun in g++.dg/lto/pr87906Rainer Orth
2018-11-08re PR target/87913 (max(n, 1) code generation)Richard Biener
2018-11-08Add mips option dependency only config with loongson target.Chenghua Xu
2018-11-07re PR middle-end/42726 (-fno-common documentation inaccuracy)Sandra Loosemore
2018-11-07invoke.texi: Remove leading dash from @opindex entries throughout the file.Sandra Loosemore
2018-11-07re PR driver/80828 (Command line option -e not documented)Sandra Loosemore
2018-11-08Daily bump.GCC Administrator
2018-11-07[PR/87936] --disable-checking bootstrap breakNathan Sidwell
2018-11-07iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.Hafiz Abid Qadeer
2018-11-07pr65595.c: Change type of "num" argument to memcpy from "unsigned long" to __...Jozef Lawrynowicz
2018-11-07re PR c/87691 (transparent_union attribute does not work with MODE_PARTIAL_INT)Jozef Lawrynowicz
2018-11-07Formatting fixes.Jakub Jelinek
2018-11-07common.opt: Add -Wattribute-warning.Nikolai Merinov
2018-11-07atomic-5.C (f1): Adjust expected lines of read-only variable messages.Jakub Jelinek
2018-11-07svn merge -r262815:265884 svn+ssh://gcc.gnu.org/svn/gcc/trunkJakub Jelinek
2018-11-07builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek
2018-11-07Fix linker script to use [jmy] to match size_t parametersJonathan Wakely
2018-11-07doc: Use @: where neededSegher Boessenkool
2018-11-07[arm] Add support for Arm AresKyrylo Tkachov
2018-11-07[AArch64] Add -mcpu/-mtune support for Arm AresKyrylo Tkachov
2018-11-07[PR C++/87904] lookup ICENathan Sidwell
2018-11-07pr87874.c: Compile only for int128 effective target.Uros Bizjak
2018-11-07tree.c (fld_incomplete_type_of): Clear TREE_ADDRESSABLE.Jan Hubicka
2018-11-07re PR tree-optimization/87914 (gcc fails to vectorize bitreverse code)Richard Biener
2018-11-07ipa-devirt.c (odr_types_equivalent_p): Expect constants than const decls in T...Jan Hubicka
2018-11-07Update libquadmath fmaq from glibc, fix nanq issues.Joseph Myers
2018-11-07ipa-inline.c (want_inline_small_function_p): Compute big_speedup_p lazily and...Richard Biener
2018-11-07tree.c (fld_type_variant_equal_p): Skip TYPE_ALIGN check when building incomp...Jan Hubicka
2018-11-07Fix some typo and brain twister logical.Chenghua Xu
2018-11-07tree.c (free_lang_data_in_type): Add fld parameter; simplify return and param...Jan Hubicka
2018-11-07Fix UBSAN in postreload-gcse.c (PR rtl-optimization/87868).Martin Liska
2018-11-07Fix GNU coding style (V2).Martin Liska