Successful build of gcc 4.0.2 on alphaev56-dec-osf5.1b (c, c++, treelang)

2005-10-05 Thread SOLCIA Ivano
Dear list, # gcc -v Using built-in specs. Target: alphaev56-dec-osf5.1b Configured with: ../configure --enable-threads=posix --enable-languages=c,c++,treelang --prefix=/usr/local --enable-version-specific-runtime-libs --enable-shared --enable-nls --enable-interpreter Thread model: posix

Expanding sh maintainership for Kaz Kojima

2005-10-05 Thread Gerald Pfeifer
In accordance with the two maintainers of the sh port (Alexandre Oliva and Joern Rennecke) the steering committee is happy to extend Kaz Kojima's maintainership from the current sh-linux-gnu to also include sh: libraries, configure.gcc, Makefiles. Congratulations, Kaz! Would you mind updating

Re: GCC 4.1 Status Report (2005-10-02)

2005-10-05 Thread Diego Novillo
On October 4, 2005 02:46, Mark Mitchell wrote: The number of bugs targeted at GCC 4.1 has declined to 225 from 250 in my September 7th status report: Mark, could you post the query you use for this? The query I've got gives me a list of 289 bugs. Thanks.

Re: Expanding sh maintainership for Kaz Kojima

2005-10-05 Thread Kaz Kojima
Gerald Pfeifer [EMAIL PROTECTED] wrote: In accordance with the two maintainers of the sh port (Alexandre Oliva and Joern Rennecke) the steering committee is happy to extend Kaz Kojima's maintainership from the current sh-linux-gnu to also include sh: libraries, configure.gcc, Makefiles.

Re: Expanding sh maintainership for Kaz Kojima

2005-10-05 Thread Gerald Pfeifer
On Wed, 5 Oct 2005, Kaz Kojima wrote: BTW, where is the appropriate place to add it in the MAINTAINERS file? Is it enough to modify the currnet line like this?: The current line is under OS Ports; have you considered adding a new, third line for sh to the CPU Port Maintainers section? Gerald

Re: Expanding sh maintainership for Kaz Kojima

2005-10-05 Thread Kaz Kojima
Gerald Pfeifer [EMAIL PROTECTED] wrote: The current line is under OS Ports; have you considered adding a new, third line for sh to the CPU Port Maintainers section? Like this? @@ -76,6 +76,7 @@ s390 port Ulrich Weigand [EMAIL PROTECTED] sh port

Re: Ada question about PR 18434

2005-10-05 Thread Rainer Orth
Laurent GUERBY writes: If I'm guessing correctly there are two solutions: 1/ Remove the default initialization in ada/osint.adb - Running_Program : Program_Type := Unspecified; + pragma Warnings (Off); + Running_Program : Program_Type; + pragma Warnings (On); This is not a long

Re: Expanding sh maintainership for Kaz Kojima

2005-10-05 Thread Gerald Pfeifer
On Wed, 5 Oct 2005, Kaz Kojima wrote: Like this? Yes -- and you can also include configure.gcc and Makefiles. ;-) Gerald

Re: Expanding sh maintainership for Kaz Kojima

2005-10-05 Thread Kaz Kojima
Gerald Pfeifer [EMAIL PROTECTED] wrote: Yes -- and you can also include configure.gcc and Makefiles. ;-) Ah. There is no room to include all, though. :-) How about sh libraries/configury Kaz Kojima [EMAIL PROTECTED] ? Regards, kaz

Re: Expanding sh maintainership for Kaz Kojima

2005-10-05 Thread Gerald Pfeifer
On Wed, 5 Oct 2005, Kaz Kojima wrote: Ah. There is no room to include all, though. :-) How about sh libraries/configuryKaz Kojima [EMAIL PROTECTED] ? Looks fine. Gerald

Re: Expanding sh maintainership for Kaz Kojima

2005-10-05 Thread Kaz Kojima
Gerald Pfeifer [EMAIL PROTECTED] wrote: sh libraries/configury Kaz Kojima [EMAIL PROTECTED] ? Looks fine. Thanks! I'll send a patch to the list and check it in. Regards, kaz

Re: Ada question about PR 18434

