[Bug java/15543] jv-scan --complexity segfaults

2005-02-09 Thread bothner at gcc dot gnu dot org
--- Additional Comments From bothner at gcc dot gnu dot org 2005-02-09 20:30 --- The patch causes jv-scan.c to fail to built when --enable-mapped-location. You can no longer assign to input_filename and input_line individually. (There are other --enable-mapped-location build failures,

[Bug middle-end/19402] __builtin_powi? still missing

2005-02-09 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-09 20:58 --- Subject: Bug 19402 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-02-09 20:58:13 Modified files: gcc: ChangeLog builtins.c builtins.def

[Bug middle-end/19402] __builtin_powi? still missing

2005-02-09 Thread rguenth at gcc dot gnu dot org
--- Additional Comments From rguenth at gcc dot gnu dot org 2005-02-09 20:59 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug libstdc++/11706] std::pow(T, int) implementation pessimizes code

2005-02-09 Thread rguenth at gcc dot gnu dot org
-- Bug 11706 depends on bug 19402, which changed state. Bug 19402 Summary: __builtin_powi? still missing http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19402 What|Old Value |New Value

[Bug driver/19848] options passed from -verbose-asm do not adequately reflect optimization

2005-02-09 Thread Thomas dot Koenig at online dot de
--- Additional Comments From Thomas dot Koenig at online dot de 2005-02-09 21:19 --- Same thing on i686-pc-linux-gnu with the gcc driver: $ cat main.c int main() { return 0; } $ gcc -S -fverbose-asm -o main-o0.s main.c $ gcc -S -fno-cprop-registers -fno-defer-pop

[Bug middle-end/19857] [4.0 Regression] alignment check of SSE constant fails in simple test program

