aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2006-11-25re PR libfortran/29936 (Missed constraint on RECL=specifier in unformatted se...Jerry DeLisle2-0/+16
2006-11-25Daily bump.GCC Administrator1-1/+1
2006-11-2420061124-1.c: Add "exit(0);" to the end of main.Andrew Pinski2-0/+5
2006-11-24re PR fortran/20880 (USE association of procedure's own interface)Paul Thomas7-3/+119
2006-11-24resolve.c (resolve_actual_arglist): Remove the special case for CHAR.Francois-Xavier Coudert7-27/+16
2006-11-24re PR c/29955 (ICE with -fopenmp -fexceptions)Jakub Jelinek6-10/+49
2006-11-24re PR c/29736 (ICE on duplicate vector attribute)Jakub Jelinek4-0/+26
2006-11-24re PR tree-optimization/29964 (function with volatile operators still found t...Andrew Pinski4-6/+53
2006-11-24eabispe.h (TARGET_DEFAULT): Include MASK_STRICT_ALIGN.Joseph Myers4-5/+17
2006-11-24simd-2.C: Use -O -w in general for PowerPC.Joseph Myers3-1/+7
2006-11-24s390.c (s390_emit_compare_and_swap): New function.Andreas Krebbel4-10/+51
2006-11-24pa.c (return_addr_rtx): Change 0xe0400002 to -532676606.John David Anglin2-1/+7
2006-11-24inline-16.c: Use __SIZE_TYPE__.Eric Christopher2-20/+25
2006-11-24re PR c/2707 (gcc does not warn on truncate)Manuel López-Ibáñez9-85/+418
2006-11-24tree-ssa-alias.c (tree_pointer_compare): New function.Daniel Berlin3-1/+77
2006-11-24Daily bump.GCC Administrator1-1/+1
2006-11-24* gfortran.dg/overload_1.f90: New test.Tobias Schlüter2-0/+187
2006-11-23real.h (real_isinteger): Declare.Manuel López-Ibáñez4-9/+21
2006-11-23re PR c/9072 (-Wconversion should be split into two distinct flags)Manuel López-Ibáñez12-50/+139
2006-11-23predict.c (tree_estimate_probability): Check to make sure current_loops is no...Andrew Pinski4-1/+19
2006-11-23var-tracking.c (emit_note_insn_var_location): Revert previous patch.Bernd Schmidt2-3/+5
2006-11-23mips.h (ISA_HAS_FP4): Add MIPS32R2 + 64bit fpu combination.David Ung8-16/+162
2006-11-23var-tracking.c (emit_note_insn_var_location): Take care not to cause verify_f...Bernd Schmidt2-1/+8
2006-11-23tree-ssa-structalias.c: Remove edge weights in favor of just processing them ...Daniel Berlin2-544/+149
2006-11-23Revert accidental commit (patch coming for this :P)Daniel Berlin1-114/+544
2006-11-23Remove weighted edges from the graphDaniel Berlin1-544/+114
2006-11-23spu_intrinsics.h (SPU_RdEventStatMask): Rename to SPU_RdEventMask.Ben Elliston3-3/+9
2006-11-23spu_mfcio.h (struct mfc_list_element): Change width of size bitfield.Ben Elliston2-2/+5
2006-11-23Daily bump.GCC Administrator1-1/+1
2006-11-23* config/spu/spu-elf.h (LIB_SPEC): Do not link with -lc_p.Ben Elliston2-1/+5
2006-11-22re PR tree-optimization/29921 (internal compiler error: in set_lattice_value,...Zdenek Dvorak4-2/+44
2006-11-22re PR fortran/29441 ([4.1/4.2 only] non-constant parameter (constant) accepted)Tobias Schlüter4-5/+21
2006-11-22rs6000.c (get_store_dest): New.Peter Bergner2-3/+36
2006-11-22spe.md (SPE64): New mode macro.Joseph Myers4-21/+80
2006-11-22revert: reorg.c (emit_delay_sequence): Copy the delay slot insn.Kaz Kojima2-1/+7
2006-11-22predicates.md (d_register_operand, [...]): New predicates.Bernd Schmidt4-7/+132
2006-11-22c-tree.texi: Document new tree codes.Ira Rosen43-198/+3766
2006-11-22Daily bump.GCC Administrator1-1/+1
2006-11-22cse.c (enum taken): Remove PATH_AROUND.Steven Bosscher2-208/+25
2006-11-22re PR rtl-optimization/29924 (pr24626-4.c fails on powerpc-aix and others)Zdenek Dvorak3-4/+26
2006-11-22re PR fortran/25087 (Error for missing explicit interface needed.)Paul Thomas4-8/+50
2006-11-22re PR fortran/29652 (ambiguous interface declaration undetected)Paul Thomas5-4/+43
2006-11-21tree-loop-linear.c (linear_transform_loops): Use single_exit accessor functions.Zdenek Dvorak16-89/+147
2006-11-21re PR tree-optimization/29902 (ICE in coalesce_abnormal_edges, at tree-outof-...Zdenek Dvorak4-6/+45
2006-11-21re PR fortran/29820 (ICE in fold_convert, at fold-const.c:2146)Paul Thomas4-5/+42
2006-11-21xtensa.c (xtensa_char_to_class): Delete.Bob Wilson7-207/+168
2006-11-21dfp-bits.c (DFP_TO_INT): Remove code to saturate result of conversion that do...Janis Johnson2-23/+3
2006-11-21decLibrary.c (__dec_type_swap): Add prototype.Janis Johnson5-50/+9
2006-11-21* config/dfp-bit.c (dfp_binary_func): Fix typedef.Janis Johnson2-2/+6
2006-11-21cp-tree.def (STATIC_ASSERT): New.Douglas Gregor10-6/+250