2005-10-05 Thread Arnaud Charlet
Now the question is how to fix this for real. As far as I can see, the binder is indeed generating a call to osint__m___elabb before osint___elabb, so this is probably working elsewhere because Running_Program is probably initialized by the loader. I would suggest reducing the bug as much as

target-defs.h / tm.h question

2005-10-05 Thread Kean Johnston
Hi, Is there any reason why *all* of the macros in target-defs.h are not conditionalized? target-defs.h is always included after tm.h, so if the target specific include sets any of the macros that are not protected in target-defs.h, they get overwritten. Yes, you are warned, so my question is,

Re: target-defs.h / tm.h question

2005-10-05 Thread Joseph S. Myers
On Wed, 5 Oct 2005, Kean Johnston wrote: Hi, Is there any reason why *all* of the macros in target-defs.h are not conditionalized? target-defs.h is always included after tm.h, so if the target specific include sets any of the macros that are not protected in target-defs.h, they get

Types of allowed regions in sched-rgn.c

2005-10-05 Thread mcrosier
I'm interested in studying different region formation algorithms for the interblock scheduling code. Can someone please tell me the restrictions on the form of these regions? (i.e., what does the Haifa scheduler expect?) Specifically, I am interested in forming treegions (tree regions). If

Re: target-defs.h / tm.h question

2005-10-05 Thread Kean Johnston
Are the comment /* Note that if one of these macros must be defined in an OS .h file rather than the .c file, then we need to wrap the default definition in a #ifndef, since files include tm.h before this one. */ and the description in tm.texi of these macros as defined in the .c file

[Bug ada/22340] Ada build fails with --enable-bootstrap

2005-10-05 Thread cvs-commit at gcc dot gnu dot org
--- Comment #6 from cvs-commit at gcc dot gnu dot org 2005-10-05 07:32 --- Subject: Bug 22340 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-05 07:32:14 Modified files: . : Makefile.in Makefile.tpl configure

[Bug libstdc++/24206] cin.rdbuf-in_avail() always return 0

2005-10-05 Thread pcarlini at suse dot de
--- Comment #5 from pcarlini at suse dot de 2005-10-05 08:03 --- Hummm, in principle we could maybe fix 12077 in a less drastic way, that is keeping a non-trivial showmanyc in stdio_sync_filebuf (able to work with pipes and fifos too, similar to the one in filebuf) when safe, that is

[Bug target/23809] Misleading documentation for -mmmx/msse/...

2005-10-05 Thread cvs-commit at gcc dot gnu dot org
--- Comment #5 from cvs-commit at gcc dot gnu dot org 2005-10-05 08:27 --- Subject: Bug 23809 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-05 08:27:44 Modified files: gcc: ChangeLog gcc/doc:

[Bug target/23809] Misleading documentation for -mmmx/msse/...

2005-10-05 Thread bonzini at gcc dot gnu dot org
--- Comment #6 from bonzini at gcc dot gnu dot org 2005-10-05 08:28 --- Patch committed with some changes. -- bonzini at gcc dot gnu dot org changed: What|Removed |Added

[Bug libstdc++/24196] Using string instances to pass arguments to dlls fails

2005-10-05 Thread ptsekov at gmx dot net
--- Comment #5 from ptsekov at gmx dot net 2005-10-05 08:36 --- Paolo, I guess it is obvious to anyone around that _S_empty_rep_storage is there to speed up things. What is not obvious to Cygwin users is that this optimization actually makes their programs crash. And let me assure you

[Bug other/24210] New: [4.0 4.1 regression] ICE in fold_convert, at fold-const.c:1922

