[Bug tree-optimization/27882] [4.2 regression] segfault in ipa-inline.c, if (e->callee->local.disregard_inline_limits

2006-06-06 Thread pinskia at gcc dot gnu dot org
--- Comment #13 from pinskia at gcc dot gnu dot org 2006-06-07 06:37 --- Nothing I have tried so far has worked and I don't understand how we could remove a node from here. Oh, I see remove node is correct, we duplicate the nodes which I did not know about until now. -- http://gcc

[Bug debug/26754] [4.0/4.1/4.2 Regression] Wrong debug info for variable accessed non-locally

2006-06-06 Thread ebotcazou at gcc dot gnu dot org
--- Comment #6 from ebotcazou at gcc dot gnu dot org 2006-06-07 06:19 --- > The idea of this patch seems OK, but let's find a way to avoid duplicating the > declare_tmp_vars code, perhaps by making another small routine to find the > outermost BIND_EXPR in a function? Do you really wan

[Bug tree-optimization/27882] [4.2 regression] segfault in ipa-inline.c, if (e->callee->local.disregard_inline_limits

2006-06-06 Thread pinskia at gcc dot gnu dot org
--- Comment #12 from pinskia at gcc dot gnu dot org 2006-06-07 06:00 --- Wait in tree-inline.c, we do: /* Update callgraph if needed. */ cgraph_remove_node (cg_edge->callee); Isn't that wrong as we could inline the callee a couple of times? Don't we want to do: /* Update callgra

[Bug tree-optimization/27882] [4.2 regression] segfault in ipa-inline.c, if (e->callee->local.disregard_inline_limits

2006-06-06 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2006-06-07 05:50 --- The dtor for "Ref, std::allocator > > >" is the node which has been freed. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27882

[Bug tree-optimization/27882] [4.2 regression] segfault in ipa-inline.c, if (e->callee->local.disregard_inline_limits

2006-06-06 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2006-06-07 05:30 --- The last time I ran into this was back in 2005, and I had committed the following patch: 2005-08-29 Andrew Pinski <[EMAIL PROTECTED]> PR middle-end/23408 * ipa-inline.c (cgraph_decide_inlining_in

[Bug tree-optimization/27882] [4.2 regression] segfault in ipa-inline.c, if (e->callee->local.disregard_inline_limits

2006-06-06 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2006-06-07 05:19 --- Created an attachment (id=11620) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11620&action=view) shorest testcase I can reduce to This is the shorest testcase I could reduce this to, I did it on powerpc-darwi

[Bug fortran/18923] segfault after subroutine name confusion

2006-06-06 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-06-07 05:07 --- (In reply to comment #5) > This is no longer giving a segfault on i686-pc-linux-gnu. > end > 1 > Internal Error at (1): > gfc_get_default_type(): Bad symbol > Maybe this is good enough? There is an internal erro

[Bug java/27908] VMSecureRandom generateSeed infinite loop? (Regression)

2006-06-06 Thread csm at gnu dot org
--- Comment #13 from csm at gnu dot org 2006-06-07 04:49 --- Very little (I'd assume no) code in Classpath requires that the `volatile' modifier be properly supported. 0.91 introduced a class that did, that's all. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27908

[Bug fortran/19310] unnecessary error for overflowing results

2006-06-06 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2006-06-07 03:28 --- I would like to work on this one. The range check is only looking for ARITH_OK when it could also see ARITH_UNDERFLOW or ARITH_OVERFLOW. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19310

[Bug java/27908] VMSecureRandom generateSeed infinite loop? (Regression)

2006-06-06 Thread pinskia at gcc dot gnu dot org
--- Comment #12 from pinskia at gcc dot gnu dot org 2006-06-07 03:23 --- (In reply to comment #11) > Alright, but, it seems strange that code that worked 2 months ago is suddenly > broken due to a bug filed 6 years ago. The "Regression" status of this > particular situation and this pa

[Bug java/27908] VMSecureRandom generateSeed infinite loop? (Regression)

2006-06-06 Thread r_ovidius at eml dot cc
--- Comment #11 from r_ovidius at eml dot cc 2006-06-07 03:16 --- Alright, but, it seems strange that code that worked 2 months ago is suddenly broken due to a bug filed 6 years ago. The "Regression" status of this particular situation and this particular code seems to get lost when cal

[Bug fortran/18923] segfault after subroutine name confusion

2006-06-06 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2006-06-07 03:13 --- This is no longer giving a segfault on i686-pc-linux-gnu. In file foo.f90:3 subroutine FOO 1 Error: MODULE attribute conflicts with PROCEDURE attribute at (1) In file foo.f90:4 in

[Bug java/1305] [JSR133] GCJ ignores volatile modifier

2006-06-06 Thread csm at gnu dot org
--- Comment #6 from csm at gnu dot org 2006-06-07 02:52 --- *** Bug 27908 has been marked as a duplicate of this bug. *** -- csm at gnu dot org changed: What|Removed |Added ---

[Bug java/27908] VMSecureRandom generateSeed infinite loop? (Regression)

2006-06-06 Thread csm at gnu dot org
--- Comment #10 from csm at gnu dot org 2006-06-07 02:52 --- Duplicate of bug 1305. A workaround for this case exists. The bytecode problem mentioned below has been filed as bug 27925. *** This bug has been marked as a duplicate of 1305 *** -- csm at gnu dot org changed:

[Bug target/27875] [4.2 Regression] ICE on gcc testsuite.

2006-06-06 Thread dje at gcc dot gnu dot org
--- Comment #2 from dje at gcc dot gnu dot org 2006-06-07 02:31 --- Can you provide any information about what initially produces the (subreg:DF (reg:DI)) ? -- dje at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/27793] [4.1 Regression] num_ssa_names inconsistent or immediate use iterator wrong

2006-06-06 Thread amacleod at gcc dot gnu dot org
--- Comment #17 from amacleod at redhat dot com 2006-06-07 00:51 --- Subject: Bug 27793 Author: amacleod Date: Wed Jun 7 00:51:27 2006 New Revision: 114458 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114458 Log: 2006-06-06 Andrew MacLeod <[EMAIL PROTECTED]> PR mid

[Bug java/27925] Trampolines not generated for private inner class methods.

2006-06-06 Thread csm at gnu dot org
--- Comment #1 from csm at gnu dot org 2006-06-07 00:42 --- Created an attachment (id=11618) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11618&action=view) Test case. Test case. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27925

[Bug java/27925] New: Trampolines not generated for private inner class methods.

2006-06-06 Thread csm at gnu dot org
$blargh.foo()V at xxx.main(xxx.java:5) $ gcj --version gcj (GCC) 4.2.0 20060606 (experimental) -- Summary: Trampolines not generated for private inner class methods. Product: gcc Version: 4.2.0 Status: UNCONFIRMED

[Bug c++/27924] internal compiler error: extract_insn, while compiling Gecode

2006-06-06 Thread Harmon dot Nine at gmail dot com
--- Comment #3 from Harmon dot Nine at gmail dot com 2006-06-07 00:36 --- Created an attachment (id=11617) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11617&action=view) pre-compiled source if imp.cc -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27924

[Bug c++/27924] internal compiler error: extract_insn, while compiling Gecode

2006-06-06 Thread Harmon dot Nine at gmail dot com
--- Comment #2 from Harmon dot Nine at gmail dot com 2006-06-07 00:35 --- Created an attachment (id=11616) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11616&action=view) Stdout and Stderr of gcc command to make pre-processed source -- http://gcc.gnu.org/bugzilla/show_bug.cg

[Bug c++/27924] internal compiler error: extract_insn, while compiling Gecode

2006-06-06 Thread Harmon dot Nine at gmail dot com
--- Comment #1 from Harmon dot Nine at gmail dot com 2006-06-07 00:34 --- G++ command used to generate pre-compiled source: /usr/local/bin/g++ -v -save-temps -I. -I. -DNDEBUG -Wall -ggdb -O3 -fno-strict-aliasing -finline-limit=3000 -ffast-math -mthreads -DGECODE_BUILD_INT -c -o int/var

[Bug c++/27924] New: internal compiler error: extract_insn, while compiling Gecode

2006-06-06 Thread Harmon dot Nine at gmail dot com
-- Summary: internal compiler error: extract_insn, while compiling Gecode Product: gcc Version: 4.1.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at

[Bug fortran/27786] Bad interaction between Cray pointer, assumed-size array and bounds checking

2006-06-06 Thread langton at gcc dot gnu dot org
-- langton at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |langton at gcc dot gnu dot |dot org

[Bug java/27908] VMSecureRandom generateSeed infinite loop? (Regression)

2006-06-06 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2006-06-07 00:14 --- (In reply to comment #8) > A workaround is to replace: > > while (running) > counter++; Is running marked as volatile? If it is, then this is a dup of bug 1305, otherwise this is a bug in both the library sou

[Bug java/27908] VMSecureRandom generateSeed infinite loop? (Regression)

2006-06-06 Thread csm at gnu dot org
--- Comment #8 from csm at gnu dot org 2006-06-07 00:08 --- A workaround is to replace: while (running) counter++; with: while (isRunning ()) counter++; And to add a method: boolean isRunning () { return running; } I'm working on a patch for this. -- http

[Bug target/19770] gcc.c-torture/compile/20050113-1.c: ICE: in extract_insn, at recog.c:2083

2006-06-06 Thread danglin at gcc dot gnu dot org
--- Comment #5 from danglin at gcc dot gnu dot org 2006-06-06 23:31 --- Reconfirmed in 3.4.6. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19770

[Bug target/27922] final link failed: Nonrepresentable section on output

2006-06-06 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-06-06 23:27 --- First is how did you build the shared libraries libjscore.so and libglib-2.0.so. Second, kjs/.libs/testkjs: hidden symbol `__udivsi3' in /work/jlime/dev/donkey/6xx/build/tmp/cross/lib/gcc/sh3-linux/4.1.1/libgcc.a(_

[Bug target/27650] internal compiler error while compiling Gecode

2006-06-06 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2006-06-06 23:14 --- (In reply to comment #7) > Bugfix worked for me. Compilation definitely got farther. However, there's > another bug. Pls. see bug 26622. As mentioned in that PR, the problem there is unrelated to your code. The r

[Bug target/27650] internal compiler error while compiling Gecode

2006-06-06 Thread Harmon dot Nine at gmail dot com
--- Comment #7 from Harmon dot Nine at gmail dot com 2006-06-06 23:02 --- Bugfix worked for me. Compilation definitely got farther. However, there's another bug. Pls. see bug 26622. Gecode may be a good compiler test package; it seems to use some advanced C++ features. -- http:

[Bug middle-end/26622] [4.0 Regression] ICE in extract_insn, at recog.c:2084

2006-06-06 Thread pinskia at gcc dot gnu dot org
--- Comment #18 from pinskia at gcc dot gnu dot org 2006-06-06 22:58 --- (In reply to comment #15) > Hello all. I notice the last comment for this bug was made on May 29th. > Today > is June 06 (06-06-06 ). I've *just* (i.e. yesterday) download the latest > source from the 4_1 b

[Bug middle-end/26622] [4.0 Regression] ICE in extract_insn, at recog.c:2084

2006-06-06 Thread Harmon dot Nine at gmail dot com
--- Comment #17 from Harmon dot Nine at gmail dot com 2006-06-06 22:55 --- Created an attachment (id=11615) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11615&action=view) Pro-processed source that incurs internal compiler error -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id

[Bug middle-end/26622] [4.0 Regression] ICE in extract_insn, at recog.c:2084

2006-06-06 Thread Harmon dot Nine at gmail dot com
--- Comment #16 from Harmon dot Nine at gmail dot com 2006-06-06 22:54 --- Created an attachment (id=11614) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11614&action=view) Stdout and Stderr of gcc command to make pre-processed source -- http://gcc.gnu.org/bugzilla/show_bug.c

[Bug middle-end/26622] [4.0 Regression] ICE in extract_insn, at recog.c:2084

2006-06-06 Thread Harmon dot Nine at gmail dot com
--- Comment #15 from Harmon dot Nine at gmail dot com 2006-06-06 22:52 --- Hello all. I notice the last comment for this bug was made on May 29th. Today is June 06 (06-06-06 ). I've *just* (i.e. yesterday) download the latest source from the 4_1 branch and compiled and installed

[Bug target/26223] [4.0 regression] ICE on long double with -mno-80387

2006-06-06 Thread roger at eyesopen dot com
--- Comment #13 from roger at eyesopen dot com 2006-06-06 22:41 --- This should now be fixed on all active branches. -- roger at eyesopen dot com changed: What|Removed |Added -

[Bug libstdc++/27904] operator>> to floating point variable does not support "inf", "infinity", or "nan"

2006-06-06 Thread pcarlini at suse dot de
--- Comment #13 from pcarlini at suse dot de 2006-06-06 22:36 --- (In reply to comment #12) > At this web page: > http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1568.htm > > I see this: > > "The formatted input functions shall support the additional conversion > specifica

[Bug c++/27666] [4.0/4.1/4.2 regression] ICE with volatile in conditional expression

2006-06-06 Thread mark at codesourcery dot com
--- Comment #4 from mark at codesourcery dot com 2006-06-06 22:35 --- Subject: Re: [4.0/4.1/4.2 regression] ICE with volatile in conditional expression reichelt at gcc dot gnu dot org wrote: > --- Comment #3 from reichelt at gcc dot gnu dot org 2006-06-06 22:12 > --- > The f

[Bug libstdc++/27904] operator>> to floating point variable does not support "inf", "infinity", or "nan"

2006-06-06 Thread ian at airs dot com
--- Comment #12 from ian at airs dot com 2006-06-06 22:18 --- At this web page: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1568.htm I see this: "The formatted input functions shall support the additional conversion specifications specified in C99 subclause 7.19.6.2."

[Bug c++/27666] [4.0/4.1/4.2 regression] ICE with volatile in conditional expression

2006-06-06 Thread reichelt at gcc dot gnu dot org
--- Comment #3 from reichelt at gcc dot gnu dot org 2006-06-06 22:12 --- The following code is accepted. Shouldn't it be rejected then? === struct A { A(int); }; void foo(volatile A a) { 1 ? a : a; } === --

[Bug c++/27666] [4.0/4.1/4.2 regression] ICE with volatile in conditional expression

2006-06-06 Thread mmitchel at gcc dot gnu dot org
--- Comment #2 from mmitchel at gcc dot gnu dot org 2006-06-06 22:04 --- The code is indeed invalid. (There's no copy constructor for A that accepts a volatile A as input, but the conceptual expression is an rvalue, so we have to (conceptually) create a temporary.) -- mmitchel at g

[Bug fortran/23091] ICE in gfc_trans_auto_array_allocation

2006-06-06 Thread patchapp at dberlin dot org
--- Comment #10 from patchapp at dberlin dot org 2006-06-06 22:00 --- Subject: Bug number PR23091 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-06/msg00332.html -- http://gcc.gnu.org/bugzilla/s

[Bug middle-end/26807] [4.2 Regression] FAIL: gcc.dg/torture/pr24626-1.c -O2 (test for excess errors)

2006-06-06 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #12 from dave at hiauly1 dot hia dot nrc dot ca 2006-06-06 21:55 --- Subject: Re: [4.2 Regression] FAIL: gcc.dg/torture/pr24626-1.c -O2 (test for excess errors) > All ICEs occur at the same spot. I'd have to go back and retest > but I'm fairly certain they were all intr

[Bug c++/27177] [4.0 Regression] ICE in build_simple_base_path, at cp/class.c:474

2006-06-06 Thread mmitchel at gcc dot gnu dot org
--- Comment #7 from mmitchel at gcc dot gnu dot org 2006-06-06 21:42 --- Fixed in 4.1.2, 4.2.0. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added A

[Bug middle-end/26807] [4.2 Regression] FAIL: gcc.dg/torture/pr24626-1.c -O2 (test for excess errors)

2006-06-06 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #11 from dave at hiauly1 dot hia dot nrc dot ca 2006-06-06 21:42 --- Subject: Re: [4.2 Regression] FAIL: gcc.dg/torture/pr24626-1.c -O2 (test for excess errors) > Dave, in your last comment you said the patch didn't help but the failure you > showed was for pr24626-2, no

[Bug c++/27177] [4.0/4.1/4.2 Regression] ICE in build_simple_base_path, at cp/class.c:474

2006-06-06 Thread mmitchel at gcc dot gnu dot org
--- Comment #6 from mmitchel at gcc dot gnu dot org 2006-06-06 21:39 --- Subject: Bug 27177 Author: mmitchel Date: Tue Jun 6 21:39:33 2006 New Revision: 114449 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114449 Log: PR c++/27177 * call.c (standard_conversion

[Bug c++/27177] [4.0/4.1/4.2 Regression] ICE in build_simple_base_path, at cp/class.c:474

2006-06-06 Thread mmitchel at gcc dot gnu dot org
--- Comment #5 from mmitchel at gcc dot gnu dot org 2006-06-06 21:39 --- Subject: Bug 27177 Author: mmitchel Date: Tue Jun 6 21:38:54 2006 New Revision: 114448 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114448 Log: PR c++/27177 * call.c (standard_conversion

[Bug java/27908] VMSecureRandom generateSeed infinite loop? (Regression)

2006-06-06 Thread csm at gnu dot org
--- Comment #7 from csm at gnu dot org 2006-06-06 21:32 --- Also note that this test case works fine if compiled to a native binary (C++ ABI) with -O1. So there are likely two bugs here: an optimization issue, and a bytecode generation issue. -- csm at gnu dot org changed:

[Bug middle-end/27733] [4.1/4.2 Regression] Large compile time regression

2006-06-06 Thread sje at cup dot hp dot com
--- Comment #9 from sje at cup dot hp dot com 2006-06-06 21:30 --- 3.39s is not ridiculously slow, 15+ minutes is ridiculously slow. 1.64 seconds using the constant 1. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27733

[Bug libgcj/27908] VMSecureRandom generateSeed infinite loop? (Regression)

2006-06-06 Thread csm at gnu dot org
--- Comment #6 from csm at gnu dot org 2006-06-06 21:30 --- Created an attachment (id=11613) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11613&action=view) Test case. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27908

[Bug libgcj/27908] VMSecureRandom generateSeed infinite loop? (Regression)

2006-06-06 Thread csm at gnu dot org
7; variable has been set to false. The attached test case seems to illustrate the problem, and it looks like a GCJ bug. This test case: - Fails to exit when compiled with GCJ 20060606. Command line: gcj -g -O2 -o PR27908 - Fails to run interpreted when compiled with &#x

[Bug middle-end/27733] [4.1/4.2 Regression] Large compile time regression

2006-06-06 Thread falk at debian dot org
--- Comment #8 from falk at debian dot org 2006-06-06 21:04 --- (In reply to comment #7) > PR 23971 is closed as fixed, I don't know if alpha is having this problem > anymore or not. It takes 3.39s now, which while much faster than it used to be is still ridiculously slow (with 1 as co

[Bug libgcj/27890] [4.2 regression] lib/logging.properties pollutes common namespace

2006-06-06 Thread gerald at pfeifer dot com
--- Comment #7 from gerald at pfeifer dot com 2006-06-06 21:04 --- That would be great. I'd really love to see us support parallel libgcj installations into the same $prefix. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27890

[Bug testsuite/26813] Testsuite does not check for ICEs

2006-06-06 Thread reichelt at gcc dot gnu dot org
--- Comment #4 from reichelt at gcc dot gnu dot org 2006-06-06 21:04 --- > Does the ICE message get translated for different locales? Yes, see e.g. the results from the testcase from comment #3 of PR 26155 below. That shouldn't impact the testsuite AFAIK, because the dg-error markers r

[Bug middle-end/26807] [4.2 Regression] FAIL: gcc.dg/torture/pr24626-1.c -O2 (test for excess errors)

2006-06-06 Thread sje at cup dot hp dot com
--- Comment #10 from sje at cup dot hp dot com 2006-06-06 21:02 --- Dave, in your last comment you said the patch didn't help but the failure you showed was for pr24626-2, not pr24626-1 (-2 vs. -1), which is what the original bug was about. Is pr24626-1 failing for you? It does not fai

[Bug middle-end/27733] [4.1/4.2 Regression] Large compile time regression

2006-06-06 Thread sje at cup dot hp dot com
--- Comment #7 from sje at cup dot hp dot com 2006-06-06 20:48 --- This seems to be identical to PR 23971 on alpha. The test case for that PR: unsigned long long f(unsigned long long x) { return x * 5445825408751490200ULL;} I changed long to 'long long' to make it 64 bits on hppa1.1 a

[Bug testsuite/26813] Testsuite does not check for ICEs

2006-06-06 Thread janis at gcc dot gnu dot org
--- Comment #3 from janis at gcc dot gnu dot org 2006-06-06 20:48 --- Gosh, I don't remember ever seeing this stuff about new exit codes for ICEs. I can rethink how the testsuite detects them, now that we know where to look. Does the ICE message get translated for different locales?

[Bug libgcj/27908] VMSecureRandom generateSeed infinite loop? (Regression)

2006-06-06 Thread r_ovidius at eml dot cc
--- Comment #4 from r_ovidius at eml dot cc 2006-06-06 20:20 --- Linux RH9 2.4.20 450Mhz WinXP 2Ghz I removed the call to VMSecureRandom from SecureRandom and just return length at the moment, and everything works again. The usage of /dev/random did work as well, but binaries would not

[Bug libgcj/27908] VMSecureRandom generateSeed infinite loop? (Regression)

2006-06-06 Thread csm at gnu dot org
--- Comment #3 from csm at gnu dot org 2006-06-06 20:14 --- Also, a good workaround (on Linux and other Unices) is to add this line to your classpath.security file: securerandom.source=file:/dev/random This is generally a good idea. If you have available some file or device that you

[Bug libgcj/27908] VMSecureRandom generateSeed infinite loop? (Regression)

2006-06-06 Thread csm at gnu dot org
--- Comment #2 from csm at gnu dot org 2006-06-06 20:07 --- I don't see any pegged CPU usage with 4.2.0 20060606, on a dual AMD Athlon system, Linux 2.6.6, NPTL threads. The test case does seem to hang, however, after the seed is generated (it takes about a second for the result

[Bug middle-end/27733] [4.1/4.2 Regression] Large compile time regression

2006-06-06 Thread sje at cup dot hp dot com
--- Comment #6 from sje at cup dot hp dot com 2006-06-06 19:52 --- Created an attachment (id=11612) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11612&action=view) Cut down test case Here is a cutdown test case. I reproduced the problem on hppa64-hp-hpux11.11 with this cutdown t

[Bug target/26223] [4.0 regression] ICE on long double with -mno-80387

2006-06-06 Thread sayle at gcc dot gnu dot org
--- Comment #12 from sayle at gcc dot gnu dot org 2006-06-06 19:43 --- Subject: Bug 26223 Author: sayle Date: Tue Jun 6 19:43:17 2006 New Revision: 114446 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114446 Log: PR target/26223 * config/i386/i386.c (construct

[Bug middle-end/27793] [4.1 Regression] num_ssa_names inconsistent or immediate use iterator wrong

2006-06-06 Thread amacleod at redhat dot com
--- Comment #16 from amacleod at redhat dot com 2006-06-06 19:41 --- yes, this appears to fix PR 27894 as well. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27793

[Bug c++/27922] New: final link failed: Nonrepresentable section on output

2006-06-06 Thread kristoffer_e1 at hotmail dot com
Greetings, Using OpenEmbedded (crosscompilation environment) to port applications from x86 to sh3 (SuperH arch). GCC --- Using built-in specs. Target: sh3-linux Configured with: /work/jlime/dev/donkey/6xx/build/tmp/work/i686-linux/gcc-cross-4.1.1-r2/gcc-4.1.1/configure --build=i686-linux --host=

[Bug testsuite/26813] Testsuite does not check for ICEs

2006-06-06 Thread reichelt at gcc dot gnu dot org
--- Comment #2 from reichelt at gcc dot gnu dot org 2006-06-06 19:30 --- Janis went for the second approach: http://gcc.gnu.org/ml/gcc-patches/2006-06/msg00324.html -- reichelt at gcc dot gnu dot org changed: What|Removed |Added --

[Bug libgcj/27921] New: libgcj should support old 1.1-style JNI invocation API

2006-06-06 Thread tromey at gcc dot gnu dot org
I'm adding JNI 1.1 invocation API structures to classpath's jni.h so David Walluck can compile some existing java application. libgcj requires some runtime support to make this work properly. -- Summary: libgcj should support old 1.1-style JNI invocation API Product: gcc

[Bug middle-end/27793] [4.1 Regression] num_ssa_names inconsistent or immediate use iterator wrong

2006-06-06 Thread pinskia at gcc dot gnu dot org
--- Comment #15 from pinskia at gcc dot gnu dot org 2006-06-06 18:58 --- Can someone check to see if the proposed patch also fixes PR 27894, it is the same issue as we have: extern CBaseEntityList *g_pEntityList; inline IHandleEntity* CBaseHandle::Get() const { extern CBaseEntityList *

[Bug c++/27894] [4.1/4.2 Regression] "internal compiler error: Segmentation fault" with -O

2006-06-06 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |pinskia at gcc dot gnu dot |dot org

[Bug libfortran/27919] New: dot_product should be removed from the library

2006-06-06 Thread jb at gcc dot gnu dot org
In gfortran 4.2, the frontend always inlines dot_product. Hence it should be removed from the library. -- Summary: dot_product should be removed from the library Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Prio

[Bug c++/27894] "internal compiler error: Segmentation fault" with -O

2006-06-06 Thread appfault at hotmail dot com
--- Comment #5 from appfault at hotmail dot com 2006-06-06 18:20 --- Created an attachment (id=11611) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11611&action=view) test case Attaching relatively bare-bones test case. It could perhaps be whittled down a bit more, but this was a

[Bug libgcj/27797] win32.cc: FormatMessage fails on win98 for network messages

2006-06-06 Thread r_ovidius at eml dot cc
--- Comment #4 from r_ovidius at eml dot cc 2006-06-06 18:03 --- After reading more from http://tangentsoft.net/wskfaq/newbie.html [2.7], it seems MESSAGE_FROM_MODULE won't really work. A lookup table would be needed like in http://tangentsoft.net/wskfaq/examples/basics/ws-util.cpp for w

[Bug rtl-optimization/26449] [4.2 Regression] ICE with -march=pentium4 -ftree-vectorize in matmul_i4.c in loop invariant motion

2006-06-06 Thread rakdver at gcc dot gnu dot org
--- Comment #7 from rakdver at gcc dot gnu dot org 2006-06-06 17:19 --- Patch: http://gcc.gnu.org/ml/gcc-patches/2006-06/msg00313.html -- rakdver at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/27842] Miscompile of Altivec vec_abs (float) inside loop

2006-06-06 Thread uweigand at gcc dot gnu dot org
--- Comment #9 from uweigand at gcc dot gnu dot org 2006-06-06 17:10 --- Fixed on 4.1 branch and mainline. -- uweigand at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/27842] Miscompile of Altivec vec_abs (float) inside loop

2006-06-06 Thread uweigand at gcc dot gnu dot org
--- Comment #8 from uweigand at gcc dot gnu dot org 2006-06-06 17:05 --- Subject: Bug 27842 Author: uweigand Date: Tue Jun 6 17:04:56 2006 New Revision: 114439 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114439 Log: PR target/27842 * config/rs6000/altivec.md

[Bug target/27842] Miscompile of Altivec vec_abs (float) inside loop

2006-06-06 Thread uweigand at gcc dot gnu dot org
--- Comment #7 from uweigand at gcc dot gnu dot org 2006-06-06 17:01 --- Subject: Bug 27842 Author: uweigand Date: Tue Jun 6 17:01:27 2006 New Revision: 114438 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114438 Log: PR target/27842 * config/rs6000/altivec.md

[Bug libobjc/13946] ObjC configured --with-objc-gc needs external Boehm gc

2006-06-06 Thread ayers at gcc dot gnu dot org
--- Comment #8 from ayers at gcc dot gnu dot org 2006-06-06 16:57 --- Fixed for 4.2.0 -- ayers at gcc dot gnu dot org changed: What|Removed |Added Status|ASSI

[Bug middle-end/27793] [4.1 Regression] num_ssa_names inconsistent or immediate use iterator wrong

2006-06-06 Thread mark at codesourcery dot com
--- Comment #14 from mark at codesourcery dot com 2006-06-06 16:37 --- Subject: Re: [4.1 Regression] num_ssa_names inconsistent or immediate use iterator wrong amacleod at redhat dot com wrote: > --- Comment #13 from amacleod at redhat dot com 2006-06-06 14:43 --- > Created a

[Bug target/27770] [4.2 Regression] wrong code in spec tests for -ftree-vectorize -maltivec

2006-06-06 Thread rguenth at gcc dot gnu dot org
--- Comment #15 from rguenth at gcc dot gnu dot org 2006-06-06 16:35 --- For other reasons it would be nice to be able to place "sync" points in the pass schedule where we re-start with going over all functions for the remaining passes. Per function SSA form is requires for this, though

[Bug libobjc/13946] ObjC configured --with-objc-gc needs external Boehm gc

2006-06-06 Thread ayers at gcc dot gnu dot org
--- Comment #7 from ayers at gcc dot gnu dot org 2006-06-06 16:05 --- Subject: Bug 13946 Author: ayers Date: Tue Jun 6 16:05:47 2006 New Revision: 114435 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114435 Log: 2006-06-06 David Ayers <[EMAIL PROTECTED]> PR libobjc/

[Bug target/27770] [4.2 Regression] wrong code in spec tests for -ftree-vectorize -maltivec

2006-06-06 Thread richard at codesourcery dot com
--- Comment #14 from richard at codesourcery dot com 2006-06-06 15:53 --- Subject: Re: [4.2 Regression] wrong code in spec tests for -ftree-vectorize -maltivec "dje at gcc dot gnu dot org" <[EMAIL PROTECTED]> writes: > We're performing the auto-vectorization in unit-at-a-time-mode, so

[Bug c++/26965] [4.0/4.1/4.2 Regression] Unnecessary debug info for unused consts in C++

2006-06-06 Thread ian at airs dot com
--- Comment #8 from ian at airs dot com 2006-06-06 15:42 --- As I mentioned in the original submission, I'm pretty sure it is caused by RTH's patch for PR 23190. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26965

[Bug target/27770] [4.2 Regression] wrong code in spec tests for -ftree-vectorize -maltivec

2006-06-06 Thread dje at gcc dot gnu dot org
--- Comment #13 from dje at gcc dot gnu dot org 2006-06-06 15:22 --- We're performing the auto-vectorization in unit-at-a-time-mode, so maybe we need to recompile the other functions. It seems that we're going to encounter more problems along these lines with LTO. -- http://gcc.gnu

[Bug target/27770] [4.2 Regression] wrong code in spec tests for -ftree-vectorize -maltivec

2006-06-06 Thread pinskia at gcc dot gnu dot org
--- Comment #12 from pinskia at gcc dot gnu dot org 2006-06-06 15:18 --- (In reply to comment #10) > The auto-vectorizer is a Tree-SSA pass. The section anchors are an RTL pass. > I do not understand why the alignment of the vectorized variables is not known > at section anchor creati

[Bug target/27770] [4.2 Regression] wrong code in spec tests for -ftree-vectorize -maltivec

2006-06-06 Thread richard at codesourcery dot com
--- Comment #11 from richard at codesourcery dot com 2006-06-06 15:16 --- Subject: Re: [4.2 Regression] wrong code in spec tests for -ftree-vectorize -maltivec "dje at gcc dot gnu dot org" <[EMAIL PROTECTED]> writes: > The auto-vectorizer is a Tree-SSA pass. The section anchors are a

[Bug target/27770] [4.2 Regression] wrong code in spec tests for -ftree-vectorize -maltivec

2006-06-06 Thread dje at gcc dot gnu dot org
--- Comment #10 from dje at gcc dot gnu dot org 2006-06-06 15:10 --- The auto-vectorizer is a Tree-SSA pass. The section anchors are an RTL pass. I do not understand why the alignment of the vectorized variables is not known at section anchor creation time. -- http://gcc.gnu.org/b

[Bug target/27770] [4.2 Regression] wrong code in spec tests for -ftree-vectorize -maltivec

2006-06-06 Thread richard at codesourcery dot com
--- Comment #9 from richard at codesourcery dot com 2006-06-06 15:02 --- Subject: Re: [4.2 Regression] wrong code in spec tests for -ftree-vectorize -maltivec "pinskia at gcc dot gnu dot org" <[EMAIL PROTECTED]> writes: > What about instead of absolute numbers doing label subtraction

[Bug middle-end/27793] [4.1 Regression] num_ssa_names inconsistent or immediate use iterator wrong

2006-06-06 Thread amacleod at redhat dot com
--- Comment #13 from amacleod at redhat dot com 2006-06-06 14:43 --- Created an attachment (id=11609) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11609&action=view) assert to add if Jakub's idea is implemented. So do you want to fix it Jakub's way instead of hacking up the tree

[Bug testsuite/26614] make check fails during fixincludes testing.

2006-06-06 Thread tomdkat at comcast dot net
--- Comment #2 from tomdkat at comcast dot net 2006-06-06 14:34 --- I do not get this problem with gcc 4.1.1. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26614

[Bug target/27770] [4.2 Regression] wrong code in spec tests for -ftree-vectorize -maltivec

2006-06-06 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2006-06-06 14:26 --- What about instead of absolute numbers doing label subtraction for section anchors and then we can defer the decision for the layout of the section until after all functions are done compiling? -- pinskia at gcc

[Bug c++/27722] [4.0 regression] ICE incrementing an array

2006-06-06 Thread reichelt at gcc dot gnu dot org
--- Comment #5 from reichelt at gcc dot gnu dot org 2006-06-06 14:21 --- Btw, the fix for PR27804 fixed the problem on mainline before Mark's patch went in. (This might be interesting for a backport to the 4.0 branch.) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27722

[Bug target/27918] stage2 failed: wrong compiler used for host genmodes.

2006-06-06 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-06-06 14:12 --- make boostrap This is invalid, you are trying to bootstrap a cross compiler which will never work. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug libgcj/27890] [4.2 regression] lib/logging.properties pollutes common namespace

2006-06-06 Thread fitzsim at redhat dot com
--- Comment #6 from fitzsim at redhat dot com 2006-06-06 14:07 --- On the JDK lib files are stored in $JAVA_HOME/jre/lib. I've recently moved some files, like libjawt.so, that would conflict for multiple, parallel libgcj installations to the same prefix, to $(libdir)/gcj-$(gcc_version).

[Bug fortran/23091] ICE in gfc_trans_auto_array_allocation

2006-06-06 Thread paul dot richard dot thomas at cea dot fr
--- Comment #9 from paul dot richard dot thomas at cea dot fr 2006-06-06 14:06 --- Created an attachment (id=11608) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11608&action=view) Patch for this and PR27583 This needs cleaning up and a testcase writing but it is nearly there. P

[Bug bootstrap/27918] New: stage2 failed: broken linking / Relocations in generic ELF (EM: 62)

2006-06-06 Thread pluto at agmk dot net
make boostrap (...) stage1/xgcc -Bstage1/ -B/local/devel/toolchain41/sparc-sun-solaris2.9/sparc-sun-solaris2.9/bin/ -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-fo

[Bug middle-end/27909] emacs M-x is undefined

2006-06-06 Thread happyarch at gmail dot com
--- Comment #4 from happyarch at gmail dot com 2006-06-06 13:02 --- Weird, it doesn't fixed. my gcc version is 4.2.0 20060603 (experimental) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27909

[Bug target/26051] [4.2 Regression] libgcc_s.so.1 causes SEGV on Solaris 10/x86

2006-06-06 Thread ro at techfak dot uni-bielefeld dot de
--- Comment #3 from ro at techfak dot uni-bielefeld dot de 2006-06-06 12:54 --- Subject: Re: [4.2 Regression] libgcc_s.so.1 causes SEGV on Solaris 10/x86 steven at gcc dot gnu dot org writes: > Rainer, there is no test case and no description for how to reproduce this. I couldn't f

[Bug ada/27769] cross-gnatmake needs host gcc

2006-06-06 Thread laurent at guerby dot net
--- Comment #15 from laurent at guerby dot net 2006-06-06 12:43 --- Should be fixed now. -- laurent at guerby dot net changed: What|Removed |Added Status|NEW

[Bug ada/27769] cross-gnatmake needs host gcc

2006-06-06 Thread guerby at gcc dot gnu dot org
--- Comment #14 from guerby at gcc dot gnu dot org 2006-06-06 12:38 --- Subject: Bug 27769 Author: guerby Date: Tue Jun 6 12:37:36 2006 New Revision: 114430 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114430 Log: 2006-06-06 Laurent GUERBY <[EMAIL PROTECTED]> PR ad

[Bug ada/27769] cross-gnatmake needs host gcc

2006-06-06 Thread guerby at gcc dot gnu dot org
--- Comment #13 from guerby at gcc dot gnu dot org 2006-06-06 12:37 --- Subject: Bug 27769 Author: guerby Date: Tue Jun 6 12:37:01 2006 New Revision: 114429 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114429 Log: 2006-06-06 Laurent GUERBY <[EMAIL PROTECTED]> PR ad

[Bug fortran/27885] FAIL: libgomp.fortran/vla[1-7].f90 -O0 (test for excess errors)

2006-06-06 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #4 from dave at hiauly1 dot hia dot nrc dot ca 2006-06-06 12:14 --- Subject: Re: FAIL: libgomp.fortran/vla[1-7].f90 -O0 (test for excess errors) > I wonder what outmode is in emit_library_call_value_1: > tfom = lang_hooks.types.type_for_mode (outmode, 0); > > I mi

[Bug target/27390] [4.2 Regression] gcc.target/x86_64/abi/test_complex_returning.c execution fails at -O0

2006-06-06 Thread bonzini at gnu dot org
--- Comment #14 from bonzini at gnu dot org 2006-06-06 12:10 --- Patch pr27390-more.patch was bootstrapped/regtested and the approach was confirmed to be ok by Roger. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27390

[Bug fortran/27916] Problem with allocatable arrays inside OpenMP do loop

2006-06-06 Thread benjamin dot reveille at gmail dot com
--- Comment #1 from benjamin dot reveille at gmail dot com 2006-06-06 12:01 --- For the fortran mailing list thread on this bug see: http://gcc.gnu.org/ml/fortran/2006-06/msg00096.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27916

  1   2   >