aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-12exp_ch5.adb, [...]: Minor reformatting.Hristian Kirtchev19-212/+242
2016-10-12[multiple changes]Arnaud Charlet4-3/+33
2016-10-12[multiple changes]Arnaud Charlet6-362/+563
2016-10-12rtl.h (struct rtx_def): Comment how RTX_FLAGS will be dumped in RTL dumps.Georg-Johann Lay2-9/+21
2016-10-12[multiple changes]Arnaud Charlet10-55/+179
2016-10-12[multiple changes]Arnaud Charlet13-47/+136
2016-10-12Simplify std::call_once implementationJonathan Wakely2-23/+10
2016-10-12Add missing return to uninitialized_default_construct_nJonathan Wakely3-13/+27
2016-10-12Remove 'return' from noreturn functionJonathan Wakely2-1/+3
2016-10-12Do not copy std:call_once arguments (LWG 2442)Jonathan Wakely4-12/+87
2016-10-12Add a helper function: create_tmp_reg_or_ssa_nameMartin Liska2-41/+34
2016-10-12sem_ch12.adb (Check_Formal_Package_Instance): Skip an internal formal entity ...Ed Schonberg3-5/+24
2016-10-12contracts.adb (Analyze_Contracts): For a type declaration, analyze an iterabl...Ed Schonberg2-0/+22
2016-10-12* diagnostic.c (diagnostc_report_diagnostic): Fix formatting.Nathan Sidwell2-4/+10
2016-10-12[multiple changes]Arnaud Charlet7-21/+107
2016-10-12re PR ada/64057 (possible issue in the shared implementation of Ada.Strings.U...Eric Botcazou1-7/+11
2016-10-12DWARF: space-optimize loc. descr. for integer literals on 32-bit targetsPierre-Marie de Rodat4-5/+64
2016-10-12DWARF: fix scoping for descriptions of local typesPierre-Marie de Rodat4-0/+72
2016-10-12match.pd ((X /[ex] A) * A -> X): Remove unnecessary constraint on the convers...Richard Biener2-4/+7
2016-10-122016-10-12 Richard Biener <rguenther@suse.de>Richard Biener7-21/+33
2016-10-12re PR middle-end/77920 (186.crafty doesn't compile)Richard Biener4-17/+41
2016-10-12re PR tree-optimization/77929 (ICE: verify_gimple failed (error: non-trivial ...Jakub Jelinek4-3/+39
2016-10-11re PR target/77934 (pattern for mtvsrdd needs to use b constraint not r)Aaron Sawdey2-2/+8
2016-10-12Daily bump.GCC Administrator1-1/+1
2016-10-12gcc/Jakub Jelinek21-26/+502
2016-10-11sparc.c (emit_scc_insn): Remove direct support for EQ and GEU in DImode if TA...Eric Botcazou11-244/+128
2016-10-11iresolve.c (is_trig_resolved, [...]): Formatting fixes.Jakub Jelinek3-76/+77
2016-10-11re PR tree-optimization/77424 (Identical statements in if-else branches)Jeff Law2-46/+12
2016-10-11re PR fortran/77942 (ICE: Floating point exception, in gfc_simplify_cshift, a...Steven G. Kargl4-2/+17
2016-10-11system-linux-armeb.ads (Backend_Overflow_Checks): Change to True.Eric Botcazou7-22/+32
2016-10-11Split print_rtx into subroutinesDavid Malcolm2-396/+467
2016-10-11Fix bad commit for -fdec-math.Fritz Reese3-9/+12
2016-10-11simplify.c (radians_f): Fix mpdr_mod.Jerry DeLisle3-2/+11
2016-10-11adaint.c: Include process.h, signal.h, dir.h and utime.h for DJGPP.Andris Pavenis2-7/+44
2016-10-11Makefile.in (LIBGNAT_TARGET_PAIRS): Define for DJGPP targetAndris Pavenis3-0/+171
2016-10-11ctrl_c.c: Do not use macro SA_RESTART for DJGPP.Andris Pavenis7-7/+58
2016-10-11alpha-passes.def: New file.Uros Bizjak6-22/+71
2016-10-11re PR target/77924 (-mfloat128-type change broke AIX)Michael Meissner2-4/+11
2016-10-11configure: redirect -fsplit-stack compilation to dev/nullIan Lance Taylor3-7/+7
2016-10-11dwarf2out.c (DEBUG_STR_OFFSETS_SECTION): Remove conditional.Richard Biener2-10/+61
2016-10-11re PR debug/77931 (PASS->FAIL: gdb.cp/namespace.exp: print ina)Richard Biener2-7/+16
2016-10-11Fix integer load reservation for -march=znver1 Venkataramanan Kumar2-4/+8
2016-10-11New flag -fdec-math for COTAN and degree trig intrinsics.Fritz Reese13-5/+1463
2016-10-11Minor tweaksEric Botcazou1-5/+5
2016-10-11* MAINTAINERS: Update email address.Nathan Sidwell2-5/+8
2016-10-11Fix gcc.dg/tree-ssa/pr59597.c failure for avrSenthil Kumar Selvaraj2-1/+8
2016-10-11exp_dbug.adb (Debug_Renaming_Declaration): Process underlying types.Pierre-Marie de Rodat6-7/+98
2016-10-11Optimise std::list::assign(initializer_list<T>) slightlyJonathan Wakely2-1/+4
2016-10-11Simplify std::rethrow_if_nested definitionJonathan Wakely4-49/+79
2016-10-11Enable printers and xmethods for std::__cxx11::listJonathan Wakely4-4/+7