2005-10-05 Thread debian-gcc at lists dot debian dot org
Maybe related to PR19362 and PR20244, but these are not marked as a regression. The following code ICEs with -O3, adding the fordward decl for function avoids the ICE. Matthias int main() { struct {int i;} x; function(x); return 0; } function (int k){} -- Summary: [4.0 4.1

[Bug libstdc++/24196] Using string instances to pass arguments to dlls fails

2005-10-05 Thread pcarlini at suse dot de
--- Comment #6 from pcarlini at suse dot de 2005-10-05 08:50 --- (In reply to comment #5) Paolo, I guess it is obvious to anyone around that _S_empty_rep_storage is there to speed up things. What is not obvious to Cygwin users is that this optimization actually makes their programs

[Bug c++/23799] [4.1 regression] ICE: no-op convert from 8 to 4 bytes in initializer

2005-10-05 Thread rguenth at gcc dot gnu dot org
--- Comment #11 from rguenth at gcc dot gnu dot org 2005-10-05 09:11 --- Any progress on this one? -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/23513] [4.0/4.1 Regression] overload resolution fails to select a more specialized template

2005-10-05 Thread cvs-commit at gcc dot gnu dot org
--- Comment #6 from cvs-commit at gcc dot gnu dot org 2005-10-05 09:15 --- Subject: Bug 23513 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-05 09:15:47 Modified files: gcc/cp : ChangeLog call.c pt.c gcc/testsuite

[Bug fortran/24176] gfortran segfaults on empty source

2005-10-05 Thread cvs-commit at gcc dot gnu dot org
--- Comment #5 from cvs-commit at gcc dot gnu dot org 2005-10-05 09:35 --- Subject: Bug 24176 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-10-05 09:35:26 Modified files: gcc/fortran: ChangeLog

[Bug fortran/24176] gfortran segfaults on empty source

2005-10-05 Thread cvs-commit at gcc dot gnu dot org
--- Comment #6 from cvs-commit at gcc dot gnu dot org 2005-10-05 09:38 --- Subject: Bug 24176 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-05 09:38:29 Modified files: gcc/fortran: ChangeLog parse.c gcc/testsuite :

[Bug fortran/24176] gfortran segfaults on empty source

2005-10-05 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2005-10-05 09:38 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug libstdc++/24196] Using string instances to pass arguments to dlls fails

2005-10-05 Thread pcarlini at suse dot de
--- Comment #7 from pcarlini at suse dot de 2005-10-05 10:20 --- PS: if you are going to experiment with _GLIBCXX_FULLY_DYNAMIC_STRING defined by default, I would suggest also testing the performance impact of the following: change the default constructor to allocate memory on the heap

[Bug ada/24212] New: Non conformity with the Ada95 language standard.

2005-10-05 Thread grimalseverine at yahoo dot fr
According to the standard, the instruction S'Remainder(X,Y) must raised a Constraint_Error is raised if Y is zero (Annex A.5.3, point 47). The following code, if build and launch (with gnat v3.15) returns 3.0 instead of raising an exception. package Test is type T_Master is digits 8; type

[Bug rtl-optimization/24209] strange instruction selected for an annuled delay slot

2005-10-05 Thread ebotcazou at gcc dot gnu dot org
--- Comment #2 from ebotcazou at gcc dot gnu dot org 2005-10-05 11:06 --- Looks indeed weird. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/23513] [4.0/4.1 Regression] overload resolution fails to select a more specialized template

2005-10-05 Thread nathan at gcc dot gnu dot org
--- Comment #7 from nathan at gcc dot gnu dot org 2005-10-05 11:07 --- fixed mainline and 4.0.3 2005-10-05 Nathan Sidwell [EMAIL PROTECTED] PR c++/23513 * call.c (joust): Adjust length count to more_specialized_fn. * pt.c (more_specialized_fn): Cope with

[Bug c++/23513] [4.0/4.1 Regression] overload resolution fails to select a more specialized template

2005-10-05 Thread cvs-commit at gcc dot gnu dot org
--- Comment #8 from cvs-commit at gcc dot gnu dot org 2005-10-05 11:07 --- Subject: Bug 23513 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-10-05 11:07:33 Modified files: gcc/cp : ChangeLog

[Bug tree-optimization/22444] [4.0/4.1 regression] ICE at tree-into-ssa.c:466

2005-10-05 Thread ebotcazou at gcc dot gnu dot org
--- Comment #26 from ebotcazou at gcc dot gnu dot org 2005-10-05 11:41 --- Present on my SPARC/Solaris 8 machine, but neither on the SPARC/Solaris 9 nor on the SPARC/Solaris 10 machines, while the 3 compilers are essentially identical. -- ebotcazou at gcc dot gnu dot org changed:

[Bug other/24210] [4.0 4.1 regression] ICE in fold_convert, at fold-const.c:1922

