This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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: [PATCH] disable var-tracking for math/test-tgmath2.c


On Thu, Oct 18, 2012 at 03:55:13PM -0400, Carlos O'Donell wrote:
> > The proposed change has zero impact on the effectiveness of this
> > test case.
> > 
> 
> Disagree.

-fno-var-tracking really affects debug info only, if it would affect
something else, it would be a gcc bug (and is something that is being
constantly tested).

> (a) Splitting out some of these functions into new tests,
>     and then marking a smaller subset with -fno-var-tracking

Even splitting the large test routine into several smaller routines
would cure these compilation speed issues, and wouldn't have any effect on
what the testcase is testing.

	Jakub


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