aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2011-07-23re PR libfortran/49791 (Formatted namelist reads fails with: Cannot match nam...Tobias Burnus2-0/+38
2011-07-23resolve.c (resolve_symbol): Fix coarray var decl check.Tobias Burnus5-6/+30
2011-07-22Warn about the use of final/override in non-c++0x mode, and add __final for n...Ville Voutilainen7-3/+59
2011-07-22dwarf2.h (DW_AT_GNU_macros): New.Jakub Jelinek2-31/+402
2011-07-22re PR other/32998 (-frecord-gcc-switches issues)Jakub Jelinek5-18/+169
2011-07-22re PR c++/30112 (pragma redefine_extname fails when namespaces are involved)Jason Merrill10-33/+153
2011-07-22re PR debug/49815 (ICE in cselib_record_set, at cselib.c:2241 compiling 64-bi...Eric Botcazou2-1/+7
2011-07-22re PR c++/49813 ([C++0x] sinh vs asinh vs constexpr)Jason Merrill6-8/+38
2011-07-22Disallow MS ABI in x32 mode.H.J. Lu9-8/+32
2011-07-22Fix up ChangeLog dateMichael Meissner1-1/+1
2011-07-22Allow linux ppc to bootstrap againMichael Meissner2-5/+11
2011-07-22re PR lto/49796 (483.xalancbmk/447.dealII in SPEC CPU 2006 failed to build)Martin Jambor2-9/+22
2011-07-22* ChangeLog: Fix my last entry.Uros Bizjak1-1/+1
2011-07-22config.gcc (i[34567]86-*-linux*): Set default_gnu_indirect_function to yes.Uros Bizjak2-10/+29
2011-07-22re PR middle-end/45819 (unexpected unaligned access to volatile int)Richard Guenther4-2/+37
2011-07-22* lib/target-supports.exp (check_ifunc_available): Improve comment.Uros Bizjak1-1/+1
2011-07-22re PR bootstrap/49794 (Solaris 10/x86 bootstrap broken by C++ build)Rainer Orth7-8/+205
2011-07-22init.c [sgi] (__gnat_error_handler): Update sigaction(2) citation.Rainer Orth2-8/+30
2011-07-22re PR bootstrap/49797 (CLooG use of LANGUAGE_C conflicts with MIPS compilers)Rainer Orth2-2/+12
2011-07-22re PR c++/49756 (g++ ICE)Jakub Jelinek3-0/+14
2011-07-22target-supports.exp (check_ifunc_available): Rewrite.Uros Bizjak2-37/+12
2011-07-21Call copy_to_mode_reg instead of force_reg.H.J. Lu2-1/+6
2011-07-21Convert to Pmode if needed and use force_reg after convert.H.J. Lu2-10/+44
2011-07-22Daily bump.GCC Administrator1-1/+1
2011-07-21trans.c (gfc_allocate_with_status): Split into two functions gfc_allocate_usi...Daniel Carrera7-151/+224
2011-07-21Infer types based on lb and ub.Sebastian Pop5-37/+204
2011-07-21Generate signed types whenever possible.Sebastian Pop2-2/+16
2011-07-21Compute once and cache the LB and UB for each clast_name.Sebastian Pop2-42/+121
2011-07-21Remove max_signed_precision_type.Sebastian Pop2-29/+30
2011-07-21Rename gcc_type_for_clast_* into type_for_clast_*Sebastian Pop2-35/+46
2011-07-21Add fixme comment.Sebastian Pop2-1/+23
2011-07-21Cleanup function params using a struct.Sebastian Pop2-206/+155
2011-07-21Record the loop level that defines a clast_name.Sebastian Pop2-20/+54
2011-07-21Do not compute twice type, lb, and ub.Sebastian Pop2-31/+39
2011-07-21Start counting nesting level from 0 and use the standard "Polyhedral SCatteri...Sebastian Pop4-21/+22
2011-07-21Convert to Pmode if needed in ix86_legitimize_address.H.J. Lu2-2/+15
2011-07-21Promote pointer function arguments and return values to Pmode.H.J. Lu2-0/+31
2011-07-21re PR middle-end/49705 (-Wstrict-overflow should not diagnose unevaluated exp...Ian Lance Taylor4-7/+66
2011-07-21Steven G. Kargl <kargl@gcc.gnu.org>Steven G. Kargl2-1/+5
2011-07-21re PR tree-optimization/49749 (Reassociation rank algorithm does not include ...Bill Schmidt2-6/+11
2011-07-21target-supports.exp (check_avx_os_support_available): New.Uros Bizjak2-4/+33
2011-07-21avr.c (final_prescan_insn): Fix printing of rtx_costs.Georg-Johann Lay2-3/+13
2011-07-21* de.po, sv.po: Update.Joseph Myers3-873/+831
2011-07-21system.h (HAVE_DESIGNATED_UNION_INITIALIZERS): New.Jason Merrill4-6/+19
2011-07-21Make-lang.in (GNAT1_ADA_OBJS): Move ada/b_gnat1.o to...Eric Botcazou2-2/+7
2011-07-21re PR tree-optimization/49770 (wrong code with -fno-tree-forwprop)Richard Guenther4-14/+150
2011-07-21* ChangeLog: Fix description of my last commit.Uros Bizjak1-6/+4
2011-07-21i386.c (ix86_decompose_address): Reject all but register operands and DImode ...Uros Bizjak2-9/+13
2011-07-21ChangeLog gcc/Kai Tietz11-35/+67
2011-07-21check.c (gfc_check_present): Allow coarrays.Tobias Burnus8-4/+238