aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2006-10-06sync.md ("sync_add<mode>", [...]): Use <modeconstraint> instead of "r" as ope...Uros Bizjak2-5/+11
2006-10-06gimplify.c (gimplify_type_sizes): Don't recurse on the pointed-to type.Olivier Hainque6-1/+96
2006-10-06* config/i386/mingw32.h (GOMP_SELF_SPECS): Add -mthreads for openmp.Danny Smith2-2/+6
2006-10-06re PR tree-optimization/29290 (SPEC CPU2000 178.galgel ICE using -O3 -ftree-l...Jakub Jelinek4-2/+18
2006-10-06re PR target/29198 (Incorrect reference to __thread array with -fPIC -O2 on x86)Jakub Jelinek5-1/+61
2006-10-06re PR fortran/28415 (4.2.0 ICE when using automatic array and -fno-automatic)Jakub Jelinek4-1/+38
2006-10-06re PR c/29091 (vector constant not fully outputed)Jakub Jelinek4-1/+60
2006-10-06scanner.c (skip_free_comments): Return bool instead of void.Jakub Jelinek2-6/+22
2006-10-06* lib/target-supports.expJoseph Myers2-3/+24
2006-10-06Daily bump.GCC Administrator1-1/+1
2006-10-05Update commentMike Stump1-1/+0
2006-10-05mips.c (mips_pass_by_reference): Do not return false for EABI if type is NULL.Richard Sandiford2-2/+8
2006-10-05* sv.po: Update.Joseph Myers2-771/+785
2006-10-05bfin.md (subsi3): Lose expander, change previously unnamed pattern into subsi3.Bernd Schmidt4-10/+20
2006-10-05loop.texi: Add data references analysis description.Ira Rosen2-0/+61
2006-10-04gfortran.texi: (Current Status): update and rewrite to reflect actual status ...Brooks Moses2-73/+49
2006-10-05Daily bump.GCC Administrator1-1/+1
2006-10-04gfortran.texi: Consistently refer to the compiler as "GNU Fortran".Brooks Moses4-135/+143
2006-10-04gcov.texi: Add formatting to "Invoking gcov" section head.Brooks Moses2-1/+5
2006-10-04Makefile.in (libgcc.mk, [...]): Add emutls.c.Richard Henderson47-85/+671
2006-10-04[multiple changes]Paul Thomas4-1/+38
2006-10-04Fix bug in constraint-check generator, reported by Rask Ingemann Lambertsen:Zack Weinberg2-11/+25
2006-10-04* gfortran.dg/bounds_check_fail_1.f90: New test.Francois-Xavier Coudert2-0/+11
2006-10-04re PR c++/28448 (doc reference to -fdiagnostics-show-options looks like it sh...Ryan Mansfield2-3/+8
2006-10-04re PR c++/29020 (ICE using A<N>::A instead of A<N> in friend declaration)Mark Mitchell5-13/+41
2006-10-04re PR fortran/29098 (allocation of a pointer to a derived type crashes)Paul Thomas4-4/+48
2006-10-04darwin-libgcc.10.5.ver: Update to symbol list for current Leopard versions.Geoffrey Keating3-0/+14
2006-10-04Daily bump.GCC Administrator1-1/+1
2006-10-03re PR fortran/20779 (ALLOCATEing the STAT variable not detected)Paul Thomas4-18/+171
2006-10-03arith.c (gfc_check_real_range): Use correct exponent range for subnormal numb...Steven G. Kargl2-2/+9
2006-10-03re PR fortran/29284 (ICE for optional subroutine argument)Paul Thomas7-29/+176
2006-10-03nearest_1.f90: Add -O0 because -ffloat-store is insufficient to inhibit some ...Steven G. Kargl2-2/+11
2006-10-03re PR c++/29138 (access declarations don't work for classes)Mark Mitchell1-0/+4
2006-10-03re PR c++/29138 (access declarations don't work for classes)Mark Mitchell6-31/+89
2006-10-03* utils.c: Fix a typo.Kazu Hirata2-1/+3
2006-10-03* decl.c, utils.c: Fix comment typos.Kazu Hirata3-2/+6
2006-10-03* doc/install.texi: Fix typos.Kazu Hirata2-1/+5
2006-10-03builtins.c (expand_builtin_return_addr): Deal with FRAME_ADDR_RTX.Eric Botcazou4-5/+27
2006-10-03Add PR numbers for previously installed fix.Kaveh Ghazi1-0/+3
2006-10-03re PR middle-end/27478 (entry and addressable and value-expr: and the gimplif...François-Xavier Coudert4-11/+37
2006-10-03re PR c++/29291 (ICE on invalid use of new)Volker Reichelt4-1/+19
2006-10-03pthread-init-common.h: Define _GNU_SOURCE.Uros Bizjak2-0/+23
2006-10-03re PR fortran/19260 (& not required when splitting a token in continuation)Jerry DeLisle7-0/+677
2006-10-03re PR fortran/19262 (more than thirty-nine continuation lines should issue a ...Jerry DeLisle4-7/+79
2006-10-03unwind-dw2-fde-darwin.c (getsectdatafromheader_64): Fix first arg to be struc...Jack Howarth2-3/+8
2006-10-03Daily bump.GCC Administrator1-1/+1
2006-10-02re PR c++/29226 (ICE in make_decl_rtl, at varasm.c:886)Mark Mitchell4-20/+41
2006-10-02re PR fortran/29210 ([4.1 only] Name parameter in complex constant not allowe...Francois-Xavier Coudert4-0/+26
2006-10-02re PR c/29154 (*(* ppointer++)++ = *pointer++ generates bad code)Jakub Jelinek4-2/+63
2006-10-02re PR c++/29105 (segfault in add_candidates with a non template base class an...Mark Mitchell4-10/+25