2005-10-05 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-05 11:59 --- *** This bug has been marked as a duplicate of 16876 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/16876] [3.4/4.0/4.1 Regression] ICE on testcase with -O3 in gen_lowpart

2005-10-05 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2005-10-05 11:59 --- *** Bug 24210 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/24207] PRIVATE/PUBLIC attribute confusion screws NAMELIST

2005-10-05 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-05 12:11 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/24212] Non conformity with the Ada95 language standard.

2005-10-05 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-05 12:13 --- Fixed in 4.0.0 at least. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/21419] [4.0 Regression] Accepts writting to const via asm

2005-10-05 Thread cvs-commit at gcc dot gnu dot org
--- Comment #13 from cvs-commit at gcc dot gnu dot org 2005-10-05 12:17 --- Subject: Bug 21419 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-05 12:17:16 Modified files: gcc: ChangeLog c-typeck.c gimplify.c

[Bug middle-end/24151] [4.0/4.1 Regression] gcc.dg/asm-1.c (test for excess errors) fails

2005-10-05 Thread cvs-commit at gcc dot gnu dot org
--- Comment #3 from cvs-commit at gcc dot gnu dot org 2005-10-05 12:17 --- Subject: Bug 24151 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-05 12:17:16 Modified files: gcc: ChangeLog c-typeck.c gimplify.c

[Bug middle-end/24146] [4.0/4.1 Regression] ASMs with no output are not marked as volatile

2005-10-05 Thread cvs-commit at gcc dot gnu dot org
--- Comment #11 from cvs-commit at gcc dot gnu dot org 2005-10-05 12:17 --- Subject: Bug 24146 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-05 12:17:16 Modified files: gcc: ChangeLog c-typeck.c gimplify.c

[Bug middle-end/24146] [4.0/4.1 Regression] ASMs with no output are not marked as volatile

2005-10-05 Thread bonzini at gcc dot gnu dot org
--- Comment #12 from bonzini at gcc dot gnu dot org 2005-10-05 12:18 --- fix committed -- bonzini at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/24151] [4.0/4.1 Regression] gcc.dg/asm-1.c (test for excess errors) fails

2005-10-05 Thread bonzini at gcc dot gnu dot org
--- Comment #4 from bonzini at gcc dot gnu dot org 2005-10-05 12:18 --- fix committed -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24151

[Bug c/21419] [4.0 Regression] Accepts writting to const via asm

2005-10-05 Thread bonzini at gcc dot gnu dot org
--- Comment #14 from bonzini at gcc dot gnu dot org 2005-10-05 12:19 --- new fix committed -- bonzini at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/24146] [4.0 Regression] ASMs with no output are not marked as volatile

2005-10-05 Thread pinskia at gcc dot gnu dot org
--- Comment #13 from pinskia at gcc dot gnu dot org 2005-10-05 12:19 --- (In reply to comment #12) fix committed Except it is latent on the 4.0 branch too. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/21470] -fargument-noalias-global has no effect for the vectorizer

2005-10-05 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2005-10-05 13:20 --- Talked to Daniel Berlin about the patch I had, it was in the wrong spot, I had it in the post process and not when analyzing the code. So unassigning for now. -- pinskia at gcc dot gnu dot org changed:

[Bug tree-optimization/17064] -falias-noargument-global doesn't eliminate dead stores/loads

2005-10-05 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2005-10-05 13:21 --- Talked to Daniel Berlin about the patch I had, it was in the wrong spot, I had it in the post process and not when analyzing the code. So assigning back to Diego. -- pinskia at gcc dot gnu dot org changed:

[Bug middle-end/20606] ICE in make_edges, at cfgbuild.c:327 on x86_64 (with O2 - not with no optimizations)

2005-10-05 Thread pinskia at gcc dot gnu dot org
--- Comment #21 from pinskia at gcc dot gnu dot org 2005-10-05 13:24 --- (In reply to comment #20) Created an attachment (id=9888) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9888action=view) [edit] The fix which needs to be tested And this patch fixes the problem too. I

[Bug fortran/24204] ICE (segfault)

