public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/16158] New: O(N^2) in tree-ssa-pre.c
@ 2004-06-23 13:59 belyshev at lubercy dot com
  2004-06-23 14:41 ` [Bug tree-optimization/16158] " dberlin at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: belyshev at lubercy dot com @ 2004-06-23 13:59 UTC (permalink / raw)
  To: gcc-bugs

#define F0(i) a[i] = 0;
#define F1(a) F0(a##0) F0(a##1) F0(a##2) F0(a##3) F0(a##4) F0(a##5) F0(a##6)
F0(a##7)
#define F2(a) F1(a##0) F1(a##1) F1(a##2) F1(a##3) F1(a##4) F1(a##5) F1(a##6)
F1(a##7)
#define F3(a) F2(a##0) F2(a##1) F2(a##2) F2(a##3) F2(a##4) F2(a##5) F2(a##6)
F2(a##7)
#define F4(a) F3(a##0) F3(a##1) F3(a##2) F3(a##3) F3(a##4) F3(a##5) F3(a##6)
F3(a##7)


void f (int a[])
{
	F4(0)
/* 	F4(1) */
/* 	F4(2) */
}

-- 
           Summary: O(N^2) in tree-ssa-pre.c
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Keywords: compile-time-hog
          Severity: normal
          Priority: P2
         Component: tree-optimization
        AssignedTo: dberlin at gcc dot gnu dot org
        ReportedBy: belyshev at lubercy dot com
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16158


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

end of thread, other threads:[~2004-07-13 21:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-23 13:59 [Bug tree-optimization/16158] New: O(N^2) in tree-ssa-pre.c belyshev at lubercy dot com
2004-06-23 14:41 ` [Bug tree-optimization/16158] " dberlin at gcc dot gnu dot org
2004-07-13 17:01 ` [Bug tree-optimization/16158] [3.5 Regression] " pinskia at gcc dot gnu dot org
2004-07-13 17:47 ` dberlin at dberlin dot org
2004-07-13 17:50   ` Andrew Pinski
2004-07-13 17:50 ` pinskia at physics dot uc dot edu
2004-07-13 17:56 ` dberlin at dberlin dot org
2004-07-13 21:07 ` dberlin at gcc dot gnu dot org

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).