[Bug libstdc++/22087] ctype tables are offset by one on DJGPP

2005-10-02 Thread carey dot evans at gmail dot com
--- Comment #2 from carey dot evans at gmail dot com 2005-10-02 08:20 --- Created an attachment (id=9860) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9860&action=view) Patch to ctype_inline.h and ctype_noninline.h Here's a patch that copies the Solaris 2.7 implementation with t

[Bug libstdc++/24054] std::tr1::unordered_map's erase does not seem to return a value

2005-10-02 Thread pcarlini at suse dot de
--- Comment #3 from pcarlini at suse dot de 2005-10-02 08:20 --- In the light of a discussion on the LWG reflector (in a nutshell, 6.3.1p8 and 6.3.1p12 together imply that rehashing is not allowed during erase), it seems we have just to implement the resolution of issue 6.19. Will take c

[Bug libstdc++/24054] std::tr1::unordered_map's erase does not seem to return a value

2005-10-02 Thread pcarlini at suse dot de
--- Comment #4 from pcarlini at suse dot de 2005-10-02 08:57 --- Sorry we have got some confusion here. The last comment actually applies to 24061, which is in fact unrelated to this one. This bug is straightforward, we should simply return the number of erased elements. -- pcarlini

[Bug libstdc++/24061] Documentation in /tr1/hashtable proposes possibly misleading change

2005-10-02 Thread pcarlini at suse dot de
--- Comment #6 from pcarlini at suse dot de 2005-10-02 08:58 --- In the light of a discussion on the LWG reflector (in a nutshell, 6.3.1p8 and 6.3.1p12 together imply that rehashing is not allowed during erase), it seems we have just to implement the resolution of issue 6.19. Will take c

[Bug libstdc++/24054] std::tr1::unordered_map's erase does not seem to return a value

2005-10-02 Thread cvs-commit at gcc dot gnu dot org
--- Comment #5 from cvs-commit at gcc dot gnu dot org 2005-10-02 10:20 --- Subject: Bug 24054 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-02 10:20:16 Modified files: libstdc++-v3 : ChangeLog libstdc++-v3/include/tr1:

[Bug target/24119] gcc-4.x fails to build on AIX 5.2.0.0-ML04

2005-10-02 Thread h dot m dot brand at xs4all dot nl
--- Comment #5 from h dot m dot brand at xs4all dot nl 2005-10-02 13:23 --- Subject: Re: gcc-4.x fails to build on AIX 5.2.0.0-ML04 On 2 Oct 2005 04:45:37 -, "dje at gcc dot gnu dot org" <[EMAIL PROTECTED]> wrote: > --- Comment #4 from dje at gcc dot gnu dot org 2005-10-02 0

[Bug target/23139] [3.4 Regression] -pedantic -ffast-math breaks working code

2005-10-02 Thread pinskia at gcc dot gnu dot org
--- Comment #12 from pinskia at gcc dot gnu dot org 2005-10-02 14:58 --- Only a 3.4.x regression now. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/22380] [4.1 Regression] stack usage of g++.dg/opt/inline4.C increased (GC with blocks)

2005-10-02 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2005-10-02 15:49 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug ada/24003] [4.1 Regression] ACATS FAIL 17 regressions on x86-linux, fixed and decimal arithmetic broken

2005-10-02 Thread laurent at guerby dot net
--- Comment #10 from laurent at guerby dot net 2005-10-02 16:20 --- It looks like it is indeed a codegen bug in s-arit64.adb, in Scaled_Divide the following line is miscompiled at -O1 and above (works at -O0): T2 := Lo (T1 rem Zlo) & D (4); In my p.adb testcase, the compile

[Bug c++/24161] [3.4/4.0/4.1 Regression] Lookup of template member function finds global type.

2005-10-02 Thread redi at gcc dot gnu dot org
--- Comment #2 from redi at gcc dot gnu dot org 2005-10-02 16:25 --- P.S. in case it isn't obvious, the last paragraph should say "... F::f ..." rather than "... F::F ..." -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24161

