aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-30Fix copyright years.Eric Botcazou5-5/+5
2015-05-30adaint.c: Test for __linux__ instead of linux and __sun__ instead of sun.Eric Botcazou13-67/+82
2015-05-30m68k.h (ASM_PCREL_SPEC): Pass --pcrel also for implict or explicit -fPIE or -...Andreas Schwab2-2/+7
2015-05-30alpha: turn -mcpu=<cpu> into -m<cpu> for the assembler all the timeMike Frysinger2-1/+5
2015-05-30Fix dg-warning in gcc.dg/alias-8.cH.J. Lu2-1/+5
2015-05-30stl_algobase.h (__equal<true>::equal): Check length instead of checking for n...Jonathan Wakely2-13/+12
2015-05-30expmed.c (extract_bit_field_1): Avoid clobbering a yet-to-be-used base/index ...DJ Delorie2-0/+10
2015-05-30Add new script to contrib (GIMPLE syntax highlighting rules for Vim).Mikhail Maltsev2-0/+143
2015-05-30alias.c (alias_set_entry_d): Add is_pointer and has_pointer.Jan Hubicka6-62/+314
2015-05-30Daily bump.GCC Administrator1-1/+1
2015-05-30rs6000.c (split_stack_arg_pointer_used_p): Scan correct block for use of r12.Alan Modra2-1/+14
2015-05-292015-05-29 François Dumont fdumont@gcc.gnu.org>François Dumont19-203/+412
2015-05-29vextp64_1.c: Close comment on final line.Christophe Lyon2-1/+5
2015-05-29* sv.po: Update.Joseph Myers2-430/+289
2015-05-29status_cxx2017.xml: Fix duplicate ID attribute.Jonathan Wakely5-3/+9
2015-05-29PR 66215: S390: Fix placement of post-label NOPs with -mhotpatchDominik Vogt32-55/+165
2015-05-29future (__async_result_of): New alias template.Jonathan Wakely4-11/+70
2015-05-29re PR libstdc++/66327 (-fsanitize=nonnull-attribute errors in stl_algobase.h)Jonathan Wakely2-3/+20
2015-05-29[obvious] Close comment in aarch64 testKyrylo Tkachov2-1/+5
2015-05-29re PR tree-optimization/66142 (Loop is not vectorized because not sufficient ...Jakub Jelinek4-1/+57
2015-05-29re PR middle-end/66314 (ice in verify_loop_structure)Richard Biener4-8/+63
2015-05-29t-msp430 (MULTILIB_OPTIONS): Add multilibs for the different types of hardwar...Nick Clifton1-2/+388
2015-05-29libbacktrace: add support of PE/COFFTristan Gingold9-2/+993
2015-05-29testsuite: auto-wipe dump filesBernhard Reutner-Fischer5891-6150/+200
2015-05-29Daily bump.GCC Administrator1-1/+1
2015-05-28* gcc.c-torture/execute/pr65369.c: Don't assume int is 32 bits.DJ Delorie2-1/+6
2015-05-28configure.ac: Move the atoll check from AC_CHECK_FUNCS to gcc_AC_CHECK_DECLS.Andreas Tobler3-4/+10
2015-05-28configure.host: Add bits for FreeBSD amd64 and i386.Andreas Tobler5-0/+63
2015-05-28futex_bits.h (sys_futex0): Change operands "op" and "val" to int.Uros Bizjak6-11/+32
2015-05-28re PR libstdc++/65352 (array<T,0>::begin()/end() etc. forms a null reference ...Jonathan Wakely3-4/+8
2015-05-28utils.c (max_size): Add special code to deal with the subtraction of a "negat...Eric Botcazou4-1/+40
2015-05-28decl.c (gnat_to_gnu_entity): Do not error out on a return type which has a si...Eric Botcazou2-1/+8
2015-05-28utils.c (gnat_pushdecl): Reunify the handling of array and pointer types wrt ...Eric Botcazou2-32/+35
2015-05-28gigi.h (gnat_stabilize_reference): Adjust.Eric Botcazou19-145/+343
2015-05-28configure: fix vtable helpMike Frysinger3-2/+8
2015-05-28nios2-linux: add missing cpp specsMike Frysinger2-0/+7
2015-05-28microblaze-linux: add missing cpp specsMike Frysinger2-0/+7
2015-05-28futex.h (sys_futex0): Remove function.Uros Bizjak2-19/+30
2015-05-28hppa-linux: add missing cpp specsMike Frysinger2-1/+6
2015-05-28tree-vect-loop.c (vect_fixup_reduc_chain): New function.Richard Biener6-32/+173
2015-05-28[multiple changes]Arnaud Charlet4-21/+97
2015-05-28re PR tree-optimization/66142 (Loop is not vectorized because not sufficient ...Richard Biener4-3/+30
2015-05-28sem_util.adb (Requires_Transient_Scope): Avoid returning function results on ...Bob Duff2-17/+181
2015-05-28re PR target/63810 (gcc sets incorrect macro for OS X deployment targets)Lawrence Velázquez13-32/+296
2015-05-28re PR libstdc++/65352 (array<T,0>::begin()/end() etc. forms a null reference ...Jonathan Wakely4-5/+23
2015-05-28Mark parameters with ATTRIBUTE_UNUSEDH.J. Lu2-1/+7
2015-05-28sem_util.adb (Wrong_Type): In any instance...Ed Schonberg3-9/+35
2015-05-28oacc-init.c (resolve_device): Add FAIL_IS_ERROR argument.Julian Brown3-26/+71
2015-05-28re PR libgomp/65742 (Several libgomp.oacc-* failures after r221922.)Julian Brown6-10/+94
2015-05-28[multiple changes]Arnaud Charlet8-31/+110