[Bug ada/22333] [4.1 Regression] ACATS FAIL c34007p c34007r c45282b spurious discriminant CONSTRAINT_ERROR

2005-11-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #10 from ebotcazou at gcc dot gnu dot org 2005-11-14 07:54 --- > Eric, I believe Richard Kenner has a fix for this one. Great. I've one too, but it is in Gigi. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22333

[Bug ada/20548] [4.1 Regression] ACATS c52103x c52104x c52104y segfault at runtime on x86_64

2005-11-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #18 from ebotcazou at gcc dot gnu dot org 2005-11-14 07:49 --- > Patch pending. No, there is no possible patch. They *have* to be compiled with -fstack-check. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added -

[Bug ada/20548] [4.1 Regression] ACATS c52103x c52104x c52104y segfault at runtime on x86_64

2005-11-13 Thread laurent at guerby dot net
--- Comment #17 from laurent at guerby dot net 2005-11-14 07:47 --- Patch pending. -- laurent at guerby dot net changed: What|Removed |Added AssignedTo|unassigned

[Bug ada/22333] [4.1 Regression] ACATS FAIL c34007p c34007r c45282b spurious discriminant CONSTRAINT_ERROR

2005-11-13 Thread laurent at guerby dot net
--- Comment #9 from laurent at guerby dot net 2005-11-14 07:44 --- Eric, I believe Richard Kenner has a fix for this one. -- laurent at guerby dot net changed: What|Removed |Added

[Bug libgomp/24797] Segfault in libgomp.c/nested-1.c

2005-11-13 Thread uros at kss-loka dot si
--- Comment #2 from uros at kss-loka dot si 2005-11-14 07:13 --- Fixed by Jakub's patch. -- uros at kss-loka dot si changed: What|Removed |Added Status|UNCONF

[Bug c++/24687] [4.1 Regression] ICE after error

2005-11-13 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |mark at codesourcery dot com |dot org

[Bug c++/24817] [3.4/4.0 Regression] g++ accepts multiple function template declarations even if exception-specification doesn't match.

2005-11-13 Thread mmitchel at gcc dot gnu dot org
--- Comment #3 from mmitchel at gcc dot gnu dot org 2005-11-14 05:49 --- Fixed in 4.1. See http://gcc.gnu.org/ml/gcc-patches/2005-11/msg00945.html for rationale for not fixing this PR in earlier releases. -- mmitchel at gcc dot gnu dot org changed: What|Removed

[Bug c++/24817] [3.4/4.0/4.1 Regression] g++ accepts multiple function template declarations even if exception-specification doesn't match.

2005-11-13 Thread mmitchel at gcc dot gnu dot org
--- Comment #2 from mmitchel at gcc dot gnu dot org 2005-11-14 05:45 --- Subject: Bug 24817 Author: mmitchel Date: Mon Nov 14 05:45:45 2005 New Revision: 106884 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=106884 Log: PR c++/24817 * decl.c (check_redeclaration

[Bug tree-optimization/24840] [4.1 Regression] ICE process_assert_insertions_for, at tree-vrp.c:2807

2005-11-13 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2005-11-14 05:00 --- Another testcase: typedef struct {}Object; void Err_Handler (Object,Object) __attribute__ ((__noreturn__)); int P_Error (int argc, Object *argv) { Err_Handler (argv[0], argv[1]); } Object being a struct is

[Bug tree-optimization/24840] [4.1 Regression] ICE process_assert_insertions_for, at tree-vrp.c:2807

2005-11-13 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2005-11-14 04:56 --- Confirmed, reduced testcase: typedef struct {}Object; void Err_Handler () __attribute__ ((__noreturn__)); int P_Error (int argc, Object *argv) { Err_Handler (argv[0], argv[1], argc-2, argv+2); } - Another a

[Bug tree-optimization/24840] [4.1 Regression] ICE process_assert_insertions_for, at tree-vrp.c:2807

2005-11-13 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2005-11-14 04:41 --- Reducing (that means I can confirm this but would like a smaller testcase). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24840

[Bug tree-optimization/24840] [4.1 Regression] ICE process_assert_insertions_for, at tree-vrp.c:2807

