1. 07 Aug, 2007 7 commits
  2. 06 Aug, 2007 22 commits
  3. 05 Aug, 2007 7 commits
    • re PR fortran/31612 (-fsyntax-only documentation is not accurate) · adeb22c4
             PR fortran/31612
            * invoke.texi: Adjust documentation for option -fsyntax-only.
      
      From-SVN: r127228
      Francois-Xavier Coudert committed
    • re PR fortran/31202 (Incorrect rounding generated for NINT) · c120ef14
      2007-08-05  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
      
      	PR fortran/31202
      	* intrinsics/c99_functions.c (roundl): Provide fallback
      	implementation for systems without ceill.
      	* c99_protos.h (roundl): Define prototype in all cases.
      
      From-SVN: r127227
      Francois-Xavier Coudert committed
    • revert: parser.c (cp_parser_member_declaration): Pedwarn about stray semicolons… · 9dfbac5b
      revert: parser.c (cp_parser_member_declaration): Pedwarn about stray semicolons after member declarations.
      
      cp:
      	Revert:
      	2007-03-26  Dirk Mueller  <dmueller@suse.de>
      
      	* parser.c (cp_parser_member_declaration): Pedwarn
      	about stray semicolons after member declarations.
      
      testsuite:
      	* g++.dg/warn/pedantic2.C: Fix error marker.  Add more tests.
      
      	Revert:
      	2007-03-22  Dirk Mueller  <dmueller@suse.de>
      
      	* g++.old-deja/g++.brendan/warnings2.C: Don't use -pedantic.
      
      From-SVN: r127226
      Volker Reichelt committed
    • configure.ac: Remove --enable-checking=df from default settings. · 0d475361
      2008-08-05  Paolo Bonzini  <bonzini@gnu.org>
      
              * configure.ac: Remove --enable-checking=df from default settings.
              * tree-pass.h (TODO_df_verify): New.  Shift TODO_mark_first_instance.
              * df-core.c (df_finish_pass) [ENABLE_CHECKING]: Schedule verification
              if the parameter is true.
              (df_analyze) [!ENABLE_DF_CHECKING]: Also do verification if the
              DF_VERIFY_SCHEDULED flag is true.
              * df.h (enum df_changeable_flags): Add DF_VERIFY_SCHEDULED.
              (df_finish_pass): Adjust prototype.
              * passes.c (execute_todo): Schedule verification if TODO_df_verify is
              true.
      
              * see.c (pass_see): Add TODO_df_verify.
              * loop-init.c (pass_rtl_move_loop_invariants): Add TODO_df_verify.
              * global.c (rest_of_handle_global_alloc): Schedule verification
              after the pass.
              * local-alloc.c (rest_of_handle_local_alloc): Schedule verification
              before the pass.
              * function.c (pass_thread_prologue_and_epilogue): Add TODO_df_verify.
              * gcse.c (rest_of_handle_gcse): Adjust call to df_finish_pass.
              * loop-iv.c (iv_analysis_done): Schedule verification after the pass.
      
              * config/sh/sh.c (sh_output_mi_thunk): Remove dead code.
              * config/ia64/ia64.c (ia64_reorg): Adjust call to df_finish_pass.
              * config/bfin/bfin.c (bfin_reorg): Adjust call to df_finish_pass.
      
      From-SVN: r127225
      Paolo Bonzini committed
    • re PR fortran/32979 (Implement vendor-specific ISNAN() intrinsic function) · 3d97b1af
              PR fortran/32979
      
              * intrinsic.h (gfc_check_isnan): Add prototype.
              * gfortran.h (gfc_isym_id): Add GFC_ISYM_ISNAN.
              * intrinsic.c (add_functions): Add ISNAN intrinsic.
              * check.c (gfc_check_isnan): New function.
              * trans-intrinsic.c (gfc_conv_intrinsic_isnan): New function.
              (gfc_conv_intrinsic_function): Call gfc_conv_intrinsic_isnan
              to translate ISNAN.
              * intrinsic.texi: Document ISNAN.
      
              * gfortran.dg/isnan_1.f90: New test.
      
      Co-Authored-By: Tobias Burnus <burnus@gcc.gnu.org>
      
      From-SVN: r127224
      Francois-Xavier Coudert committed
    • New flag to control reg-moves generation · 517d76fa
      Co-Authored-By: Revital Eres <eres@il.ibm.com>
      
      From-SVN: r127223
      Vladimir Yanovsky committed
    • Daily bump. · 152b9708
      From-SVN: r127220
      GCC Administrator committed
  4. 04 Aug, 2007 4 commits
    • natFilePosix.cc (init_native): Define to 0. · fcfdb145
      2007-08-04  Alfred M. Szmidt  <ams@gnu.org>
      
              * java/io/natFilePosix.cc (init_native) [!MAXPATHLEN]: Define to 0.
              * java/io/File.java (createTempFile): Don't truncate if the system
              doesn't have a limit on the length of a file name.
              * classpath/lib/java/io/File.class: Regenerate.
      
      From-SVN: r127216
      Alfred M. Szmidt committed
    • re PR fortran/31214 (User-defined operator using entry leads to ICE) · cbef3aa2
      2007-08-04  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/31214
      	* symbol.c (get_unique_symtree): Moved from module.c.
      	* module.c (get_unique_symtree): Moved to symbol.c.
      	* decl.c (get_proc_name): Transfer the typespec from the local
      	symbol to the module symbol, in the case that an entry is also
      	a module procedure.  Ensure the local symbol is cleaned up by
      	pointing to it with a unique symtree.
      
      	* dump_parse_tree (gfc_show_code_node): Add EXEC_ASSIGN_CALL.
      
      2007-08-04  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/31214
      	* gfortran.dg/entry_13.f90: New test.
      
      	* gfortran.dg/entry_12.f90: Clean up .mod file.
      
      From-SVN: r127214
      Paul Thomas committed
    • re PR fortran/31214 (User-defined operator using entry leads to ICE) · aa84a9a5
      2007-08-04  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/31214
      	* symbol.c (get_unique_symtree): Moved from module.c.
      	* module.c (get_unique_symtree): Moved to symbol.c.
      	* decl.c (get_proc_name): Transfer the typespec from the local
      	symbol to the module symbol, in the case that an entry is also
      	a module procedure.  Ensure the local symbol is cleaned up by
      	pointing to it with a unique symtree.
      
      	* dump_parse_tree (gfc_show_code_node): Add EXEC_ASSIGN_CALL.
      
      2007-08-04  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/31214
      	* gfortran.dg/entry_13.f90: New test.
      
      	* gfortran.dg/entry_12.f90: Clean up .mod file.
      
      From-SVN: r127213
      Paul Thomas committed
    • re PR fortran/32770 ([Meta-bug] -fdefault-integer-8 issues) · 6b44ad31
      2007-08-04  Thomas Koenig  <tkoenig@gcc.gnu.org>
      
      	PR fortran/32770
      	* gfortran.dg/streamio_8.f90:  Adjust so test case passes
      	for -fdefault-integer-8 and -fdefault-real-8.
      	* gfortran.dg/streamio_10.f90:  Likewise.
      	* gfortran.dg/sizeof.f90:  Likewise.
      
      From-SVN: r127212
      Thomas Koenig committed