[Bug ada/24167] New: Visibility of private component of parent in child generic, generic compiles but instantiation doesn't

2005-10-02 Thread simon at pushface dot org
The example (which I will upload directly) fails as follows: grendel:~/tmp/visibility simon$ gnatmake -c -u -f actual-s.ads gcc -c actual-s.ads actual-s.ads:4:01: instantiation error at basis-second.adb:4 actual-s.ads:4:01: no selector "Started" for type "Base" defined at basis-second.ads:4, insta

[Bug ada/24167] Visibility of private component of parent in child generic, generic compiles but instantiation doesn't

2005-10-02 Thread simon at pushface dot org
--- Comment #1 from simon at pushface dot org 2005-10-02 17:11 --- Created an attachment (id=9861) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9861&action=view) Demonstration of problem -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24167

[Bug ada/24167] Visibility of private component of parent in child generic, generic compiles but instantiation doesn't

2005-10-02 Thread laurent at guerby dot net
--- Comment #2 from laurent at guerby dot net 2005-10-02 17:52 --- Same message on mainline, however I'm not able to say wether it's a bug or not. -- laurent at guerby dot net changed: What|Removed |Added ---

[Bug fortran/24168] New: Problems with SPREAD and/or scalarization

2005-10-02 Thread kargl at gcc dot gnu dot org
The following program fails to compile. program bug implicit none integer, parameter :: nx=4,ny=4 real, dimension(nx,ny) :: f, g real, dimension(nx) :: x integer :: i x = cshift((/ (i, i = 1, nx) /), nx/2) * 2 g = spread(x, 2, ny) ! ! x and g above (which compiles) are equivalent to f bel

[Bug libfortran/22423] Warnings when building libgfortran

2005-10-02 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-10-02 18:00 --- (In reply to comment #1) > > ../../../gcc/libgfortran/io/read.c: In function 'read_f': > ../../../gcc/libgfortran/io/read.c:624: warning: value computed is not used > > ../../../gcc/libgfortran/io/unit.c: In functi

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

2005-10-02 Thread pinskia at gcc dot gnu dot org
--- Comment #22 from pinskia at gcc dot gnu dot org 2005-10-02 18:39 --- Patch posted: http://gcc.gnu.org/ml/gcc-patches/2005-10/msg00047.html -- pinskia at gcc dot gnu dot org 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-02 Thread pinskia at gcc dot gnu dot org
--- Comment #16 from pinskia at gcc dot gnu dot org 2005-10-02 18:40 --- Patch posted: http://gcc.gnu.org/ml/gcc-patches/2005-10/msg00047.html -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug tree-optimization/19505] [4.0/4.1 Regression] Java bytecode ICE in except.c remove_unreachable_regions

2005-10-02 Thread pinskia at gcc dot gnu dot org
--- Comment #17 from pinskia at gcc dot gnu dot org 2005-10-02 18:52 --- Patch posted here: http://gcc.gnu.org/ml/gcc-patches/2005-10/msg00048.html -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/22052] [4.0 Regression] redefinition of inline function succeeds

2005-10-02 Thread pinskia at gcc dot gnu dot org
--- Comment #22 from pinskia at gcc dot gnu dot org 2005-10-02 19:00 --- Patch posted here: http://gcc.gnu.org/ml/gcc-patches/2005-10/msg00050.html -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/18851] IMA is slow and could be sped up

2005-10-02 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2005-10-02 19:15 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug c/18851] IMA is slow and could be sped up

2005-10-02 Thread cvs-commit at gcc dot gnu dot org
--- Comment #7 from cvs-commit at gcc dot gnu dot org 2005-10-02 19:16 --- Subject: Bug 18851 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-02 19:15:59 Modified files: gcc: ChangeLog c-typeck.c Log message: 200

[Bug treelang/24066] almost all treelang testsuite fails with -maltivec as an option

2005-10-02 Thread phython at gcc dot gnu dot org
-- phython at gcc dot gnu dot org changed: What|Removed |Added CC||phython at gcc dot gnu dot |