2005-11-13 Thread malitzke at metronets dot com
--- Comment #4 from malitzke at metronets dot com 2005-11-14 04:26 --- Created an attachment (id=10232) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10232&action=view) gcc-4.1.0-20051112 -E output of offending source error.c This error.i was made using the same gcc parameters as

[Bug tree-optimization/24840] [4.1 Regression] ICE process_assert_insertions_for, at tree-vrp.c:2807

2005-11-13 Thread pinskia at physics dot uc dot edu
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-11-14 04:03 --- Subject: Re: [4.1 Regression] ICE process_assert_insertions_for, at tree-vrp.c:2807 > > > > --- Comment #2 from malitzke at metronets dot com 2005-11-14 03:58 > --- > Subject: Re: [4.1 Regression] ICE

Re: [Bug tree-optimization/24840] [4.1 Regression] ICE process_assert_insertions_for, at tree-vrp.c:2807

2005-11-13 Thread Andrew Pinski
> > > > --- Comment #2 from malitzke at metronets dot com 2005-11-14 03:58 > --- > Subject: Re: [4.1 Regression] ICE > process_assert_insertions_for, at tree-vrp.c:2807 > > > Here is another try supposedly in plain text. The first bounced at your end > while my copy came ok. > R

[Bug tree-optimization/24840] [4.1 Regression] ICE process_assert_insertions_for, at tree-vrp.c:2807

2005-11-13 Thread malitzke at metronets dot com
--- Comment #2 from malitzke at metronets dot com 2005-11-14 03:58 --- Subject: Re: [4.1 Regression] ICE process_assert_insertions_for, at tree-vrp.c:2807 Here is another try supposedly in plain text. The first bounced at your end while my copy came ok. Regards Ray _

[Bug target/24842] New: testsuite failure: gcc.dg/attr-weakref-1.c execution test

2005-11-13 Thread hp at gcc dot gnu dot org
This new test fails for mmix-knuth-mmixware, still with "Sun Nov 13 12:09:09 UTC 2005 (revision 106861M)". The message in gcc.log is: PASS: gcc.dg/attr-weakref-1.c (test for excess errors) *** EXIT code 4242^M FAIL: gcc.dg/attr-weakref-1.c execution test I'm not sure whether this is a failure of

[Bug tree-optimization/24840] [4.1 Regression] ICE process_assert_insertions_for, at tree-vrp.c:2807

2005-11-13 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug tree-optimization/24840] [4.1 Regression] ICE process_assert_insertions_for, at tree-vrp.c:2807

2005-11-13 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-11-14 02:27 --- Could you attach it to the bug report? -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug testsuite/24841] New: dg-require compilation-test trigged on test with additional-sources barfs

