1. 19 Jul, 2003 6 commits
  2. 18 Jul, 2003 26 commits
  3. 17 Jul, 2003 8 commits
    • Andrew Pinski <pinskia@physics.uc.edu> · bf88d870
              PR c++/10476
              * g++.dg/expr/crash-1.C: New test.
      
              PR c++/11027
              * g++.dg/template/init3.C: New test.
      
              PR c++/8222
              * g++.dg/template/non-dependent1.C: New test.
      
              PR c++/11070
              * g++.dg/template/non-dependent2.C: New test.
      
              PR c++/11071
              * g++.dg/template/non-dependent3.C: New test.
      
              PR c++/9907
              * g++.dg/template/sizeof5.C: New test.
      
      From-SVN: r69529
      Andrew Pinski committed
    • re PR middle-end/11498 (asm can't be used to give a variable its own name) · 26e0dcb3
      	PR 11498
      	* Makefile.in (c-opts.o): Add $(LANGHOOKS_DEF_H).
      	(langhooks.o): Add $(GGC_H), gt-langhooks.h.
      	(GTFILES): Add langhooks.c.
      	(gt-langhooks.h): New.
      	* c-common.h (c_static_assembler_name): Prototype.
      	* c-lang.c (LANG_HOOKS_SET_DECL_ASSEMBLER_NAME): Define.
      	* objc/objc-lang.c (LANG_HOOKS_SET_DECL_ASSEMBLER_NAME): Define.
      	* c-opts.c: Include langhooks-def.h.
      	(c_static_assembler_name): New.
      	* langhooks.c: Include ggc.h.  Include gt-langhooks.h.
      	(var_labelno): New.
      	(lhd_set_decl_assembler_name): Give static objects with context
      	unique names.
      	* varasm.c (var_labelno): Delete.
      	(make_decl_rtl): Don't change the assembler name once it's set.
      
      From-SVN: r69527
      Geoffrey Keating committed
    • c-opts.c (this_input_filename): New. · 89e9faee
      	* c-opts.c (this_input_filename): New.
      	(finish_options): Take new parameter, name of file being compiled.
      	Update callers.  Set this_input_filename.
      	(push_command_line_include): Use this_input_filename not
      	main_input_filename.
      
      From-SVN: r69526
      Geoffrey Keating committed
    • objc-lang.c: Override LANG_HOOKS_WRITE_GLOBALS to c_write_global_declarations. · 36c6d174
      	* objc/objc-lang.c: Override LANG_HOOKS_WRITE_GLOBALS to
      	c_write_global_declarations.
      
      From-SVN: r69525
      Zack Weinberg committed
    • Makefile.in: Depend .pot generation on options.c. · 6ec3f553
      	* Makefile.in: Depend .pot generation on options.c.
      	* po/exgettext: Add an extra_files variable containing additional
      	files to scan.
      
      From-SVN: r69524
      Neil Booth committed
    • GtkToolkit.java: Reworked imports. · 3aefaf22
      2003-07-17  Michael Koch  <konqueror@gmx.de>
      
      	* gnu/java/awt/peer/gtk/GtkToolkit.java:
      	Reworked imports.
      
      From-SVN: r69522
      Michael Koch committed
    • Missed this hunk - belongs with the previous patch · b92ef8fd
      From-SVN: r69521
      Zack Weinberg committed
    • c-decl.c: Fix typos in several comments. · eb1dfbb2
      	* c-decl.c: Fix typos in several comments.  Remove all
      	#if 0 blocks; reindent as needed.  Remove unused argument
      	to declare_parm_level; all callers changed.
      	* c-parse.in: Update calls to declare_parm_level.  Avoid
      	issuing a double warning in some circumstances.
      	* c-typeck.c: Update calls to declare_parm_level.
      	* c-tree.h: Update prototype of declare_parm_level.
      
      	* c-pragma.c (apply_pragma_weak): Don't complain about a
      	redundant #pragma weak.
      
      	* objc/objc-act.c (forward_declare_categories,
      	build_selector_reference_decl, build_class_reference_decl,
      	build_objc_string_decl, synth_forward_declarations,
      	build_protocol_reference): Set TREE_PUBLIC on synthetic
      	forward decl to 0, consistent with eventual definition.
      	Correct comments to match.
      
      cp:
      	* pt.c (get_bindings): Make definition consistent with
      	forward declaration.
      
      From-SVN: r69519
      Zack Weinberg committed