2005-02-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-09 21:24 --- Confirmed, here is a testcase which uses abort: typedef float V __attribute__ ((vector_size (16))); typedef __SIZE_TYPE__ uintptr_t; V foo; void abort (void); int main(void) { V *foo2 = foo; if

[Bug middle-end/19583] [4.0 Regression] Incorrect diagnostic: control may reach end of non-void function '...' being inlined

2005-02-09 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-09 21:40 --- Subject: Bug 19583 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-02-09 21:40:01 Modified files: gcc: ChangeLog gimple-low.c Log

[Bug middle-end/19583] [4.0 Regression] Incorrect diagnostic: control may reach end of non-void function '...' being inlined

2005-02-09 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-09 21:40 --- Subject: Bug 19583 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-02-09 21:40:36 Modified files: gcc/testsuite : ChangeLog Added files:

[Bug tree-optimization/17549] [4.0 Regression] 10% increase in codesize with C code compared to GCC 3.3

2005-02-09 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-02-09 22:00 --- My TER hack does fix most of the problems, but it also causes a significant regression in the SPEC twolf benchmark. All other benchmarks are roughly the same. I'll try to figure out what is causing the

[Bug libstdc++/11706] std::pow(T, int) implementation pessimizes code

2005-02-09 Thread rguenth at gcc dot gnu dot org
--- Additional Comments From rguenth at gcc dot gnu dot org 2005-02-09 22:15 --- I'll let one of the libstdc++ maintainers sort this one out. With __builtin_powi available now, it should be easy. -- What|Removed |Added

[Bug middle-end/19708] [4.0 Regression] does not fold int_cst-a to just INT_CST

2005-02-09 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-02-09 22:18 --- Andrew, your patch is wrong; fold_offsetof assumes a zero base. Alan, I have no particular interest in fixing this. See how the alpha tcb-offsets.def file addresses this same problem. If this turns out to

[Bug preprocessor/19836] -E -dD includes predefined macros

2005-02-09 Thread jason at catapult dot com
--- Additional Comments From jason at catapult dot com 2005-02-09 22:44 --- (In reply to comment #3) (In reply to comment #2) (In reply to comment #1) This is documented to do this so this is not a bug. I thought -dD was supposed to NOT include predefined macros? This is

[Bug preprocessor/19836] -E -dD includes predefined macros

2005-02-09 Thread neil at daikokuya dot co dot uk
--- Additional Comments From neil at daikokuya dot co dot uk 2005-02-09 22:48 --- Subject: Re: -E -dD includes predefined macros jason at catapult dot com wrote:- Where did you read this? This is what is written in the CPP and GCC manpages, and the GCC online docs. D - Like M

[Bug libstdc++/11706] std::pow(T, int) implementation pessimizes code

2005-02-09 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-02-09 22:55 --- Ok... I will. Just matter of adding a few testcases to your patch, actually. -- What|Removed |Added

[Bug driver/19848] options passed from -verbose-asm do not adequately reflect optimization

2005-02-09 Thread falk at debian dot org
--- Additional Comments From falk at debian dot org 2005-02-09 22:57 --- There are a gazillion places where we just check if (optimize) without any specific flag. It would be quite a lot of work to introduce flags for all of them, and I'm not sure it's worth it... --

[Bug target/18251] unable to find a register to spill in class `POINTER_REGS'

2005-02-09 Thread bjoern dot m dot haase at web dot de
--- Additional Comments From bjoern dot m dot haase at web dot de 2005-02-09 23:14 --- Maybe this will help to localize the origin of the bug a bit better: I have made the observation that the presence of the bug strongly depends on the size of the memory footprint of the structs.

[Bug c++/18491] testsuite failure: WARNING: g++.old-deja/g++.mike/p10769a.C compilation failed to produce executable

2005-02-09 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-09 23:35 --- Subject: Bug 18491 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-02-09 23:35:19 Modified files: gcc/testsuite : ChangeLog Removed files:

[Bug tree-optimization/17549] [4.0 Regression] 10% increase in codesize with C code compared to GCC 3.3

2005-02-09 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-02-09 23:35 --- The entire diff of .optimized dumps and .s output for twolf on AMD64 is really small, in fact the asm output is different for only one file: config1.c.t65.optimized | 120

[Bug c++/19869] New: Allow to non-friend class to get access to function pointer

2005-02-09 Thread bobm75 at gmail dot com
Reading specs from /opt/gcc-3.3/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/specs Configured with: ../configure --prefix=/opt/gcc-3.3 --enable-languages=c,c++ Thread model: posix gcc version 3.3.6 20050209 (prerelease) The following compiles without errors on a vanilla build of gcc 3.3.5 and gcc 3.3.6

[Bug c++/18491] testsuite failure: WARNING: g++.old-deja/g++.mike/p10769a.C compilation failed to produce executable

2005-02-09 Thread janis at gcc dot gnu dot org
--- Additional Comments From janis at gcc dot gnu dot org 2005-02-09 23:39 --- See the thread at http://gcc.gnu.org/ml/gcc/2005-02/msg00257.html. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18491

[Bug target/14625] [ix86] tail call optimization missed with syscall attribute

2005-02-09 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-02-09 23:47 --- Yes. The test should look something like + popc = RETURN_POPS_ARGS (current_function_decl, + TREE_TYPE (current_function_decl), +

[Bug preprocessor/19836] -E -dD includes predefined macros

2005-02-09 Thread jason at catapult dot com
--- Additional Comments From jason at catapult dot com 2005-02-09 23:50 --- (In reply to comment #6) Subject: Re: -E -dD includes predefined macros jason at catapult dot com wrote:- Where did you read this? This is what is written in the CPP and GCC manpages, and the GCC

[Bug c++/18491] testsuite failure: WARNING: g++.old-deja/g++.mike/p10769a.C compilation failed to produce executable

2005-02-09 Thread zack at codesourcery dot com
--- Additional Comments From zack at codesourcery dot com 2005-02-09 23:58 --- There is also p10769b.C (in the same directory) with exactly the same dubious construct, this time marked as should-give-an-error. Do we want to keep that one? --

[Bug target/19634] [4.0 regression] Infinite memory usage on Alpha

2005-02-09 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||pinskia at gcc dot gnu dot ||org

[Bug c++/19869] [3.3 Regression] Allow to non-friend class to get access to function pointer

2005-02-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-10 00:11 --- Confirmed, only a 3.3 regression. Related to PR 16413. -- What|Removed |Added

[Bug c++/18838] [3.4 only] overload resolution depends on previous uses of the symbol

2005-02-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-10 00:13 --- Closing as fixed per http://gcc.gnu.org/ml/gcc-patches/2005-02/msg00382.html. -- What|Removed |Added

[Bug java/18131] [meta-bug] inner class problems in java front-end

2005-02-09 Thread mark at gcc dot gnu dot org
-- What|Removed |Added BugsThisDependsOn||19870 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18131

[Bug java/19870] New: gcj -C compiled code accessing private fields of inner classes from outer class give IllegalAccessError

2005-02-09 Thread mark at gcc dot gnu dot org
The following compiled with jikes outputs 42. Compiled with gcj -C and ran with gij gives a java.lang.IllegalAccessError public class A { public static class B { private static int i = 42; } public static void main(String[] args) { System.out.println(B.i); } } --

[Bug java/9369] wrong bytecode generated for static inner class with private constructor

2005-02-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-10 00:26 --- *** Bug 19870 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug java/19870] gcj -C compiled code accessing private fields of inner classes from outer class give IllegalAccessError

2005-02-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-10 00:26 --- This is a dup of bug 9369. *** This bug has been marked as a duplicate of 9369 *** -- What|Removed |Added

[Bug java/18131] [meta-bug] inner class problems in java front-end

2005-02-09 Thread pinskia at gcc dot gnu dot org
-- Bug 18131 depends on bug 19870, which changed state. Bug 19870 Summary: gcj -C compiled code accessing private fields of inner classes from outer class give IllegalAccessError http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19870 What|Old Value |New Value

[Bug libstdc++/19495] basic_string::_M_rep() can produce an unnaturally aligned pointer to _Rep

2005-02-09 Thread janis at gcc dot gnu dot org
--- Additional Comments From janis at gcc dot gnu dot org 2005-02-10 00:27 --- I've made execution of ext/array_allocator/2.cc XFAIL for powerpc*-*-linux*. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19495

[Bug java/19870] gcj -C compiled code accessing private fields of inner classes from outer class give IllegalAccessError

2005-02-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-10 00:27 --- Crap actually it is not. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19870

[Bug java/19870] gcj -C compiled code accessing private fields of inner classes from outer class give IllegalAccessError

2005-02-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-10 00:28 --- Woops. -- What|Removed |Added Status|RESOLVED|UNCONFIRMED

[Bug java/18131] [meta-bug] inner class problems in java front-end

2005-02-09 Thread pinskia at gcc dot gnu dot org
-- Bug 18131 depends on bug 19870, which changed state. Bug 19870 Summary: gcj -C compiled code accessing private fields of inner classes from outer class give IllegalAccessError http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19870 What|Old Value |New Value

[Bug java/19870] gcj -C compiled code accessing private fields of inner classes from outer class give IllegalAccessError

2005-02-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-10 00:29 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW

[Bug libgcj/19823] java fails with non-executable memory

2005-02-09 Thread Hans dot Boehm at hp dot com
--- Additional Comments From Hans dot Boehm at hp dot com 2005-02-10 00:33 --- I agree with Tom's interpretation. The define for USE_MMAP only affects M68K/LINUX. Confirmed with strace on IA/64. I'd prefer to see the USE_MMAP definition in a gcj-specific configuration file. I'd

[Bug tree-optimization/18687] [4.0 Regression] ~50% compile time regression

2005-02-09 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-10 00:33 --- Subject: Bug 18687 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-02-10 00:32:49 Modified files: gcc: ChangeLog tree-flow.h

[Bug c++/19732] [4.0 regression] Invalid destructor declarations accepted

2005-02-09 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-10 00:35 --- Subject: Bug 19732 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-02-10 00:34:47 Modified files: gcc/cp : ChangeLog call.c decl.c parser.c

[Bug c++/19739] [3.4/4.0 Regression] ICE with additional comma in attribute

2005-02-09 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-10 00:35 --- Subject: Bug 19739 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-02-10 00:34:47 Modified files: gcc/cp : ChangeLog call.c decl.c parser.c

[Bug c++/19787] [3.4/4.0 Regression] Internal compiler error with ambiguous conversion functions

2005-02-09 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-10 00:35 --- Subject: Bug 19787 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-02-10 00:34:47 Modified files: gcc/cp : ChangeLog call.c decl.c parser.c

[Bug c++/19826] [4.0 Regression] More array bounds rejected as non-constant in template...

2005-02-09 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-10 00:35 --- Subject: Bug 19826 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-02-10 00:34:47 Modified files: gcc/cp : ChangeLog call.c decl.c parser.c

[Bug c++/19762] [3.4/4.0 regression] ICE in invalid explicit instantiation of a destructor

2005-02-09 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-10 00:35 --- Subject: Bug 19762 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-02-10 00:34:47 Modified files: gcc/cp : ChangeLog call.c decl.c parser.c

[Bug c++/19732] [4.0 regression] Invalid destructor declarations accepted

2005-02-09 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-02-10 00:40 --- Fixed in 4.0. -- What|Removed |Added Status|ASSIGNED

[Bug c++/19739] [3.4] ICE with additional comma in attribute

2005-02-09 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-02-10 00:42 --- Fixed in 4.0. -- What|Removed |Added Summary|[3.4/4.0 Regression] ICE|[3.4]

[Bug c++/19762] [3.4 regression] ICE in invalid explicit instantiation of a destructor

2005-02-09 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-02-10 00:42 --- Fixed in 4.0. -- What|Removed |Added Summary|[3.4/4.0 regression] ICE in |[3.4

[Bug c++/19787] [3.4 Regression] Internal compiler error with ambiguous conversion functions

2005-02-09 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-02-10 00:43 --- Fixed in 4.0. -- What|Removed |Added Summary|[3.4/4.0 Regression]|[3.4

[Bug c++/19826] [4.0 Regression] More array bounds rejected as non-constant in template...

2005-02-09 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-02-10 00:44 --- Fixed in 4.0. -- What|Removed |Added Status|ASSIGNED

[Bug tree-optimization/18687] [4.0 Regression] ~50% compile time regression

2005-02-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-10 00:51 --- (In reply to comment #22) So does someone do more testings again? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18687

[Bug c++/18470] [4.0 regression] array bound rejected as non-constant in template

2005-02-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-10 01:05 --- Subject: Bug 18470 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-02-10 01:05:32 Modified files: gcc/testsuite : ChangeLog Added files:

[Bug c++/18470] [4.0 regression] array bound rejected as non-constant in template

2005-02-09 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-10 01:05 --- Subject: Bug 18470 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-02-10 01:05:32 Modified files: gcc/testsuite : ChangeLog Added files:

[Bug target/19634] [4.0 regression] Infinite memory usage on Alpha

2005-02-09 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-02-10 01:07 --- Some sort of reload bug. We keep allocating new spill slots. -- What|Removed |Added

[Bug c++/19787] [3.4 Regression] Internal compiler error with ambiguous conversion functions

2005-02-09 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-02-10 01:12 --- Fixed in GCC 3.4.4. -- What|Removed |Added Status|ASSIGNED

[Bug c++/19762] [3.4 regression] ICE in invalid explicit instantiation of a destructor

2005-02-09 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-10 01:12 --- Subject: Bug 19762 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2005-02-10 01:10:16 Modified files: gcc/testsuite :

[Bug c++/19739] [3.4 Regression] ICE with additional comma in attribute

2005-02-09 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-02-10 01:13 --- Fixed in GCC 3.4.4. -- What|Removed |Added Status|ASSIGNED

[Bug c++/19739] [3.4 Regression] ICE with additional comma in attribute

2005-02-09 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-10 01:12 --- Subject: Bug 19739 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2005-02-10 01:10:16 Modified files: gcc/testsuite :

[Bug c++/19787] [3.4 Regression] Internal compiler error with ambiguous conversion functions

2005-02-09 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-10 01:12 --- Subject: Bug 19787 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2005-02-10 01:10:16 Modified files: gcc/testsuite :

[Bug c++/19762] [3.4 regression] ICE in invalid explicit instantiation of a destructor

2005-02-09 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-02-10 01:13 --- Fixed in GCC 3.4.4. -- What|Removed |Added Status|ASSIGNED

[Bug target/19799] sibcall-3.c and sibcall-4.c xfailed on hppa64-*-hpux*

2005-02-09 Thread danglin at gcc dot gnu dot org
-- What|Removed |Added CC||danglin at gcc dot gnu dot ||org Severity|enhancement

[Bug c++/19811] [4.0 Regression] g++ 4.0: ICE on vector delete of undefined class

2005-02-09 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |mark at codesourcery dot com |dot org | Status|NEW

[Bug c/19855] libconv error

2005-02-09 Thread shanwill44 at yahoo dot com
--- Additional Comments From shanwill44 at yahoo dot com 2005-02-10 01:53 --- I reinstalled libiconv and it worked OK. Thank you for your information. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19855

[Bug c++/19634] [4.0 regression] Infinite memory usage on Alpha

2005-02-09 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-02-10 01:59 --- Not a reload bug. RTL state gets mangled by pop_function_context_from called underneath mangle_decl_string. We may be able to work around this problem like so, but I'm still not certain that we're not

[Bug c++/19634] [4.0 regression] Infinite memory usage on Alpha

2005-02-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-10 02:05 --- This is related PR 18683 which is a related problem. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19634

[Bug c++/19634] [4.0 regression] Infinite memory usage on Alpha

2005-02-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-10 02:15 --- RTH, you added the wrong mark before. -- What|Removed |Added CC|

[Bug c++/19634] [4.0 regression] Infinite memory usage on Alpha

2005-02-09 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-02-10 02:20 --- True enough, and one could indeed fix this problem on Alpha by adding a similar check to samegp_function_operand. However, I don't think this is the right approach to this problem. How many other places in

[Bug bootstrap/18810] Operation not supported while installing 4.0.0 on apple-darmin-7.6.0.

2005-02-09 Thread peter at pogma dot com
--- Additional Comments From peter at pogma dot com 2005-02-10 03:08 --- My /dev/null also gets unlinked during 'sudo make install', so I decided to find the problem. I made a shared library that contained an unlink function: #include sys/syscall.h #include string.h int unlink(const

Re: [Bug bootstrap/18810] Operation not supported while installing 4.0.0 on apple-darmin-7.6.0.

2005-02-09 Thread Andrew Pinski
On Feb 9, 2005, at 10:08 PM, peter at pogma dot com wrote: and that darwin's as has a write_object.c which at aoround line 582 has: (void)unlink(out_file_name); So is this really a darwin's as bug rather than a gcc bug. -- Andrew

[Bug bootstrap/18810] Operation not supported while installing 4.0.0 on apple-darmin-7.6.0.

2005-02-09 Thread pinskia at physics dot uc dot edu
--- Additional Comments From pinskia at physics dot uc dot edu 2005-02-10 03:45 --- Subject: Re: Operation not supported while installing 4.0.0 on apple-darmin-7.6.0. On Feb 9, 2005, at 10:08 PM, peter at pogma dot com wrote: and that darwin's as has a write_object.c which at

[Bug ada/19865] [4.0 Regression] ice / gnat bug detected.

2005-02-09 Thread awreynolds at mac dot com
--- Additional Comments From awreynolds at mac dot com 2005-02-10 03:49 --- This also occurs on powerpc-apple-darwin and has been for at least a week. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19865

[Bug bootstrap/18810] Operation not supported while installing 4.0.0 on apple-darmin-7.6.0.

2005-02-09 Thread peter at pogma dot com
--- Additional Comments From peter at pogma dot com 2005-02-10 03:49 --- I filed a radar that /dev/null shouldn't be unlinkable. But gcc should probably avoid '-o /dev/null', it is just used to check if -fvisibility=hidden is available. There must either be another way to do that

[Bug bootstrap/18810] [4.0 Regression] Darwin's as unlinks /dev/null

2005-02-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-10 03:56 --- Reopening as a regression. -- What|Removed |Added Status|RESOLVED

[Bug bootstrap/18810] [4.0 Regression] Darwin's as unlinks /dev/null

2005-02-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-10 03:58 --- Peter could you create a patch to deal with this? Please post it to [EMAIL PROTECTED] -- What|Removed |Added

[Bug bootstrap/18810] [4.0 Regression] Darwin's as unlinks /dev/null

2005-02-09 Thread peter at pogma dot com
--- Additional Comments From peter at pogma dot com 2005-02-10 04:05 --- Okay, I'll try. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18810

[Bug c++/19634] [4.0 regression] Infinite memory usage on Alpha

2005-02-09 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-02-10 04:35 --- I agree that the C++ recursion is very ugly. The last time I looked at this, I concluded it would be hard to fix, but now I'm not entirely certain that's true. The problem comes from the call to

[Bug c/4076] -Wunused doesn't warn about static function only called by itself.

2005-02-09 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||pinskia at gcc dot gnu dot ||org Last reconfirmed|2004-08-04

[Bug regression/19871] New: [4.0 regression] cris-elf regression: gcc.c-torture/execute/931004-2.c, 931004-4.c, 931004-8.c -O3 -funroll-all-loops

2005-02-09 Thread hp at gcc dot gnu dot org
These failures were introduced between LAST_UPDATED: Wed Feb 9 22:53:30 UTC 2005 and Thu Feb 10 02:25:27 UTC 2005 FAIL: gcc.c-torture/execute/931004-2.c execution, -O3 -fomit-frame-pointer -funroll-loops FAIL: gcc.c-torture/execute/931004-2.c execution, -O3 -fomit-frame-pointer

[Bug regression/19871] [4.0 regression] cris-elf regression: gcc.c-torture/execute/931004-2.c, 931004-4.c, 931004-8.c -O3 -funroll-all-loops

2005-02-09 Thread hp at gcc dot gnu dot org
--- Additional Comments From hp at gcc dot gnu dot org 2005-02-10 06:07 --- Based on cvs diff for the quoted time-frame and this being exposed by -funroll-all-loops, I added you as CC. What can I do to help investigation? -- What|Removed |Added

[Bug libgcj/19823] java fails with non-executable memory

2005-02-09 Thread aj at gcc dot gnu dot org
--- Additional Comments From aj at gcc dot gnu dot org 2005-02-10 06:11 --- I agree, the USE_MMAP is not global. I'm trying now the following patch to see whether we're really on the right track: Index:

[Bug regression/19829] [4.0 regression] cris-elf testsuite failure: 21_strings/basic_string/find/char/3.cc execution test

2005-02-09 Thread hp at gcc dot gnu dot org
--- Additional Comments From hp at gcc dot gnu dot org 2005-02-10 06:16 --- On two different systems, each: Gone with LAST_UPDATED: Wed Feb 9 17:26:30 UTC 2005 (Was still there with Wed Feb 9 07:18:07 UTC 2005) Gone with LAST_UPDATED: Thu Feb 10 02:25:27 UTC 2005 (Was still there

[Bug regression/19829] [4.0 regression] cris-elf testsuite failure: 21_strings/basic_string/find/char/3.cc execution test

2005-02-09 Thread hp at gcc dot gnu dot org
--- Additional Comments From hp at gcc dot gnu dot org 2005-02-10 06:18 --- Um wait, ignore that conclusion and the first range in comment #1. Flaky machine... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19829

[Bug target/19830] cris-elf testsuite failure: gcc.c-torture/execute/920501-8.c execute tests.

2005-02-09 Thread hp at gcc dot gnu dot org
--- Additional Comments From hp at gcc dot gnu dot org 2005-02-10 06:28 --- This test succeeds with LAST_UPDATED: Thu Feb 10 02:25:27 UTC 2005 Last known to fail with LAST_UPDATED: Wed Feb 9 22:53:30 UTC 2005 Closing as fixed. Unknown specific reason. -- What|Removed

[Bug target/19745] [meta-bug]: cris-elf gcc, g++, objc testsuite failures as of Tue Feb 1 22:03:59 UTC 2005

2005-02-09 Thread hp at gcc dot gnu dot org
-- Bug 19745 depends on bug 19830, which changed state. Bug 19830 Summary: cris-elf testsuite failure: gcc.c-torture/execute/920501-8.c execute tests. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19830 What|Old Value |New Value

[Bug c++/19811] [4.0 Regression] g++ 4.0: ICE on vector delete of undefined class

2005-02-09 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-10 07:55 --- Subject: Bug 19811 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-02-10 07:55:06 Modified files: gcc/testsuite : ChangeLog gcc/cp :

[Bug c++/19811] [4.0 Regression] g++ 4.0: ICE on vector delete of undefined class

2005-02-09 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-02-10 07:57 --- Fixed in 4.0. -- What|Removed |Added Status|ASSIGNED

<    1   2