aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-08-29system.h (CONST_CAST): Avoid union for gcc-4.0.x.Kaveh R. Ghazi2-1/+7
2007-08-29re PR libfortran/33055 (Runtime error in INQUIRE unit existance with -fdefaul...Jerry DeLisle4-88/+3
2007-08-29Daily bump.GCC Administrator1-1/+1
2007-08-29* Make-lang.in (java.tags): Don't tag '*.y' files.Tom Tromey2-1/+5
2007-08-28limits-blockid.c: Reduce testcase size to 10000 for targets where "int" can't...Rask Ingemann Lambertsen9-14/+47
2007-08-28re PR c++/29000 (ICE on invalid use of template in statement-expr)Jason Merrill6-0/+41
2007-08-28re PR c++/33209 (Broken diagnostic: 'template_type_parm' not supported by dum...Paolo Carlini4-0/+21
2007-08-28tree.h (struct tree_function_decl): Increase size of function_code bitfield.Richard Guenther2-4/+9
2007-08-28re PR fortran/22244 (dimension information is lost for multi-dimension array)Jakub Jelinek3-2/+29
2007-08-28re PR c++/32596 (ICE with inline template specialization in anonymous namespace)Jakub Jelinek4-0/+25
2007-08-28gamma_4.f90: Fix large-real kind selection.Dominique d'Humieres2-1/+5
2007-08-28gamma_1.f90: Remove large-real tests.Francois-Xavier Coudert4-8/+26
2007-08-28re PR c++/28558 (Trouble with __attribute__ and non-PODs)Jason Merrill4-1/+29
2007-08-28* gcc/config/m68k/linux.hNathan Sidwell4-0/+43
2007-08-28re PR target/32661 (__builtin_ia32_vec_ext suboptimal for pointer/ref args)Uros Bizjak5-2/+156
2007-08-28re PR middle-end/32370 (Segfault after rejecting bogus assembler)Jakub Jelinek4-1/+32
2007-08-28re PR rtl-optimization/33148 (ICE in trunc_int_for_mode, at explow.c:56 durin...Jakub Jelinek4-1/+29
2007-08-28re PR debug/32914 (ICE in rtl_for_decl_init with -g option)Jakub Jelinek8-0/+77
2007-08-28Add new tests.Arnaud Charlet8-0/+204
2007-08-28* c-pretty-print.c (pp_c_constant): Handle COMPLEX_CST.Gabriel Dos Reis2-0/+11
2007-08-28tree.h (DECL_DISREGARD_INLINE_LIMITS): New.Richard Guenther11-25/+65
2007-08-28re PR libstdc++/33128 (std::tr1::uniform_int returns value out of range)Paolo Carlini3-1/+56
2007-08-28Modulo-scheduling improvements. Patch 2 of 2Mircea Namolaru7-62/+293
2007-08-28error.c (dump_expr): Handle COMPLEX_CST.Gabriel Dos Reis3-0/+9
2007-08-28write.c (stdbool.h): Add include.Jerry DeLisle3-754/+828
2007-08-28Daily bump.GCC Administrator1-1/+1
2007-08-27extend.texi (gnu_inline funtion attribute): Document C++ behavior.Alexandre Oliva14-16/+372
2007-08-27re PR c++/31337 (ICE with statement expression)Jason Merrill4-8/+36
2007-08-27regclass.c (init_reg_autoinc): Fix typo.Sandra Loosemore2-1/+5
2007-08-27target-supports.exp (check_profiling_available): Set profiling_available_save...Kazu Hirata2-0/+6
2007-08-27re PR tree-optimization/33173 (ICE in set_uids_in_ptset, at tree-ssa-structal...Daniel Berlin5-2/+115
2007-08-27re PR target/31385 (gcc fails to find spill register for decimal arithmetic)H.J. Lu5-1/+48
2007-08-27Separate target-specific initialization from general back-end initialization.Sandra Loosemore12-137/+344
2007-08-27unsigned-long-compare.c: Remove target selector.Uros Bizjak2-7/+10
2007-08-27config.host: Add x86_64-elf target.Hans Kester2-0/+6
2007-08-27simplify.c (gfc_simplify_lgamma): Fix mpfr_lgamma call.Tobias Burnus2-1/+6
2007-08-27arm-eabi1.c, [...]: Move to gcc.target/arm directory.Uros Bizjak42-0/+68
2007-08-27* gcc.target/i386/tailcall-1.c: Use dg-require-effective-target ilp32.Uros Bizjak2-2/+3
2007-08-27pow-1.c: Fix scan-assembler-not.Uros Bizjak9-12/+21
2007-08-27rtl.h (XCNMPFV): Preserve const-ness of parameters through use of __typeof().Chao-ying Fu2-1/+6
2007-08-27alias.c (memory_modified_1, [...]): Constify.Kaveh R. Ghazi32-315/+551
2007-08-27Daily bump.GCC Administrator1-1/+1
2007-08-26re PR libfortran/33055 (Runtime error in INQUIRE unit existance with -fdefaul...Jerry DeLisle1-0/+1
2007-08-26negative_unit.f: Add new checkJerry DeLisle3-0/+51
2007-08-26re PR libfortran/33055 (Runtime error in INQUIRE unit existance with -fdefaul...Jerry DeLisle4-3/+61
2007-08-26tree-ssa-sccvn.c, [...]: Remove unnecessary trailing whitespace.Bernhard Fischer5-54/+59
2007-08-26re PR target/32991 (config/alpha/constraints.md is marked as mime-type)H.J. Lu1-0/+6
2007-08-26gfortran.h (gfc_isym_id): Add GFC_ISYM_GAMMA and GFC_ISYM_LGAMMA.H.J. Lu2-0/+7
2007-08-26gfortran.h (gfc_option_t): Add flag_recursive.Asher Langton8-9/+125
2007-08-26re PR fortran/31298 ([F03] use mod, operator(+) => operator(.userOp.) not sup...Tobias Burnus4-13/+77