aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-02-27re PR fortran/47778 (reading two arrays of structures from namelist fails)Jerry DeLisle2-0/+41
2011-02-27 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR libgfortran/47778 * gfortran.dg/namelist_71.f90: New test. From-SVN: r170549
2011-02-27re PR fortran/47778 (reading two arrays of structures from namelist fails)Jerry DeLisle2-0/+17
2011-02-27 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR libgfortran/47778 * io/list_read.c (namelist_read): Intialize the error string buffere. If pprev_nl was used during the previous namelist read and the rank was zero, reset the pointer to NULL for the next namelist read. From-SVN: r170548
2011-02-27re PR middle-end/47903 (var-tracking.c: valgrind error)Jakub Jelinek2-1/+19
PR middle-end/47903 * real.c (real_arithmetic) <case PLUS_EXPR, MINUS_EXPR, MULT_EXPR, RDIV_EXPR>: Clear padding bits in *r first if r isn't op0 nor op1. From-SVN: r170547
2011-02-27re PR c++/47906 (r170459 regresses g++.dg/abi/mangle39.C on *-apple-darwin*)Jason Merrill3-2/+8
PR c++/47906 * g++.dg/abi/mangle39.C: Specify -fabi-version=6. * g++.dg/abi/mangle45.C: Specify -fabi-version=6. From-SVN: r170543
2011-02-27* de.po: Update.Joseph Myers2-202/+120
From-SVN: r170540
2011-02-27re PR fortran/47846 (Deferred-string length: Length is wrong ↵Tobias Burnus2-0/+25
(gfortran.dg/allocate_deferred_char_scalar_1.f03)) 2011-02-27 Tobias Burnus <burnus@net-b.de> PR fortran/47846 * trans-stmt.c (gfc_trans_allocate): Fix allocation with type-spec of deferred-length strings. From-SVN: r170539
2011-02-27re PR c++/46466 ([C++0X] ICE when using constexpr with -fno-elide-constructors)Paolo Carlini2-0/+11
2011-02-27 Paolo Carlini <paolo.carlini@oracle.com> PR c++/46466 * g++.dg/cpp0x/constexpr-ctor8.C: New. From-SVN: r170538
2011-02-27avr.md: Remove magic comment for emacs.Georg-Johann Lay2-1/+4
2011-02-23 Georg-Johann Lay <avr@gjlay.de> * config/avr/avr.md: Remove magic comment for emacs. From-SVN: r170537
2011-02-27re PR target/45261 (Doesn't indicate failure status when it doesn't support ↵Georg-Johann Lay2-4/+49
(attiny2313A)) 2011-02-23 Georg-Johann Lay <avr@gjlay.de> PR target/45261 * config/avr/avr.c (avr_option_override): Use error on bad options. (avr_help): New function. (TARGET_HELP): Define. From-SVN: r170536
2011-02-27re PR fortran/47886 (ICE: OpenMP !$omp task if(omp_get_num_threads() > 0))Jakub Jelinek3-2/+12
PR fortran/47886 * gfortran.dg/gomp/task-1.f90: Removed. * testsuite/libgomp.fortran/task3.f90: New test. From-SVN: r170535
2011-02-27re PR target/42240 (wrong epilogue on naked function)Georg-Johann Lay2-0/+31
2011-02-22 Georg-Johann Lay <avr@gjlay.de> PR target/42240 * config/avr/avr.c (avr_cannot_modify_jumps_p): New function. (TARGET_CANNOT_MODIFY_JUMPS_P): Define. From-SVN: r170534
2011-02-27re PR c++/47904 (ICE with DECL_PARM_INDEX (this) in cp_tree_equal)Jason Merrill5-7/+46
PR c++/47904 * tree.c (cp_tree_equal): Compare DECL_PARM_LEVEL. * pt.c (iterative_hash_template_arg): And hash it. From-SVN: r170533
2011-02-27re PR c++/47897 ([C++0x] static const member variable is not constant ↵Jason Merrill8-45/+82
expression) PR c++/47897 * semantics.c (non_const_var_error): Split out from... (cxx_eval_constant_expression): ...here. (potential_constant_expression_1) [VAR_DECL]: Use it. Allow dependent variables. From-SVN: r170532
2011-02-27* de.po: Update.Joseph Myers2-2171/+2150
From-SVN: r170531
2011-02-27invoke.texi (ARC Options): Use CPU instead of cpu.Gerald Pfeifer2-6/+14
* doc/invoke.texi (ARC Options): Use CPU instead of cpu. (ARM Options): Ditto. (i386 and x86-64 Options): Ditto. (RX Options): Ditto. (SPARC Options): Ditto. From-SVN: r170528
2011-02-27Daily bump.GCC Administrator1-1/+1
From-SVN: r170526
2011-02-26re PR fortran/47886 (ICE: OpenMP !$omp task if(omp_get_num_threads() > 0))Tobias Burnus4-0/+39
2011-02-26 Tobias Burnus <burnus@net-b.de> PR fortran/47886 * openmp.c (gfc_resolve_omp_directive): Resolve if() condition of OpenMP's task. 2011-02-26 Tobias Burnus <burnus@net-b.de> PR fortran/47886 * gfortran.dg/gomp/task-1.f90: New. From-SVN: r170521
2011-02-26config.gcc (i386-*-freebsd*): Make i486 the default arch on FreeBSD 6 and later.Tijl Coosemans2-0/+15
* config.gcc (i386-*-freebsd*): Make i486 the default arch on FreeBSD 6 and later. Generally use cpu generic. From-SVN: r170520
2011-02-26re PR libfortran/47894 (Documentation text for VERIFY intrinsic function is ↵Francois-Xavier Coudert2-5/+11
wrong.) PR fortran/47894 * intrinsic.texi: Fix doc of the VERIFY intrinsic. From-SVN: r170519
2011-02-26re PR libfortran/45165 (unix.c:fallback_access() leaks file descriptors)Francois-Xavier Coudert2-2/+11
PR libfortran/45165 * unix.c (fallback_access): Fix file descriptor leaks. From-SVN: r170517
2011-02-26Implemented encoding property types for new ObjC ABIsNicola Pero2-21/+58
From-SVN: r170516
2011-02-26Fix couple of PR referencesEric Botcazou1-10/+10
From-SVN: r170513
2011-02-26Daily bump.GCC Administrator1-1/+1
From-SVN: r170512
2011-02-25* doc/cpp.texi: Update copyright years.Gerald Pfeifer2-1/+5
From-SVN: r170508
2011-02-25[multiple changes]Sebastien Bourdeauducq4-11/+34
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
2011-02-25acinclude.m4 (LIBGFOR_CHECK_FPSETMASK): Set shell variable tested in ↵Francois-Xavier Coudert3-0/+8
configure.host. * acinclude.m4 (LIBGFOR_CHECK_FPSETMASK): Set shell variable tested in configure.host. * configure: Regenerate. From-SVN: r170500
2011-02-25re PR tree-optimization/45470 (ICE: verify_flow_info failed: BB 2 can not ↵Eric Botcazou3-2/+9
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
2011-02-25neon-thumb2-move.c: Add dg-require-effective-target arm_thumb2_ok.Jie Zhang2-0/+6
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
2011-02-25constant1.C: Specify C++98 mode.Jason Merrill13-10/+34
* 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
2011-02-25parser.c (cp_parser_constant_expression): Set ↵Jason Merrill12-16/+97
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
2011-02-25Change testfile nameBenjamin Kosnik1-1/+1
From-SVN: r170487
2011-02-25required.cc: New.Benjamin Kosnik4-6/+92
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
2011-02-25Daily bump.GCC Administrator1-1/+1
From-SVN: r170485
2011-02-24re PR libfortran/47872 (Alternative syntax for intrinsics should be ↵Tobias Burnus2-7/+22
documented on separate line) 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
2011-02-24libgomp.texi (GOMP_STACKSIZE): Fix @ref to OMP_STACKSIZE.Tobias Burnus2-1/+5
2011-02-24 Tobias Burnus <burnus@net-b.de> * libgomp.texi (GOMP_STACKSIZE): Fix @ref to OMP_STACKSIZE. From-SVN: r170479
2011-02-24PR 47802 Use strftime for CTIME and FDATE intrinsicsJanne Blomqvist7-127/+91
From-SVN: r170478
2011-02-24stormy16.h (PREFERRED_RELOAD_CLASS, [...]): Remove.Anatoly Sokolov4-9/+21
* 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
2011-02-24re PR fortran/47878 (187.facerec miscompares)Jakub Jelinek4-6/+28
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
2011-02-24Don't delete old arguments when lowering varargs.Ian Lance Taylor1-2/+3
From-SVN: r170474
2011-02-24Traverse erroneous send/receive statements.Ian Lance Taylor1-0/+6
From-SVN: r170473
2011-02-24PR 47802 Test for POSIX getpwuid_rJanne Blomqvist5-2/+84
From-SVN: r170471
2011-02-24MAINTAINERS (CPU Port maintainers): Add self.Ramana Radhakrishnan2-0/+5
2011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com> * MAINTAINERS (CPU Port maintainers): Add self. From-SVN: r170470
2011-02-24Don't crash when using receive on erroneous channel.Ian Lance Taylor1-1/+5
From-SVN: r170468
2011-02-24re PR debug/47801 (guality tests have issues with LTO / -fwhole-program)Richard Guenther3-2/+8
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
2011-02-24lto-streamer-in.c (input_bb): Do not find referenced vars in debug statements.Richard Guenther2-2/+7
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
2011-02-24re PR fortran/47839 (ICE in dwarf2out.c:add_AT_specification)Richard Guenther5-5/+39
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
2011-02-24re PR libfortran/47567 (Wrong output for small absolute values with F editing)Jerry DeLisle2-7/+27
2011-02-23 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR libgfortran/47567 * gfortran.dg/fmt_f0_1.f90: Update test. From-SVN: r170461
2011-02-24Set type of array length expressions.Ian Lance Taylor1-24/+16
From-SVN: r170460
2011-02-23cp-tree.h (DECL_PARM_LEVEL): New.Jason Merrill15-28/+148
* 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
2011-02-24re PR libfortran/47567 (Wrong output for small absolute values with F editing)Jerry DeLisle2-19/+6
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