aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2008-03-02re PR c++/24924 (front end and preprocessor pedantic_errors settings should a...Manuel López-Ibáñez21-72/+136
2008-03-02libgcc2.c (__addvSI3, [...]): Use unsigned arithmetic.Joseph Myers2-12/+18
2008-03-02struct-equiv.c: Remove file.Andi Kleen5-1648/+11
2008-03-02Daily bump.GCC Administrator1-1/+1
2008-03-01parser.c (cp_lexer_next_token_is_decl_specifier_keyword): Note that auto is e...Douglas Gregor4-2/+65
2008-03-01ifcvt.c (noce_process_if_block): Try to handle only the then block if the els...Alexandre Oliva2-0/+14
2008-03-01re PR libfortran/35063 (Clean up use of destroy_unit_mutex())Janne Blomqvist3-3/+7
2008-03-01re PR fortran/34770 (Incorrect array indexing through pointer when array does...Francois-Xavier Coudert2-0/+19
2008-03-01re PR libfortran/35063 (Clean up use of destroy_unit_mutex())Janne Blomqvist13-5/+104
2008-03-01df-scan.c (df_ref_chain_change_bb): Simplify.Alexandre Oliva6-50/+37
2008-03-01* rtlanal.c (loc_mentioned_in_p): Test XVECEXPs correctly.Alexandre Oliva2-4/+7
2008-03-01tree-flow-inline.h (next_readonly_imm_use): Return NULL_USE_OPERAND_P after t...Alexandre Oliva2-1/+6
2008-03-01re PR middle-end/35411 (internal compiler error: in set_ssa_val_to, at tree-s...Richard Guenther2-1/+18
2008-03-01Daily bump.GCC Administrator1-1/+1
2008-02-29re PR fortran/35059 (Seg fault when max constructor limit reached)Jerry DeLisle5-13/+32
2008-02-29fold-const.c (fold_convertible_p): Correct the logic to follow that in fold_c...Francois-Xavier Coudert2-1/+13
2008-02-29re PR c++/35315 (ICE with attribute transparent_union)Douglas Gregor4-0/+24
2008-02-29parser.c (cp_parser_nonclass_name): New.Manuel López-Ibáñez2-35/+62
2008-02-29toplev.c (input_file_stack, [...]): Remove.Tom Tromey11-125/+70
2008-02-29arm.md (arm_addsi3): Add r/k/n alternative.Paul Brook2-1/+5
2008-02-29ieee754-df.S (muldf3): Use RET macros.Paul Brook2-2/+6
2008-02-29tree-ssa-pre.c (get_sccvn_value): Create missing VNs via vn_lookup_or_add.Richard Guenther3-14/+22
2008-02-29expr.c (expand_byte_code): Set DECL_FUNCTION_LAST_LINE on method.Tom Tromey3-3/+12
2008-02-29sh.c (sh_scalar_mode_supported_p): New function.Kaz Kojima3-6/+21
2008-02-29tree-loop-linear.c (try_interchange_loops): Compare memory access strides aga...Sebastian Pop4-6/+43
2008-02-29sh.c (sh_secondary_reload): Handle loading a float constant to fpul.Kaz Kojima2-1/+8
2008-02-29Daily bump.GCC Administrator1-1/+1
2008-02-28re PR fortran/31463 ([patch] inconsistent warnings if function return value i...Daniel Franke12-24/+144
2008-02-28simplify-rtx.c (simplify_unary_operation_1): Extend the handling of SUBREG_PR...Richard Sandiford2-5/+28
2008-02-28re PR fortran/34868 (ICE with -ff2c for function returning a complex number)Francois-Xavier Coudert5-3/+76
2008-02-28tree-ssa-sccvn (vn_ssa_aux_obstack): New obstack.Steven Bosscher2-13/+28
2008-02-28invoke.texi: Document -ftree-loop-distribution.Sebastian Pop32-105/+2326
2008-02-28re PR target/33963 (Dllimport attribute wrongly accepted on typedefs)Joseph Myers2-0/+16
2008-02-28revert: tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther15-258/+308
2008-02-28pr34351.c: Compile for x86 targets only.Uros Bizjak2-2/+6
2008-02-28Daily bump.GCC Administrator1-1/+1
2008-02-27* gfortran.dg/large_real_kind_3.F90: Reverse previous commit.Francois-Xavier Coudert2-1/+5
2008-02-27re PR target/34409 (MIPS: Non-optimal DWARF frame data)David Daney6-6/+16
2008-02-27re PR target/25477 (builtin functions should use $LDBL128 suffix on darwin wh...Uros Bizjak3-15/+18
2008-02-27tree-dump.c (dequeue_and_dump): Check DECL_SAVED_TREE, not DECL_LANG_SPECIFIC...Tom Tromey2-2/+7
2008-02-27mmx-1.c: Add -Werror-implicit-function-declaration to dg-options.Jan Beulich5-4/+12
2008-02-27c-decl.c (merge_decls): Use DECL_USER_ALIGN() on olddecl to update the respec...Jan Beulich2-1/+6
2008-02-27re PR fortran/33387 (Fortran front-end should translate intrinsics by calling...Francois-Xavier Coudert6-177/+431
2008-02-27Fix PR rtl-optimization/34999Revital Eres4-11/+98
2008-02-27re PR tree-optimization/25290 (PHI-OPT could be rewritten so that is uses fold)Richard Guenther4-1/+25
2008-02-27Minor reformatting.Arnaud Charlet1-3/+3
2008-02-27re PR ada/22255 (Reset on shared file causes Use_Error.)Samuel Tardieu4-7/+34
2008-02-27re PR ada/34799 ([Ada] Assertion fails when no component clause is given for ...Samuel Tardieu4-1/+35
2008-02-27re PR middle-end/34971 (bitfield rotates are folded and expanded wrong)Richard Guenther5-7/+54
2008-02-27re PR c++/35368 (With #pragma visibility, `vtable for __cxxabiv1::__class_typ...Jakub Jelinek6-13/+86