aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2016-06-22libcpp: Tweak to missing #include source locationDavid Malcolm5-0/+39
2016-06-22C FE: suggest corrections for misspelled identifiers and type namesDavid Malcolm16-67/+634
2016-06-22dwarf2out.c (scompare_loc_descriptor): Use SCALAR_INT_MODE_P() in place of GE...Nick Clifton2-41/+51
2016-06-22Implement -fdiagnostics-parseable-fixitsDavid Malcolm14-2/+444
2016-06-22* gcc.dg/guality/param-5.c (clear_stack): Tweak.Eric Botcazou1-1/+1
2016-06-22re PR target/71151 ([avr] -fmerge-constants and -fdata-sections/-ffunction-se...Georg-Johann Lay2-0/+2
2016-06-22* gcc.dg/guality/param-5.c (clear_stack): Tweak.Eric Botcazou1-1/+1
2016-06-22re PR tree-optimization/71488 (Wrong code for vector comparisons with ivybrid...Ilya Enkovich6-6/+383
2016-06-22aarch64-protos.h (aarch64_elf_asm_named_section): Remove declaration.Andreas Schwab2-1/+5
2016-06-22* function.c (assign_parm_setup_reg): Prevent sharing in another case.Eric Botcazou4-2/+51
2016-06-22i386.c (print_reg): Emit an error message on attempt to print FLAGS_REG.Bernd Edlinger4-1/+24
2016-06-22Add final newline.Eric Botcazou1-1/+1
2016-06-22Minor reformatting.Arnaud Charlet1-20/+17
2016-06-22sem_prag.adb: Revert unwanted change in previous commit, only keep message fix.Arnaud Charlet2-294/+296
2016-06-22sem_prag.ads (Build_Classwide_Expression): new procedure to build the express...Ed Schonberg5-284/+434
2016-06-22[multiple changes]Arnaud Charlet18-117/+142
2016-06-22* vxworks-crtbe-link.spec: Removed, no longer used.Olivier Hainque2-13/+4
2016-06-22Code cleanup.Arnaud Charlet1-1/+1
2016-06-22sem_ch8.adb (Push_Scope): Add a check for when the scope table is empty to as...Justin Squirek6-5/+58
2016-06-22[multiple changes]Arnaud Charlet5-10/+26
2016-06-22[multiple changes]Arnaud Charlet8-18/+86
2016-06-22[multiple changes]Arnaud Charlet8-219/+260
2016-06-22spark_xrefs.ads (Scope_Num): type refined to positive integers.Arnaud Charlet5-415/+377
2016-06-22Minor cleanup.Arnaud Charlet1-1/+1
2016-06-22[multiple changes]Arnaud Charlet8-132/+182
2016-06-22[multiple changes]Arnaud Charlet10-284/+128
2016-06-22Minor reformatting.Arnaud Charlet1-4/+5
2016-06-22lib-xref-spark_specific.adb (Generate_Dereference): Assignment to not comment...Arnaud Charlet2-10/+43
2016-06-22[multiple changes]Arnaud Charlet4-39/+53
2016-06-22exp_ch4.adb (In_Range_Chec)): New predicate, subsidiary of Expand_N_In...Ed Schonberg3-23/+65
2016-06-22lib.ads: Code cleanup.Arnaud Charlet4-42/+30
2016-06-22[ARM] Add initial support for Cortex-A73Kyrylo Tkachov8-4/+66
2016-06-22Handle gas/gld --compress-debug-sections=typeRainer Orth3-26/+55
2016-06-22[AArch64] Add initial support for Cortex-A73Kyrylo Tkachov5-6/+47
2016-06-21* bb-reorder.c (pass_partition_blocks::gate): Update comment.Andrew Burgess2-1/+5
2016-06-22c-common.c (get_source_date_epoch): Use int64_t instead of long long.John David Anglin4-11/+18
2016-06-22Daily bump.GCC Administrator1-1/+1
2016-06-21remove mep-* supportTrevor Saunders41-55979/+60
2016-06-21remove avr-rtems supportTrevor Saunders5-48/+8
2016-06-21remove m32-rtems supportTrevor Saunders3-38/+5
2016-06-21remove h8300-rtems supportTrevor Saunders4-41/+6
2016-06-21remove knetbsd supportTrevor Saunders7-102/+17
2016-06-21remove support for targeting openbsd 2 or 3Trevor Saunders3-40/+5
2016-06-21remove support for the interix targetTrevor Saunders20-451/+37
2016-06-21rs6000.h: Add conditional preprocessing directives to disable Power9-specific...Kelvin Nilsen10-2/+60
2016-06-21tree.c (verify_type_variant): Skip TYPE_SIZE and TYPE_SIZE_UNIT if they are b...Eric Botcazou5-29/+59
2016-06-21stor-layout.c (layout_type): Move setting complex MODE to layout_type...Michael Meissner5-8/+14
2016-06-21re PR fortran/71068 (ICE in check_data_variable(): Bad expression)Tobias Burnus4-1/+34
2016-06-21Fix constraint satisfaction in uninstantiated template.Jason Merrill3-2/+22
2016-06-21Fix type_dependent_expression_p of member templates.Jason Merrill2-1/+51