[Bug treelang/24066] almost all treelang testsuite fails with -maltivec as an option

2005-10-02 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-10-02 19:24 --- alpha-dec-osf5.1b and Ada front-end are effected also see PR 21952. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24066

[Bug tree-optimization/24142] [4.1 regression] VRP miscompiles unzip inflate.c

2005-10-02 Thread cvs-commit at gcc dot gnu dot org
--- Comment #6 from cvs-commit at gcc dot gnu dot org 2005-10-02 20:16 --- Subject: Bug 24142 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED]2005-10-02 20:15:55 Modified files: gcc: ChangeLog tree-vrp.c gcc/testsuite : C

[Bug tree-optimization/24142] [4.1 regression] VRP miscompiles unzip inflate.c

2005-10-02 Thread dnovillo at gcc dot gnu dot org
--- Comment #7 from dnovillo at gcc dot gnu dot org 2005-10-02 20:17 --- Fixed. http://gcc.gnu.org/ml/gcc-patches/2005-10/msg00056.html. -- dnovillo at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/24169] New: Address (full struct) escapes even though the called function does not cause it to escape

2005-10-02 Thread pinskia at gcc dot gnu dot org
Just like PR 23134, here is another testcase for the aliasing thinking that the address escapes but this time it has SFT's involved and we should not have a V_MAY_DEF for k.i: static void f(char *a) { *a = 1; } struct g { char i, j; }; void h(void) { struct g k = {2, 2}; f(&k.j); if (k.

[Bug target/8834] d30v-elf ICE during bootstrap

2005-10-02 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2005-10-02 20:53 --- Closing as won't fix for 4.1.0 as this target was removed in 4.1.0. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug libstdc++/24071] solaris vs. __gthread_active_p

2005-10-02 Thread mark at codesourcery dot com
--- Comment #8 from mark at codesourcery dot com 2005-10-02 21:21 --- Subject: Re: solaris vs. __gthread_active_p bkoz at gcc dot gnu dot org wrote: > However, there is a bigger issue involved, which is still in progress. > Actually, > I'd like to broaden this out a bit since it look

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

2005-10-02 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-10-02 21:27 --- I think this is just another case of PR 23134. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug libstdc++/24071] solaris vs. __gthread_active_p

2005-10-02 Thread ebotcazou at gcc dot gnu dot org
--- Comment #9 from ebotcazou at gcc dot gnu dot org 2005-10-02 21:27 --- > Therefore, I'm suggesting I close this, and open a more general enhancement > bug. I'd rather keep it open and recategorize it as a "target" PR, since there is really a problem with __gthread_active_p on Solar

[Bug c++/23840] [3.4/4.0/4.1 Regression] Bogus "invalid lvalue in unary '&'" diagnostic and ICE with va_arg

2005-10-02 Thread cvs-commit at gcc dot gnu dot org
--- Comment #8 from cvs-commit at gcc dot gnu dot org 2005-10-02 21:28 --- Subject: Bug 23840 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED]2005-10-02 21:28:50 Modified files: gcc/cp : tree.c ChangeLog gcc/testsuite : Chang

[Bug c++/23840] [3.4/4.0/4.1 Regression] Bogus "invalid lvalue in unary '&'" diagnostic and ICE with va_arg

2005-10-02 Thread cvs-commit at gcc dot gnu dot org
--- Comment #9 from cvs-commit at gcc dot gnu dot org 2005-10-02 21:44 --- Subject: Bug 23840 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED]2005-10-02 21:44:37 Modified files: gcc/cp : tree.c Added fil

[Bug c++/23840] [3.4/4.0/4.1 Regression] Bogus "invalid lvalue in unary '&'" diagnostic and ICE with va_arg

2005-10-02 Thread mmitchel at gcc dot gnu dot org
--- Comment #10 from mmitchel at gcc dot gnu dot org 2005-10-02 21:45 --- Fixed in GCC 4.0.3. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/24003] [4.1 Regression] ACATS FAIL 17 regressions on x86-linux, fixed and decimal arithmetic broken