2005-10-05 Thread jsberg at bnl dot gov
--- Comment #5 from jsberg at bnl dot gov 2005-10-05 13:31 --- Created an attachment (id=9891) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9891action=view) tpsalie_analysis.mod -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24204

[Bug fortran/24204] ICE (segfault)

2005-10-05 Thread jsberg at bnl dot gov
--- Comment #6 from jsberg at bnl dot gov 2005-10-05 13:35 --- Created an attachment (id=9893) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9893action=view) precision_constants.mod Sorry about that--I don't know much about fortran9x... --

[Bug c/21419] [4.0 Regression] Accepts writting to const via asm

2005-10-05 Thread cvs-commit at gcc dot gnu dot org
--- Comment #15 from cvs-commit at gcc dot gnu dot org 2005-10-05 13:39 --- Subject: Bug 21419 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-10-05 13:39:51 Modified files: gcc: ChangeLog

[Bug middle-end/24146] [4.0 Regression] ASMs with no output are not marked as volatile

2005-10-05 Thread cvs-commit at gcc dot gnu dot org
--- Comment #14 from cvs-commit at gcc dot gnu dot org 2005-10-05 13:39 --- Subject: Bug 24146 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-10-05 13:39:51 Modified files: gcc: ChangeLog

[Bug middle-end/24146] [4.0 Regression] ASMs with no output are not marked as volatile

2005-10-05 Thread pinskia at gcc dot gnu dot org
--- Comment #15 from pinskia at gcc dot gnu dot org 2005-10-05 13:40 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/24151] [4.0/4.1 Regression] gcc.dg/asm-1.c (test for excess errors) fails

2005-10-05 Thread bonzini at gcc dot gnu dot org
--- Comment #6 from bonzini at gcc dot gnu dot org 2005-10-05 13:40 --- committed to 4.0 branch too. -- bonzini at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/24204] ICE (segfault)

2005-10-05 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2005-10-05 15:05 --- This works on the mainline at least. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24204

[Bug c++/24215] New: pragma interface in included file with same name

2005-10-05 Thread vbato dot bugs at gmail dot com
If in a .h file you include another file with the same name, but in a different directory, that contains a #pragma interface, it seems that the #pragma interface gets extended to the current file, past the end of the included file. In the following example there are three files: a.h : contains

[Bug target/23067] Incorrect struct layout on darwin

2005-10-05 Thread pinskia at gcc dot gnu dot org
--- Comment #18 from pinskia at gcc dot gnu dot org 2005-10-05 15:06 --- The patch causes the following failures: FAIL: libffi.call/nested_struct3.c execution test This is because libffi gets the alignment wrong. I have to look into libffi's code. --

[Bug tree-optimization/18587] [4.1 Regression] build_v_may_defs and build_vuses can be improved when adding

2005-10-05 Thread cvs-commit at gcc dot gnu dot org
--- Comment #12 from cvs-commit at gcc dot gnu dot org 2005-10-05 15:16 --- Subject: Bug 18587 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED]2005-10-05 15:16:42 Modified files: gcc: ChangeLog tree-ssa-opfinalize.h

[Bug awt/20757] FontMetrics.getStringBounds() missing

2005-10-05 Thread fitzsim at redhat dot com
--- Comment #2 from fitzsim at redhat dot com 2005-10-05 15:21 --- Fixed. Closing. -- fitzsim at redhat dot com changed: What|Removed |Added Status|NEW

[Bug target/23067] Incorrect struct layout on darwin

2005-10-05 Thread pinskia at gcc dot gnu dot org
--- Comment #19 from pinskia at gcc dot gnu dot org 2005-10-05 15:21 --- (In reply to comment #18) This is because libffi gets the alignment wrong. I have to look into libffi's code. And I have a fix for that too. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23067

[Bug awt/20757] FontMetrics.getStringBounds() missing

2005-10-05 Thread fitzsim at redhat dot com
-- fitzsim at redhat dot com changed: What|Removed |Added Target Milestone|--- |0.19 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20757

[Bug tree-optimization/18587] [4.1 Regression] build_v_may_defs and build_vuses can be improved when adding

2005-10-05 Thread amacleod at redhat dot com
--- Comment #13 from amacleod at redhat dot com 2005-10-05 15:22 --- fixed -- amacleod at redhat dot com changed: What|Removed |Added Status|REOPENED

