public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/32598]  New: [4.3 regression]: 27_io/basic_stringbuf/setbuf/wchar_t/4.cc needs more than 6GB memory to compile
@ 2007-07-02 22:36 hjl at lucon dot org
  2007-07-02 23:37 ` [Bug c++/32598] " pcarlini at suse dot de
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: hjl at lucon dot org @ 2007-07-02 22:36 UTC (permalink / raw)
  To: gcc-bugs

Gcc 4.3 revision 126234 needs more than 6GB to compile
27_io/basic_stringbuf/setbuf/wchar_t/4.cc in libstdc++.
It happens on Linux/ia32, Linux/ia64 and Linux/x86-64.
Revision 126166 is OK.


-- 
           Summary: [4.3 regression]:
                    27_io/basic_stringbuf/setbuf/wchar_t/4.cc needs more
                    than 6GB memory to compile
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl at lucon dot org


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


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

* [Bug c++/32598] [4.3 regression]: 27_io/basic_stringbuf/setbuf/wchar_t/4.cc needs more than 6GB memory to compile
  2007-07-02 22:36 [Bug c++/32598] New: [4.3 regression]: 27_io/basic_stringbuf/setbuf/wchar_t/4.cc needs more than 6GB memory to compile hjl at lucon dot org
@ 2007-07-02 23:37 ` pcarlini at suse dot de
  2007-07-02 23:38 ` pcarlini at suse dot de
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pcarlini at suse dot de @ 2007-07-02 23:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pcarlini at suse dot de  2007-07-02 23:37 -------
I can confirm this. And .../setbuf/char/4.cc is almost as bad.


-- 


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


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

* [Bug c++/32598] [4.3 regression]: 27_io/basic_stringbuf/setbuf/wchar_t/4.cc needs more than 6GB memory to compile
  2007-07-02 22:36 [Bug c++/32598] New: [4.3 regression]: 27_io/basic_stringbuf/setbuf/wchar_t/4.cc needs more than 6GB memory to compile hjl at lucon dot org
  2007-07-02 23:37 ` [Bug c++/32598] " pcarlini at suse dot de
@ 2007-07-02 23:38 ` pcarlini at suse dot de
  2007-07-03 14:07 ` [Bug middle-end/32598] " rguenth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pcarlini at suse dot de @ 2007-07-02 23:38 UTC (permalink / raw)
  To: gcc-bugs



-- 

pcarlini at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-07-02 23:37:59
               date|                            |


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


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

* [Bug middle-end/32598] [4.3 regression]: 27_io/basic_stringbuf/setbuf/wchar_t/4.cc needs more than 6GB memory to compile
  2007-07-02 22:36 [Bug c++/32598] New: [4.3 regression]: 27_io/basic_stringbuf/setbuf/wchar_t/4.cc needs more than 6GB memory to compile hjl at lucon dot org
  2007-07-02 23:37 ` [Bug c++/32598] " pcarlini at suse dot de
  2007-07-02 23:38 ` pcarlini at suse dot de
@ 2007-07-03 14:07 ` rguenth at gcc dot gnu dot org
  2007-07-03 14:15 ` [Bug middle-end/32598] [4.3 Regression]: " rguenth at gcc dot gnu dot org
  2007-07-04  1:17 ` Joey dot ye at intel dot com
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2007-07-03 14:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rguenth at gcc dot gnu dot org  2007-07-03 14:07 -------
Created an attachment (id=13836)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13836&action=view)
testcase (unreduced)

-O -fno-tree-fre is fine, anything above is borked and eats (slowly) all mem.


-- 


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


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

* [Bug middle-end/32598] [4.3 Regression]: 27_io/basic_stringbuf/setbuf/wchar_t/4.cc needs more than 6GB memory to compile
  2007-07-02 22:36 [Bug c++/32598] New: [4.3 regression]: 27_io/basic_stringbuf/setbuf/wchar_t/4.cc needs more than 6GB memory to compile hjl at lucon dot org
                   ` (2 preceding siblings ...)
  2007-07-03 14:07 ` [Bug middle-end/32598] " rguenth at gcc dot gnu dot org
@ 2007-07-03 14:15 ` rguenth at gcc dot gnu dot org
  2007-07-04  1:17 ` Joey dot ye at intel dot com
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2007-07-03 14:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rguenth at gcc dot gnu dot org  2007-07-03 14:15 -------
Fixed with r126252.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
            Summary|[4.3 regression]:           |[4.3 Regression]:
                   |27_io/basic_stringbuf/setbuf|27_io/basic_stringbuf/setbuf
                   |/wchar_t/4.cc needs more    |/wchar_t/4.cc needs more
                   |than 6GB memory to compile  |than 6GB memory to compile
   Target Milestone|---                         |4.3.0
            Version|unknown                     |4.3.0


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


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

* [Bug middle-end/32598] [4.3 Regression]: 27_io/basic_stringbuf/setbuf/wchar_t/4.cc needs more than 6GB memory to compile
  2007-07-02 22:36 [Bug c++/32598] New: [4.3 regression]: 27_io/basic_stringbuf/setbuf/wchar_t/4.cc needs more than 6GB memory to compile hjl at lucon dot org
                   ` (3 preceding siblings ...)
  2007-07-03 14:15 ` [Bug middle-end/32598] [4.3 Regression]: " rguenth at gcc dot gnu dot org
@ 2007-07-04  1:17 ` Joey dot ye at intel dot com
  4 siblings, 0 replies; 6+ messages in thread
From: Joey dot ye at intel dot com @ 2007-07-04  1:17 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from Joey dot ye at intel dot com  2007-07-04 01:17 -------
126198 brought the regression


-- 


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


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

end of thread, other threads:[~2007-07-04  1:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-02 22:36 [Bug c++/32598] New: [4.3 regression]: 27_io/basic_stringbuf/setbuf/wchar_t/4.cc needs more than 6GB memory to compile hjl at lucon dot org
2007-07-02 23:37 ` [Bug c++/32598] " pcarlini at suse dot de
2007-07-02 23:38 ` pcarlini at suse dot de
2007-07-03 14:07 ` [Bug middle-end/32598] " rguenth at gcc dot gnu dot org
2007-07-03 14:15 ` [Bug middle-end/32598] [4.3 Regression]: " rguenth at gcc dot gnu dot org
2007-07-04  1:17 ` Joey dot ye at intel 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).