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: [3.4 PATCH] fix debug/24267


Janis Johnson <janis187@us.ibm.com> writes:

| This patch fixes PR debug/24267.  The fix is a portion of a patch to
| mainline.  The bug is a regression, depending on how you look at it;
| use of __vector was added to the 3.4 branch so the test could not be
| run before that.  __vector, particularly via <altivec.h>, replaces
| the previously recommended way to declare vector variables for which
| the DWARF information was not broken.
|                                                                                 
| I'm not sure of the state of the 3.4 branch, but when it's open for
| fixes is this OK?  Bootstrapped and regtested on powerpc64-linux.

OK to apply.

Thanks,

-- Gaby


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