[Bug c++/17609] [3.4 Regression] spurious error message after using keyword

2005-10-05 Thread cvs-commit at gcc dot gnu dot org
--- Comment #7 from cvs-commit at gcc dot gnu dot org 2005-10-05 15:36 --- Subject: Bug 17609 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED]2005-10-05 15:36:28 Modified files: gcc/testsuite : ChangeLog Added

[Bug c++/17609] [3.4 Regression] spurious error message after using keyword

2005-10-05 Thread reichelt at gcc dot gnu dot org
--- Comment #8 from reichelt at gcc dot gnu dot org 2005-10-05 15:37 --- Testcase now also on the 4.0 branch. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added

[Bug java/18796] [4.0/4.1 Regression] gcj imports wrong superclass

2005-10-05 Thread bonzini at gcc dot gnu dot org
--- Comment #7 from bonzini at gcc dot gnu dot org 2005-10-05 15:45 --- This could be fixed now (because of the fix for PR17860 and other import-related bugs). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18796

[Bug libstdc++/11729] [DR280] no operator!= for const_reverse_iterator

2005-10-05 Thread cvs-commit at gcc dot gnu dot org
--- Comment #12 from cvs-commit at gcc dot gnu dot org 2005-10-05 15:49 --- Subject: Bug 11729 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-05 15:49:39 Modified files: libstdc++-v3 : ChangeLog

[Bug c++/18368] [3.4 Regression] C++ error message regression

2005-10-05 Thread cvs-commit at gcc dot gnu dot org
--- Comment #9 from cvs-commit at gcc dot gnu dot org 2005-10-05 15:49 --- Subject: Bug 18368 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED]2005-10-05 15:49:50 Modified files: gcc/testsuite : ChangeLog Added

[Bug c++/18368] [3.4 Regression] C++ error message regression

2005-10-05 Thread reichelt at gcc dot gnu dot org
--- Comment #10 from reichelt at gcc dot gnu dot org 2005-10-05 15:50 --- Testcase now also on the 4.0 branch. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added

[Bug libstdc++/11729] [DR280] no operator!= for const_reverse_iterator

2005-10-05 Thread pcarlini at suse dot de
--- Comment #13 from pcarlini at suse dot de 2005-10-05 15:50 --- Fixed for 4.1. -- pcarlini at suse dot de changed: What|Removed |Added Status|ASSIGNED

[Bug libobjc/9751] malloc of strlen, not strlen+1

2005-10-05 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |trivial http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9751

[Bug c++/23965] [4.0 regression] Bogus error message: no matching function for call to 'foo(type error)'

2005-10-05 Thread cvs-commit at gcc dot gnu dot org
--- Comment #4 from cvs-commit at gcc dot gnu dot org 2005-10-05 16:00 --- Subject: Bug 23965 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED]2005-10-05 16:00:11 Modified files: gcc/cp : ChangeLog call.c

[Bug c++/23965] [4.0 regression] Bogus error message: no matching function for call to 'foo(type error)'

2005-10-05 Thread reichelt at gcc dot gnu dot org
--- Comment #5 from reichelt at gcc dot gnu dot org 2005-10-05 16:06 --- This is now fixed on the 4.0 branch, too. Unfortunately I committed a suboptimal version to the 3.4 branch and mainline: Misreading Mark's comments on the original patch I used if (arg == error_mark_node ||

[Bug target/21981] [4.0 only] __m64 return value should be returned in %mm0

2005-10-05 Thread uros at kss-loka dot si
--- Comment #6 from uros at kss-loka dot si 2005-10-05 16:11 --- According to comment #5, closed as WONTFIX on branches. -- uros at kss-loka dot si changed: What|Removed |Added

[Bug c++/24215] [4.0/4.1 Regression] pragma interface in included file with same name

2005-10-05 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-05 16:27 --- Confirmed, a regression from 3.4.0. Was introduced between 3.5.0 20040909 and 4.0.0 20041124. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug debug/19523] [4.0/4.1 Regression] DBX_USE_BINCL support broken in the C++ compiler

