aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-04Unrevert:Ira Rosen2-2/+57
2011-11-04re PR c++/48370 (G++ fails to extend reference temporary lifetime in some sit...Jason Merrill16-193/+310
2011-11-04[multiple changes]Arnaud Charlet7-170/+258
2011-11-04Restore c6x-elf bootstrapRainer Orth3-4/+9
2011-11-04Use sol2-c[1n].S on more targetsRainer Orth6-10/+17
2011-11-04re PR tree-optimization/50763 (ICE: verify_gimple failed: missing PHI def wit...Tom de Vries2-0/+28
2011-11-04sem_prag.adb: Minor reformatting.Robert Dewar4-3/+20
2011-11-04exp_ch2.adb (Expand_Entity_Reference): Extend handling of atomic sync to type...Robert Dewar3-4/+28
2011-11-04re PR tree-optimization/50763 (ICE: verify_gimple failed: missing PHI def wit...Tom de Vries2-0/+39
2011-11-04[multiple changes]Arnaud Charlet32-2967/+696
2011-11-04i386.c (ix86_expand_vector_convert_uns_vsivsf): New function.Jakub Jelinek6-24/+54
2011-11-04i386.c (ix86_expand_adjust_ufix_to_sfix_si): Add XORP argument.Jakub Jelinek6-26/+72
2011-11-04tree-vect-stmts.c (vectorizable_conversion): Rewritten to handle not just FLO...Jakub Jelinek4-938/+943
2011-11-04decl.c (gnat_to_gnu_entity): Do not assert that the type of the parameters is...Eric Botcazou5-1/+29
2011-11-04[multiple changes]Arnaud Charlet31-16/+672
2011-11-04fde-vms.c: Do not include md-unwind-support.hTristan Gingold2-1/+4
2011-11-04alpha.c (alpha_write_linkage): Remove fundecl argument.Tristan Gingold4-203/+80
2011-11-04re PR fortran/43829 (Scalarization of reductions)Mikael Morin7-1/+295
2011-11-04t-sh: Use $(gcc_compile) instead of $(compile).Kaz Kojima2-1/+5
2011-11-04re PR fortran/43829 (Scalarization of reductions)Mikael Morin4-34/+217
2011-11-04trans-intrinsic.c (gfc_conv_intrinsic_arith): Introduce parent expression var...Mikael Morin2-2/+10
2011-11-04trans-intrinsic.c (gfc_conv_intrinsic.c): Introduce current loop pointer.Mikael Morin2-10/+17
2011-11-04trans-intrinsic.c (gfc_conv_intrinsic_arith): Small argument handling cleanup.Mikael Morin2-6/+12
2011-11-04Daily bump.GCC Administrator1-1/+1
2011-11-04trans-intrinsic.c (gfc_conv_intrinsic_arith): Update conditions.Mikael Morin2-6/+10
2011-11-04frontend-passes.c (cfe_register_funcs): Return early in the case of an inline...Mikael Morin2-3/+11
2011-11-04array.c (match_subscript): Skip whitespaces before setting locus.Mikael Morin3-0/+7
2011-11-04trans-intrinsic.c (gfc_conv_intrinsic_minmaxval): Set loop's temporary rank t...Mikael Morin2-5/+26
2011-11-04trans-intrinsic.c (gfc_conv_intrinsic_minmaxloc): Set loop's temporary rank t...Mikael Morin2-4/+27
2011-11-04trans-intrinsic.c (gfc_conv_intrinsic_minmaxloc): Don't calculate offset twic...Mikael Morin2-20/+13
2011-11-04trans-expr.c (gfc_conv_procedure_call): Handle temporaries for arguments to e...Mikael Morin3-67/+67
2011-11-04trans-array.h (gfc_free_ss, [...]): New prototypes.Mikael Morin3-14/+19
2011-11-03trans.h (gfc_inline_intrinsic_function_p): Move prototype...Mikael Morin4-3/+21
2011-11-03trans-array.c (gfc_trans_preloop_setup): New pointers to outer dimension's ss...Mikael Morin2-7/+32
2011-11-03trans-array.c (outermost_loop): New function.Mikael Morin2-25/+47
2011-11-03trans-array.c (constant_array_constructor_loop_size): Handle multiple loops.Mikael Morin2-18/+29
2011-11-03trans-array.c (get_rank, [...]): New functions.Mikael Morin2-7/+46
2011-11-03trans.h (struct gfc_loopinfo): New field parent.Mikael Morin3-0/+36
2011-11-03trans-array.c (gfc_add_loop_ss_code): Skip non-nestedmost ss.Mikael Morin2-3/+39
2011-11-03trans.h (struct gfc_loopinfo): New fields nested and next.Mikael Morin3-0/+25
2011-11-03trans-array.c (gfc_trans_create_temp_array): Loop over the parents.Mikael Morin2-32/+43
2011-11-03trans-array.c (get_array_ref_dim, [...]): Rename the former to the latter and...Mikael Morin2-14/+57
2011-11-03trans.h (struct gfc_ss): New field nested_ss.Mikael Morin3-1/+12
2011-11-03trans-array.c (set_vector_loop_bounds): Loop over the parents.Mikael Morin2-5/+13
2011-11-03trans-array.c (gfc_trans_array_constructor): Loop over the parents.Mikael Morin2-10/+20
2011-11-03trans-array.c (gfc_set_loop_bounds_from_array_spec): Loop over the parents.Mikael Morin2-30/+48
2011-11-03trans.h (struct gfc_ss): New field parent.Mikael Morin4-2/+23
2011-11-03trans-array.h (gfc_trans_create_temp_array): Remove loop argument.Mikael Morin6-25/+33
2011-11-03trans-array.c (gfc_trans_create_temp_array): New variable total_dim.Mikael Morin2-4/+11
2011-11-03trans-array.c (gfc_trans_array_constructor, [...]): Rename the former to the ...Mikael Morin2-2/+11