public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/12245] [4.3/4.4/4.5/4.6/4.7 regression] Uses lots of memory when compiling large initialized arrays
       [not found] <bug-12245-4@http.gcc.gnu.org/bugzilla/>
@ 2011-06-27 12:22 ` rguenth at gcc dot gnu.org
  2012-01-13 20:25 ` [Bug c/12245] [4.4/4.5/4.6/4.7 " jason at gcc dot gnu.org
                   ` (18 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-06-27 12:22 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

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

--- Comment #49 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-06-27 12:12:05 UTC ---
4.3 branch is being closed, moving to 4.4.7 target.


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

* [Bug c/12245] [4.4/4.5/4.6/4.7 regression] Uses lots of memory when compiling large initialized arrays
       [not found] <bug-12245-4@http.gcc.gnu.org/bugzilla/>
  2011-06-27 12:22 ` [Bug c/12245] [4.3/4.4/4.5/4.6/4.7 regression] Uses lots of memory when compiling large initialized arrays rguenth at gcc dot gnu.org
@ 2012-01-13 20:25 ` jason at gcc dot gnu.org
  2012-01-16 16:58 ` jason at gcc dot gnu.org
                   ` (17 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: jason at gcc dot gnu.org @ 2012-01-13 20:25 UTC (permalink / raw)
  To: gcc-bugs

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

Jason Merrill <jason at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jason at gcc dot gnu.org
      Known to fail|                            |

--- Comment #50 from Jason Merrill <jason at gcc dot gnu.org> 2012-01-13 20:19:41 UTC ---
I can't think of any reason not to fold conversion of an INTEGER_CST to a
different integer type.


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

* [Bug c/12245] [4.4/4.5/4.6/4.7 regression] Uses lots of memory when compiling large initialized arrays
       [not found] <bug-12245-4@http.gcc.gnu.org/bugzilla/>
  2011-06-27 12:22 ` [Bug c/12245] [4.3/4.4/4.5/4.6/4.7 regression] Uses lots of memory when compiling large initialized arrays rguenth at gcc dot gnu.org
  2012-01-13 20:25 ` [Bug c/12245] [4.4/4.5/4.6/4.7 " jason at gcc dot gnu.org
@ 2012-01-16 16:58 ` jason at gcc dot gnu.org
  2012-03-13 12:57 ` [Bug c/12245] [4.5/4.6/4.7/4.8 " jakub at gcc dot gnu.org
                   ` (16 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: jason at gcc dot gnu.org @ 2012-01-16 16:58 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #51 from Jason Merrill <jason at gcc dot gnu.org> 2012-01-16 16:40:48 UTC ---
Author: jason
Date: Mon Jan 16 16:40:38 2012
New Revision: 183214

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183214
Log:
    PR c/12245
    PR c++/14179
    * convert.c (convert_to_integer): Use fold_convert for
    converting an INTEGER_CST to integer type.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/convert.c


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

* [Bug c/12245] [4.5/4.6/4.7/4.8 regression] Uses lots of memory when compiling large initialized arrays
       [not found] <bug-12245-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2012-01-16 16:58 ` jason at gcc dot gnu.org
@ 2012-03-13 12:57 ` jakub at gcc dot gnu.org
  2012-07-02 12:46 ` [Bug c/12245] [4.6/4.7/4.8 " rguenth at gcc dot gnu.org
                   ` (15 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: jakub at gcc dot gnu.org @ 2012-03-13 12:57 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.4.7                       |4.5.4

--- Comment #52 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-03-13 12:44:53 UTC ---
4.4 branch is being closed, moving to 4.5.4 target.


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

* [Bug c/12245] [4.6/4.7/4.8 regression] Uses lots of memory when compiling large initialized arrays
       [not found] <bug-12245-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2012-03-13 12:57 ` [Bug c/12245] [4.5/4.6/4.7/4.8 " jakub at gcc dot gnu.org
@ 2012-07-02 12:46 ` rguenth at gcc dot gnu.org
  2013-04-12 15:15 ` [Bug c/12245] [4.7/4.8/4.9 " jakub at gcc dot gnu.org
                   ` (14 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-07-02 12:46 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.5.4                       |4.6.4


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

* [Bug c/12245] [4.7/4.8/4.9 regression] Uses lots of memory when compiling large initialized arrays
       [not found] <bug-12245-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2012-07-02 12:46 ` [Bug c/12245] [4.6/4.7/4.8 " rguenth at gcc dot gnu.org
@ 2013-04-12 15:15 ` jakub at gcc dot gnu.org
  2014-06-12 13:41 ` [Bug c/12245] [4.7/4.8/4.9/4.10 " rguenth at gcc dot gnu.org
                   ` (13 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: jakub at gcc dot gnu.org @ 2013-04-12 15:15 UTC (permalink / raw)
  To: gcc-bugs


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.6.4                       |4.7.4

--- Comment #53 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-04-12 15:15:36 UTC ---
GCC 4.6.4 has been released and the branch has been closed.


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

* [Bug c/12245] [4.7/4.8/4.9/4.10 regression] Uses lots of memory when compiling large initialized arrays
       [not found] <bug-12245-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2013-04-12 15:15 ` [Bug c/12245] [4.7/4.8/4.9 " jakub at gcc dot gnu.org
@ 2014-06-12 13:41 ` rguenth at gcc dot gnu.org
  2014-12-19 13:24 ` [Bug c/12245] [4.8/4.9/5 " jakub at gcc dot gnu.org
                   ` (12 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-06-12 13:41 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12245

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.7.4                       |4.8.4

--- Comment #54 from Richard Biener <rguenth at gcc dot gnu.org> ---
The 4.7 branch is being closed, moving target milestone to 4.8.4.


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

* [Bug c/12245] [4.8/4.9/5 regression] Uses lots of memory when compiling large initialized arrays
       [not found] <bug-12245-4@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2014-06-12 13:41 ` [Bug c/12245] [4.7/4.8/4.9/4.10 " rguenth at gcc dot gnu.org
@ 2014-12-19 13:24 ` jakub at gcc dot gnu.org
  2015-03-06 13:37 ` rguenth at gcc dot gnu.org
                   ` (11 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: jakub at gcc dot gnu.org @ 2014-12-19 13:24 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12245

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.8.4                       |4.8.5

--- Comment #55 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 4.8.4 has been released.


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

* [Bug c/12245] [4.8/4.9/5 regression] Uses lots of memory when compiling large initialized arrays
       [not found] <bug-12245-4@http.gcc.gnu.org/bugzilla/>
                   ` (7 preceding siblings ...)
  2014-12-19 13:24 ` [Bug c/12245] [4.8/4.9/5 " jakub at gcc dot gnu.org
@ 2015-03-06 13:37 ` rguenth at gcc dot gnu.org
  2015-06-23  8:13 ` [Bug c/12245] [4.8/4.9/5/6 " rguenth at gcc dot gnu.org
                   ` (10 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-03-06 13:37 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12245

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |47344

--- Comment #56 from Richard Biener <rguenth at gcc dot gnu.org> ---
For GCC 5 using C requires 210MB ram, using C++ 430MB.


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

* [Bug c/12245] [4.8/4.9/5/6 regression] Uses lots of memory when compiling large initialized arrays
       [not found] <bug-12245-4@http.gcc.gnu.org/bugzilla/>
                   ` (8 preceding siblings ...)
  2015-03-06 13:37 ` rguenth at gcc dot gnu.org
@ 2015-06-23  8:13 ` rguenth at gcc dot gnu.org
  2015-06-26 19:53 ` [Bug c/12245] [4.9/5/6 " jakub at gcc dot gnu.org
                   ` (9 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-06-23  8:13 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12245

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.8.5                       |4.9.3

--- Comment #57 from Richard Biener <rguenth at gcc dot gnu.org> ---
The gcc-4_8-branch is being closed, re-targeting regressions to 4.9.3.


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

* [Bug c/12245] [4.9/5/6 regression] Uses lots of memory when compiling large initialized arrays
       [not found] <bug-12245-4@http.gcc.gnu.org/bugzilla/>
                   ` (9 preceding siblings ...)
  2015-06-23  8:13 ` [Bug c/12245] [4.8/4.9/5/6 " rguenth at gcc dot gnu.org
@ 2015-06-26 19:53 ` jakub at gcc dot gnu.org
  2015-06-26 20:26 ` jakub at gcc dot gnu.org
                   ` (8 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: jakub at gcc dot gnu.org @ 2015-06-26 19:53 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12245

--- Comment #58 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 4.9.3 has been released.


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

* [Bug c/12245] [4.9/5/6 regression] Uses lots of memory when compiling large initialized arrays
       [not found] <bug-12245-4@http.gcc.gnu.org/bugzilla/>
                   ` (10 preceding siblings ...)
  2015-06-26 19:53 ` [Bug c/12245] [4.9/5/6 " jakub at gcc dot gnu.org
@ 2015-06-26 20:26 ` jakub at gcc dot gnu.org
  2020-05-26 19:42 ` [Bug c/12245] [8/9/10/11 " trass3r at gmail dot com
                   ` (7 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: jakub at gcc dot gnu.org @ 2015-06-26 20:26 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12245

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.9.3                       |4.9.4


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

* [Bug c/12245] [8/9/10/11 regression] Uses lots of memory when compiling large initialized arrays
       [not found] <bug-12245-4@http.gcc.gnu.org/bugzilla/>
                   ` (11 preceding siblings ...)
  2015-06-26 20:26 ` jakub at gcc dot gnu.org
@ 2020-05-26 19:42 ` trass3r at gmail dot com
  2021-05-14  9:45 ` [Bug c/12245] [9/10/11/12 " jakub at gcc dot gnu.org
                   ` (6 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: trass3r at gmail dot com @ 2020-05-26 19:42 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12245

Trass3r <trass3r at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |trass3r at gmail dot com

--- Comment #77 from Trass3r <trass3r at gmail dot com> ---
This kind of code is also heavily used by Qt's resource system so any compile
time improvements are welcome.

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

* [Bug c/12245] [9/10/11/12 regression] Uses lots of memory when compiling large initialized arrays
       [not found] <bug-12245-4@http.gcc.gnu.org/bugzilla/>
                   ` (12 preceding siblings ...)
  2020-05-26 19:42 ` [Bug c/12245] [8/9/10/11 " trass3r at gmail dot com
@ 2021-05-14  9:45 ` jakub at gcc dot gnu.org
  2021-06-01  8:03 ` rguenth at gcc dot gnu.org
                   ` (5 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: jakub at gcc dot gnu.org @ 2021-05-14  9:45 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12245

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|8.5                         |9.4

--- Comment #78 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 8 branch is being closed.

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

* [Bug c/12245] [9/10/11/12 regression] Uses lots of memory when compiling large initialized arrays
       [not found] <bug-12245-4@http.gcc.gnu.org/bugzilla/>
                   ` (13 preceding siblings ...)
  2021-05-14  9:45 ` [Bug c/12245] [9/10/11/12 " jakub at gcc dot gnu.org
@ 2021-06-01  8:03 ` rguenth at gcc dot gnu.org
  2022-05-27  9:33 ` [Bug c/12245] [10/11/12/13 " rguenth at gcc dot gnu.org
                   ` (4 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-06-01  8:03 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12245

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|9.4                         |9.5

--- Comment #79 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 9.4 is being released, retargeting bugs to GCC 9.5.

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

* [Bug c/12245] [10/11/12/13 regression] Uses lots of memory when compiling large initialized arrays
       [not found] <bug-12245-4@http.gcc.gnu.org/bugzilla/>
                   ` (14 preceding siblings ...)
  2021-06-01  8:03 ` rguenth at gcc dot gnu.org
@ 2022-05-27  9:33 ` rguenth at gcc dot gnu.org
  2022-06-28 10:28 ` jakub at gcc dot gnu.org
                   ` (3 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-05-27  9:33 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12245

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|9.5                         |10.4

--- Comment #80 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 9 branch is being closed

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

* [Bug c/12245] [10/11/12/13 regression] Uses lots of memory when compiling large initialized arrays
       [not found] <bug-12245-4@http.gcc.gnu.org/bugzilla/>
                   ` (15 preceding siblings ...)
  2022-05-27  9:33 ` [Bug c/12245] [10/11/12/13 " rguenth at gcc dot gnu.org
@ 2022-06-28 10:28 ` jakub at gcc dot gnu.org
  2022-07-05 13:07 ` carlosgalvezp at gmail dot com
                   ` (2 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: jakub at gcc dot gnu.org @ 2022-06-28 10:28 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12245

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|10.4                        |10.5

--- Comment #81 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 10.4 is being released, retargeting bugs to GCC 10.5.

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

* [Bug c/12245] [10/11/12/13 regression] Uses lots of memory when compiling large initialized arrays
       [not found] <bug-12245-4@http.gcc.gnu.org/bugzilla/>
                   ` (16 preceding siblings ...)
  2022-06-28 10:28 ` jakub at gcc dot gnu.org
@ 2022-07-05 13:07 ` carlosgalvezp at gmail dot com
  2023-06-05 21:25 ` [Bug c/12245] [10/11/12/13/14 " pinskia at gcc dot gnu.org
  2023-07-07 10:28 ` [Bug c/12245] [11/12/13/14 " rguenth at gcc dot gnu.org
  19 siblings, 0 replies; 20+ messages in thread
From: carlosgalvezp at gmail dot com @ 2022-07-05 13:07 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12245

Carlos Galvez <carlosgalvezp at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |carlosgalvezp at gmail dot com

--- Comment #82 from Carlos Galvez <carlosgalvezp at gmail dot com> ---
Hi,

This bug is still present in GCC 11.3.0. My use case is using large
std::arrays. NOTE: the problem immediately goes away if the arrays are not
initialized, but naturally we want to always initialize our variables to
prevent accessing uninitialized data:

-std::array<Foo, 1000000> data{};
+std::array<Foo, 1000000> data;

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

* [Bug c/12245] [10/11/12/13/14 regression] Uses lots of memory when compiling large initialized arrays
       [not found] <bug-12245-4@http.gcc.gnu.org/bugzilla/>
                   ` (17 preceding siblings ...)
  2022-07-05 13:07 ` carlosgalvezp at gmail dot com
@ 2023-06-05 21:25 ` pinskia at gcc dot gnu.org
  2023-07-07 10:28 ` [Bug c/12245] [11/12/13/14 " rguenth at gcc dot gnu.org
  19 siblings, 0 replies; 20+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-06-05 21:25 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12245

--- Comment #83 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Carlos Galvez from comment #82)
> Hi,
> 
> This bug is still present in GCC 11.3.0. My use case is using large
> std::arrays. NOTE: the problem immediately goes away if the arrays are not
> initialized, but naturally we want to always initialize our variables to
> prevent accessing uninitialized data:
> 
> -std::array<Foo, 1000000> data{};
> +std::array<Foo, 1000000> data;

Note the C++ issue listed in comment #82 is a different issue and I think was
improved for GCC 13.

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

* [Bug c/12245] [11/12/13/14 regression] Uses lots of memory when compiling large initialized arrays
       [not found] <bug-12245-4@http.gcc.gnu.org/bugzilla/>
                   ` (18 preceding siblings ...)
  2023-06-05 21:25 ` [Bug c/12245] [10/11/12/13/14 " pinskia at gcc dot gnu.org
@ 2023-07-07 10:28 ` rguenth at gcc dot gnu.org
  19 siblings, 0 replies; 20+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-07-07 10:28 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12245

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|10.5                        |11.5

--- Comment #84 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 10 branch is being closed.

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

end of thread, other threads:[~2023-07-07 10:28 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-12245-4@http.gcc.gnu.org/bugzilla/>
2011-06-27 12:22 ` [Bug c/12245] [4.3/4.4/4.5/4.6/4.7 regression] Uses lots of memory when compiling large initialized arrays rguenth at gcc dot gnu.org
2012-01-13 20:25 ` [Bug c/12245] [4.4/4.5/4.6/4.7 " jason at gcc dot gnu.org
2012-01-16 16:58 ` jason at gcc dot gnu.org
2012-03-13 12:57 ` [Bug c/12245] [4.5/4.6/4.7/4.8 " jakub at gcc dot gnu.org
2012-07-02 12:46 ` [Bug c/12245] [4.6/4.7/4.8 " rguenth at gcc dot gnu.org
2013-04-12 15:15 ` [Bug c/12245] [4.7/4.8/4.9 " jakub at gcc dot gnu.org
2014-06-12 13:41 ` [Bug c/12245] [4.7/4.8/4.9/4.10 " rguenth at gcc dot gnu.org
2014-12-19 13:24 ` [Bug c/12245] [4.8/4.9/5 " jakub at gcc dot gnu.org
2015-03-06 13:37 ` rguenth at gcc dot gnu.org
2015-06-23  8:13 ` [Bug c/12245] [4.8/4.9/5/6 " rguenth at gcc dot gnu.org
2015-06-26 19:53 ` [Bug c/12245] [4.9/5/6 " jakub at gcc dot gnu.org
2015-06-26 20:26 ` jakub at gcc dot gnu.org
2020-05-26 19:42 ` [Bug c/12245] [8/9/10/11 " trass3r at gmail dot com
2021-05-14  9:45 ` [Bug c/12245] [9/10/11/12 " jakub at gcc dot gnu.org
2021-06-01  8:03 ` rguenth at gcc dot gnu.org
2022-05-27  9:33 ` [Bug c/12245] [10/11/12/13 " rguenth at gcc dot gnu.org
2022-06-28 10:28 ` jakub at gcc dot gnu.org
2022-07-05 13:07 ` carlosgalvezp at gmail dot com
2023-06-05 21:25 ` [Bug c/12245] [10/11/12/13/14 " pinskia at gcc dot gnu.org
2023-07-07 10:28 ` [Bug c/12245] [11/12/13/14 " rguenth at gcc dot gnu.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).