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]
Other format: [Raw text]

Re: Remove warning in unwind-d2-fde.h


"Kaveh R. Ghazi" <ghazi@caip.rutgers.edu> writes:

>  > From: Richard Henderson <rth at redhat dot com> 
>  > 
>  > On Mon, Dec 30, 2002 at 07:22:23PM +0100, Andreas Jaeger wrote:
>  > >  * unwind-dw2-fde.h (last_fde): Add unused attribute for obj.
>  > 
>  > No, look at the logs -- this is not accepted by C++.  
>  > r~
> 
> Hmm... luckily, I believe Mark fixed this in the new parser here:
> http://gcc.gnu.org/ml/gcc-patches/2003-01/msg00097.html
> 
> However the 3.3. branch doesn't seem to have had this one-liner
> backported to it.  If it's also this easy in the old parser, we may as
> well enable it there too.
> 
> 		--Kaveh
> 
> PS: remind me please why unwind-dw2-fde.h needs to be compiled with g++?

It gets used in libstdc++-v3, from unwind-cxx.h.  However, I don't
think last_fde is used there.

-- 
- Geoffrey Keating <geoffk@geoffk.org>


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