2005-10-05 Thread dpatel at apple dot com
--- Comment #3 from dpatel at apple dot com 2005-10-05 17:02 --- Subject: Re: [4.0/4.1 Regression] DBX_USE_BINCL support broken in the C++ compiler AFAIK, It is not about compile time issue. There is another patch available which is better than what is in apple branch. --

[Bug c++/24217] New: filebuf.open call sets the error bits incorrectly

2005-10-05 Thread hemasai at yahoo dot com
We are using filebuf.open call to open a file in readonly mode in a multi-threaded application. The result of the open call is checked with is_open. The truss log shows that the file was opened successfully giving the file handle. However, the application log shows that the open call failed and

[Bug ada/24212] Non conformity with the Ada95 language standard.

2005-10-05 Thread laurent at guerby dot net
--- Comment #2 from laurent at guerby dot net 2005-10-05 17:55 --- Also fixed in 4.1.0 20051001 (experimental). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24212

[Bug target/23602] [4.1 regression] 1081 test failures in libjava, when configured for i486-linux

2005-10-05 Thread cvs-commit at gcc dot gnu dot org
--- Comment #14 from cvs-commit at gcc dot gnu dot org 2005-10-05 18:19 --- Subject: Bug 23602 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-05 18:19:26 Modified files: gcc: ChangeLog toplev.c gcc/config/i386:

[Bug target/23602] [4.1 regression] 1081 test failures in libjava, when configured for i486-linux

2005-10-05 Thread rth at gcc dot gnu dot org
--- Comment #15 from rth at gcc dot gnu dot org 2005-10-05 18:23 --- Fixed. -- rth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug libstdc++/24198] Remove from the testsuite gnu_char_type (or fix it)

2005-10-05 Thread cvs-commit at gcc dot gnu dot org
--- Comment #1 from cvs-commit at gcc dot gnu dot org 2005-10-05 19:11 --- Subject: Bug 24198 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-05 19:11:19 Modified files: libstdc++-v3 : ChangeLog

[Bug libstdc++/24198] Remove from the testsuite gnu_char_type (or fix it)

2005-10-05 Thread pcarlini at suse dot de
--- Comment #2 from pcarlini at suse dot de 2005-10-05 19:12 --- Fixed. -- pcarlini at suse dot de changed: What|Removed |Added Status|ASSIGNED

[Bug target/24219] New: [4.1 Regression] gcc.dg/vect/fast-math-vect-reduc-5.c execution test fails

2005-10-05 Thread jsm28 at gcc dot gnu dot org
FAIL: gcc.dg/vect/fast-math-vect-reduc-5.c execution test has appeared on mainline between 20051004 and 20051005 on ia64-hp-hpux11.23, both -milp32 and -mlp64. This test previously PASSed. -- Summary: [4.1 Regression] gcc.dg/vect/fast-math-vect-reduc-5.c

[Bug target/24220] New: gcc.dg/i386-sse-vect-types.c (test for errors, line 17) fails

2005-10-05 Thread jsm28 at gcc dot gnu dot org
FAIL: gcc.dg/i386-sse-vect-types.c (test for errors, line 17) appeared on mainline between 20051004 and 20051005 on i686-pc-linux-gnu. This is a new test. -- Summary: gcc.dg/i386-sse-vect-types.c (test for errors, line 17) fails Product: gcc

[Bug ada/4945] Rewriting '-gant' as '-gnat' is failing

2005-10-05 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.0 |--- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4945

[Bug java/20338] Program compiled with gcj crashes when accessing private static method from nested class

2005-10-05 Thread cvs-commit at gcc dot gnu dot org
--- Comment #9 from cvs-commit at gcc dot gnu dot org 2005-10-05 19:35 --- Subject: Bug 20338 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-10-05 19:35:46 Modified files: gcc/java : ChangeLog

[Bug java/21844] [4.1 Regression] miscompilation of LinkedHashMap

2005-10-05 Thread cvs-commit at gcc dot gnu dot org
--- Comment #11 from cvs-commit at gcc dot gnu dot org 2005-10-05 19:35 --- Subject: Bug 21844 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-10-05 19:35:46 Modified files: gcc/java : ChangeLog

[Bug java/19870] gcj -C doesn't generate accessors for private members across nested class boundaries

