public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug math/14729] New: test-tgmath2.c exceeds variable tracking size limit
@ 2012-10-16 15:02 markus at trippelsdorf dot de
  2012-10-16 15:15 ` [Bug math/14729] " joseph at codesourcery dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: markus at trippelsdorf dot de @ 2012-10-16 15:02 UTC (permalink / raw)
  To: glibc-bugs


http://sourceware.org/bugzilla/show_bug.cgi?id=14729

             Bug #: 14729
           Summary: test-tgmath2.c exceeds variable tracking size limit
           Product: glibc
           Version: 2.17
            Status: NEW
          Severity: normal
          Priority: P2
         Component: math
        AssignedTo: unassigned@sourceware.org
        ReportedBy: markus@trippelsdorf.de
    Classification: Unclassified


With gcc-4.8 I get (after 1:40 minutes):

test-tgmath2.c: In function ‘test’:             
test-tgmath2.c:93:1: note: variable tracking size limit exceeded with
-fvar-tracking-assignments, retrying without
 test (const int Vint4, const long long int Vllong4)
 ^
test-tgmath2.c:93:1: note: variable tracking size limit exceeded

(gcc-4.6 and gcc-4.7 compile quicker, but the error is the same)

Would it make sense to disabled var-tracking on this test-case?

diff --git a/math/Makefile b/math/Makefile
index 7759873..157d07b 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -126,7 +126,7 @@ CFLAGS-test-float.c = -fno-inline -ffloat-store
-fno-builtin -frounding-math
 CFLAGS-test-double.c = -fno-inline -ffloat-store -fno-builtin -frounding-math
 CFLAGS-test-ldouble.c = -fno-inline -ffloat-store -fno-builtin -frounding-math
 CFLAGS-test-tgmath.c = -fno-builtin
-CFLAGS-test-tgmath2.c = -fno-builtin
+CFLAGS-test-tgmath2.c = -fno-builtin -fno-var-tracking
 CFLAGS-test-tgmath-ret.c = -fno-builtin
 CFLAGS-test-powl.c = -fno-builtin
 CFLAGS-test-test-fenv.c = -frounding-math

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug math/14729] test-tgmath2.c exceeds variable tracking size limit
  2012-10-16 15:02 [Bug math/14729] New: test-tgmath2.c exceeds variable tracking size limit markus at trippelsdorf dot de
@ 2012-10-16 15:15 ` joseph at codesourcery dot com
  2012-11-21 18:13 ` markus at trippelsdorf dot de
  2014-06-14 12:51 ` fweimer at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: joseph at codesourcery dot com @ 2012-10-16 15:15 UTC (permalink / raw)
  To: glibc-bugs


http://sourceware.org/bugzilla/show_bug.cgi?id=14729

--- Comment #1 from joseph at codesourcery dot com <joseph at codesourcery dot com> 2012-10-16 15:14:39 UTC ---
Patches should go to libc-alpha.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug math/14729] test-tgmath2.c exceeds variable tracking size limit
  2012-10-16 15:02 [Bug math/14729] New: test-tgmath2.c exceeds variable tracking size limit markus at trippelsdorf dot de
  2012-10-16 15:15 ` [Bug math/14729] " joseph at codesourcery dot com
@ 2012-11-21 18:13 ` markus at trippelsdorf dot de
  2014-06-14 12:51 ` fweimer at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: markus at trippelsdorf dot de @ 2012-11-21 18:13 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14729

Markus Trippelsdorf <markus at trippelsdorf dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #2 from Markus Trippelsdorf <markus at trippelsdorf dot de> 2012-11-21 18:11:36 UTC ---
Closing as wontfix.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug math/14729] test-tgmath2.c exceeds variable tracking size limit
  2012-10-16 15:02 [Bug math/14729] New: test-tgmath2.c exceeds variable tracking size limit markus at trippelsdorf dot de
  2012-10-16 15:15 ` [Bug math/14729] " joseph at codesourcery dot com
  2012-11-21 18:13 ` markus at trippelsdorf dot de
@ 2014-06-14 12:51 ` fweimer at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: fweimer at redhat dot com @ 2014-06-14 12:51 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=14729

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-06-14 12:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-16 15:02 [Bug math/14729] New: test-tgmath2.c exceeds variable tracking size limit markus at trippelsdorf dot de
2012-10-16 15:15 ` [Bug math/14729] " joseph at codesourcery dot com
2012-11-21 18:13 ` markus at trippelsdorf dot de
2014-06-14 12:51 ` fweimer at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).