aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2014-09-20diagnostic.c (warning_n): New function.Jan Hubicka4-19/+95
2014-09-20re PR tree-optimization/63255 (FAIL: gcc.dg/lto/ipareference2 c_lto_iparefere...Jan Hubicka2-5/+11
2014-09-19re PR c++/61392 (internal compiler error: in write_template_arg_literal, at c...Jason Merrill4-4/+24
2014-09-19re PR c++/61465 (Bogus parameter set but not used warning in constructor init...Jason Merrill3-1/+15
2014-09-20Daily bump.GCC Administrator1-1/+1
2014-09-19re PR c++/61825 (g++.dg/cpp0x/static_assert9.C FAILs)Jan Hubicka8-19/+80
2014-09-19predicates.md (fusion_gpr_mem_load): Move testing for base_reg_operand to be ...Michael Meissner5-109/+150
2014-09-19re PR lto/63286 (FAIL: g++.dg/lto/20101014-2 cp_lto_20101014-2_0.o assemble, ...Jan Hubicka2-0/+6
2014-09-19compiler: Pass constant arguments directly to thunk functions.Ian Lance Taylor1-14/+36
2014-09-19Fix mcount test cases to only run on supported targetsAndi Kleen5-4/+11
2014-09-19recog.c (scratch_operand): Do not simply allow all hard registers: only allow...Segher Boessenkool2-1/+8
2014-09-19cfgrtl.c [...]: Update comments and fix spacing to conform to coding style.Felix Yang6-16/+21
2014-09-19Re: [Patch] Teach genrecog/genoutput that scratch registers require write con...James Greenhalgh2-0/+6
2014-09-19dwarf2out.c (decl_ultimate_origin): Update comment.Aldy Hernandez3-4/+7
2014-09-19rs6000.c (rs6000_special_adjust_field_align_p): Update GCC version name to GC...Ulrich Weigand2-3/+10
2014-09-19[Patch sh] Fixup use of constraints in define_splitJames Greenhalgh2-4/+8
2014-09-19PR ipa/61998 Fix crash -Wsuggest-final-types crashMarkus Trippelsdorf4-0/+17
2014-09-19[Patch] Teach genrecog/genoutput that scratch registers require write constr...James Greenhalgh4-28/+87
2014-09-19re PR fortran/63152 (needless initialization of local pointer arrays.)Joost VandeVondele4-2/+15
2014-09-19re PR c++/58328 ([C++11] bogus: error: constructor required before non-static...Paolo Carlini2-0/+23
2014-09-19[PATCH AArch64]: Add constraint letter for stack_protect_test patternJames Greenhalgh5-1/+45
2014-09-19s390.c (s390_emit_epilogue): Remove bogus assignment.Andreas Krebbel2-1/+5
2014-09-19s390.md ("trunctdsd2", [...]): New expanders.Andreas Krebbel4-0/+53
2014-09-19re PR target/62662 (Miscompilation of Qt on s390x)Andreas Krebbel2-5/+23
2014-09-19asan.c (build_check_stmt): Alignment arg was added.Marat Zakirov6-4/+60
2014-09-19vxworksae.h: Remove obsolete definitions.Olivier Hainque5-52/+32
2014-09-19config.gcc (powerpc-wrs-vxworksmils): New configuration.Olivier Hainque4-1/+50
2014-09-19varasm.c (default_section_type_flags): Flag .persistent.bss sections as SECTI...Olivier Hainque2-0/+6
2014-09-19rl78.c (rl78_expand_epilogue): Generate a USE of the pop'ed registers so that...Nick Clifton2-3/+17
2014-09-19re PR ipa/63298 (internal compiler error: in types_same_for_odr, at ipa-devir...Jan Hubicka2-2/+9
2014-09-19Daily bump.GCC Administrator1-1/+1
2014-09-18Update gcc.dg/pr61053.c for x32H.J. Lu2-4/+8
2014-09-19Remove LIBGCC2_TF_CEXT target macro.Joseph Myers13-29/+41
2014-09-18Add header guard to several header files.Kito Cheng29-2/+162
2014-09-18re PR debug/63285 (-fcompare-debug scheduler related failure)Vladimir Makarov4-1/+40
2014-09-18re PR c++/63248 (Crash when OpenMP target's array section handling is used wi...Jakub Jelinek3-3/+32
2014-09-18re PR target/61360 (ICE: in lra_update_insn_recog_data, at lra.c:1363 with -m...Vladimir Makarov4-0/+27
2014-09-18re PR c++/62017 (AddressSanitizer reports *-buffer-overflow in destructor whe...Jakub Jelinek4-0/+26
2014-09-18re PR testsuite/63292 (ASan reports global-buffer-overflow in gcc.dg/vect/pr5...Jakub Jelinek2-1/+6
2014-09-18re PR c++/62232 (-Wnon-virtual-dtor shouldn't warn on final classes)Paolo Carlini4-1/+26
2014-09-18dyncast.cc (__dynamic_cast): Handle mid-destruction dynamic_cast more gracefu...Jason Merrill1-0/+28
2014-09-18Fix i386 FP_TRAPPING_EXCEPTIONS.Joseph Myers2-0/+45
2014-09-18[ARM] Fix insn type of movmisalign neon load pattern.Kyrylo Tkachov2-1/+6
2014-09-18re PR c++/61745 (template friend for dyadic operator- is only accepted if the...Paolo Carlini2-0/+27
2014-09-18Daily bump.GCC Administrator1-1/+1
2014-09-17re PR c/61854 (Warning single-line comment for -std=c89?)Marek Polacek11-0/+149
2014-09-17re PR debug/63284 (-fcompare-debug issue due to redirection to __builtin_unre...Jakub Jelinek4-1/+66
2014-09-17* ada/acats/run_all.sh: Redirect mkdir stderr to /dev/null.Jakub Jelinek2-1/+5
2014-09-17Minor cleanup, don't run tests for which compilation is enough.Jason Merrill4-20/+10
2014-09-17ipa-devirt.c (type_pair, [...]): New types.Jan Hubicka2-49/+135