- 10 Feb, 2010 6 commits
-
-
2010-02-10 Shujing Zhao <pearly.zhao@oracle.com> * Make-lang.in (cp/cvt.o, cp/parser.o, cp/search.o): Depend on intl.h. * cvt.c (warn_ref_binding): Wrap the messages into G_() for easy translation. * parser.c (cp_parser_postfix_expression, cp_parser_new_type_id) (cp_parser_cast_expression, cp_parser_condition, cp_parser_decltype) (cp_parser_parameter_declaration) (cp_parser_exception_specification_opt) (cp_parser_exception_declaration): Likewise. * pt.c (check_default_tmpl_args): Likewise. * search.c (lookup_field_r): Likewise. From-SVN: r156645
Shujing Zhao committed -
2010-02-09 Benjamin Kosnik <bkoz@redhat.com> * include/std/streambuf: Adjust doxygen group markup. * include/std/functional: Same. * include/ext/vstring.h: Same. * include/ext/pb_ds/assoc_container.hpp: Same. * include/ext/stdio_filebuf.h: Same. * include/ext/stdio_sync_filebuf.h: Same. * include/bits/localefwd.h: Same. * include/bits/functional_hash.h: Same. * include/bits/locale_classes.h: Same. * include/bits/locale_facets.h: Same. * include/bits/ios_base.h: Same. * include/bits/codecvt.h: Same. * include/bits/locale_facets_nonio.h: Same. * testsuite/27_io/ios_base/cons/assign_neg.cc: Adjust line numbers. * testsuite/27_io/ios_base/cons/copy_neg.cc: Same. From-SVN: r156644
Benjamin Kosnik committed -
re PR fortran/42999 (bogus error: Parameter 'i' at (1) has not been declared or is a variable, which does not reduce to a constant expression) 2010-02-09 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR fortran/42999 * gfortran.dg/array_constructor_35.f90: New test. From-SVN: r156643
Jerry DeLisle committed -
re PR fortran/42999 (bogus error: Parameter 'i' at (1) has not been declared or is a variable, which does not reduce to a constant expression) 2010-02-09 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR fortran/42999 * array.c (gfc_constant_ac): Do not prevent expansion of constructors with iterators. From-SVN: r156642
Jerry DeLisle committed -
re PR middle-end/42973 (IRA apparently systematically making reload too busy on 2 address instructions with 3 operands) 2010-02-09 Vladimir Makarov <vmakarov@redhat.com> PR middle-end/42973 * ira-conflicts.c (get_dup): Remove. (process_reg_shuffles): Add new parameter. Use it as an additional guard for copy generation. (add_insn_allocno_copies): Rewrite. From-SVN: r156641
Vladimir Makarov committed -
From-SVN: r156640
GCC Administrator committed
-
- 09 Feb, 2010 15 commits
-
-
* gcc.dg/tree-ssa/inline-4.c: Bind pic locally. From-SVN: r156636
Kaveh R. Ghazi committed -
re PR c++/42399 ([c++0x] assigning lambda causes segfault from null dereference at libiberty/splay-tree.c:148) PR c++/42399 * pt.c (tsubst_copy_and_build): Propagate LAMBDA_EXPR_LOCATION. From-SVN: r156635
Jason Merrill committed -
re PR c++/42370 ([C++0x][lambda] in a void function: "Warning: control reaches end of non-void function") PR c++/42370 * decl2.c (change_return_type): New fn. * semantics.c (apply_lambda_return_type): Use it. * cp-tree.h: Declare it. From-SVN: r156634
Jason Merrill committed -
From-SVN: r156632
Jakub Jelinek committed -
2010-02-09 Paul Thomas <pault@gcc.gnu.org> PR fortran/41869 * module.c (fix_mio_expr): Fix for private generic procedures. 2010-02-09 Tobias Burnus <burnus@net-b.de> PR fortran/41869 * gfortran.dg/module_write_1.f90: New test. From-SVN: r156631
Tobias Burnus committed -
2010-02-09 Tobias Burnus <burnus@net-b.de> PR fortran/42996 * intrinsics/args.c (get_command_argument_i4): Always return commandline-argument length for length parameter. From-SVN: r156630
Tobias Burnus committed -
2010-02-09 Alexander Monakov <amonakov@ispras.ru> gcc/ChangeLog: * common.opt (fsched2-use-traces): Preserved for backward compatibility. * doc/invoke.texi: Remove the documentation about option -fsched2-use-traces. * sched-rgn.c (rest_of_handle_sched2): Remove usage of flag_sched2_use_traces. * opts.c (common_handle_option): Add OPT_fsched2_use_traces to the backward compatibility flag section. gcc/testsuite/ChangeLog: * gcc.dg/pr19340.c: Adjust. From-SVN: r156629
Alexander Monakov committed -
2010-02-09 Richard Guenther <rguenther@suse.de> PR tree-optimization/43008 * tree-ssa-structalias.c (handle_lhs_call): Pass in the fndecl, make HEAP variables initialized from global memory if they are not known builtin functions. (find_func_aliases): Adjust. * gcc.c-torture/execute/pr43008.c: New testcase. From-SVN: r156628
Richard Guenther committed -
From-SVN: r156622
Joseph Myers committed -
2010-02-09 Richard Guenther <rguenther@suse.de> PR tree-optimization/43000 * tree-vrp.c (vrp_int_const_binop): Only handle unsigned arithmetic manually. * gcc.dg/torture/pr43000.c: New testcase. * gcc.dg/torture/pr43002.c: Likewise. From-SVN: r156621
Richard Guenther committed -
2010-02-09 Daniel Kraft <d@domob.eu> PR fortran/39171 * resolve.c (resolve_charlen): Change warning about negative CHARACTER length to be correct and issue only with -Wsurprising. * invoke.texi (Wsurprising): Mention this new warning that is turned on by -Wsurprising. 2010-02-09 Daniel Kraft <d@domob.eu> PR fortran/39171 * gfortran.dg/char_length_2.f90: Change warning expectations accordingly and pass -Wsurprising as necessary. From-SVN: r156620
Daniel Kraft committed -
2010-02-09 Daniel Kraft <d@domob.eu> PR fortran/41507 * intrinsic.texi (MAXVAL): Remove wrong claim that array argument can be CHARACTER type. (MINVAL), (MAXLOC), (MINLOC): Ditto. From-SVN: r156618
Daniel Kraft committed -
2010-02-08 Benjamin Kosnik <bkoz@redhat.com> PR libstdc++/42460 * include/tr1_impl/regex: Fix quoting issues in doxygen markup. * include/bits/random.h: Fix multi-line doxygen function markup. 2010-02-08 Matthias Klose <doko@debian.org> PR libstdc++/42460 * include/std/istream: Fix '\' quoting in doxygen markup. From-SVN: r156617
Benjamin Kosnik committed -
From-SVN: r156616
Mike Stump committed -
From-SVN: r156615
GCC Administrator committed
-
- 08 Feb, 2010 10 commits
-
-
2010-02-08 Andrew Pinski <pinskia@gmail.com> * MAINTAINERS (spu port): Update my email address. From-SVN: r156611
Andrew Pinski committed -
random.tcc (uniform_int_distribution<>:: operator()(_UniformRandomNumberGenerator&, const param_type&)): Use make_unsigned instead of __add_unsigned and conditional instead of... 2010-02-08 Ed Smith-Rowland <3dw4rd@verizon.net> * include/bits/random.tcc (uniform_int_distribution<>:: operator()(_UniformRandomNumberGenerator&, const param_type&)): Use make_unsigned instead of __add_unsigned and conditional instead of __conditional_type. * include/std/random: Do not include <ext/type_traits.h> and <ext/numeric_traits.h>. From-SVN: r156608
Ed Smith-Rowland committed -
PR tree-optimization/42890 * g++.dg/torture/pr42890.C: New test. From-SVN: r156604
Jakub Jelinek committed -
re PR tree-optimization/42931 (-ftree-loop-linear - valgrind warns about using uninitialized variable) PR tree-optimization/42931 * tree-loop-linear.c (try_interchange_loops): Don't call double_int_mul if estimated_loop_iterations failed. From-SVN: r156602
Jakub Jelinek committed -
2010-02-08 Martin Jambor <mjambor@suse.cz> PR middle-end/42898 * tree-sra.c (build_accesses_from_assign): Do not mark in should_scalarize_away_bitmap if stmt has volatile ops. (sra_modify_assign): Do not process assigns piecemeal if if stmt has volatile ops. From-SVN: r156599
Martin Jambor committed -
2010-02-08 Richard Guenther <rguenther@suse.de> PR middle-end/42995 * gcc.dg/tree-ssa/inline-4.c: New testcase. From-SVN: r156598
Richard Guenther committed -
From-SVN: r156595
Joern Rennecke committed -
* config/mips/mips.md (*<optab>_trunc<mode>_exts): Fix comment before the pattern. From-SVN: r156594
Adam Nemet committed -
From-SVN: r156593
Jie Zhang committed -
From-SVN: r156592
GCC Administrator committed
-
- 07 Feb, 2010 9 commits
-
-
2010-02-07 Andrew Pinski <pinskia@gmail.com> PR middle-end/42946 * df-core.c (df_finish_pass): Change type of saved_flags to int. From-SVN: r156589
Andrew Pinski committed -
From-SVN: r156588
Joseph Myers committed -
From-SVN: r156585
Sebastian Pop committed -
2010-02-07 Sebastian Pop <sebastian.pop@amd.com> * gcc.dg/graphite/block-0.c: Call abort for runtime test. Always return 0 from main. * gcc.dg/graphite/block-1.c: Same. * gcc.dg/graphite/block-3.c: Same. * gcc.dg/graphite/block-4.c: Same. * gcc.dg/graphite/block-5.c: Same. * gcc.dg/graphite/block-6.c: Same. * gcc.dg/graphite/block-7.c: Same. * gcc.dg/graphite/interchange-0.c: Same. * gcc.dg/graphite/interchange-1.c: Same. * gcc.dg/graphite/interchange-10.c: Same. * gcc.dg/graphite/interchange-11.c: Same. * gcc.dg/graphite/interchange-12.c: Same. * gcc.dg/graphite/interchange-2.c: Same. * gcc.dg/graphite/interchange-3.c: Same. * gcc.dg/graphite/interchange-4.c: Same. * gcc.dg/graphite/interchange-5.c: Same. * gcc.dg/graphite/interchange-6.c: Same. * gcc.dg/graphite/interchange-7.c: Same. * gcc.dg/graphite/interchange-8.c: Same. * gcc.dg/graphite/interchange-9.c: Same. * gcc.dg/graphite/interchange-mvt.c: Same. From-SVN: r156584
Sebastian Pop committed -
2010-02-07 Sebastian Pop <sebastian.pop@amd.com> * gfortran.dg/graphite/id-19.f: New. * gfortran.dg/graphite/pr14741.f90: New. * gfortran.dg/graphite/pr41924.f90: New. * gfortran.dg/graphite/run-id-2.f90: New. From-SVN: r156583
Sebastian Pop committed -
2010-02-07 Sebastian Pop <sebastian.pop@amd.com> PR middle-end/42988 * graphite-dependences.c (dependence_polyhedron): Set PDDR_KIND to unknown_dependence. (graphite_legal_transform_dr): Handle the unknown_dependence. (graphite_carried_dependence_level_k): Same. * testsuite/libgomp.graphite/force-parallel-5.c: Un-XFAILed. * testsuite/libgomp.graphite/pr41118.c: Renamed from pr4118. From-SVN: r156582
Sebastian Pop committed -
2010-02-07 Sebastian Pop <sebastian.pop@amd.com> * ChangeLog.graphite: Remove testsuite/ or gcc/testsuite/. From-SVN: r156581
Sebastian Pop committed -
2010-02-07 Paolo Carlini <paolo.carlini@oracle.com> PR libstdc++/16896 * include/bits/stl_list.h (_List_node_base::transfer): Rename to _M_transfer. (_List_node_base::reverse): Rename to _M_reverse. (_List_node_base::hook): Rename to _M_hook. (_List_node_base::unhook): Rename to _M_unhook; adjust callers. * include/bits/list.tcc: Adjust callers. * src/list.cc: Adjust. * src/compatibility.cc: Likewise. * src/compatibility-list.cc: New. * src/compatibility-debug_list.cc: Likewise. * src/compatibility-parallel_list.cc: Likewise. * src/Makefile.am: Add. * src/Makefile.in: Regenerate. * config/abi/pre/gnu.ver: Export _M_* symbols. * src/hash.cc: Rename to hash-aux.cc. * src/compatibility-ldbl.cc: Adjust. * src/compatibility-c++0x.cc: Likewise. * src/hash_tr1.cc: Likewise. * src/hashtable.cc: Rename to hashtable-aux.cc. * src/hashtable_c++0x.cc: Adjust. * src/hashtable_tr1.cc: Likewise. * src/limits_c++0x.cc: Fold... * src/limits.cc... here. From-SVN: r156578
Paolo Carlini committed -
From-SVN: r156577
Joseph Myers committed
-