1. 31 Oct, 2004 6 commits
    • c-common.h (objc_lookup_ivar): Add second parameter to prototype. · 16b34ad6
      [gcc/ChangeLog]
      2004-10-30  Ziemowit Laski  <zlaski@apple.com>
      
              * c-common.h (objc_lookup_ivar): Add second parameter to
              prototype.
              * c-typeck.c (build_external_ref): After looking up symbol,
              pass it to objc_lookup_ivar() to decide whether it or the
              ivar should be used, rather than deciding the issue locally.
              * stub-objc.c (objc_lookup_ivar): Add an OTHER parameter,
              which is simply returned in the non-ObjC case.
      
      [gcc/objc/ChangeLog]
      2004-10-30  Ziemowit Laski  <zlaski@apple.com>
      
              * objc-act.c (objc_lookup_ivar): The new OTHER parameter
              contains the result of the ID lookup by the C or C++
              front-end; in class methods, use OTHER if it exists;
              in instance methods, use OTHER only if it is locally
              declared.
      
      [gcc/testsuite/ChangeLog]
      2004-10-30  Ziemowit Laski  <zlaski@apple.com>
      
              * objc.dg/local-decl-1.m: New test.
      
      From-SVN: r89912
      Ziemowit Laski committed
    • sdbout.c (sdbout_symbol): Do not output type .def statements for builtin types. · 7fe63418
      	* sdbout.c (sdbout_symbol): Do not output type .def statements
      	for builtin types.
      
      From-SVN: r89911
      Danny Smith committed
    • c-common.c (catenate_strings): New. · 0a3ee0fd
              * c-common.c (catenate_strings): New.
              (c_parse_error): Use it.  Don't over-escape.
      testsuite/
              * gcc.dg/20040910-1.c: Adjust regex.
      
      From-SVN: r89910
      Gabriel Dos Reis committed
    • re PR fortran/17590 (Standard conformance should take intrinsics into account.) · b7892582
      2004-10-31  Janne Blomqvist  <jblomqvi@cc.hut.fi>
      
      	PR fortran/17590
      	* gfortran.h: Change GFC_STD_* flags to more appropriate
      	ones. (struct gfc_intrinsic_isym): Add field for standard. (struct
      	gfc_option_t): Add field for warning about use of nonstandard
      	intrinsics.
      	* intrinsic.c (add_sym): Add parameter for standard version, check
      	this against current standard.
      	(add_sym_0): Pass standard parameter to add_sym.
      	(add_sym_1, add_sym_0s, add_sym_1s, add_sym_1m, add_sym_2): Ditto.
      	(add_sym_2s, add_sym_3, add_sym_3ml, add_sym_3red, add_sym_3s): Ditto.
      	(add_sym_4, add_sym_4s, add_sym_5, add_sym_5s): Ditto.
      	(make_generic): Add parameter for standard, check this
      	against currently selected standard.
      	(add_functions, add_subroutines): Add parameter to tell which
      	standard an intrinsic belongs to.
      	(check_intrinsic_standard): New function.
      	(gfc_intrinsic_func_interface): Add call to check_intrinsic_standard.
      	(gfc_intrinsic_sub_interface): Ditto.
      	* lang.opt: Add Wnonstd-intrinsics option.
      	* options.c (gfc_init_options): Change to use new GFC_STD_* flags,
      	init new warning.
      	(set_Wall): Add warning about nonstd intrinsics.
      	(gfc_handle_option): Change to use new GFC_STD_* flags,
      	handle new warning.
      	* invoke.texi: Update manual to include -Wnonstd-intrinsics.
      
      From-SVN: r89907
      Janne Blomqvist committed
    • Daily bump. · 13747d3e
      [[Split portion of a mixed commit.]]
      
      From-SVN: r89905.2
      GCC Administrator committed
    • Daily bump. · 01e42ec1
      [[Split portion of a mixed commit.]]
      
      From-SVN: r89904.2
      GCC Administrator committed
  2. 30 Oct, 2004 29 commits
  3. 29 Oct, 2004 5 commits