1. 03 Mar, 2008 5 commits
  2. 02 Mar, 2008 9 commits
    • re PR driver/35420 (--version copyright date vs. 2008) · 0e5997c0
      	PR driver/35420
      	* gcc.c (process_command): Update copyright notice dates.
      	* gcov.c (print_version): Likewise.
      	* gcov-dump.c (print_version): Likewise.
      	* mips-tfile.c (main): Likewise.
      	* mips-tdump.c (main): Likewise.
      
      	* jcf-dump.c (version): Update copyright notice dates.
      
      	* gfortranspec.c (lang_specific_driver): Update copyright notice
      	dates.
      
      	* mf-runtime.c (__mf_usage): Update copyright notice dates.
      
      	* gnu/gcj/convert/Convert.java (version): Update copyright notice
      	dates.
      	* gnu/gcj/tools/gcj_dbtool/Main.java (main): Likewise.
      
      	* gnu/java/rmi/registry/RegistryImpl.java (version): Update
      	copyright notice dates.
      	* tools/gnu/classpath/tools/orbd/Main.java (run): Likewise.
      
      From-SVN: r132823
      Jakub Jelinek committed
    • gnatfind.adb, [...]: Fix argument parsing typos. · ad6b5b00
      gcc/ada
      
      	* gnatfind.adb, gnatxref.adb: Fix argument parsing typos.
      	* s-auxdec-empty.adb, s-auxdec.adb: Fix typos in copyright
      	statement.
      	* a-ngcoar.adb, a-ngrear.adb, g-awk.adb, g-debpoo.adb,
      	gprep.adb, make.adb, makegpr.adb, par-ch6.adb, prj-nmsc.adb,
      	sem_attr.adb, sem_ch4.adb, sem_ch8.adb: Fix typos in ada source
      	code output strings.
      	* sem_type.adb, system-vms-ia64.ads, system-vms.ads,
      	system-vms_64.ads: Fix typos in ada source code comments.
      	* sinfo-cn.adb: Remove incomplete sentence.
      
      From-SVN: r132822
      Ralf Wildenhues committed
    • re PR ada/15479 (Ada manual problems) · 4d0e4612
      gcc/ada
      
      	PR documentation/15479
      	* gnat_rm.texi, gnat_ugn.texi: Avoid standalone `non' word.
      
      From-SVN: r132821
      Ralf Wildenhues committed
    • re PR target/35401 (libstdc++ linked to system /usr/lib/libgcc_s.1.dylib not new… · cf8e67fe
      re PR target/35401 (libstdc++ linked to system /usr/lib/libgcc_s.1.dylib not new  gcc4.3 libgcc_s.1.dylib)
      
      	PR target/35401
      	* config/t-slibgcc-darwin: Make install-leaf dependent on
      	install-darwin-libgcc-stubs instead of install.
      
      From-SVN: r132819
      Jakub Jelinek committed
    • re PR c++/24924 (front end and preprocessor pedantic_errors settings should agree) · 393eda6a
      2008-03-02  Manuel Lopez-Ibanez  <manu@gcc.gnu.org> 
      
      	PR 24924
      	* c-common.c (flag_permissive): Delete.
      	(constant_expression_warnings): Check flags first.
      	(constant_expression_error): New.
      	* c-common.h (flag_permissive): Delete.
      	(constant_expression_error): Declare.
      	* flags.h (flag_permissive): Declare. Update description.
      	* diagnostic.c (pedwarn): Update.
      	(permerror): New.
      	* diagnostic.h: (pedantic_error_kind): Rename as pedantic_warning_kind.
      	(permissive_error_kind): New.
      	* toplev.c (flag_permissive): Define. Update description.
      	* toplev.h (permissive_error_kind): Declare.
      	* c-errors.c (pedwarn_c99): Use pedantic_warning_kind.
      	(pedwarn_c90): Use pedantic_warning_kind.
      	* c-opts.c (c_common_post_options): flag_permissive does not affect
      	flag_pedantic_errors.
      cp/
      	* class.c (finish_struct_anon): Use permerror instead of pedwarn.
      	(check_field_decls): Likewise.
      	(note_name_declared_in_class): Likewise.
      	* call.c (build_new_op): Likewise.
      	(convert_like_real): Likewise.
      	(build_over_call): Likewise.
      	* lex.c (unqualified_fn_lookup_error): Likewise.
      	* parser.c (cp_parser_template_id): Likewise.
      	* cvt.c (warn_ref_binding): Likewise.
      	(convert_to_reference): Likewise.
      	(ocp_convert): Likewise.
      	(convert_to_void): Use error instead of pedwarn.
      	* error.c (cp_cpp_error): Use pedantic_warning_kind.
      	* decl.c (compute_array_index_type): Use constant_expression_error.
      testsuite/
      	* g++.dg/cpp/string-2.C: This is a warning now.
      	* g++.dg/cpp/pedantic-errors.C: -pedantic-errors is not enabled by
      	default, so add it.
      
      From-SVN: r132817
      Manuel López-Ibáñez committed
    • shared_ptr_neg.cc, [...]: Mark changed error message prelude... · 92331508
      	* testsuite/20_util/shared_ptr/assign/shared_ptr_neg.cc,
      	testsuite/tr1/2_general_utilities/shared_ptr/assign/shared_ptr_neg.cc:
      	Mark changed error message prelude, adding "in file included from",
      	using dg-excess-errors.
      
      From-SVN: r132816
      Hans-Peter Nilsson committed
    • libgcc2.c (__addvSI3, [...]): Use unsigned arithmetic. · 9677aa89
      	* libgcc2.c (__addvSI3, __addvsi3, __addvDI3, __subvSI3,
      	__subvsi3, __subvDI3, __negvSI2, __negvsi2, __negvDI2, __absvSI2,
      	__absvsi2, __absvDI2): Use unsigned arithmetic.
      
      From-SVN: r132815
      Joseph Myers committed
    • struct-equiv.c: Remove file. · f3130d75
      2008-03-02  Andi Kleen  <ak@suse.de>
      	Richard Guenther  <rguenther@suse.de>
      
      	* struct-equiv.c: Remove file.
      	* cfg_cleanup.c (condjump_equiv_p): Remove.
      	* Makefile.in (OBJS-common): Remove struct-equiv.o.
      	(struct-equiv.o): Remove rule.
      	* basic-block.h (struct_equiv_checkpoint, STRUCT_EQUIV_*,
      	insns_match_p, struct_equiv_block_eq, struct_equiv_init, 
      	rtx_equiv_p, condjump_equiv_p): Remove prototypes.
      
      Co-Authored-By: Richard Guenther <rguenther@suse.de>
      
      From-SVN: r132814
      Andi Kleen committed
    • Daily bump. · 363d536b
      From-SVN: r132812
      GCC Administrator committed
  3. 01 Mar, 2008 13 commits
  4. 29 Feb, 2008 13 commits