2005-10-02 Thread hubicka at ucw dot cz
--- Comment #11 from hubicka at ucw dot cz 2005-10-02 21:46 --- Subject: Re: [4.1 Regression] ACATS FAIL 17 regressions on x86-linux, fixed and decimal arithmetic broken > > > --- Comment #10 from laurent at guerby dot net 2005-10-02 16:20 --- > It looks like it is indeed a

[Bug ada/24003] [4.1 Regression] ACATS FAIL 17 regressions on x86-linux, fixed and decimal arithmetic broken

2005-10-02 Thread ebotcazou at gcc dot gnu dot org
--- Comment #12 from ebotcazou at gcc dot gnu dot org 2005-10-02 21:55 --- > Can you please check if -fno-tree-ter makes the bug go away? We've > chatted recently with Jakub concerning bug in argument saving in nested > call and -maccumulate-outgoing-args. I was under impression that

[Bug c++/22621] [3.4/4.0/4.1 Regression] Member function overloading introduces syntax errors

2005-10-02 Thread cvs-commit at gcc dot gnu dot org
--- Comment #9 from cvs-commit at gcc dot gnu dot org 2005-10-02 21:58 --- Subject: Bug 22621 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED]2005-10-02 21:58:08 Modified files: gcc/cp : parser.c pt.c ChangeLog gcc/testsuite

[Bug c++/22621] [3.4/4.0/4.1 Regression] Member function overloading introduces syntax errors

2005-10-02 Thread cvs-commit at gcc dot gnu dot org
--- Comment #10 from cvs-commit at gcc dot gnu dot org 2005-10-02 21:58 --- Subject: Bug 22621 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED]2005-10-02 21:58:34 Modified files: gcc/cp : parser.c Added

[Bug c++/22621] [3.4/4.0/4.1 Regression] Member function overloading introduces syntax errors

2005-10-02 Thread mmitchel at gcc dot gnu dot org
--- Comment #11 from mmitchel at gcc dot gnu dot org 2005-10-02 22:05 --- Fixed in 4.0.3. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Sta

[Bug c++/24161] [3.4/4.0/4.1 Regression] Lookup of template member function finds global type.

2005-10-02 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 ada/24003] [4.1 Regression] ACATS FAIL 17 regressions on x86-linux, fixed and decimal arithmetic broken

2005-10-02 Thread hubicka at ucw dot cz
--- Comment #13 from hubicka at ucw dot cz 2005-10-02 22:30 --- Subject: Re: [4.1 Regression] ACATS FAIL 17 regressions on x86-linux, fixed and decimal arithmetic broken > > > --- Comment #12 from ebotcazou at gcc dot gnu dot org 2005-10-02 21:55 > --- > > Can you please ch

[Bug libgcj/24170] New: [SECURITY] readdir_r considered harmful

2005-10-02 Thread ben at decadentplace dot org dot uk
The function java::io::File::performList in libjava/java/io/natFilePosix.cc calls readdir_r using a stack buffer with pathconf(path, _PC_NAME_MAX) + 1 extra bytes. It does not check for failure of pathconf(). Also there is a race condition between opendir() and pathconf(). This may well be exploita

[Bug libgcj/24170] [SECURITY] readdir_r considered harmful

2005-10-02 Thread ben at decadentplace dot org dot uk
--- Comment #1 from ben at decadentplace dot org dot uk 2005-10-02 23:16 --- Can someone please remove this from public view, as Mozilla does for security bugs on their Bugzilla? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24170

[Bug libgcj/24170] [SECURITY] readdir_r considered harmful

