1. 01 Dec, 2003 5 commits
    • re PR middle-end/7847 (pragma pack / attribute(packed): unaligned access to packed structure) · e82407b5
      	PR middle-end/7847
      	* expr.c (expand_expr) [normal_inner_ref]: When 'offset' is non-zero,
      	do not recheck that 'op0' is a MEM.  Move comment.  When testing for
      	unaligned objects, take also into account the alignment of 'op0' and
      	'mode1' if 'op0' is a MEM.
      
      From-SVN: r74092
      Eric Botcazou committed
    • re PR c++/9849 (Missing keyword 'template' produces ICE with no diagnostic on… · a668c6ad
      re PR c++/9849 (Missing keyword 'template' produces ICE with no diagnostic on 3.3 (and unreadable diagnostic on 3.4))
      
      	PR c++/9849
      	* g++.dg/template/error4.C: New test.
      	* g++.dg/template/nested3.C: Adjust error markers.
      
      	PR c++/9849
      	* parser.c (cp_lexer_prev_token): New function.
      	(cp_parser_skip_to_closing_parenthesis): Add consume_paren
      	parameter.
      	(cp_parser_nested_name_specifier_opt): Add is_declaration
      	parameter.
      	(cp_parser_nested_name_specifier): Likewise.
      	(cp_parser_class_or_namespace_name): Likewise.
      	(cp_parser_class_name): Likewise.
      	(cp_parser_template_id): Likewise.
      	(cp_parser_template_name): Likewise.
      	(cp_parser_id_expression): Adjust calls to
      	cp_parser_nested_name_specifier_op, cp_parser_template_id,
      	cp_parser_class_name.
      	(cp_parser_unqualified_id): Likewise.
      	(cp_parser_postfix_expression): Likewise.
      	(cp_parser_pseudo_destructor_name): Likewise.
      	(cp_parser_cast_expression): Likewise.
      	(cp_parser_mem_initializer_id): Likewise.
      	(cp_parser_simple_type_specifier): Likewise.
      	(cp_parser_type_name): Likewise.
      	(cp_parser_elaborated_type_specifier): Likewise.
      	(cp_parser_qualified_namespace_specifier): Likewise.
      	(cp_parser_using_declaration): Likewise.
      	(cp_parser_using_directive): Likewise.
      	(cp_parser_ptr_operator): Likewise.
      	(cp_parser_declarator_id): Likewise.
      	(cp_parser_class_head): Likewise.
      	(cp_parser_base_specifier): Likewise.
      	(cp_parser_constructor_declarator_p): Likewise.
      	(cp_parser_direct_declarator): Fix typo in comment.
      	(cp_parser_parenthesized_expression_list): Adjust call to
      	cp_parser_skip_to_closing_parenthesis.
      	(cp_parser_selection_statement): Likewise.
      
      From-SVN: r74087
      Mark Mitchell committed
    • Makefile.am: Define AM_MAKINFOFLAGS. · 53d60c04
      
      fastjar/
      2003-12-01  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* Makefile.am: Define AM_MAKINFOFLAGS.  Remove Automake 1.4 hack.
      	* Makefile.in: Regenerate with automake 1.7.6 & autoconf 2.57 tools.
      	* aclocal.m4, config.h.in, configure: Likewise.
      	* install-sh, missing, mkinstalldirs, stamp-h.in: Remove.
      
      gcc/
      2003-12-01  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* doc/install.texi: Note that fastjar is built with automake 1.7.x
      	and autoconf 2.57.
      
      From-SVN: r74082
      Kelley Cook committed
    • Daily bump. · ae954fc6
      From-SVN: r74080
      GCC Administrator committed
  2. 30 Nov, 2003 22 commits
  3. 29 Nov, 2003 9 commits
  4. 28 Nov, 2003 4 commits