aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2010-05-13* decl.c (cp_finish_decl): Do not worry about used attribute.Jan Hubicka2-4/+4
2010-05-13varpool.c (decide_is_variable_needed): Drop code checking TREE_SYMBOL_REFEREN...Jan Hubicka2-7/+5
2010-05-13final.c (output_addr_const): Do not call mark_decl_referenced.Jan Hubicka3-11/+9
2010-05-13* targhooks.c (default_mode_dependent_address_p): Cast 'addr' to rtx.Anatoly Sokolov2-1/+5
2010-05-13ira-conflicts.c (print_allocno_conflicts): New function broken out from...Jeff Law2-50/+60
2010-05-13re PR middle-end/44104 (New test failures)Jakub Jelinek2-1/+7
2010-05-13re PR fortran/35779 (error pointer wrong in PARAMETER)Daniel Franke9-22/+42
2010-05-13config.gcc (i[34567]86-*-mingw* | x86_64-*-mingw*): Choose t-mingw-w64 or t-m...Kai Tietz4-2/+24
2010-05-13gimple.c (gimple_fold_obj_type_ref): Removed (a replacement moved to gimple-f...Martin Jambor7-52/+317
2010-05-13re PR fortran/44036 (I can't declare an external function in an OMP shared st...Jakub Jelinek7-2/+84
2010-05-13* config/rs6000/rs6000-protos.hAndreas Schwab3-9/+17
2010-05-13Fix formatting nitsEric Botcazou1-3/+2
2010-05-13re PR debug/43983 (var-tracking needlessly throws away location info for SRAe...Jakub Jelinek7-50/+532
2010-05-13tracebak.c (__gnat_backtrace): Mark top_stack with ATTRIBUTE_UNUSED.Andreas Schwab2-2/+7
2010-05-13cgraph.c (cgraph_mark_address_taken_node): No longer imply needed flag.Jan Hubicka9-5/+68
2010-05-13typeck.c (build_array_ref): Take complain parm.Jason Merrill8-16/+46
2010-05-13re PR bootstrap/44048 (building without C++ enabled fails)Jason Merrill16-54/+85
2010-05-13cp-tree.h (UNKNOWN_TYPE): Remove.Jason Merrill9-14/+28
2010-05-13Daily bump.GCC Administrator1-1/+1
2010-05-12cgraphbuild.c (build_cgraph_edges, [...]): Build indrect edges too.Jan Hubicka7-480/+185
2010-05-12implicit-zee.c: New file.Sriraman Tallam10-1/+1049
2010-05-12c-common.c (sync_resolve_params): Remove write-only variable.Kazu Hirata2-3/+5
2010-05-12target.h (struct gcc_target): Add mode_dependent_address_p field.Anatoly Sokolov8-9/+67
2010-05-12re PR c++/20669 (Template candidates not listed in error message.)Jason Merrill66-84/+169
2010-05-12cp-tree.h (LOOKUP_LIST_ONLY): New.Jason Merrill5-24/+102
2010-05-12call.c (add_candidates): Distinguish between type(x) and x.operator type().Jason Merrill6-4/+35
2010-05-12call.c (add_candidates): Add first_arg and return_type parms.Jason Merrill4-215/+160
2010-05-12tree-mudflap.c (build_function_type_0, [...]): Remove.Kazu Hirata2-28/+13
2010-05-12coverage.c (build_fn_info_value): Call build_constructor instead of build_con...Kazu Hirata2-69/+57
2010-05-12tree.c (build_constructor): Compute TREE_CONSTANT for the resultant constructor.Nathan Froyd2-17/+25
2010-05-12cgraph.h (struct varpool_node): Add aux.Jan Hubicka9-62/+181
2010-05-12Support AVX for cmpss/cmpsd.H.J. Lu9-0/+187
2010-05-12re PR middle-end/44085 (OpenMP - untied task accesses threadprivate - non-con...Jakub Jelinek5-8/+109
2010-05-12re PR debug/42278 (incorrect dwarf data gcc-4.4.2)Jakub Jelinek2-8/+29
2010-05-12Add this change, missed from the previous commit (but already in the Changelog).Iain Sandoe1-0/+2
2010-05-12decl.c (gnat_to_gnu_entity): Tidy up code, improve comments and fix formattin...Eric Botcazou2-110/+104
2010-05-12Add TLS checks to ObjCIain Sandoe18-4/+300
2010-05-12targhooks.c (default_stack_protect_guard): Avoid sharing RTL for __stack_chk_...Maxim Kuvyrkov4-0/+32
2010-05-12utils.c (update_pointer_to): Return early if the old pointer already points t...Eric Botcazou7-45/+141
2010-05-12* lto.c (materialize_cgraph): Revert my previous patch.Jan Hubicka2-3/+4
2010-05-12Daily bump.GCC Administrator1-1/+1
2010-05-11re PR c++/34272 (ICE with invalid template specialization)Paolo Carlini8-6/+66
2010-05-11c-opts.c (c_common_parse_file): If start_end_main_source_file, don't call sta...Jakub Jelinek2-5/+20
2010-05-11lto-coff.c (IMAGE_FILE_MACHINE_ADM64): Rename to IMAGE_FILE_MACHINE_AMD64.Kai Tietz3-3/+9
2010-05-11re PR middle-end/44071 (ICE with asm goto and __builtin_unreachable())Jakub Jelinek7-4/+205
2010-05-11re PR c++/44059 (Static initializers executed more than once when using uniqu...Jakub Jelinek4-11/+23
2010-05-11re PR c++/44062 ((void)var; doesn't prevent 'set but not used' warning)Jakub Jelinek9-11/+112
2010-05-11re PR fortran/43711 (Unformitive error message for two NOWAIT in OpenMP direc...Daniel Franke4-8/+70
2010-05-11lto.c (lto_fixup_decls): Remove global var decls freeing here.Jan Hubicka2-2/+8
2010-05-11lto-symtab.c (lto_symtab_free): New function.Jan Hubicka6-24/+55