From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Berlin To: Mark Mitchell Cc: dan@cgsoftware.com, wilson@cygnus.com, schwab@suse.de, gcc@gcc.gnu.org Subject: Re: Bootstrap failure of gcc-ss-20010409 in ia64 Date: Wed, 11 Apr 2001 21:36:00 -0000 Message-id: References: <20010411183411J.mitchell@codesourcery.com> <20010411211618B.mitchell@codesourcery.com> X-SW-Source: 2001-04/msg00523.html Mark Mitchell writes: > Daniel - > > Thanks for the patch. > > Jim -- > > Would you mind trying out Daniel's patch? Please note the patch might not work in all cases, but it should still get you past the point you are at now, and if it does, i'll submit a correct patch. I'm *assuming* the correct place to put the generated decl/type die is the parent of whatever you passed in. Really, we need an extra argument to add_abstract_origin_attribute that is the context to place the decl/type dies we may generate. This is pretty trivial, it just didn't occur to me until I remembered you could have nested inlines, or other cases where you want to place it in some other scope than the parent of the DIE we are generating the abstract attribute for. If the patch works, i'll work up a correct version. > -- > Mark Mitchell mark@codesourcery.com > CodeSourcery, LLC http://www.codesourcery.com --