[Bug c++/23168] [OOM] GCC 4.0.1 OOM's while compiling VBA (works with 3.4.x)

2005-07-31 Thread pomac at vapor dot com
--- Additional Comments From pomac at vapor dot com 2005-08-01 00:54 --- .ii file available from here, 1.1 mb uncompressed... 19575 lines... get it here: http://pomac.netswarm.net/misc/GBA.ii.gz -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23168

[Bug c++/23167] [4.0/4.1 Regression] internal compiler error: in create_tmp_var

2005-07-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-01 01:01 --- Confirmed, reduced testcase: struct dom { static int tostr(); void eval_old() volatile{tostr();} ~dom() throw(); }; -- What|Removed |Added -

[Bug c++/23168] [OOM] GCC 4.0.1 OOM's while compiling VBA (works with 3.4.x)

2005-07-31 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Severity|critical|normal http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23168

[Bug c/22311] [4.0/4.1 Regression] internal compiler error: in c_common_type (-fshort-enums)

2005-07-31 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-01 01:29 --- Subject: Bug 22311 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-08-01 01:29:07 Modified files: gcc: ChangeLog c-typeck.c gcc/tes

[Bug c/22311] [4.0/4.1 Regression] internal compiler error: in c_common_type (-fshort-enums)

2005-07-31 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-01 01:34 --- Subject: Bug 22311 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-08-01 01:34:14 Modified files: gcc: Change

[Bug rtl-optimization/23168] [OOM] GCC 4.0.1 OOM's while compiling VBA (works with 3.4.x)

2005-07-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-01 01:39 --- At least on ppc-darwin, the scheduler takes most of the time and most of the memory usage. -- What|Removed |Added ---

[Bug c/22311] [4.0/4.1 Regression] internal compiler error: in c_common_type (-fshort-enums)

2005-07-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-01 01:40 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug rtl-optimization/23168] [OOM] GCC 4.0.1 OOM's while compiling VBA (works with 3.4.x)

2005-07-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-01 01:53 --- we are trying to allocate 1.5GB on ppc-darwin, this is just wrong This is on the mainline. I have not looked where we were allocating it yet. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23168

[Bug rtl-optimization/23168] [OOM] GCC 4.0.1 OOM's while compiling VBA (works with 3.4.x)

2005-07-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-01 02:11 --- #0 xmalloc_failed (size=1859158144) at /Users/pinskia/src/local3/gcc/libiberty/xmalloc.c:123 #1 0x0042762c in xcalloc (nelem=232394768, elsize=8) at /Users/pinskia/src/local3/gcc/libiberty/ xmalloc.c:164

[Bug c/23165] [4.0/4.1 Regression] ICE with -W

2005-07-31 Thread phython at gcc dot gnu dot org
--- Additional Comments From phython at gcc dot gnu dot org 2005-08-01 02:21 --- http://gcc.gnu.org/ml/gcc-patches/2005-08/msg5.html -- What|Removed |Added Key

[Bug pch/10591] Members of anonymous namespaces should be 'static'

2005-07-31 Thread cpence at gmail dot com
--- Additional Comments From cpence at gmail dot com 2005-08-01 02:24 --- Three months later, any movement on this bug? How is the PCH code in the 4.0 branch? PCH support would be a godsend to people supporting large C++ projects on GCC. -- What|Removed

[Bug pch/10591] Members of anonymous namespaces should be 'static'

2005-07-31 Thread geoffk at geoffk dot org
--- Additional Comments From geoffk at geoffk dot org 2005-08-01 04:31 --- Subject: Re: Members of anonymous namespaces should be 'static' On 31/07/2005, at 7:24 PM, cpence at gmail dot com wrote: > Three months later, any movement on this bug? How is the PCH code > in the 4.0 > b

[Bug fortran/23169] New: INTENT information not used in the middle-end for optimizations

2005-07-31 Thread steven at gcc dot gnu dot org
In the function bar, the INTENT(IN) markers mean that p and q may not be modified by bar. This means that the constants 3 and 12 can be progagated in the function foo. My guess is that there should be some way for alias analysis to be taught about this, so I've added the experts to the CC: li

[Bug libmudflap/23170] New: libmudflap should not use functions marked obsolescent by POSIX/SUS

2005-07-31 Thread debian-gcc at lists dot debian dot org
forwarded from http://bugs.debian.org/320398 /usr/lib/gcc/i486-linux-gnu/4.0.1/../../../../lib/libmudflapth.so: warning: the use of `pthread_attr_setstackaddr' is deprecated, use `pthread_attr_setstack' /usr/lib/gcc/i486-linux-gnu/4.0.1/../../../../lib/libmudflapth.so: warning: the use of `pthread

<    1   2