- 02 Jan, 2009 6 commits
-
-
2009-01-02 David Ayers <ayers@fsfe.org> * MAINTAINERS: Update e-mail address. From-SVN: r143009
David Ayers committed -
gcc/testsuite/ * gcc.dg/fixed-point/composite-type.c: Update wording of messages. Allow extra informative notes. From-SVN: r143008
Richard Sandiford committed -
2009-01-02 Richard Guenther <rguenther@suse.de> * doc/install.texi (--enable-checking): Mention different default for stage1. (--enable-stage1-checking): Document. From-SVN: r143007
Richard Guenther committed -
From-SVN: r143006
Andrew Pinski committed -
From-SVN: r143004
GCC Administrator committed -
2009-01-01 Andrew Pinski <pinskia@gmail.com> PR middle-end/30142 * tree-cfg.c (verify_expr): Add INDIRECT_REF case. Change MODIFY_EXPR case to be an error. From-SVN: r143001
Andrew Pinski committed
-
- 01 Jan, 2009 4 commits
-
-
* config/fp-bit.h (pack_d): Constify argument. * config/fp-bit.c (makenan): Constify return type. Remove casts. (isnan): Constify argument. (isinf): Likewise. (iszero): Likewise. (pack_d): Likewise. (_fpadd_parts): Constify return type. (_fpmul_parts): Likewise. (_fpdiv_parts): Likewise. From-SVN: r142999
Ben Elliston committed -
re PR c/36489 (Warning "initialized field overwritten" wrongly triggers with multidimensional arrays) PR c/36489 * c-typeck.c (add_pending_init): Add IMPLICIT argument. Only warn about overwriting initializer with side-effects or -Woverride-init if !IMPLICIT. (output_init_element): Likewise. Pass IMPLICIT down to add_pending_init. (process_init_element): Add IMPLICIT argument. Pass it down to output_init_element. (push_init_element, pop_init_level, set_designator): Adjust process_init_element callers. (set_nonincremental_init, set_nonincremental_init_from_string): Adjust add_pending_init callers. (output_pending_init_elements): Adjust output_init_element callers. * c-tree.h (process_init_element): Adjust prototype. * c-parser.c (c_parser_initelt, c_parser_initval): Adjust process_init_element callers. * gcc.dg/pr36489.c: New test. From-SVN: r142998
Jakub Jelinek committed -
2009-01-01 Paolo Carlini <paolo.carlini@oracle.com> PR libstdc++/38678 * include/std/istream (basic_istream<>::_M_read): New. * include/bits/istream.tcc (basic_istream<>::_M_read): Define. (basic_istream<>::read, basic_istream<>::readsome): Use it. * include/std/ostream (basic_ostream<>::_M_write_): New. (basic_ostream<>::_M_write): Adjust. * include/bits/ostream.tcc (basic_ostream<>::_M_write_): Define. * testsuite/27_io/basic_istream/read/char/38678.cc: New. * testsuite/27_io/basic_istream/read/wchar_t/38678.cc: Likewise. * testsuite/27_io/basic_ostream/write/char/38678.cc: Likewise. * testsuite/27_io/basic_ostream/write/wchar_t/38678.cc: Likewise. From-SVN: r142994
Paolo Carlini committed -
From-SVN: r142992
GCC Administrator committed
-
- 31 Dec, 2008 6 commits
-
-
2009-01-01 Andreas Tobler <a.tobler@schweiz.org> * inclhack.def (openbsd_null_definition): Redefine NULL to (void *)0 in case of C. * fixincl.x: Regenerate. From-SVN: r142989
Andreas Tobler committed -
* sched-deps.c (sched_analyze_2) [UNSPEC_VOLATILE]: Flush pending memory loads and stores. From-SVN: r142983
Uros Bizjak committed -
gcc/fortran: 2008-12-31 Daniel Franke <franke.daniel@gmail.com> * check.c (dim_rank_check): Fixed checking of dimension argument if array is of type EXPR_ARRAY. gcc/testsuite: 2008-12-31 Daniel Franke <franke.daniel@gmail.com> * gfortran.dg/mapping_2.f90: Fixed testcase. From-SVN: r142981
Daniel Franke committed -
re PR target/35460 (undefined reference to `__builtin_stdarg_start' when compiling 2/29 snapshot on OpenBSD) 2008-12-31 Andreas Tobler <a.tobler@schweiz.org> PR target/35460 * inclhack.def (openbsd_va_start): Use __builtin_va_start for OpenBSD. * fixincl.x: Regenerate. From-SVN: r142980
Andreas Tobler committed -
PR c++/38647 * parser.c (cp_parser_primary_expression) <case RID_FUNCTION_NAME>: Return error_mark_node if cp_parser_non_integral_constant_expression returns true. * g++.dg/template/function1.C: New test. From-SVN: r142978
Jakub Jelinek committed -
From-SVN: r142976
GCC Administrator committed
-
- 30 Dec, 2008 13 commits
-
-
PR c++/38640 * semantics.c (finish_decltype_type): Handle TEMPLATE_PARM_INDEX. * g++.dg/cpp0x/decltype15.C: New test. From-SVN: r142973
Jakub Jelinek committed -
PR middle-end/38505 * tree-ssa-ccp.c (may_propagate_address_into_dereference): Return false if ADDR's operand has incomplete type. Revert: 2008-12-15 Jakub Jelinek <jakub@redhat.com> PR middle-end/38505 * tree-ssa.c (useless_type_conversion_p_1): Return false if inner_type is incomplete and outer_type is complete. From-SVN: r142972
Jakub Jelinek committed -
PR middle-end/38676 * gimplify.c (gimple_regimplify_operands): For GIMPLE_SWITCH only regimplify switch index. * gcc.dg/gomp/pr38676.c: New test. From-SVN: r142970
Jakub Jelinek committed -
2008-12-30 Richard Guenther <rguenther@suse.de> PR tree-optimization/38645 * tree-ssa-ccp.c (fold_gimple_assign): Use the correct pointer type. * tree-ssa-dom.c (cprop_operand): Simplify. Do not propagate volatileness changing operands. * gcc.dg/pr38645.c: New testcase. From-SVN: r142967
Richard Guenther committed -
tree-cfg.c (verify_eh_throw_stmt_node): Return nonzero, to visit all EH statement and fix EH checking. * tree-cfg.c (verify_eh_throw_stmt_node): Return nonzero, to visit all EH statement and fix EH checking. From-SVN: r142966
Steven Bosscher committed -
2008-12-31 Seongbae Park <seongbae.park@gmail.com> Revert: 2008-12-29 Seongbae Park <seongbae.park@gmail.com> * tree-profile.c (tree_init_ic_make_global_vars): Make static variables TLS. From-SVN: r142965
Seongbae Park committed -
re PR tree-optimization/38661 (ICE: vector VEC(constructor_elt,base) push domain error, in build_constructors at tree-switch-conversion.c:450) 2008-12-30 Andrew Pinski <pinskia@gmail.com> PR middle-end/38661 * tree-switch-conversion.c (build_constructors): Test for wrapping of pos case. 2008-12-30 Andrew Pinski <pinskia@gmail.com> PR middle-end/38661 * gcc.c-torture/compile/pr38661.c: New testcase. * gcc.c-torture/compile/pr38661-1.c: New testcase. From-SVN: r142964
Andrew Pinski committed -
PR middle-end/38584 * ipa-inline.c (compute_inline_parameters): When not optimizing, don't compute the inline parameters, just set them to 0 instead. From-SVN: r142963
Steven Bosscher committed -
2008-12-30 Paolo Bonzini <bonzini@gnu.org> PR tree-optimization/38572 * tree-vrp.c (vrp_visit_phi_node): Look out for invalid ranges and change them to VARYING. From-SVN: r142962
Paolo Bonzini committed -
2008-12-30 Richard Guenther <rguenther@suse.de> PR middle-end/38564 * fold-const.c (fold_comparison): Use the correct result type. * gcc.c-torture/compile/pr38564.c: New testcase. From-SVN: r142961
Richard Guenther committed -
From-SVN: r142960
Gerald Pfeifer committed -
PR tree-optimization/38529 * tree-vect-transform (vect_transform_stmt): Handle inner-loop stmts whose DEF is used in the loop-nest that is being vectorized, but outside the immediately enclosing loop. Co-Authored-By: Ira Rosen <irar@il.ibm.com> From-SVN: r142959
Dorit Nuzman committed -
From-SVN: r142957
GCC Administrator committed
-
- 29 Dec, 2008 10 commits
-
-
2008-12-29 Seongbae Park <seongbae.park@gmail.com> * tree-profile.c (tree_init_ic_make_global_vars): Make static variables TLS. From-SVN: r142953
Seongbae Park committed -
PR fortran/31832 * acinclude.m4 (LIBGFOR_CHECK_FOR_BROKEN_POWF): New autoconf check for broken powf. * configure.ac (LIBGFOR_CHECK_FOR_BROKEN_POWF): Use it. * intrinsics/c99_functions.c: Use internal powf implementation if HAVE_BROKEN_POWF is defined. * configure: Rebuilt. * config.h.in: Rebuilt. From-SVN: r142952
John David Anglin committed -
PR c++/38635 * parser.c (cp_parser_condition): Use cp_parser_require instead of cp_lexer_consume_token to consume =. * g++.dg/parse/cond4.C: New test. From-SVN: r142951
Jakub Jelinek committed -
PR c++/36191 * tree-complex.c (expand_complex_libcall): Call maybe_clean_or_replace_eh_stmt and gimple_purge_dead_eh_edges instead of passing true as 3rd argument to gsi_replace. * g++.dg/torture/pr36191.C: New test. From-SVN: r142950
Jakub Jelinek committed -
PR middle-end/38652 * dse.c: Include target.h. * Makefile.in (dse.o): Depend on $(TARGET_H). From-SVN: r142949
Uros Bizjak committed -
* gcc.c-torture/execute/builtins/fprintf.x: Disable test for freestanding targets. * gcc.c-torture/execute/pr37573.x: Disable test for 16-bit targets. * gcc.c-torture/execute/20081117-1.x: Disable test for 16-bit targets. * gcc.c-torture/compile/limits-stringlit.c: Disable test for picochip. * gcc.dg/array-quals-1.c: Disable test for picochip. * lib/target-supports.exp: Add support for freestanding ports and disable picochip for profiling tests. From-SVN: r142948
Hariharan Sandanagobalane committed -
PR driver/38381 * gcc.c (process_command): Accept also -b with configuration name in the next argument. * doc/invoke.texi (-b): Document that no hyphen is required if configuration name is in the next argument after -b. From-SVN: r142947
Jakub Jelinek committed -
PR c++/38637 * decl.c (start_enum): If enumtype is error_mark_node, exit early. * g++.dg/cpp0x/enum2.C: New test. From-SVN: r142946
Jakub Jelinek committed -
2008-12-28 Andrew Pinski <pinskia@gmail.com> PR libobjc/36610 * objc/execute/forward-1.m: New test. From-SVN: r142945
Andrew Pinski committed -
From-SVN: r142943
GCC Administrator committed
-
- 28 Dec, 2008 1 commit
-
-
PR c++/38650 * semantics.c (finish_omp_for): Don't add CLEANUP_POINT_EXPR around volatile iteration var in condition and/or increment expression. * testsuite/libgomp.c/pr38650.c: New test. * testsuite/libgomp.c++/pr38650.C: New test. From-SVN: r142940
Jakub Jelinek committed
-