- 26 Feb, 2011 4 commits
-
-
PR libfortran/45165 * unix.c (fallback_access): Fix file descriptor leaks. From-SVN: r170517
Francois-Xavier Coudert committed -
From-SVN: r170516
Nicola Pero committed -
From-SVN: r170513
Eric Botcazou committed -
From-SVN: r170512
GCC Administrator committed
-
- 25 Feb, 2011 10 commits
-
-
From-SVN: r170508
Gerald Pfeifer committed -
2011-02-25 Sebastien Bourdeauducq <sebastien@milkymist.org> PR gcc/46898 * config/lm32/lm32.md (ashrsi3): Added needed variable. 2011-02-25 Jon Beniston <jon@beniston.com> PR gcc/46898 * config/lm32/lm32.h (INCOMING_RETURN_ADDR_RTX): New. * config/lm32/lm32.md (ashlsi3): Remove unused variable. * config/lm32/lm32.c (TARGET_EXCEPT_UNWIND_INFO): New. (lm32_block_move_inline): Add type cast to remove warning. (lm32_expand_prologue): Generate fp in a way compatible with dwarf2out. (gen_int_relational): Move declarations to start of function. From-SVN: r170502
Sebastien Bourdeauducq committed -
* acinclude.m4 (LIBGFOR_CHECK_FPSETMASK): Set shell variable tested in configure.host. * configure: Regenerate. From-SVN: r170500
Francois-Xavier Coudert committed -
re PR tree-optimization/45470 (ICE: verify_flow_info failed: BB 2 can not throw but has an EH edge with -ftree-vectorize -fnon-call-exceptions) PR tree-optimization/45470 * tree-vect-data-refs.c (vect_analyze_data_refs): Fail if a statement can throw internally only. * tree-vect-stmts.c (vectorizable_call): Likewise. From-SVN: r170492
Eric Botcazou committed -
2011-02-25 Jie Zhang <jie@codesourcery.com> gcc/testsuite/ * gcc.target/arm/neon-thumb2-move.c: Add dg-require-effective-target arm_thumb2_ok. From-SVN: r170490
Jie Zhang committed -
* g++.dg/parse/constant1.C: Specify C++98 mode. * g++.dg/parse/constant5.C: Likewise. * g++.dg/parse/error2.C: Likewise. * g++.dg/parse/semicolon3.C: Likewise. * g++.dg/template/crash14.C: Likewise. * g++.dg/template/local4.C: Likewise. * g++.dg/template/nontype3.C: Likewise. * g++.dg/parse/crash31.C: Adjust expected errors. * g++.dg/template/function1.C: Likewise. * g++.dg/template/ref3.C: Likewise. * g++.dg/template/static9.C: Likewise. * g++.old-deja/g++.pt/crash41.C: Instantiate template. From-SVN: r170489
Jason Merrill committed -
parser.c (cp_parser_constant_expression): Set non_integral_constant_expression correctly for C++0x too. * parser.c (cp_parser_constant_expression): Set non_integral_constant_expression correctly for C++0x too. (cp_parser_static_assert): Allow non-constant expression. (cp_parser_direct_declarator): Expect non_constant_p to be set properly for C++0x. * pt.c (value_dependent_expression_p): Handle TYPEID_EXPR. * semantics.c (maybe_constant_value): Check type_unknown_p too. (potential_rvalue_constant_expression): New. (require_potential_rvalue_constant_expression): New. From-SVN: r170488
Jason Merrill committed -
From-SVN: r170487
Benjamin Kosnik committed -
2011-02-24 Benjamin Kosnik <bkoz@redhat.com> * testsuite/18_support/type_info/required.cc: New. * testsuite/Makefile.am: Make clean fixups. * testsuite/Makefile.in: Regenerate. From-SVN: r170486
Benjamin Kosnik committed -
From-SVN: r170485
GCC Administrator committed
-
- 24 Feb, 2011 25 commits
-
-
2011-02-24 Tobias Burnus <burnus@net-b.de> PR fortran/47872 * intrinsic.texi (ALLOCATED, ATAN, BESSEL_JN, BESSEL_YN): Add multitable for linebreak between different syntax variants. From-SVN: r170480
Tobias Burnus committed -
2011-02-24 Tobias Burnus <burnus@net-b.de> * libgomp.texi (GOMP_STACKSIZE): Fix @ref to OMP_STACKSIZE. From-SVN: r170479
Tobias Burnus committed -
From-SVN: r170478
Janne Blomqvist committed -
* config/stormy16/stormy16.h (PREFERRED_RELOAD_CLASS, PREFERRED_OUTPUT_RELOAD_CLASS): Remove. * config/stormy16/stormy16-protos.h (xstormy16_preferred_reload_class): Remove. * config/stormy16/stormy16.c (xstormy16_preferred_reload_class): Make static. Change 'rclass' argument and return type to reg_class_t. (TARGET_PREFERRED_RELOAD_CLASS, TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define. From-SVN: r170477
Anatoly Sokolov committed -
PR fortran/47878 * io/transfer.c (read_sf): Call fbuf_getptr only at the end, and subtract n, dtp->u.p.sf_seen_eor and seen_comma from it. * gfortran.dg/pr47878.f90: New test. From-SVN: r170476
Jakub Jelinek committed -
From-SVN: r170474
Ian Lance Taylor committed -
From-SVN: r170473
Ian Lance Taylor committed -
From-SVN: r170471
Janne Blomqvist committed -
2011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com> * MAINTAINERS (CPU Port maintainers): Add self. From-SVN: r170470
Ramana Radhakrishnan committed -
From-SVN: r170468
Ian Lance Taylor committed -
2011-02-24 Richard Guenther <rguenther@suse.de> PR testsuite/47801 * gcc.dg/guality/pr41353-1.c (vari): Mark as used. * gcc.dg/guality/pr41353-2.c (vari): Likewise. From-SVN: r170467
Richard Guenther committed -
2011-02-24 Richard Guenther <rguenther@suse.de> * lto-streamer-in.c (input_bb): Do not find referenced vars in debug statements. From-SVN: r170465
Richard Guenther committed -
2011-02-24 Richard Guenther <rguenther@suse.de> PR fortran/47839 * f95-lang.c (pushdecl): For externs in non-global scope push a copy of the decl into the BLOCK. * gfortran.dg/lto/pr47839_0.f90: New testcase. * gfortran.dg/lto/pr47839_1.f90: Likewise. From-SVN: r170463
Richard Guenther committed -
2011-02-23 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR libgfortran/47567 * gfortran.dg/fmt_f0_1.f90: Update test. From-SVN: r170461
Jerry DeLisle committed -
From-SVN: r170460
Ian Lance Taylor committed -
* cp-tree.h (DECL_PARM_LEVEL): New. (struct lang_decl_parm): Add level field. * name-lookup.c (function_parm_depth): New fn. * name-lookup.h: Declare it. * parser.c (cp_parser_parameter_declaration_list): Use it. * mangle.c (struct globals): Add parm_depth field. (write_bare_function_type): Adjust it. (write_expression): Include the level delta in PARM_DECL mangling for abi >= 6. * semantics.c (finish_decltype_type): Remove shortcut for decltype of id-expression. * mangle.c (write_type) [DECLTYPE_TYPE]: Strip it here for abi < 6. From-SVN: r170459
Jason Merrill committed -
2011-02-23 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR libgfortran/47567 * io/write_float.def (output_float): Remove special case handling of zero with width 1. From-SVN: r170458
Jerry DeLisle committed -
From-SVN: r170457
Ian Lance Taylor committed -
From-SVN: r170456
Ian Lance Taylor committed -
From-SVN: r170455
Ian Lance Taylor committed -
From-SVN: r170454
Ian Lance Taylor committed -
From-SVN: r170453
Ian Lance Taylor committed -
From-SVN: r170452
Ian Lance Taylor committed -
From-SVN: r170451
Ian Lance Taylor committed -
From-SVN: r170449
GCC Administrator committed
-
- 23 Feb, 2011 1 commit
-
-
2011-02-23 Mikael Morin <mikael@gcc.gnu.org> PR fortran/40850 * trans.c (gfc_prepend_expr_to_block): New function. * trans.h (gfc_prepend_expr_to_block): Declare. * trans-array.c (gfc_conv_array_parameter): Replace gfc_add_expr_to_block with gfc_prepend_expr_to_block. 2011-02-23 Mikael Morin <mikael@gcc.gnu.org> PR fortran/40850 * gfortran.dg/nested_allocatables_1.f90: New. From-SVN: r170445
Mikael Morin committed
-