This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH MAINLINE]: Revert Part of cp_eh_info Change


This is a temporary change to permit DWARF2 compilation.

2001-02-27  Jeffrey Oldham  <oldham@codesourcery.com>

	* except.c (call_eh_info): Revert "match_function"'s type.

Preapproved by	Mark Mitchell (mark@codesourcery.com)
Tested on	i686-pc-linux-gnu.

Thanks,
Jeffrey D. Oldham
oldham@codesourcery.com
Index: except.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/cp/except.c,v
retrieving revision 1.121
diff -c -p -r1.121 except.c
*** except.c	2001/02/26 11:01:44	1.121
--- except.c	2001/02/27 17:27:23
*************** call_eh_info ()
*** 201,208 ****
            short language;
            short version;
          };  */
!       fields[0] = build_decl (FIELD_DECL, 
!                     get_identifier ("match_function"), matcher_fn_type);
        fields[1] = build_decl (FIELD_DECL, 
                      get_identifier ("language"), short_integer_type_node);
        fields[2] = build_decl (FIELD_DECL, 
--- 201,208 ----
            short language;
            short version;
          };  */
!       fields[0] = build_decl (FIELD_DECL,
! 		    get_identifier ("match_function"), ptr_type_node);
        fields[1] = build_decl (FIELD_DECL, 
                      get_identifier ("language"), short_integer_type_node);
        fields[2] = build_decl (FIELD_DECL, 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]