aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2010-07-20re PR fortran/44929 ([OOP] Parsing error of derived type name starting with ...Steven G. Kargl5-20/+70
2010-07-19re PR c++/44996 ([C++0x] decltype produces rvalue reference type for parenthe...Jason Merrill4-2/+17
2010-07-20Daily bump.GCC Administrator1-1/+1
2010-07-19config.gcc (LIBC_GLIBC, [...]): Move constants to top level.Maxim Kuvyrkov5-4/+20
2010-07-19gengtype.c (start_root_entry): New function, split out from write_root.Richard Sandiford2-24/+61
2010-07-19re PR fortran/42385 ([OOP] poylmorphic operators do not work)Paul Thomas6-14/+208
2010-07-19slp-perm-1.c (main): Make sure loops aren't vectorized.Peter Bergner5-14/+27
2010-07-19Fix PR44932Xinliang David Li2-6/+53
2010-07-19re PR rtl-optimization/44941 (ICE: RTL check: expected code 'mem', have 'reg'...Richard Guenther5-8/+28
2010-07-19re PR c++/44969 ([C++0x] <type_traits> std::is_constructible broken for funda...Jason Merrill5-22/+82
2010-07-19Reliably change cgraph_state to SSA form.Richard Henderson2-14/+24
2010-07-19Remove gfortran.dg/data_implied_do_2.f90.H.J. Lu2-16/+6
2010-07-19re PR c++/44969 ([C++0x] <type_traits> std::is_constructible broken for funda...Paolo Carlini8-11/+58
2010-07-19postreload.c (reload_combine_closest_single_use): Ignore the number of uses f...Bernd Schmidt2-12/+71
2010-07-19ddg.c (create_ddg): Exclude nodes of debug_insn in counting nodes of a loop.Bingfeng Mei3-3/+8
2010-07-19allow darwin branch island control depening on system versionIain Sandoe8-20/+65
2010-07-19sourcebuild.texi (Effective-Target Keywords): Document sse_runtime, sse2_runt...Rainer Orth35-209/+189
2010-07-19re PR fortran/44353 (rejects legal fortran)Paul Thomas3-0/+17
2010-07-19Daily bump.GCC Administrator1-1/+1
2010-07-18re PR fortran/44353 (rejects legal fortran)Paul Thomas4-7/+21
2010-07-18cache-1.c: Allow 0 instead of 0x0.Richard Sandiford2-1/+5
2010-07-18mips.exp (mips_option_groups): Add -mflip-mips16 to the "mips16" group.Richard Sandiford2-4/+19
2010-07-18mips.c (mips16_build_call_stub): Zero-extend the low half of a single-registe...Richard Sandiford5-6/+49
2010-07-18Daily bump.GCC Administrator1-1/+1
2010-07-17re PR target/44805 (FAIL: gcc.c-torture/execute/builtins/strpcpy-2.c executio...John David Anglin2-2/+25
2010-07-17re PR testsuite/44418 (FAIL: gcc.target/powerpc/recip-[123].c on powerpc-appl...Iain Sandoe4-3/+10
2010-07-17trans-array.c (gfc_free_ss): Don't free beyond ss rank.Mikael Morin3-120/+152
2010-07-17Daily bump.GCC Administrator1-1/+1
2010-07-16re PR target/42235 (redundant memory move from parameter space to spill space)Bernd Schmidt4-67/+465
2010-07-16re PR c++/32505 (Partial specialization halfway accepted after instantiation)Jason Merrill4-3/+36
2010-07-16* ptree.c (cxx_print_xnode): Handle TEMPLATE_INFO.Jason Merrill2-0/+13
2010-07-16* Makefile.in (opts-common.o): Depend on options.h.Jason Merrill2-1/+5
2010-07-16guality.exp: Run also c-c++-common/guality/ tests.Jakub Jelinek8-2/+124
2010-07-16tree.c (build_common_builtin_nodes): Use build_function_type_list instead of ...Nathan Froyd4-55/+46
2010-07-16rs6000.c (rs6000_emit_sISEL): Let rs6000_emit_int_cmove do all the work.Nathan Froyd3-77/+59
2010-07-16re PR fortran/37077 (Implement Internal Unit I/O for character KIND=4)Jerry DeLisle2-0/+52
2010-07-16plugin-support.exp (plugin-test-execute): Add ${gcc_objdir}/intl to includes.Iain Sandoe2-1/+6
2010-07-16re PR target/44942 (Bug in argument passing of long double)Jakub Jelinek6-8/+142
2010-07-16re PR testsuite/42843 (--enable-build-with-cxx plugin tests fail)Jack Howarth7-0/+16
2010-07-16init.c (build_new_1): Use cp_build_function_call_nary instead of cp_build_fun...Nathan Froyd2-4/+7
2010-07-16re PR target/42235 (redundant memory move from parameter space to spill space)Bernd Schmidt2-10/+97
2010-07-16c-decl.c (detect_field_duplicates): Use DECL_CHAIN insted of TREE_CHAIN.Nathan Froyd3-5/+11
2010-07-16Daily bump.GCC Administrator1-1/+1
2010-07-15re PR c++/44909 ([C++0x] Copy constructors implicitly deleted)Jason Merrill10-75/+142
2010-07-15Disable float tests for __SPU__ targets due to lack of signed zero:Ulrich Weigand10-0/+31
2010-07-15tree.h (enum tree_index): Add TI_INTEGER_THREE.Anatoly Sokolov18-34/+57
2010-07-15postreload.c (last_label_ruid, [...]): New static variables.Bernd Schmidt2-149/+189
2010-07-15Finish zeroing out the current function status after building cdtor.Richard Henderson2-0/+7
2010-07-15trans.h (gfc_string_to_single_character): New prototype.Jakub Jelinek7-30/+237
2010-07-15lto-symtab.c (lto_symtab_resolve_symbols): Remove hack handling comdats for b...Jan Hubicka2-23/+26