public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/14179] [3.4/4.0/4.1 Regression] out of memory while parsing array with many initializers
       [not found] <bug-14179-7946@http.gcc.gnu.org/bugzilla/>
@ 2005-10-12  5:44 ` ian at airs dot com
  2005-10-30 22:13 ` mmitchel at gcc dot gnu dot org
                   ` (17 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: ian at airs dot com @ 2005-10-12  5:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #43 from ian at airs dot com  2005-10-12 05:44 -------
I see that Giovanni checked in a significant patch here:

2005-07-20  Giovanni Bajo  <giovannibajo@libero.it>

        Make CONSTRUCTOR use VEC to store initializers.

Is this PR still a significant regression from an earlier release?


-- 


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


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

* [Bug c++/14179] [3.4/4.0/4.1 Regression] out of memory while parsing array with many initializers
       [not found] <bug-14179-7946@http.gcc.gnu.org/bugzilla/>
  2005-10-12  5:44 ` [Bug c++/14179] [3.4/4.0/4.1 Regression] out of memory while parsing array with many initializers ian at airs dot com
@ 2005-10-30 22:13 ` mmitchel at gcc dot gnu dot org
  2006-03-11  3:20 ` [Bug c++/14179] [3.4/4.0/4.1/4.2 " mmitchel at gcc dot gnu dot org
                   ` (16 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-10-30 22:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #44 from mmitchel at gcc dot gnu dot org  2005-10-30 22:13 -------
We don't have clear evidence that this is worse, let alone substantially worse,
than previous releases.  Until and unless we do, I've downgraded this to P4.
However, if this is fixed, let's just mark it so, and move on.  In fact, if
it's even in the ballpark, let's mark it fixed and move on.  It's usually not
very useful to chase the last few percent on a compile-time/memory testcase, as
there are other places where we know we can have bigger impact.


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P4


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


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

* [Bug c++/14179] [3.4/4.0/4.1/4.2 Regression] out of memory while parsing array with many initializers
       [not found] <bug-14179-7946@http.gcc.gnu.org/bugzilla/>
  2005-10-12  5:44 ` [Bug c++/14179] [3.4/4.0/4.1 Regression] out of memory while parsing array with many initializers ian at airs dot com
  2005-10-30 22:13 ` mmitchel at gcc dot gnu dot org
@ 2006-03-11  3:20 ` mmitchel at gcc dot gnu dot org
  2006-07-28 12:20 ` [Bug c++/14179] [4.0/4.1/4.2 " bonzini at gnu dot org
                   ` (15 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-03-11  3:20 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.3                       |4.0.4


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


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

* [Bug c++/14179] [4.0/4.1/4.2 Regression] out of memory while parsing array with many initializers
       [not found] <bug-14179-7946@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2006-03-11  3:20 ` [Bug c++/14179] [3.4/4.0/4.1/4.2 " mmitchel at gcc dot gnu dot org
@ 2006-07-28 12:20 ` bonzini at gnu dot org
  2007-01-18  2:51 ` [Bug c++/14179] [4.0/4.1/4.2/4.3 " gdr at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: bonzini at gnu dot org @ 2006-07-28 12:20 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #45 from bonzini at gnu dot org  2006-07-28 12:20 -------
(From update of attachment 8814)
The patch is not relevant anymore after the commit that Ian pointed out.


-- 

bonzini at gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #8814 is|0                           |1
           obsolete|                            |


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


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

* [Bug c++/14179] [4.0/4.1/4.2/4.3 Regression] out of memory while parsing array with many initializers
       [not found] <bug-14179-7946@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2006-07-28 12:20 ` [Bug c++/14179] [4.0/4.1/4.2 " bonzini at gnu dot org
@ 2007-01-18  2:51 ` gdr at gcc dot gnu dot org
  2007-01-21 21:17 ` pinskia at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: gdr at gcc dot gnu dot org @ 2007-01-18  2:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #46 from gdr at gcc dot gnu dot org  2007-01-18 02:51 -------
Won't fix for 4.0.x


-- 

gdr at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.4                       |---


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


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

* [Bug c++/14179] [4.0/4.1/4.2/4.3 Regression] out of memory while parsing array with many initializers
       [not found] <bug-14179-7946@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2007-01-18  2:51 ` [Bug c++/14179] [4.0/4.1/4.2/4.3 " gdr at gcc dot gnu dot org
@ 2007-01-21 21:17 ` pinskia at gcc dot gnu dot org
  2007-02-14  9:23 ` mmitchel at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-01-21 21:17 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.1.2


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


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

* [Bug c++/14179] [4.0/4.1/4.2/4.3 Regression] out of memory while parsing array with many initializers
       [not found] <bug-14179-7946@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2007-01-21 21:17 ` pinskia at gcc dot gnu dot org
@ 2007-02-14  9:23 ` mmitchel at gcc dot gnu dot org
  2008-06-13  4:58 ` [Bug c++/14179] [4.1/4.2/4.3/4.4 " pinskia at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-02-14  9:23 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.1.2                       |4.1.3


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


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

* [Bug c++/14179] [4.1/4.2/4.3/4.4 Regression] out of memory while parsing array with many initializers
       [not found] <bug-14179-7946@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2007-02-14  9:23 ` mmitchel at gcc dot gnu dot org
@ 2008-06-13  4:58 ` pinskia at gcc dot gnu dot org
  2008-07-04 16:31 ` [Bug c++/14179] [4.2/4.3/4.4 " jsm28 at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-06-13  4:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #47 from pinskia at gcc dot gnu dot org  2008-06-13 04:57 -------
*** Bug 36516 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexey dot zaytsev at gmail
                   |                            |dot com


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


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

* [Bug c++/14179] [4.2/4.3/4.4 Regression] out of memory while parsing array with many initializers
       [not found] <bug-14179-7946@http.gcc.gnu.org/bugzilla/>
                   ` (7 preceding siblings ...)
  2008-06-13  4:58 ` [Bug c++/14179] [4.1/4.2/4.3/4.4 " pinskia at gcc dot gnu dot org
@ 2008-07-04 16:31 ` jsm28 at gcc dot gnu dot org
  2009-02-22 13:23 ` hubicka at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-07-04 16:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #48 from jsm28 at gcc dot gnu dot org  2008-07-04 16:30 -------
Closing 4.1 branch.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.1/4.2/4.3/4.4 Regression]|[4.2/4.3/4.4 Regression] out
                   |out of memory while parsing |of memory while parsing
                   |array with many initializers|array with many initializers
   Target Milestone|4.1.3                       |4.2.5


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


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

* [Bug c++/14179] [4.2/4.3/4.4 Regression] out of memory while parsing array with many initializers
       [not found] <bug-14179-7946@http.gcc.gnu.org/bugzilla/>
                   ` (8 preceding siblings ...)
  2008-07-04 16:31 ` [Bug c++/14179] [4.2/4.3/4.4 " jsm28 at gcc dot gnu dot org
@ 2009-02-22 13:23 ` hubicka at gcc dot gnu dot org
  2009-02-22 13:39 ` steven at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: hubicka at gcc dot gnu dot org @ 2009-02-22 13:23 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #49 from hubicka at gcc dot gnu dot org  2009-02-22 13:23 -------
Similarly as in PR c/12245 we build a tons of unnecesary CONVERT_EXPRs. 
Avoiding this by same patch as attached to PR c/12245 brings garbage donwn
by 54% from:

cp/lex.c:511 (build_lang_decl)                        94176: 0.0%     116432:
0.0%     826264: 0.1%      98952: 0.0%       4247
toplev.c:1538 (realloc_for_line_map)                      0: 0.0%    1310720:
0.1%    1316864: 0.1%     555008: 0.1%          7
ggc-common.c:187 (ggc_calloc)                     134478488:12.0%     188112:
0.0%  134356240:14.6%      18504: 0.0%       2913
cp/decl.c:4683 (reshape_init_array_1)                     0: 0.0% 
374786120:20.5%  373090856:40.6%  211006352:43.0%         22
cp/parser.c:14709 (cp_parser_initializer_list)    373090856:33.3% 
374786120:20.5%         88: 0.0%  211006360:43.0%         23
tree.c:1004 (build_int_cst_wide)                       8640: 0.0%          0:
0.0%  402626592:43.8%          0: 0.0%    8388234
convert.c:752 (convert_to_integer)                603950328:54.0%          0:
0.0%          0: 0.0%   67105592:13.7%    8388199
Total                                            1118959027       1826757514   
    919671455        491189724         16977745
source location                                     Garbage            Freed   
         Leak         Overhead            Times

to:

cp/lex.c:511 (build_lang_decl)                        94176: 0.0%     116432:
0.0%     826264: 0.1%      98952: 0.0%       4247
toplev.c:1538 (realloc_for_line_map)                      0: 0.0%    1310720:
0.1%    1316864: 0.1%     555008: 0.1%          7
ggc-common.c:187 (ggc_calloc)                     134478488:26.1%     188112:
0.0%  134356240:14.6%      18504: 0.0%       2913
cp/decl.c:4683 (reshape_init_array_1)                     0: 0.0% 
374786120:20.5%  373090856:40.6%  211006352:49.8%         22
cp/parser.c:14709 (cp_parser_initializer_list)    373090856:72.4% 
374786120:20.5%         88: 0.0%  211006360:49.8%         23
tree.c:1004 (build_int_cst_wide)                       8640: 0.0%          0:
0.0%  402626592:43.8%          0: 0.0%    8388234
Total                                             515008771       1826757514   
    919671455        424084140          8589547
source location                                     Garbage            Freed   
         Leak         Overhead            Times

so saving about 0.5GB of RAM and speeding up correspondingly too.  We can still
improve but this seems low hanging fruit.

Honza


-- 

hubicka at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hubicka at gcc dot gnu dot
                   |                            |org


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


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

* [Bug c++/14179] [4.2/4.3/4.4 Regression] out of memory while parsing array with many initializers
       [not found] <bug-14179-7946@http.gcc.gnu.org/bugzilla/>
                   ` (9 preceding siblings ...)
  2009-02-22 13:23 ` hubicka at gcc dot gnu dot org
@ 2009-02-22 13:39 ` steven at gcc dot gnu dot org
  2009-02-22 14:47 ` hubicka at ucw dot cz
                   ` (7 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: steven at gcc dot gnu dot org @ 2009-02-22 13:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #50 from steven at gcc dot gnu dot org  2009-02-22 13:39 -------
Honza, you realize that the numbers are completely unreadable in bugzilla,
right?


-- 


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


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

* [Bug c++/14179] [4.2/4.3/4.4 Regression] out of memory while parsing array with many initializers
       [not found] <bug-14179-7946@http.gcc.gnu.org/bugzilla/>
                   ` (10 preceding siblings ...)
  2009-02-22 13:39 ` steven at gcc dot gnu dot org
@ 2009-02-22 14:47 ` hubicka at ucw dot cz
  2009-02-23 16:06 ` hubicka at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: hubicka at ucw dot cz @ 2009-02-22 14:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #51 from hubicka at ucw dot cz  2009-02-22 14:47 -------
Subject: Re:  [4.2/4.3/4.4 Regression] out of memory while parsing array with
many initializers

> Honza, you realize that the numbers are completely unreadable in bugzilla,
> right?
THey need some care to read, the columns are still intact, just
interleaved... I wonder why bugzilla insists on the linebreaks?

Honza


-- 


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


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

* [Bug c++/14179] [4.2/4.3/4.4 Regression] out of memory while parsing array with many initializers
       [not found] <bug-14179-7946@http.gcc.gnu.org/bugzilla/>
                   ` (11 preceding siblings ...)
  2009-02-22 14:47 ` hubicka at ucw dot cz
@ 2009-02-23 16:06 ` hubicka at gcc dot gnu dot org
  2009-02-23 16:12 ` mark at codesourcery dot com
                   ` (5 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: hubicka at gcc dot gnu dot org @ 2009-02-23 16:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #52 from hubicka at gcc dot gnu dot org  2009-02-23 16:06 -------
With patches proposed for c/12245 we now need 377MB (from original over 1GB)
garbage and produce 920MB of IL.
Pretty much all the garbage is coming from temporary list constructed here:

      /* Add it to the vector.  */
      CONSTRUCTOR_APPEND_ELT(v, identifier, initializer);

in cp_parser_initializer_list.
Perhaps explicitly freeing would be good idea? 

Honza


-- 


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


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

* [Bug c++/14179] [4.2/4.3/4.4 Regression] out of memory while parsing array with many initializers
       [not found] <bug-14179-7946@http.gcc.gnu.org/bugzilla/>
                   ` (12 preceding siblings ...)
  2009-02-23 16:06 ` hubicka at gcc dot gnu dot org
@ 2009-02-23 16:12 ` mark at codesourcery dot com
  2009-02-23 16:51 ` hubicka at ucw dot cz
                   ` (4 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: mark at codesourcery dot com @ 2009-02-23 16:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #53 from mark at codesourcery dot com  2009-02-23 16:11 -------
Subject: Re:  [4.2/4.3/4.4 Regression] out of memory while
 parsing array with many initializers

hubicka at gcc dot gnu dot org wrote:

> Perhaps explicitly freeing would be good idea? 

I certainly have no objection to explicitly freeing storage if we know
we don't need it anymore.


-- 


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


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

* [Bug c++/14179] [4.2/4.3/4.4 Regression] out of memory while parsing array with many initializers
       [not found] <bug-14179-7946@http.gcc.gnu.org/bugzilla/>
                   ` (13 preceding siblings ...)
  2009-02-23 16:12 ` mark at codesourcery dot com
@ 2009-02-23 16:51 ` hubicka at ucw dot cz
  2009-03-31 16:14 ` [Bug c++/14179] [4.3/4.4/4.5 " jsm28 at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: hubicka at ucw dot cz @ 2009-02-23 16:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #54 from hubicka at ucw dot cz  2009-02-23 16:51 -------
Subject: Re:  [4.2/4.3/4.4 Regression] out of memory while parsing array with
many initializers

> > Perhaps explicitly freeing would be good idea? 
> 
> I certainly have no objection to explicitly freeing storage if we know
> we don't need it anymore.

Problem is that I don't know enough of C++ parser to be sure where we
can safely free this vector?

Honza


-- 


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


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

* [Bug c++/14179] [4.3/4.4/4.5 Regression] out of memory while parsing array with many initializers
       [not found] <bug-14179-7946@http.gcc.gnu.org/bugzilla/>
                   ` (14 preceding siblings ...)
  2009-02-23 16:51 ` hubicka at ucw dot cz
@ 2009-03-31 16:14 ` jsm28 at gcc dot gnu dot org
  2009-08-04 12:27 ` rguenth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2009-03-31 16:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #55 from jsm28 at gcc dot gnu dot org  2009-03-31 16:14 -------
Closing 4.2 branch.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.2/4.3/4.4/4.5 Regression]|[4.3/4.4/4.5 Regression] out
                   |out of memory while parsing |of memory while parsing
                   |array with many initializers|array with many initializers
   Target Milestone|4.2.5                       |4.3.4


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


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

* [Bug c++/14179] [4.3/4.4/4.5 Regression] out of memory while parsing array with many initializers
       [not found] <bug-14179-7946@http.gcc.gnu.org/bugzilla/>
                   ` (15 preceding siblings ...)
  2009-03-31 16:14 ` [Bug c++/14179] [4.3/4.4/4.5 " jsm28 at gcc dot gnu dot org
@ 2009-08-04 12:27 ` rguenth at gcc dot gnu dot org
  2010-05-10 22:07 ` [Bug c++/14179] [4.3/4.4/4.5/4.6 " pinskia at gcc dot gnu dot org
  2010-05-22 18:11 ` rguenth at gcc dot gnu dot org
  18 siblings, 0 replies; 19+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-08-04 12:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #56 from rguenth at gcc dot gnu dot org  2009-08-04 12:25 -------
GCC 4.3.4 is being released, adjusting target milestone.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.3.4                       |4.3.5


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


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

* [Bug c++/14179] [4.3/4.4/4.5/4.6 Regression] out of memory while parsing array with many initializers
       [not found] <bug-14179-7946@http.gcc.gnu.org/bugzilla/>
                   ` (16 preceding siblings ...)
  2009-08-04 12:27 ` rguenth at gcc dot gnu dot org
@ 2010-05-10 22:07 ` pinskia at gcc dot gnu dot org
  2010-05-22 18:11 ` rguenth at gcc dot gnu dot org
  18 siblings, 0 replies; 19+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2010-05-10 22:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #57 from pinskia at gcc dot gnu dot org  2010-05-10 22:06 -------
*** Bug 44066 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |john at puckerupgames dot
                   |                            |com


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


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

* [Bug c++/14179] [4.3/4.4/4.5/4.6 Regression] out of memory while parsing array with many initializers
       [not found] <bug-14179-7946@http.gcc.gnu.org/bugzilla/>
                   ` (17 preceding siblings ...)
  2010-05-10 22:07 ` [Bug c++/14179] [4.3/4.4/4.5/4.6 " pinskia at gcc dot gnu dot org
@ 2010-05-22 18:11 ` rguenth at gcc dot gnu dot org
  18 siblings, 0 replies; 19+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-05-22 18:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #58 from rguenth at gcc dot gnu dot org  2010-05-22 18:09 -------
GCC 4.3.5 is being released, adjusting target milestone.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.3.5                       |4.3.6


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


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

end of thread, other threads:[~2010-05-22 18:11 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-14179-7946@http.gcc.gnu.org/bugzilla/>
2005-10-12  5:44 ` [Bug c++/14179] [3.4/4.0/4.1 Regression] out of memory while parsing array with many initializers ian at airs dot com
2005-10-30 22:13 ` mmitchel at gcc dot gnu dot org
2006-03-11  3:20 ` [Bug c++/14179] [3.4/4.0/4.1/4.2 " mmitchel at gcc dot gnu dot org
2006-07-28 12:20 ` [Bug c++/14179] [4.0/4.1/4.2 " bonzini at gnu dot org
2007-01-18  2:51 ` [Bug c++/14179] [4.0/4.1/4.2/4.3 " gdr at gcc dot gnu dot org
2007-01-21 21:17 ` pinskia at gcc dot gnu dot org
2007-02-14  9:23 ` mmitchel at gcc dot gnu dot org
2008-06-13  4:58 ` [Bug c++/14179] [4.1/4.2/4.3/4.4 " pinskia at gcc dot gnu dot org
2008-07-04 16:31 ` [Bug c++/14179] [4.2/4.3/4.4 " jsm28 at gcc dot gnu dot org
2009-02-22 13:23 ` hubicka at gcc dot gnu dot org
2009-02-22 13:39 ` steven at gcc dot gnu dot org
2009-02-22 14:47 ` hubicka at ucw dot cz
2009-02-23 16:06 ` hubicka at gcc dot gnu dot org
2009-02-23 16:12 ` mark at codesourcery dot com
2009-02-23 16:51 ` hubicka at ucw dot cz
2009-03-31 16:14 ` [Bug c++/14179] [4.3/4.4/4.5 " jsm28 at gcc dot gnu dot org
2009-08-04 12:27 ` rguenth at gcc dot gnu dot org
2010-05-10 22:07 ` [Bug c++/14179] [4.3/4.4/4.5/4.6 " pinskia at gcc dot gnu dot org
2010-05-22 18:11 ` rguenth 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).