2005-11-13 Thread hp at gcc dot gnu dot org
With "Sun Nov 13 12:09:09 UTC 2005 (revision 106861M)" (likely not important, a "make check-gcc 'RUNTESTFLAGS=dg.exp=attr-weakref-1.c'" shows this: Running /home/hp/combined/combined/gcc/testsuite/gcc.dg/dg.exp ... FAIL: gcc.dg/attr-weakref-1.c (test for excess errors) WARNING: gcc.dg/attr-weakref

[Bug c/24840] New: ICE process_assert_insertions_for, at tree-vrp.c:2807

2005-11-13 Thread malitzke at metronets dot com
Occurs with -O3 and -O2, but not -O1. Could be related to the only match found in search 21021 also ICE tree-vrp. However now is on a ppc G4 and not with glibc. Tried reproducibility on the -E output (error.i) with both complete of original parameters and only with gcc -c {-O3, -O2, -O1} error.i. T

[Bug c++/24817] [3.4/4.0/4.1 Regression] g++ accepts multiple function template declarations even if exception-specification doesn't match.

2005-11-13 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |mark at codesourcery dot com |dot org

[Bug tree-optimization/18048] [4.0/4.1 Regression] mgrid loop performance regression with ivopts (register pressure)

2005-11-13 Thread dje at watson dot ibm dot com
--- Comment #21 from dje at watson dot ibm dot com 2005-11-14 01:58 --- Subject: Re: [4.0/4.1 Regression] mgrid loop performance regression with ivopts (register pressure) And mesa has taken a performance dive... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18048

[Bug c++/20293] [3.4/4.0 regression] Wrong diagnostic for ambiguous access

2005-11-13 Thread mmitchel at gcc dot gnu dot org
--- Comment #9 from mmitchel at gcc dot gnu dot org 2005-11-14 01:50 --- Fixed in 4.1. See http://gcc.gnu.org/ml/gcc-patches/2005-11/msg00942.html for considerations about backporting to other branches. -- mmitchel at gcc dot gnu dot org changed: What|Removed

[Bug c++/20293] [3.4/4.0/4.1 regression] Wrong diagnostic for ambiguous access

2005-11-13 Thread mmitchel at gcc dot gnu dot org
--- Comment #8 from mmitchel at gcc dot gnu dot org 2005-11-14 01:45 --- Subject: Bug 20293 Author: mmitchel Date: Mon Nov 14 01:45:19 2005 New Revision: 106879 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=106879 Log: PR c++/20293 * cxx-pretty-print.c (pp_cxx_

[Bug rtl-optimization/22469] [4.1 regression] testsuite failure, gcc.c-torture/compile/941014-2.c -O3 loops

2005-11-13 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2005-11-14 01:42 --- (In reply to comment #6) > Fixed by unknown patch between "Wed Nov 9 10:21:03 UTC 2005 (revision > 106681M)" > and "Wed Nov 9 21:45:22 UTC 2005 (revision 106710M)". Most likely by: 2005-11-09 Andreas Krebbel <[E

[Bug c++/20293] [3.4/4.0/4.1 regression] Wrong diagnostic for ambiguous access

2005-11-13 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |mark at codesourcery dot com |dot org

[Bug middle-end/24703] [GOMP] Unable to compile OpenMP program with omp parallel for schedule(dynamic) directive

2005-11-13 Thread dnovillo at gcc dot gnu dot org
--- Comment #4 from dnovillo at gcc dot gnu dot org 2005-11-14 01:25 --- Subject: Bug 24703 Author: dnovillo Date: Mon Nov 14 01:24:54 2005 New Revision: 106878 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=106878 Log: PR 24703 * omp-low.c (determine_parallel_

[Bug rtl-optimization/22469] [4.1 regression] testsuite failure, gcc.c-torture/compile/941014-2.c -O3 loops

2005-11-13 Thread hp at gcc dot gnu dot org
--- Comment #6 from hp at gcc dot gnu dot org 2005-11-14 01:18 --- Fixed by unknown patch between "Wed Nov 9 10:21:03 UTC 2005 (revision 106681M)" and "Wed Nov 9 21:45:22 UTC 2005 (revision 106710M)". -- hp at gcc dot gnu dot org changed: What|Removed

[Bug middle-end/24729] function calls created by builtins do not make use of inline definitions

2005-11-13 Thread ghazi at gcc dot gnu dot org
--- Comment #4 from ghazi at gcc dot gnu dot org 2005-11-14 01:00 --- Builtin fputs{_unlocked} et al. are transformed via fold_builtin as well as expand. AFAICT folding is done rather early, so perhaps this can be fixed. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24729

[Bug c++/23171] [4.1 Regression] ICE on pointer initialization with C99 initializer

2005-11-13 Thread giovannibajo at libero dot it
--- Comment #9 from giovannibajo at libero dot it 2005-11-14 00:30 --- Mark, do you believe that the introduction of COMPOUND_LITERAL_EXPR in the C++ frontend could be feasable for 4.1? -- giovannibajo at libero dot it changed: What|Removed |Added

[Bug tree-optimization/18048] [4.0/4.1 Regression] mgrid loop performance regression with ivopts (register pressure)

2005-11-13 Thread steven at gcc dot gnu dot org
--- Comment #20 from steven at gcc dot gnu dot org 2005-11-14 00:28 --- Is this still a problem? The SPEC graph for mgrid on PPC has moved up lately: http://www.suse.de/~gcctest/SPEC/CFP/sb-huckleberry2-head-64/172_mgrid_big.png -- steven at gcc dot gnu dot org changed:

[Bug c/24839] New: Mudflap not registering unreferenced globals

2005-11-13 Thread dgraham at nortel dot com
Mudflap is not registering global variable definitions that are not referenced within the source file that they are defined in. Compile a C file with the single line "short globalvar;" in it with gcc -c -fmudflap. Note that there are no calls to __mf_register emitted. The culprit seems to be this

[Bug target/24838] New: g++.dg/tls/static-1.C execution test fails

2005-11-13 Thread jsm28 at gcc dot gnu dot org
FAIL: g++.dg/tls/static-1.C execution test has appeared on ia64-hp-hpux11.23, both -milp32 and -mlp64, on mainline between 20051108 and 20051110 (when the test was added). -- Summary: g++.dg/tls/static-1.C execution test fails Product: gcc Version: 4.1.0

[Bug target/24837] New: move dynamic linker names out of LINK_SPEC and into new DYNAMIC_LINKER

2005-11-13 Thread vapier at gentoo dot org
as sent here http://gcc.gnu.org/ml/gcc-patches/2005-11/msg00795.html some linux/freebsd elf targets already do this such as alpha, i386, and ppc. this patch fixes up a bunch of other linux elf targets to move the path of the dynamic linker out of the LINK_SPEC define and into its own DYNAMIC_LINK

[Bug c/24836] New: gcc/configure doesn't handle all possible SH architectures

2005-11-13 Thread rpjday at mindspring dot com
gcc-4.0.2/gcc/configure, line 13879: sh-*-* | sh[34]-*-*) ... tls_first_major=2 tls_first_minor=13 tls_as_opt=--fatal-warnings ;; note that this case doesn't consider the possibilities of sh[34]eb for big-endian architectures and so fails to set the variabl

[Bug c/24830] Duplicate constructors with -fmudflap

2005-11-13 Thread dgraham at nortel dot com
--- Comment #2 from dgraham at nortel dot com 2005-11-13 20:17 --- Subject: Re: Duplicate constructors with -fmudflap On Sun, Nov 13, 2005 at 04:20:06PM -, pinskia at gcc dot gnu dot org wrote: > > --- Comment #1 from pinskia at gcc dot gnu dot org 2005-11-13 16:20 > ---

[Bug libfortran/21468] vectorizing libfortran

2005-11-13 Thread jb at gcc dot gnu dot org
--- Comment #6 from jb at gcc dot gnu dot org 2005-11-13 19:42 --- Patch for matmul here: http://gcc.gnu.org/ml/fortran/2005-11/msg00366.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21468

[Bug libgomp/24797] Segfault in libgomp.c/nested-1.c

2005-11-13 Thread jakub at gcc dot gnu dot org
--- Comment #1 from jakub at gcc dot gnu dot org 2005-11-13 19:37 --- Subject: Bug 24797 Author: jakub Date: Sun Nov 13 19:37:27 2005 New Revision: 106868 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=106868 Log: PR libgomp/24797 * team.c (initialize_team): Pass

[Bug debug/24824] [4.1 Regression] ICE: in build_abbrev_table, at dwarf2out.c:6427 with -feliminate-dwarf2-dups

2005-11-13 Thread wanderer at rsu dot ru
--- Comment #4 from wanderer at rsu dot ru 2005-11-13 18:20 --- More simple testcase (without templates): 8X- namespace N { struct _V_base { int _impl; }; struct V : _V_base { using _V_base::_impl; }; } // namespace N struct T {

[Bug debug/24824] [4.1 Regression] ICE: in build_abbrev_table, at dwarf2out.c:6427 with -feliminate-dwarf2-dups

2005-11-13 Thread wanderer at rsu dot ru
--- Comment #3 from wanderer at rsu dot ru 2005-11-13 18:19 --- Created an attachment (id=10231) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10231&action=view) simplified testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24824

[Bug middle-end/16187] ARRAY_REF should be used for pointers also

2005-11-13 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2005-11-13 16:47 --- New project for 4.2: http://gcc.gnu.org/wiki/Array%20references%20on%20pointers -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16187

[Bug c++/24580] [3.4/4.0/4.1 Regression] virtual base class cause exception not to be caught

2005-11-13 Thread jason at gcc dot gnu dot org
-- jason at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org |dot org

[Bug c/24830] Duplicate constructors with -fmudflap

2005-11-13 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-11-13 16:20 --- Do you have an example source? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24830

[Bug tree-optimization/23821] [4.0/4.1 Regression] DOM and VRP creating harder to optimize code

2005-11-13 Thread steven at gcc dot gnu dot org
--- Comment #4 from steven at gcc dot gnu dot org 2005-11-13 16:17 --- What happens here is just copy propagation by DOM and VRP for "conditional copies", e.g. with "if (a==b) ..." we can record b as a copy of a, or a as a copy of b. In this case, copy propagation just happens to make I

[Bug libgcj/24833] Variable declared as 'final' can be assigned in conflict with Java standard

2005-11-13 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-11-13 16:16 --- PR 24835 will track the accepts invalid part. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24833

[Bug java/24835] New: gcj accepts invalid code with static final variables

2005-11-13 Thread pinskia at gcc dot gnu dot org
The following code is invalid: import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; class a { private static final MessageDigest md5Digest; static { try { md5Digest = MessageDigest.getInstance("MD5"); } catch (NoSuchAlgorithmExceptio

[Bug libgcj/24833] Variable declared as 'final' can be assigned in conflict with Java standard

2005-11-13 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-11-13 16:15 --- So there is really two issues here, first that libgcj contains invalid code, second gcj accepts invalid code. This bug will track the contains invalid code part. -- pinskia at gcc dot gnu dot org changed:

[Bug c++/22489] [4.0/4.1 Regression] ICE in dwarf2out_finish with using namespace in a local class and compiler built constructors

2005-11-13 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2005-11-13 16:07 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug c++/24310] ipa-inline dump reads from freed memory resulting in a corrupt dump file

2005-11-13 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2005-11-13 16:06 --- The fprintf has been split up already so fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug tree-optimization/24379] gcc.dg/ipa/ipa-5.c fails

2005-11-13 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-11-13 16:05 --- Fixed by: 2005-11-13 Razya Ladelsky <[EMAIL PROTECTED]> * ipa-prop.c (ipa_callsite_compute_param ): Removed obsolete type checking. -- pinskia at gcc dot gnu dot org changed: What

[Bug target/24621] [4.1 Regression] internal compiler error: in reload_cse_simplify_operands, at postreload.c:393

2005-11-13 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2005-11-13 15:57 --- Can we have an update on this please? It seems to be still not fixed on mainline. Thanks, Richard. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24621

[Bug fortran/20839] do-loop with do-construct-name needs needs end do

2005-11-13 Thread steven at gcc dot gnu dot org
--- Comment #3 from steven at gcc dot gnu dot org 2005-11-13 13:56 --- Created an attachment (id=10230) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10230&action=view) patch I can't think of better wording for the diagnostic. Some help there would be appreciated. -- http://

[Bug ada/22561] [4.1 Regression] ACATS ca11c01 wrong code

2005-11-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #7 from ebotcazou at gcc dot gnu dot org 2005-11-13 13:51 --- Investigating. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added Assigne

[Bug ada/22561] [4.1 Regression] ACATS ca11c01 wrong code

2005-11-13 Thread ebotcazou at gcc dot gnu dot org
-- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last recon

[Bug fortran/20839] do-loop with do-construct-name needs needs end do

2005-11-13 Thread steven at gcc dot gnu dot org
--- Comment #2 from steven at gcc dot gnu dot org 2005-11-13 12:24 --- *** Bug 24806 has been marked as a duplicate of this bug. *** -- steven at gcc dot gnu dot org changed: What|Removed |Added -

[Bug fortran/24806] accepts invalid DO construct code

2005-11-13 Thread steven at gcc dot gnu dot org
--- Comment #1 from steven at gcc dot gnu dot org 2005-11-13 12:24 --- *** This bug has been marked as a duplicate of 20839 *** -- steven at gcc dot gnu dot org changed: What|Removed |Added

[Bug libstdc++/24809] is_polymorphic doesn't compile if the argument type has non-throwing destructor

2005-11-13 Thread pcarlini at suse dot de
--- Comment #5 from pcarlini at suse dot de 2005-11-13 12:22 --- Fixed for 4.0.3. -- pcarlini at suse dot de changed: What|Removed |Added Status|ASSIGNED

[Bug libstdc++/24805] No non-member swap for shared_ptr

2005-11-13 Thread pcarlini at suse dot de
--- Comment #4 from pcarlini at suse dot de 2005-11-13 12:21 --- Fixed for 4.0.3. -- pcarlini at suse dot de changed: What|Removed |Added Status|ASSIGNED

[Bug libstdc++/24799] std::tr1::hash missing inheritance

2005-11-13 Thread pcarlini at suse dot de
--- Comment #4 from pcarlini at suse dot de 2005-11-13 12:21 --- Fixed for 4.0.3. -- pcarlini at suse dot de changed: What|Removed |Added Status|ASSIGNED

[Bug libstdc++/24818] tr1::reference_wrapper improperly calls nullary function objects

2005-11-13 Thread pcarlini at suse dot de
--- Comment #6 from pcarlini at suse dot de 2005-11-13 12:20 --- Fixed for 4.0.3. -- pcarlini at suse dot de changed: What|Removed |Added Status|ASSIGNED

[Bug libstdc++/24818] tr1::reference_wrapper improperly calls nullary function objects

2005-11-13 Thread paolo at gcc dot gnu dot org
--- Comment #5 from paolo at gcc dot gnu dot org 2005-11-13 12:19 --- Subject: Bug 24818 Author: paolo Date: Sun Nov 13 12:19:01 2005 New Revision: 106864 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=106864 Log: 2005-11-13 Douglas Gregor <[EMAIL PROTECTED]> PR libst

[Bug libstdc++/24809] is_polymorphic doesn't compile if the argument type has non-throwing destructor

2005-11-13 Thread paolo at gcc dot gnu dot org
--- Comment #4 from paolo at gcc dot gnu dot org 2005-11-13 12:19 --- Subject: Bug 24809 Author: paolo Date: Sun Nov 13 12:19:01 2005 New Revision: 106864 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=106864 Log: 2005-11-13 Douglas Gregor <[EMAIL PROTECTED]> PR libst

[Bug libstdc++/24799] std::tr1::hash missing inheritance

2005-11-13 Thread paolo at gcc dot gnu dot org
--- Comment #3 from paolo at gcc dot gnu dot org 2005-11-13 12:19 --- Subject: Bug 24799 Author: paolo Date: Sun Nov 13 12:19:01 2005 New Revision: 106864 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=106864 Log: 2005-11-13 Douglas Gregor <[EMAIL PROTECTED]> PR libst

[Bug libstdc++/24805] No non-member swap for shared_ptr

2005-11-13 Thread paolo at gcc dot gnu dot org
--- Comment #3 from paolo at gcc dot gnu dot org 2005-11-13 12:19 --- Subject: Bug 24805 Author: paolo Date: Sun Nov 13 12:19:01 2005 New Revision: 106864 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=106864 Log: 2005-11-13 Douglas Gregor <[EMAIL PROTECTED]> PR libst

[Bug libstdc++/24818] tr1::reference_wrapper improperly calls nullary function objects

2005-11-13 Thread paolo at gcc dot gnu dot org
--- Comment #4 from paolo at gcc dot gnu dot org 2005-11-13 12:14 --- Subject: Bug 24818 Author: paolo Date: Sun Nov 13 12:14:51 2005 New Revision: 106863 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=106863 Log: 2005-11-13 Jonathan Wakely <[EMAIL PROTECTED]> * inclu

[Bug libstdc++/24818] tr1::reference_wrapper improperly calls nullary function objects

2005-11-13 Thread paolo at gcc dot gnu dot org
--- Comment #3 from paolo at gcc dot gnu dot org 2005-11-13 12:14 --- Subject: Bug 24818 Author: paolo Date: Sun Nov 13 12:14:15 2005 New Revision: 106862 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=106862 Log: 2005-11-13 Jonathan Wakely <[EMAIL PROTECTED]> * inclu

[Bug libgcj/24834] New: PersistentByteMap close() method is not catching Exception

2005-11-13 Thread m4341 at abc dot se
the close() method from java.nio.channels.FileChannel (through java.nio.channels.spi.AbstractInterruptibleChannel) is throwing an exception inside the close() method in gnu.gcj.runtime.PersistentByteMap. This can be resolved in two ways: 1. Catch the Exception in the close() method and just drop t

[Bug tree-optimization/19590] IVs with the same evolution not eliminated

2005-11-13 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2005-11-13 11:47 --- They can happen due to macro expansion or C++ template inlining. I wonder if PRE for scalar-evolutions would be useful ;) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19590

[Bug libgcj/24833] New: Variable declared as 'final' can be assigned in conflict with Java standard

2005-11-13 Thread m4341 at abc dot se
Example is found in file java.lang.VMCompiler, by code: private static final MessageDigest md5Digest; static { try { md5Digest = MessageDigest.getInstance("MD5"); } catch (NoSuchAlgorithmException _) { md5Digest = null; } } The second assig

[Bug java/20977] Invalid long to int promotion permitted in array initializer

2005-11-13 Thread m4341 at abc dot se
--- Comment #2 from m4341 at abc dot se 2005-11-13 11:32 --- This is actually in use in the class gnu.gcj.tools.gcj_dbtool.Main.java, line 382. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20977

[Bug libgcj/24832] New: Modularization of Java libraries

2005-11-13 Thread m4341 at abc dot se
I would like to see a modularization of the Java libraries. This will allow for use of Java/gcj in an embedded or semi-embedded environment with the benefits of a "full" java. However - it shall still be possible to build a single module too for those environments that doesn't need modularization.

[Bug rtl-optimization/24497] [3.4/4.0/4.1 Regression] internal compiler error: in apply_opt_in_copies, at loop-unroll.c:2122

2005-11-13 Thread rakdver at gcc dot gnu dot org
-- rakdver at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |rakdver at gcc dot gnu dot |dot org

[Bug tree-optimization/19590] IVs with the same evolution not eliminated

2005-11-13 Thread rakdver at gcc dot gnu dot org
--- Comment #3 from rakdver at gcc dot gnu dot org 2005-11-13 10:02 --- This is easy to implement; the question is whether we really want to waste compile time to handle this type of examples that do not seem very likely to appear in practice. -- http://gcc.gnu.org/bugzilla/show_bug

[Bug middle-end/24003] [4.1 Regression] 17 ACATS regressions (fixed point or decimal artihmetic)

2005-11-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #27 from ebotcazou at gcc dot gnu dot org 2005-11-13 09:57 --- See http://gcc.gnu.org/ml/gcc-patches/2005-11/msg00807.html -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug middle-end/24003] [4.1 Regression] 17 ACATS regressions (fixed point or decimal artihmetic)

2005-11-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #26 from ebotcazou at gcc dot gnu dot org 2005-11-13 09:55 --- Subject: Bug 24003 Author: ebotcazou Date: Sun Nov 13 09:55:11 2005 New Revision: 106860 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=106860 Log: PR middle-end/24003 * calls.c (expand_c

[Bug c++/22489] [4.0/4.1 Regression] ICE in dwarf2out_finish with using namespace in a local class and compiler built constructors

2005-11-13 Thread jason at gcc dot gnu dot org
--- Comment #7 from jason at gcc dot gnu dot org 2005-11-13 08:23 --- Subject: Bug 22489 Author: jason Date: Sun Nov 13 08:23:04 2005 New Revision: 106854 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=106854 Log: PR c++/22489 * dwarf2out.c (gen_subprogram_die):

[Bug fortran/20244] internal compiler error: in fold_convert, at fold-const.c:2003

2005-11-13 Thread aj at gcc dot gnu dot org
--- Comment #10 from aj at gcc dot gnu dot org 2005-11-13 08:03 --- I haven't tested SPEC for some time, so cannot tell when this happened first, the error is in current GCC with your patch applied. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20244