Skip to content
Snippets Groups Projects
  1. Feb 12, 2011
  2. Feb 11, 2011
    • Eric Botcazou's avatar
      re PR tree-optimization/47420 (ICE in calc_dfs_tree during RESX lowering) · 1da7d8c0
      Eric Botcazou authored
      	PR tree-optimization/47420
      	* ipa-split.c (visit_bb): Punt on any kind of GIMPLE_RESX.
      
      From-SVN: r170061
      1da7d8c0
    • Tobias Burnus's avatar
      re PR fortran/47550 (PURE with VALUE and w/o INTENT: add gfc_notify_std (GFC_STD_F2008 ?) · a26e8df4
      Tobias Burnus authored
      2011-02-11  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/47550
              * resolve.c (resolve_formal_arglist): PURE with VALUE
              and no INTENT: Add -std= diagnostics.
      
      2011-02-11  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/47550
              * gfortran.dg/pure_formal_2.f90: New.
      
      From-SVN: r170060
      a26e8df4
    • Pat Haugen's avatar
      re PR rtl-optimization/47614 (cpu2000 benchmark 301.apsi fails with revision 169782) · 3f82421f
      Pat Haugen authored
      	PR rtl-optimization/47614
      	* rtl.h (check_for_inc_dec): Declare.
      	* dse.c (check_for_inc_dec): Externalize...
      	* postreload.c (reload_cse_simplify): ...use it before deleting stmt.
      	(reload_cse_simplify_operands): Don't simplify opnds with side effects.
      
      	* testsuite/gfortran.dg/pr47614.f: New.
      
      From-SVN: r170059
      3f82421f
    • Ralf Wildenhues's avatar
      Fix typo in toplevel configure.ac: PPL error message. · f33d8408
      Ralf Wildenhues authored
      /:
      	* configure.ac: Remove extra bracket.
      	* configure: Regenerate.
      
      From-SVN: r170058
      f33d8408
    • Joseph Myers's avatar
      re PR driver/47678 (missing error message for -I) · 4df47bca
      Joseph Myers authored
      	PR driver/47678
      	* gcc.c (main): Do not compile inputs if there were errors in
      	option handling.
      	* opts-common.c (read_cmdline_option): Check for wrong language
      	after other error checks.
      
      testsuite:
      	* gcc.dg/opts-6.c: New test.
      
      From-SVN: r170056
      4df47bca
    • Dodji Seketeli's avatar
      Revert "Fix PR c++/47172" · 1c31ca71
      Dodji Seketeli authored
      gcc/cp/
      
      	* pt.c (finish_call_expr, dependent_type_p)
      	(type_dependent_expression_p): Revert the previous attempt to fix
      	PR c++/47172.
      
      gcc/testsuite/
      
          	* g++.dg/template/inherit6.C: Reverted.
      
      From-SVN: r170055
      1c31ca71
    • Nathan Froyd's avatar
      cgraph.c: Fix comment typos. · 61502ca8
      Nathan Froyd authored
      	* cgraph.c: Fix comment typos.
      	* cgraph.h: Likewise.
      	* cgraphunit.c: Likewise.
      	* ipa-cp.c: Likewise.
      	* ipa-inline.c: Likewise.
      	* ipa-prop.c: Likewise.
      	* ipa-pure-const.c: Likewise.
      	* ipa-ref.c: Likewise.
      	* ipa-reference.c: Likewise.
      
      From-SVN: r170052
      61502ca8
    • Jakub Jelinek's avatar
      re PR debug/47684 (-fcompare-debug failure with -O3) · d50c5e0c
      Jakub Jelinek authored
      	PR debug/47684
      	* tree-predcom.c (single_nonlooparound_use): Ignore debug uses.
      
      	* gcc.dg/pr47684.c: New test.
      
      From-SVN: r170051
      d50c5e0c
    • Jakub Jelinek's avatar
      re PR target/47665 (ICE in trunc_int_for_mode) · b63f974e
      Jakub Jelinek authored
      	PR target/47665
      	* combine.c (make_compound_operation): Only change shifts into
      	multiplication for SCALAR_INT_MODE_P.
      
      	* gcc.target/i386/pr47665.c: New test.
      
      From-SVN: r170050
      b63f974e
    • Rainer Orth's avatar
      re PR target/47629 (gcc.target/i386/pr47312.c fails to link on Solaris 9) · 84b44e0f
      Rainer Orth authored
      	PR target/47629
      	* gcc.target/i386/pr47312.c: Use dg-require-effective-target
      	c99_runtime, dg-add-options c99_runtime.
      	(main): Use __asm__.
      
      From-SVN: r170049
      84b44e0f
    • Rainer Orth's avatar
      Added forgotten ChangeLog entry. · 10968227
      Rainer Orth authored
      From-SVN: r170048
      10968227
    • Johannes Singler's avatar
      re PR libstdc++/47433 (libstdc++ parallel mode calls std::swap explicitely) · 0ad84c3f
      Johannes Singler authored
      2011-02-11  Johannes Singler  <singler@kit.edu>
      
              PR libstdc++/47433
              * include/parallel/losertree.h
              (_LoserTreeUnguarded<>::__delete_min_insert):
              Add missing "using std::swap;", as for other variants.
      
      From-SVN: r170047
      0ad84c3f
    • Rainer Orth's avatar
      i gcc/testsuite: · 6dd2a13c
      Rainer Orth authored
      	PR testsuite/47400
      	* lib/target-supports.exp (check_ascii_locale_available): New proc.
      	* lib/target-supports-dg.exp (dg-require-ascii-locale): New proc.
      	* gcc.dg/attr-alias-5.c: Use dg-require-ascii-locale.
      	* gcc.dg/ucnid-10.c: Likewise.
      	* gcc.dg/ucnid-13.c: Likewise.
      	* gcc.dg/ucnid-7.c: Likewise.
      	* gcc.dg/ucnid-8.c: Likewise.
      	* Adapt dg-warning line number.
      
      	gcc:
      	PR testsuite/47400
      	* doc/sourcebuild.texi (Require Support): Document
      	dg-require-ascii-locale.
      
      From-SVN: r170046
      6dd2a13c
    • Dodji Seketeli's avatar
      re PR c++/47172 ([C++0x] cannot call member function without object) · e60b3ac9
      Dodji Seketeli authored
      Fix PR c++/47172
      
      gcc/cp/
      
      	PR c++/47172
      	* pt.c (finish_call_expr): Consider a call expression that has a
      	dependent "this" pointer as being dependent.  Add comments.
      	(dependent_type_p, type_dependent_expression_p): Update comments.
      
      gcc/testsuite/
      
      	* g++.dg/template/inherit6.C: New test.
      
      From-SVN: r170045
      e60b3ac9
    • Ian Lance Taylor's avatar
      Don't crash on if statement with erroneous conditional. · 942e5739
      Ian Lance Taylor authored
      From-SVN: r170044
      942e5739
    • Ian Lance Taylor's avatar
      Don't get confused using type of erronous binary expression. · ced2ec3b
      Ian Lance Taylor authored
      From-SVN: r170043
      ced2ec3b
    • Mingjie Xing's avatar
      Fix missing parentheses. · 4a087ccf
      Mingjie Xing authored
      From-SVN: r170041
      4a087ccf
    • Benjamin Kosnik's avatar
      Makefile.am (sources): Add regex.cc. · 4bfebd81
      Benjamin Kosnik authored
      2011-02-10  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* src/Makefile.am (sources): Add regex.cc.
      	* src/Makefile.in: Regenerate.
      	* src/regex.cc: New.
      	* include/bits/regex_error.h (error_type): Use constexpr.
      	(regex_error): Move ctor and dtor out of line.
      
      	* testsuite/28_regex/03_requirements: To...
      	* testsuite/28_regex/requirements: ... this.
      	* testsuite/28_regex/04_header: To...
      	* testsuite/28_regex/headers: ... this.
      	* testsuite/28_regex/05_constants: To...
      	* testsuite/28_regex/constants: ... this.
      	* testsuite/28_regex/06_exception_type: To...
      	* testsuite/28_regex/regex_error: ... this.
      	* testsuite/28_regex/07_traits: To...
      	* testsuite/28_regex/traits: ... this.
      	* testsuite/28_regex/08_basic_regex: To...
      	* testsuite/28_regex/basic_regex: ... this.
      	* testsuite/28_regex/09_sub_match: To...
      	* testsuite/28_regex/sub_match: ... this.
      	* testsuite/28_regex/10_match_results: To...
      	* testsuite/28_regex/match_results: ... this.
      	* testsuite/28_regex/11_algorithms: To...
      	* testsuite/28_regex/algorithms: ... this.
      	* testsuite/28_regex/12_iterators: To...
      	* testsuite/28_regex/iterators: ... this.
      
      From-SVN: r170039
      4bfebd81
    • Benjamin Kosnik's avatar
      Makefile.am (sources): Add regex.cc. · cedf52d2
      Benjamin Kosnik authored
      2011-02-10  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* src/Makefile.am (sources): Add regex.cc.
      	* src/Makefile.in: Regenerate.
      	* src/regex.cc: New.
      	* include/bits/regex_error.h (error_type): Use constexpr.
      	(regex_error): Move ctor and dtor out of line.
      
      	* testsuite/28_regex/03_requirements: To...
      	* testsuite/28_regex/requirements: ... this.
      	* testsuite/28_regex/04_header: To...
      	* testsuite/28_regex/headers: ... this.
      	* testsuite/28_regex/05_constants: To...
      	* testsuite/28_regex/constants: ... this.
      	* testsuite/28_regex/06_exception_type: To...
      	* testsuite/28_regex/regex_error: ... this.
      	* testsuite/28_regex/07_traits: To...
      	* testsuite/28_regex/traits: ... this.
      	* testsuite/28_regex/08_basic_regex: To...
      	* testsuite/28_regex/basic_regex: ... this.
      	* testsuite/28_regex/09_sub_match: To...
      	* testsuite/28_regex/sub_match: ... this.
      	* testsuite/28_regex/10_match_results: To...
      	* testsuite/28_regex/match_results: ... this.
      	* testsuite/28_regex/11_algorithms: To...
      	* testsuite/28_regex/algorithms: ... this.
      	* testsuite/28_regex/12_iterators: To...
      	* testsuite/28_regex/iterators: ... this.
      
      From-SVN: r170038
      cedf52d2
    • Ian Lance Taylor's avatar
      Don't crash on invalid comparison of complex constants. · b3a28103
      Ian Lance Taylor authored
      From-SVN: r170037
      b3a28103
    • GCC Administrator's avatar
      Daily bump. · d3c83925
      GCC Administrator authored
      From-SVN: r170036
      d3c83925
  3. Feb 10, 2011
Loading