aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2016-10-26epiphany.c (epiphany_print_operand): Adjust fallthru comment.Jeff Law2-1/+7
2016-10-26re PR fortran/77973 (ICE in scan_omp_1_op, at omp-low.c:3841)Jakub Jelinek4-3/+35
2016-10-26gen-pass-instances.awk (adjust_linenos): INcrement pass_lines[p] by increment...Jakub Jelinek2-5/+15
2016-10-26* config/fr30/fr30.c (fr30_print_operand): Adjust fallthru comment.Jeff Law2-1/+4
2016-10-26Adapt atomic compare and swap to ARMv8-M BaselineThomas Preud'homme3-14/+38
2016-10-26Refactor atomic compare_and_swap to make it fit for ARMv8-M BaselineThomas Preud'homme4-50/+108
2016-10-26frv.c (comparison_string): Do not fall through after an error.Jeff Law2-1/+4
2016-10-26iq2000.c (iq2000_function_arg): Adjust fallthru comment.Jeff Law2-1/+6
2016-10-26m32c.c (encode_pattern_1): Add fallthru comment.Jeff Law2-0/+5
2016-10-26* config/m32r/m32r.c (m32r_print_operand): Adjust fallthru comment.Jeff Law2-1/+4
2016-10-26* config/mcore/mcore.c (mcore_gen_compare): Adjust fallthru comments.Jeff Law2-5/+7
2016-10-26microblaze.c (microblaze_function_arg): Adjust fallthru comment.Jeff Law2-1/+4
2016-10-26msp430.c (msp430_legitimate_address_p): Adjust fallthru comment.Jeff Law2-1/+4
2016-10-26* config/nios2/nios2.c (nios2_rtx_costs): Avoid fallthru.Jeff Law2-0/+3
2016-10-26rl78.c (rl78_calculate_death_notes): Add fallthru comment.Jeff Law2-1/+6
2016-10-26stormy16.c (xstormy16_asm_output_destrutor): Increase buffer size.Jeff Law2-2/+6
2016-10-26pa.c (pa_asm_output_mi_thunk): Increase buffer size.Jeff Law2-1/+4
2016-10-26h8300.c (h8300_print_operand): Adjust FALLTHRU comment to silence warning.Jeff Law2-4/+9
2016-10-26spu.c (spu_sched_reorder): Add missing fallthru comment.Jeff Law2-1/+9
2016-10-26re PR fortran/78108 (Generic type-bound operator conflicts)Paul Thomas5-1/+132
2016-10-26fix pr78060 pr78061 pr78088Michael Matz6-18/+112
2016-10-26New I/O specifiers CARRIAGECONTROL, READONLY, SHARE with -fdec.Fritz Reese14-5/+582
2016-10-26gen-pass-instances.awk is sensitive to the order in which passes are added...Georg-Johann Lay2-10/+23
2016-10-26Daily bump.GCC Administrator1-1/+1
2016-10-25vax.c (vad_address_cost_1): Add missing FALLTHRU comment.Jeff Law2-0/+7
2016-10-25re PR fortran/45516 ([F08] allocatable compontents of recursive type)Paul Thomas14-18/+464
2016-10-25config.gcc (sparc*-*-solaris2*): Adjust.Eric Botcazou6-544/+587
2016-10-25re PR sanitizer/78106 (ASAN can't find heap-use-after-free with -O1)Jakub Jelinek2-7/+12
2016-10-25input.c/libcpp: fix lifetimes of path buffersDavid Malcolm2-8/+49
2016-10-25Convert logical ops on integers to bitwise equivalent with -fdec.Fritz Reese6-0/+415
2016-10-25Implement ~line_maps ()David Malcolm2-1/+5
2016-10-25constexpr.c (maybe_constant_init): Pull out TARGET_EXPR_INITIAL.Jason Merrill3-0/+43
2016-10-25tree.h (wi::fits_to_tree_p): Accept only 0 and 1 for boolean types.Eric Botcazou8-2/+121
2016-10-25re PR fortran/72770 (ICE in make_ssa_name_fn, at tree-ssanames.c:263)Andre Vehreschild6-18/+61
2016-10-25Expose forcibly_ggc_collect and run it after all selftestsDavid Malcolm4-14/+42
2016-10-25re PR target/78102 (GCC refuses to generate PCMPEQQ instruction for SSE4.1)Jakub Jelinek14-25/+168
2016-10-25intrinsic.texi (cosd): New mathop.Cesar Philippidis2-0/+5
2016-10-25Enable .XOR. operator with -std=legacy.Fritz Reese7-4/+100
2016-10-25Enable %LOC as an rvalue with -std=legacy.Fritz Reese7-3/+92
2016-10-25Support TYPE as alias for PRINT with -fdec.Fritz Reese8-2/+218
2016-10-25Treat form feed as whitespace.Fritz Reese6-1/+47
2016-10-25Cleanup -fdec.Fritz Reese8-18/+44
2016-10-25go-lang.c: remove a redundant castDavid Malcolm2-3/+7
2016-10-25v850.c (v850_handle_data_area_attribute): Fix fallthru comment.Jeff Law2-1/+6
2016-10-25* config/m68k/m68k.c (m68k_get_reloc_decoration): Add gcc_unreachable.Jeff Law2-0/+5
2016-10-25Fix not caught use-after-scope with -O1 (PR sanitize/78106)Martin Liska4-1/+47
2016-10-25Fix 2 typos in IPA ICF passMartin Liska5-2/+14
2016-10-25* parser.c (cp_parser_postfix_expression): Adding missing break;.Jakub Jelinek2-0/+3
2016-10-25With -fpu=neon DI mode shifts are expanded after reload.Wilco Dijkstra4-22/+58
2016-10-25constraints.md (Q constraint): Document its use for Thumb-1.Thomas Preud'homme3-36/+105