2005-10-05 Thread cvs-commit at gcc dot gnu dot org
--- Comment #17 from cvs-commit at gcc dot gnu dot org 2005-10-05 19:35 --- Subject: Bug 19870 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-10-05 19:35:46 Modified files: gcc/java : ChangeLog

[Bug tree-optimization/23119] gcc.dg/vect/vect-105.c scan-tree-dump-times vectorized 1 loops 1 fails

2005-10-05 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.0 |--- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23119

[Bug c++/15938] ICE with anonymous unions

2005-10-05 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.0 |--- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15938

[Bug other/18907] library makefiles should not set AM_MAKEFLAGS

2005-10-05 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.0 |--- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18907

[Bug java/24018] [meta-bug] Patches that should be applied to 4.0 branch

2005-10-05 Thread mckinlay at redhat dot com
--- Comment #14 from mckinlay at redhat dot com 2005-10-05 19:39 --- All patches from this bug have now been ported to the 4.0 branch, so I'm closing it. Future fixes for 4.0 should be considered on a case-by-case basis, or a new meta-bug opened if it freezes again. -- mckinlay at

[Bug java/20338] Program compiled with gcj crashes when accessing private static method from nested class

2005-10-05 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2005-10-05 19:40 --- Also fixed in 4.0.3. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target

[Bug java/21844] [4.1 Regression] miscompilation of LinkedHashMap

2005-10-05 Thread pinskia at gcc dot gnu dot org
--- Comment #12 from pinskia at gcc dot gnu dot org 2005-10-05 19:40 --- Also fixed in 4.0.3. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target

[Bug java/19870] gcj -C doesn't generate accessors for private members across nested class boundaries

2005-10-05 Thread pinskia at gcc dot gnu dot org
--- Comment #18 from pinskia at gcc dot gnu dot org 2005-10-05 19:40 --- Also fixed in 4.0.3. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target

[Bug fortran/24204] ICE (segfault)

2005-10-05 Thread jsberg at bnl dot gov
--- Comment #8 from jsberg at bnl dot gov 2005-10-05 19:41 --- Yup, I pulled the CVS and it works for me to. -- jsberg at bnl dot gov changed: What|Removed |Added

[Bug middle-end/20606] ICE in make_edges, at cfgbuild.c:327 on x86_64 (with O2 - not with no optimizations)

2005-10-05 Thread cvs-commit at gcc dot gnu dot org
--- Comment #22 from cvs-commit at gcc dot gnu dot org 2005-10-05 19:50 --- Subject: Bug 20606 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-05 19:50:28 Modified files: gcc: ChangeLog reload.c Log message:

[Bug middle-end/24069] [4.1 Regression] ice during feedback stage of profiledbootstrap on powerpc

2005-10-05 Thread cvs-commit at gcc dot gnu dot org
--- Comment #25 from cvs-commit at gcc dot gnu dot org 2005-10-05 19:50 --- Subject: Bug 24069 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-05 19:50:28 Modified files: gcc: ChangeLog reload.c Log message:

[Bug middle-end/20606] ICE in make_edges, at cfgbuild.c:327 on x86_64 (with O2 - not with no optimizations)

2005-10-05 Thread cvs-commit at gcc dot gnu dot org
--- Comment #23 from cvs-commit at gcc dot gnu dot org 2005-10-05 19:52 --- Subject: Bug 20606 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-10-05 19:52:14 Modified files: gcc: ChangeLog

[Bug middle-end/24069] [4.1 Regression] ice during feedback stage of profiledbootstrap on powerpc

2005-10-05 Thread cvs-commit at gcc dot gnu dot org
--- Comment #26 from cvs-commit at gcc dot gnu dot org 2005-10-05 19:52 --- Subject: Bug 24069 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-10-05 19:52:14 Modified files: gcc: ChangeLog

[Bug middle-end/20606] ICE in make_edges, at cfgbuild.c:327 on x86_64 (with O2 - not with no optimizations)

2005-10-05 Thread pinskia at gcc dot gnu dot org
--- Comment #24 from pinskia at gcc dot gnu dot org 2005-10-05 19:52 --- Fixed in 4.0.3. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

  1   2   >