2005-10-02 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-10-02 23:20 --- (In reply to comment #1) > Can someone please remove this from public view, as Mozilla does for security > bugs on their Bugzilla? Why, this is a normal bug unless you can prove otherwise? There are no known exploi

[Bug libgcj/24170] natFilePosix.cc seems to have a security problem

2005-10-02 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-10-02 23:28 --- But from the sound of this, this is a bug in readdir_r and not fully in libgcj. Yes libgcj should be testing the return value of pathconf but I assume from reading the man pages of pathconf and readdir_r, there shou

[Bug libgcj/24170] natFilePosix.cc seems to have a security problem

2005-10-02 Thread ben at decadentplace dot org dot uk
--- Comment #4 from ben at decadentplace dot org dot uk 2005-10-02 23:38 --- Andrew, I agree this is a problem with readdir_r, hence my original subject (and the fact that I'm reporting bugs in a large number of other programs). I'm not going to publish the advisory until 1st November.

[Bug c++/24161] [3.4/4.0/4.1 Regression] Lookup of template member function finds global type.

2005-10-02 Thread mmitchel at gcc dot gnu dot org
--- Comment #3 from mmitchel at gcc dot gnu dot org 2005-10-03 00:16 --- Until DR228 the name following ".template" had to be a member template, so the code would have been invalid on those grounds. However, even after DR228, I don't think this is valid code. The name lookup done afte

[Bug c++/17775] [3.4/4.0/4.1 Regression] -frepo with function template in anonymous namespace fails to compile

2005-10-02 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/23603] VRP does not say range for a in a = b == c; is [0,1]

2005-10-02 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2005-10-03 00:43 --- I just tried to bootstrap the patch on x86_64-linux-gnu and I think I ran into another VRP bug. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23603

[Bug c++/24171] New: g++-3.3: internal compiler error: in resolve_overloaded_unification, at cp/pt.c:8541

2005-10-02 Thread faheem at email dot unc dot edu
Hi, I've also reported this bug to the Debian Bug tracking system at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=331265 I'll repeat it here. Package: g++-3.3 Version: 1:3.3.5-13 Severity: normal When building on x86, g++ 3.3 fails with the following error. scons scons: Reading SConscript

[Bug c++/24171] g++-3.3: internal compiler error: in resolve_overloaded_unification, at cp/pt.c:8541

2005-10-02 Thread faheem at email dot unc dot edu
--- Comment #1 from faheem at email dot unc dot edu 2005-10-03 00:48 --- Created an attachment (id=9863) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9863&action=view) Preprocessed file to reproduce bug. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24171

[Bug c++/24171] g++-3.3: internal compiler error: in resolve_overloaded_unification, at cp/pt.c:8541

2005-10-02 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-10-03 00:58 --- Reducing but from the look of it, it is not a regression. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

Re: [Bug libgcj/24170] [SECURITY] readdir_r considered harmful

2005-10-02 Thread Daniel Berlin
On Sun, 2 Oct 2005, ben at decadentplace dot org dot uk wrote: --- Comment #1 from ben at decadentplace dot org dot uk 2005-10-02 23:16 --- Can someone please remove this from public view, as Mozilla does for security bugs on their Bugzilla? Unlike mozilla, we do not remove secu

[Bug libgcj/24170] natFilePosix.cc seems to have a security problem

2005-10-02 Thread dberlin at dberlin dot org
--- Comment #5 from dberlin at gcc dot gnu dot org 2005-10-03 01:01 --- Subject: Re: [SECURITY] readdir_r considered harmful On Sun, 2 Oct 2005, ben at decadentplace dot org dot uk wrote: > > > --- Comment #1 from ben at decadentplace dot org dot uk 2005-10-02 23:16 > ---

[Bug c++/24172] New: error: incorrect sharing of tree nodes

2005-10-02 Thread kev dot gilbert at cdu dot edu dot au
Compile of KOffice with gcc4.1 failed. Source condensed to a test case which produces the following error: --- test-case-1.cpp: In function ‘void prepare_inpaint()’: test-case-1.cpp:55: error: incorrect sharing of tree nodes D.1986_15 = "rb"[0]; "rb"[0]; test-case-1.cpp:55: internal

[Bug tree-optimization/24172] [4.1 Regression] error: incorrect sharing of tree nodes

2005-10-02 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Component|c++ |tree-optimization Keywords||ice

[Bug tree-optimization/24172] [4.1 Regression] error: incorrect sharing of tree nodes

