aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2007-11-24rtlanal.c (label_is_jump_target_p): Return true for a matching REG_LABEL_TARGET.Hans-Peter Nilsson6-21/+64
2007-11-24re PR fortran/34192 (NEAREST can return wrong numbers)Tobias Burnus2-0/+24
2007-11-24re PR fortran/33541 (gfortran wrongly imports renamed-use-associated symbol u...Paul Thomas5-41/+239
2007-11-24typeck.c (delta_from_ptrmemfunc): New function.Ollie Wild2-7/+30
2007-11-24trans-common.c (build_common_decl): Fix the alignment for BIND(C) common blocks.Christopher D. Rickett2-1/+19
2007-11-24[multiple changes]Jerry DeLisle3-0/+371
2007-11-24re PR libfortran/34209 (run-time lib: NEAREST(0.0_8, -1.0) produces wrong num...Jerry DeLisle6-31/+86
2007-11-24Daily bump.GCC Administrator1-1/+1
2007-11-24re PR fortran/34187 (BIND(C): Public generic with private bind(c) specific do...Tobias Burnus5-7/+47
2007-11-23re PR middle-end/34197 (array overflow warning without line number)Dirk Mueller2-1/+14
2007-11-23re PR fortran/34192 (NEAREST can return wrong numbers)Tobias Burnus4-8/+194
2007-11-23re PR c++/30293 (ICE with extern "Java" in store_init_value)Jakub Jelinek5-2/+136
2007-11-23re PR c++/5310 (Weird warnings about using (int)NULL)Mark Mitchell5-1/+45
2007-11-23reload.c (find_reloads_address_1): Call REG_OK_FOR_CONTEXT with the autoincde...Hans-Peter Nilsson2-3/+11
2007-11-23re PR tree-optimization/34176 (SCCVN breaks gettext)Richard Guenther6-1/+125
2007-11-23tree-ssa-copy.c (may_propagate_copy): Remove redundant checks.Richard Biener1-0/+10
2007-11-23re PR c++/34198 (-Wconversion gives apparent erroneous warning with g++ 4.3-2...Jakub Jelinek5-5/+114
2007-11-23s-inmaop-posix.adb, [...]: Use 'Access instead of 'Unchecked_Access in second...Samuel Tardieu10-20/+28
2007-11-23Add missing commas beween file names in gcc/ada/ChangeLogSamuel Tardieu1-1/+1
2007-11-23decl.c (ceil_alignment): New function.Eric Botcazou2-13/+21
2007-11-23+ * trans-expr.c (gfc_trans_string_copy): Use "void *" when building aAldy Hernandez2-1/+6
2007-11-23tree-ssa-copy.c (may_propagate_copy): Remove redundant checks.Richard Guenther4-27/+61
2007-11-23Daily bump.GCC Administrator1-1/+1
2007-11-22re PR c/14050 ([DR289] c99 restrict doesn't work in abs declarator)Joseph Myers7-25/+36
2007-11-22Forgot to save before minor edit of last changeHans-Peter Nilsson1-1/+1
2007-11-22mmix.c (mmix_encode_section_info): Remove duplicate line in my edit of the la...Hans-Peter Nilsson2-1/+5
2007-11-22re PR target/33947 (warning: 'const' attribute directive ignored)Jakub Jelinek2-6/+13
2007-11-22primary.c (gfc_match_structure_constructor): Allow constructor for types with...Tobias Burnus4-1/+32
2007-11-22sh.md (divsi_inv_m3): Handle zero dividend specially.Kaz Kojima2-0/+11
2007-11-22Fix a misformatted entry.Jakub Jelinek1-3/+3
2007-11-22re PR c++/34094 (Undefined static data member in anonymous namespace can acqu...Jakub Jelinek4-1/+50
2007-11-22i386.h (TARGET_CPU_CPP_BUILTINS): Change checking of ix86_arch and ix86_tune ...Uros Bizjak3-109/+128
2007-11-22re PR fortran/34079 (Bind(C): Character argument/return value problems)Tobias Burnus7-4/+289
2007-11-22re PR rtl-optimization/33848 (reference to non-existent label at -O1 on mips/...Richard Sandiford2-0/+48
2007-11-22trans.c (gnat_to_gnu): Reformat lines to fit in 80 columns.Olivier Hainque2-10/+19
2007-11-22mmix.c (mmix_encode_section_info): Use alloca to avoid writing into string al...Tom Tromey2-6/+8
2007-11-22Daily bump.GCC Administrator1-1/+1
2007-11-21* de.po: Update.Joseph Myers2-230/+187
2007-11-21re PR target/34155 (ICE in simplify_binary_operation_1, at simplify-rtx.c:266...Kaz Kojima3-25/+51
2007-11-21regclass.c (init_reg_autoinc): Fix typo preventing test of secondary output r...Hans-Peter Nilsson2-1/+6
2007-11-21re PR fortran/34083 (internal compiler error: in gfc_conv_array_constructor_e...Francois-Xavier Coudert4-3/+27
2007-11-21s-osinte-kfreebsd-gnu.ads (To_Target_Priority): New function.Aurelien Jarno3-1/+10
2007-11-21re PR tree-optimization/34148 (Too many VOPs, too deep tree-ssa-sccvn.c recur...Richard Guenther3-1/+10
2007-11-21Daily bump.GCC Administrator1-1/+1
2007-11-20re PR middle-end/34154 (gcc 4.1.1 bug / case ranges / unsigned long long)Richard Guenther5-5/+35
2007-11-20* gcc.dg/tree-ssa/20030714-1.c: Cleanup dom3 dump file.Uros Bizjak2-14/+19
2007-11-20re PR fortran/32770 ([Meta-bug] -fdefault-integer-8 issues)Thomas Koenig7-25/+37
2007-11-20target-supports.exp (check_effective_target_mips_soft_float): New procedure.Richard Sandiford4-0/+23
2007-11-20read-rtl.c (fatal_expected_char): Print EOF as text rather that its binary re...Rask Ingemann Lambertsen2-2/+11
2007-11-20re PR c++/34089 (Segfault on specialization using struct instead of template ...Jakub Jelinek4-2/+26