aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2004-07-11re PR fortran/16433 (wrong hexadecimal constant warning)Tobias Schlüter2-8/+18
2004-07-11rtlanal.c (insn_rtx_cost): New function, moved and renamed from combine.c's c...Roger Sayle5-53/+87
2004-07-11rs6000.c (struct processor_costs): Change semantics of fields to include the ...Roger Sayle2-208/+251
2004-07-11re PR fortran/16404 (should reject invalid code with -pedantic -std=f95 ? (x8))Tobias Schlüter2-6/+15
2004-07-11re PR fortran/16404 (should reject invalid code with -pedantic -std=f95 ? (x8))Tobias Schlüter2-2/+9
2004-07-11re PR fortran/16455 (print the location of a missing module fatal error)Tobias Schlüter1-1/+1
2004-07-11re PR fortran/16455 (print the location of a missing module fatal error)Tobias Schlüter2-2/+8
2004-07-11* LANGUAGES: Remove obsolete information.Joseph Myers2-52/+4
2004-07-11linux.h (MD_FALLBACK_FRAME_STATE_FOR): For SIGSEGV and SIGBUS signal frames...Ulrich Weigand2-0/+35
2004-07-11s390.c (legitimize_tls_address): Handle constant offsets added to TLS symbol ...Ulrich Weigand2-0/+17
2004-07-11expmed.c (init_expmed): Use stack-local structures for temporary rtl.Richard Henderson2-82/+119
2004-07-11expr.c (store_expr): Don't fiddle subreg promotion for types with precision s...Richard Henderson2-1/+9
2004-07-11* tree.h (all_types_permanent): Remove.Joseph Myers2-4/+4
2004-07-11langhooks.h (estimate_num_insns, [...]): Remove hooks.Joseph Myers22-203/+114
2004-07-11re PR tree-optimization/16437 (New c-torture failures after bitfield patch)Joseph Myers5-2/+41
2004-07-11configure.ac: Alphabetize --enable-checking list, add missing valgrind entry.Phil Edwards3-131/+82
2004-07-11install.texi (Testing): Fix syntax in "make check" example.Phil Edwards2-1/+5
2004-07-11decl2.c (import_export_class): Never export/import vtables with inline key fu...Mike Stump2-1/+13
2004-07-10Fix typo that breaks int to double conversions.James E Wilson2-1/+5
2004-07-11re PR rtl-optimization/16001 (unable to find a register to spill in class `AR...Zdenek Dvorak2-2/+23
2004-07-11* config/darwin.h (LINK_COMMAND_SPEC): Don't call c++filt.Geoffrey Keating2-2/+5
2004-07-11Daily bump.GCC Administrator1-1/+1
2004-07-11trans-decl.c (gfc_create_module_variable): Nothing to do if symbol is in comm...Tobias Schlüter4-2/+23
2004-07-11re PR fortran/16336 (ICE with common block in module)Tobias Schlüter2-0/+19
2004-07-10trans-array.c (gfc_build_null_descriptor): New function.Paul Brook6-34/+55
2004-07-11re PR fortran/16336 (ICE with common block in module)Tobias Schlüter8-43/+83
2004-07-11re PR fortran/15481 ([meta-bugs] frontend adds superfluous symbols to namespa...Tobias Schlüter2-11/+3
2004-07-10* parse.c (decode_statement): Fix matching of BLOCK DATA.Tobias Schlüter2-1/+3
2004-07-10contrib.texi (Contributors): Add gfortran contributors and fix a couple of ty...Steve Kargl2-3/+56
2004-07-10calls.c (check_sibcall_argument_overlap_1): Handle pointers to incoming args ...Zdenek Dvorak2-1/+6
2004-07-10pa.c (output_indirect_call): Only use %r2 as the link register in indirect ca...John David Anglin2-1/+14
2004-07-10i386.c (override_options): Pick a 64-bit CPU for the default tuning if TARGET...Daniel Jacobowitz2-2/+25
2004-07-10builtins.c (std_gimplify_va_arg_expr): Widen align/boundary to HOST_WIDE_INT.Richard Henderson2-2/+7
2004-07-10re PR fortran/15969 (ICE and assertion failure in trans-expr.c)Tobias Schlüter2-0/+21
2004-07-10re PR fortran/15969 (ICE and assertion failure in trans-expr.c)Tobias Schlüter2-7/+28
2004-07-10re PR fortran/16336 (ICE with common block in module)Tobias Schlüter2-1/+4
2004-07-10004-07-10 Bryce McKinlay <mckinlay@redhat.com>Bryce McKinlay2-3/+11
2004-07-10expr.c (gfc_check_pointer_assign): Verify that rank of the LHS and RHS match.Tobias Schlüter2-28/+36
2004-07-10ffixed-form-1.f: Copy from g77.dgDavid Billinghurst1-0/+11
2004-07-10ffixed-form-1.f: Copy from g77.dgDavid Billinghurst8-0/+89
2004-07-10trans-common.c: Fix whitespace issues, make variable names more readable.Tobias Schlüter2-113/+120
2004-07-10* gfortran.fortran-torture/execute/module_init_1.f90: Fix test.Tobias Schlüter2-2/+6
2004-07-10expr.h (store_bit_field, [...]): Remove last argument.Jakub Jelinek9-52/+37
2004-07-10* builtins.c (std_gimplify_va_arg_expr): Fix borked BIT_AND_EXPR.Richard Henderson2-6/+9
2004-07-10darwin.c (no_dead_strip): Add.Mike Stump2-1/+25
2004-07-10re PR java/8618 (call to private constructor allowed for anonymous inner class)Bryce McKinlay6-40/+125
2004-07-10tree-ssa-loop-im.c: New file.Zdenek Dvorak19-12/+1521
2004-07-10re PR fortran/13415 (Internal error with pointer array in common)Tobias Schlüter5-57/+86
2004-07-09tree-ssa-ccp.c (ccp_fold_builtin): Strip conversion exprs with prejudice.Richard Henderson2-1/+13
2004-07-09* builtins.c (expand_builtin_stpcpy): Don't modify len.Richard Henderson2-3/+7