2005-10-02 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-03 01:12 --- This is caused by the inliner. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/24172] [4.1 Regression] error: incorrect sharing of tree nodes

2005-10-02 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-10-03 01:26 --- Here is a slightly shorter testcase: template struct CImg; template struct CImgl; struct IOException { IOException( const char * ){} }; inline int* dummy( const char* const p

[Bug c++/24173] New: ICE on returning a variable in a static templated member function

2005-10-02 Thread jaschmidt at uofu dot net
When compiling a templated heavy code, get an ICE when compiling a static templated member function. When recompiling with -save-temps, no longer get the ICE and code compiles. g++ version: g++-4.0 -v Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --enable-lang

[Bug c++/24173] ICE on returning a variable in a static templated member function

2005-10-02 Thread jaschmidt at uofu dot net
--- Comment #1 from jaschmidt at uofu dot net 2005-10-03 01:39 --- Created an attachment (id=9864) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9864&action=view) ii file for program that generates the ICE -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24173

[Bug c++/24173] ICE on returning a variable in a static templated member function

2005-10-02 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-10-03 02:06 --- >When recompiling with -save-temps, no longer get the ICE and code compiles. Can you try without -save-temps again and see if you can reproducible. -- pinskia at gcc dot gnu dot org changed: What

[Bug c++/24173] ICE on returning a variable in a static templated member function

2005-10-02 Thread jaschmidt at uofu dot net
--- Comment #3 from jaschmidt at uofu dot net 2005-10-03 02:39 --- Subject: Re: ICE on returning a variable in a static templated member function On Sunday 02 October 2005 08:06 pm, pinskia at gcc dot gnu dot org wrote: > --- Comment #2 from pinskia at gcc dot gnu dot org 2005-10-

[Bug tree-optimization/23603] VRP does not say range for a in a = b == c; is [0,1]

2005-10-02 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2005-10-03 02:39 --- (In reply to comment #5) > I just tried to bootstrap the patch on x86_64-linux-gnu and I think I ran into > another VRP bug. I could not find it in cc1files and there was only one extra "Folding predicate" in the who

[Bug c++/24173] ICE on returning a variable in a static templated member function

2005-10-02 Thread jaschmidt at uofu dot net
--- Comment #4 from jaschmidt at uofu dot net 2005-10-03 02:40 --- (In reply to comment #2) > >When recompiling with -save-temps, no longer get the ICE and code compiles. > > Can you try without -save-temps again and see if you can reproducible. > Without the -save-temps, the code giv

[Bug target/21757] 64bit multilib for ppc-darwin

2005-10-02 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2005-10-03 02:51 --- Fixed by: 2005-09-28 Geoffrey Keating <[EMAIL PROTECTED]> * config/rs6000/t-darwin8: Uncomment contents, allow -m64 multilib to be built. -- pinskia at gcc dot gnu dot org changed:

[Bug ada/24003] [4.1 Regression] ACATS FAIL 17 regressions on x86-linux, fixed and decimal arithmetic broken

2005-10-02 Thread laurent at guerby dot net
--- Comment #14 from laurent at guerby dot net 2005-10-03 03:37 --- I confirm that on p.adb no-tree-ter does make the problem disappear, p.adb works when I compile s-arit64 as follows: gcc -c -O2 -gnatpg -fno-tree-ter s-arit64.adb (I'll be away from email until wednesday). -- http

[Bug libstdc++/6257] C-library symbols enter global namespace

2005-10-02 Thread neroden at gcc dot gnu dot org
--- Comment #15 from neroden at gcc dot gnu dot org 2005-10-03 03:42 --- So there's a problem with the multiple-include-protection in glibc! We actually want to include the headers twice, potentially -- once when included via et al, with everything in namespaces, and once when included

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

2005-10-02 Thread steven at gcc dot gnu dot org
--- Comment #3 from steven at gcc dot gnu dot org 2005-10-03 06:14 --- No it is not. -- steven at gcc dot gnu dot org changed: What|Removed |Added BugsThisDependsOn|2313