[Bug tree-optimization/33804] ICE in vect_transform_stmt, at tree-vect-transform.c:6131 with -ftree-vectorize

2007-10-18 Thread falk at debian dot org
--- Comment #2 from falk at debian dot org 2007-10-18 06:27 --- Whoops. void f(unsigned char *s, unsigned char *d, int n) { int i; for (i = 0; i n; i += 4) { d[i + 0] += s[i + 0]; d[i + 1] += s[i + 1]; d[i + 2] += s[i + 2]; d[i + 3] += s[i + 3];

[Bug c++/33807] New: Incorrect ambiguous overload

2007-10-18 Thread bldantes at comcast dot net
The following code fails to compile with an overload ambiguity in gcc 4.2.1. It successfully compiles in 3.4.4, 4.0.3 and 4.1.1. In the error message, note also the bogus display of the signature for the first candidate: note: candidates are: bool std::operator!=(const std::allocator_CharT, const

[Bug target/32961] [4.2/4.3 Regression]: Gcc has different requirements for x86 shift xmm intrinsics

2007-10-18 Thread ubizjak at gmail dot com
--- Comment #9 from ubizjak at gmail dot com 2007-10-18 06:33 --- (In reply to comment #8) Icc generates: 0: 66 0f 6e cf movd %edi,%xmm1 4: 66 0f f2 c1 pslld %xmm1,%xmm0 Right, that's what icc's documentation would suggest. But that

[Bug c++/33808] New: internal compiler error: in write_type, at cp/mangle.c:1651

2007-10-18 Thread brakiozor at caramail dot com
Hello, I'm working on Dev-cpp this is the output : Compiler: Default compiler Building Makefile: C:\cygwin\tmp\Makefile.win Executing make... make.exe -f C:\cygwin\tmp\Makefile.win all g++.exe -c toto.cc -o toto.o

[Bug libfortran/30694] minval/maxval with +/-Inf

2007-10-18 Thread fxcoudert at gcc dot gnu dot org
--- Comment #25 from fxcoudert at gcc dot gnu dot org 2007-10-18 07:38 --- (In reply to comment #24) So maybe approach the question differently. Which element in an array of NaNs is the smallest one and what is its value? If I pick any one element, its value is NaN. It does not

[Bug c++/33808] internal compiler error: in write_type, at cp/mangle.c:1651

2007-10-18 Thread brakiozor at caramail dot com
--- Comment #2 from brakiozor at caramail dot com 2007-10-18 07:56 --- Created an attachment (id=14369) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14369action=view) .ii file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33808

[Bug c++/33808] internal compiler error: in write_type, at cp/mangle.c:1651

2007-10-18 Thread brakiozor at caramail dot com
--- Comment #3 from brakiozor at caramail dot com 2007-10-18 08:06 --- I found this bug on a more complex program and I did an epurated code. -- brakiozor at caramail dot com changed: What|Removed |Added

[Bug c++/33808] internal compiler error: in write_type, at cp/mangle.c:1651

2007-10-18 Thread brakiozor at caramail dot com
--- Comment #1 from brakiozor at caramail dot com 2007-10-18 07:55 --- Created an attachment (id=14368) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14368action=view) source code I was playing a little with template -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33808

[Bug tree-optimization/33804] ICE in vect_transform_stmt, at tree-vect-transform.c:6131 with -ftree-vectorize

2007-10-18 Thread irar at il dot ibm dot com
--- Comment #3 from irar at il dot ibm dot com 2007-10-18 08:33 --- It works fine for me (and the loop gets SLPed) on powerpc-64 and x86_64. Could you please run it with -fdump-tree-vect-details and attach the dump file? Ira -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33804

[Bug c++/33808] internal compiler error: in write_type, at cp/mangle.c:1651

2007-10-18 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2007-10-18 08:49 --- As far as I understand there is no way to encode currently typeof for templates. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/32961] [4.2/4.3 Regression]: Gcc has different requirements for x86 shift xmm intrinsics

2007-10-18 Thread uros at gcc dot gnu dot org
--- Comment #10 from uros at gcc dot gnu dot org 2007-10-18 09:12 --- Subject: Bug 32961 Author: uros Date: Thu Oct 18 09:12:30 2007 New Revision: 129433 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=129433 Log: PR target/32961 * config/i386/i386.c

[Bug target/32961] [4.2/4.3 Regression]: Gcc has different requirements for x86 shift xmm intrinsics

2007-10-18 Thread ubizjak at gmail dot com
--- Comment #11 from ubizjak at gmail dot com 2007-10-18 09:14 --- Fixed for 4.2.3 and 4.3.0. -- ubizjak at gmail dot com changed: What|Removed |Added

[Bug libstdc++/33807] Incorrect ambiguous overload

2007-10-18 Thread pcarlini at suse dot de
-- pcarlini at suse dot de changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |pcarlini at suse dot de |dot org |

[Bug c++/5645] gcc warns that pure virtual class not explicitly initialized

2007-10-18 Thread nathan at codesourcery dot com
--- Comment #5 from nathan at codesourcery dot com 2007-10-18 09:43 --- Subject: Re: gcc warns that pure virtual class not explicitly initialized manu at gcc dot gnu dot org wrote: --- Comment #4 from manu at gcc dot gnu dot org 2007-10-17 11:26 --- Does this patch makes

[Bug libstdc++/33807] Incorrect ambiguous overload

2007-10-18 Thread pcarlini at suse dot de
-- pcarlini at suse dot de changed: What|Removed |Added Target Milestone|--- |4.2.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33807

[Bug libstdc++/33807] Incorrect ambiguous overload

2007-10-18 Thread pcarlini at suse dot de
--- Comment #1 from pcarlini at suse dot de 2007-10-18 09:55 --- Note, the problem - trivial, the same we had in stl_iterator.h - is latent in the older branches, dates back to the configurable allocator.h. The fix is safe and will go in 4_2-branch too. --

[Bug libstdc++/33807] Incorrect ambiguous overload

2007-10-18 Thread paolo at gcc dot gnu dot org
--- Comment #2 from paolo at gcc dot gnu dot org 2007-10-18 10:00 --- Subject: Bug 33807 Author: paolo Date: Thu Oct 18 10:00:18 2007 New Revision: 129434 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=129434 Log: 2007-10-18 Paolo Carlini [EMAIL PROTECTED] PR

[Bug c/33809] New: Rounding off error in GCC 4.1.2

2007-10-18 Thread satyaakam at yahoo dot co dot in
Based on our investigation and the gcc documentation , we think there is a Bug in GCC 4.1.2 Firstly, according to the doc and our understanding, the error caused by rounding should be small, for instance, some systems may treat 5.000 as 4.998. However, in our case, the difference is quit big,

[Bug c++/33810] New: gcc 4.1.2 mangles results on x86_64 in bitfield operations

2007-10-18 Thread satyaakam at yahoo dot co dot in
Run the test case on a x86_64 bit machine to see how gcc 4.1.2 mangles results in under Linux We have tested the test case using 3.2.3 Compiler on RHEL 3 on both 32 as well as 64 bit OS it works well. Compile the test case provided with the following steps $gcc -g -I. -Wall -m64 -c bar.c $g++

[Bug tree-optimization/32921] [4.3 Regression] Revision 126326 causes 12% slowdown

2007-10-18 Thread rguenth at gcc dot gnu dot org
--- Comment #16 from rguenth at gcc dot gnu dot org 2007-10-18 11:45 --- I have a patch. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/33811] New: Character assignment misses dependency

2007-10-18 Thread pault at gcc dot gnu dot org
This $ cat assign_bug_3.f90 character(1) :: a(3) = ['1','2','3'] integer :: i = 1 a(2:3)(i:i) = a(1:2)(i:i) print *, a end $ /irun/bin/gfortran assign_bug_3.f90; ./a 111 is the wrong result (should be 112) The problem lies in gfc_check_dependency, where the assumption about substrings

[Bug fortran/31217] ICE using FORALL on character substrings

2007-10-18 Thread pault at gcc dot gnu dot org
-- pault at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |pault at gcc dot gnu dot org |dot org

[Bug c/33809] Rounding off error in GCC 4.1.2

2007-10-18 Thread ubizjak at gmail dot com
--- Comment #1 from ubizjak at gmail dot com 2007-10-18 12:18 --- What about -ffloat-store? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33809

[Bug fortran/33811] Character assignment misses dependency

2007-10-18 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1

[Bug fortran/33733] ICEs in simplify_transfer

2007-10-18 Thread pault at gcc dot gnu dot org
--- Comment #11 from pault at gcc dot gnu dot org 2007-10-18 12:44 --- Subject: Bug 33733 Author: pault Date: Thu Oct 18 12:44:03 2007 New Revision: 129435 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=129435 Log: 2007-10-18 Paul Thomas [EMAIL PROTECTED] Dominique

[Bug fortran/33733] ICEs in simplify_transfer

2007-10-18 Thread pault at gcc dot gnu dot org
--- Comment #12 from pault at gcc dot gnu dot org 2007-10-18 12:45 --- Subject: Bug 33733 Author: pault Date: Thu Oct 18 12:44:57 2007 New Revision: 129436 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=129436 Log: 2007-10-18 Paul Thomas [EMAIL PROTECTED] Dominique

[Bug fortran/33233] Parent and contained procedure: Wrongly treated as generic procedures

2007-10-18 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2007-10-18 12:48 --- Subject: Bug 33233 Author: pault Date: Thu Oct 18 12:48:37 2007 New Revision: 129437 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=129437 Log: 2007-10-18 Paul Thomas [EMAIL PROTECTED] PR

[Bug middle-end/33806] [regression 4.3] gfortran.dg/cray_pointers_2.f90 give an ICE at -O3 -m64 on Darwin

2007-10-18 Thread dominiq at lps dot ens dot fr
--- Comment #1 from dominiq at lps dot ens dot fr 2007-10-18 12:55 --- This regression affects also gfortran.fortran-torture/execute/stack_varsize.f90. A reduced test case is: ! Program to test the stack variable size limit. program stack call sub1 contains ! Local variables

[Bug libfortran/22423] Warnings when building libgfortran

2007-10-18 Thread fxcoudert at gcc dot gnu dot org
--- Comment #14 from fxcoudert at gcc dot gnu dot org 2007-10-18 13:22 --- (In reply to comment #13) ../../../libgfortran/runtime/environ.c:312: warning: 'init_choice' defined but not used ../../../libgfortran/runtime/environ.c:339: warning: 'show_choice' defined but not used

[Bug tree-optimization/33812] New: Vectorizer testcases fail

2007-10-18 Thread irar at il dot ibm dot com
With current trunk (r129433) vectorizer testcases fail on powerpc64: FAIL: gcc.dg/vect/vect-64.c (internal compiler error) FAIL: gcc.dg/vect/vect-64.c (test for excess errors) WARNING: gcc.dg/vect/vect-64.c compilation failed to produce executable FAIL: gcc.dg/vect/vect-68.c (internal compiler

[Bug fortran/29452] Keyword check for specifiers in WRITE and READ

2007-10-18 Thread fxcoudert at gcc dot gnu dot org
--- Comment #10 from fxcoudert at gcc dot gnu dot org 2007-10-18 13:39 --- I think it's best to close this one. I only wanted to keep it open because I thought I'd add the rest of the F2003 specifiers quickly, which didn't happen. -- fxcoudert at gcc dot gnu dot org changed:

[Bug tree-optimization/33812] Vectorizer testcases fail

2007-10-18 Thread dominiq at lps dot ens dot fr
--- Comment #1 from dominiq at lps dot ens dot fr 2007-10-18 13:40 --- This seems to be a duplicate of PR33806, at least the ICE occurs at the same point. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33812

[Bug target/32961] [4.2/4.3 Regression]: Gcc has different requirements for x86 shift xmm intrinsics

2007-10-18 Thread hjl at lucon dot org
--- Comment #12 from hjl at lucon dot org 2007-10-18 13:44 --- (In reply to comment #8) (In reply to comment #7) Icc generates: 0: 66 0f 6e cf movd %edi,%xmm1 4: 66 0f f2 c1 pslld %xmm1,%xmm0 Right, that's what icc's documentation would

[Bug fortran/33233] Parent and contained procedure: Wrongly treated as generic procedures

2007-10-18 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2007-10-18 13:54 --- Fixed on trunk. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/33809] Rounding off error in GCC 4.1.2

2007-10-18 Thread satyaakam at yahoo dot co dot in
--- Comment #2 from satyaakam at yahoo dot co dot in 2007-10-18 14:00 --- $gcc -ffloat-store round.c $ ./a.out -0.724062 $gcc -O3 -ffloat-store round.c $ ./a.out -0.541341 $gcc -O0 -ffloat-store round.c ./a.out -0.724062 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33809

[Bug fortran/33733] ICEs in simplify_transfer

2007-10-18 Thread pault at gcc dot gnu dot org
--- Comment #13 from pault at gcc dot gnu dot org 2007-10-18 13:53 --- Fixed on trunk Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/33812] Vectorizer testcases fail

2007-10-18 Thread dominiq at lps dot ens dot fr
--- Comment #2 from dominiq at lps dot ens dot fr 2007-10-18 14:32 --- The same occurs in 32 bit mode, see for instance http://gcc.gnu.org/ml/gcc-testresults/2007-10/msg00804.html [karma] dominiq/Desktop% gfc -O2 -ftree-vectorize -maltivec

[Bug tree-optimization/33812] Vectorizer testcases fail

2007-10-18 Thread dominiq at lps dot ens dot fr
--- Comment #3 from dominiq at lps dot ens dot fr 2007-10-18 14:37 --- The PR started between revisions 129388 (works) and 129401 (does not). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33812

[Bug c/33809] Rounding off error in GCC 4.1.2

2007-10-18 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2007-10-18 14:46 --- Your code is undefined. You have multiple assignments to pow_tmp without intervening sequence points. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/33811] Character assignment misses dependency

2007-10-18 Thread pault at gcc dot gnu dot org
--- Comment #1 from pault at gcc dot gnu dot org 2007-10-18 14:50 --- (In reply to comment #0) A fix for both will be posted tonight, as long as the regtesting completes OK. Cheers Paul This fix has been posted: http://gcc.gnu.org/ml/fortran/2007-10/msg00264.html Paul --

[Bug middle-end/33780] different results between O3 and O0

2007-10-18 Thread dominiq at lps dot ens dot fr
--- Comment #4 from dominiq at lps dot ens dot fr 2007-10-18 15:23 --- while we expand a constant integral power to an optimal (as of the count of multiplications / additions) series of multiplications and additions. It seems the difference is coming from something else. I'll bet

[Bug libstdc++/30085] switch debug mode hash containers from ext to tr1

2007-10-18 Thread bkoz at gcc dot gnu dot org
--- Comment #4 from bkoz at gcc dot gnu dot org 2007-10-18 15:23 --- Subject: Bug 30085 Author: bkoz Date: Thu Oct 18 15:22:58 2007 New Revision: 129442 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=129442 Log: 2007-10-18 Benjamin Kosnik [EMAIL PROTECTED] *

[Bug middle-end/21718] real.c rounding not perfect

2007-10-18 Thread neil at gcc dot gnu dot org
--- Comment #6 from neil at gcc dot gnu dot org 2007-10-18 15:24 --- (In reply to comment #5) I believe more than 160 bits are required to get even single-precision numbers right with DECIMAL_DIG digits precision and an exponent. I'm going to try and prove this by finding an

[Bug libstdc++/30085] switch debug mode hash containers from ext to tr1

2007-10-18 Thread bkoz at gcc dot gnu dot org
--- Comment #5 from bkoz at gcc dot gnu dot org 2007-10-18 16:04 --- Done. -- bkoz at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug libstdc++/33489] parallel v3: not default constructible issues

2007-10-18 Thread bkoz at gcc dot gnu dot org
--- Comment #11 from bkoz at gcc dot gnu dot org 2007-10-18 16:06 --- Wolfgang, I'm going to close this as fixed, ok? We are now checking systematically for this issue as part of the 25_algo conformance testing. If you find any more of these, please re-open. best, benjamin --

[Bug driver/33577] Compile failing for xpdf 3.02

2007-10-18 Thread cabanasg at metro dot net
--- Comment #7 from cabanasg at metro dot net 2007-10-18 16:13 --- Subject: RE: Compile failing for xpdf 3.02 My problem occurs during the 'make' step, after the './configure' step. How can I use 'g++' for linking during the 'make' step? Thanks. -Original Message- From:

[Bug libstdc++/33490] parallel v3: std::accumulate assumes iterators have std::iterator_traits declared

2007-10-18 Thread bkoz at gcc dot gnu dot org
--- Comment #3 from bkoz at gcc dot gnu dot org 2007-10-18 16:18 --- Current mainline in parallel mode still has this fail, for the record. Looking at the concepts code From: http://www.generic-programming.org/software/ConceptGCC/ include/bits/stl_numeric.h:

[Bug c/33809] Rounding off error in GCC 4.1.2

2007-10-18 Thread manu at gcc dot gnu dot org
--- Comment #4 from manu at gcc dot gnu dot org 2007-10-18 16:27 --- (In reply to comment #3) Your code is undefined. You have multiple assignments to pow_tmp without intervening sequence points. Do you think it could be interesting to collect these kind of reports as potential

[Bug libstdc++/33807] Incorrect ambiguous overload

2007-10-18 Thread bkoz at gcc dot gnu dot org
--- Comment #3 from bkoz at gcc dot gnu dot org 2007-10-18 16:29 --- Thanks for fixing this Paolo. -benjamin -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33807

[Bug libstdc++/33603] configuration failure during native build

2007-10-18 Thread bkoz at gcc dot gnu dot org
--- Comment #6 from bkoz at gcc dot gnu dot org 2007-10-18 16:31 --- Yo Gaby. Has this been worked out? Can we close this? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33603

[Bug libstdc++/33807] Incorrect ambiguous overload

2007-10-18 Thread bldantes at comcast dot net
--- Comment #4 from bldantes at comcast dot net 2007-10-18 16:40 --- Why does adding the new libstdc++ template function: templatetypename _Tp inline bool operator!=(const allocator_Tp, const allocator_Tp); fix the conflict between my template function: template class T bool operator

[Bug tree-optimization/33812] Vectorizer testcases fail

2007-10-18 Thread dominiq at lps dot ens dot fr
--- Comment #4 from dominiq at lps dot ens dot fr 2007-10-18 16:40 --- May I guess revision 129400? --- trunk/gcc/ChangeLog 2007/10/17 00:46:27 129399 +++ trunk/gcc/ChangeLog 2007/10/17 01:05:50 129400 @@ -1,3 +1,10 @@ +2007-10-17 Alan Modra [EMAIL PROTECTED] + + *

[Bug target/33812] [4.3 Regression] Vectorizer testcases fail

2007-10-18 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2007-10-18 16:56 --- Looks like they also appear on ppc-darwin too: http://gcc.gnu.org/ml/gcc-testresults/2007-10/msg00818.html -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/33796] valgrind error with -O2 for linux kernel code

2007-10-18 Thread dcb314 at hotmail dot com
--- Comment #6 from dcb314 at hotmail dot com 2007-10-18 17:33 --- (In reply to comment #2) Although valgrind is correct that we are doing an uninitialized read, the code is actually working as designed and is correct. I wish I had a pound for every time I've heard that ;- So yes

[Bug libstdc++/33807] Incorrect ambiguous overload

2007-10-18 Thread pcarlini at suse dot de
--- Comment #5 from pcarlini at suse dot de 2007-10-18 17:48 --- No, this is ADL at work. Browse the comments in stl_iterator.h for some additional hints, or delve into the nuisances of ADL ;) Anyway, for mainline, I will also add another fix, which avoid completely the comparison for

[Bug libstdc++/33807] Incorrect ambiguous overload

2007-10-18 Thread paolo at gcc dot gnu dot org
--- Comment #6 from paolo at gcc dot gnu dot org 2007-10-18 17:58 --- Subject: Bug 33807 Author: paolo Date: Thu Oct 18 17:58:13 2007 New Revision: 129454 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=129454 Log: 2007-10-18 Paolo Carlini [EMAIL PROTECTED] PR

[Bug libstdc++/33807] Incorrect ambiguous overload

2007-10-18 Thread pcarlini at suse dot de
--- Comment #7 from pcarlini at suse dot de 2007-10-18 17:58 --- Fixed for 4.2.3. -- pcarlini at suse dot de changed: What|Removed |Added Status|ASSIGNED

[Bug libfortran/30694] minval/maxval with +/-Inf

2007-10-18 Thread burnus at gcc dot gnu dot org
--- Comment #26 from burnus at gcc dot gnu dot org 2007-10-18 18:22 --- If I understand it correctly, there is a difference between IEEE 754-1989 and the current draft of IEEE 754 (duped IEEE 754r), see also

[Bug libstdc++/33603] configuration failure during native build

2007-10-18 Thread gdr at cs dot tamu dot edu
--- Comment #7 from gdr at cs dot tamu dot edu 2007-10-18 18:46 --- Subject: Re: configuration failure during native build bkoz at gcc dot gnu dot org [EMAIL PROTECTED] writes: | Yo Gaby. Has this been worked out? Can we close this? As long as we document that that build on MinGW

[Bug libstdc++/33489] parallel v3: not default constructible issues

2007-10-18 Thread bangerth at dealii dot org
--- Comment #12 from bangerth at dealii dot org 2007-10-18 18:46 --- Yes, sorry. I meant to report of course that I believe that it works now. Thanks for your work! W. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33489

[Bug tree-optimization/33804] ICE in vect_transform_stmt, at tree-vect-transform.c:6131 with -ftree-vectorize

2007-10-18 Thread falk at debian dot org
--- Comment #4 from falk at debian dot org 2007-10-18 19:26 --- Created an attachment (id=14370) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14370action=view) Vectorization dump file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33804

[Bug tree-optimization/32921] [4.3 Regression] Revision 126326 causes 12% slowdown

2007-10-18 Thread hjl at lucon dot org
--- Comment #17 from hjl at lucon dot org 2007-10-18 20:55 --- This patch: http://gcc.gnu.org/ml/gcc-patches/2007-10/msg01047.html makes 437.leslie3d 10% faster on Intel Core 2 Duo 64bit. But it is still 23% slower than gcc 4.1 Red Hat. --

[Bug target/33774] Cygwin/mingw do not support 16 byte alignment of struct/union fields

2007-10-18 Thread dannysmith at users dot sourceforge dot net
--- Comment #2 from dannysmith at users dot sourceforge dot net 2007-10-18 21:04 --- The native compiler MSVC++ does not limit field alignment to 64 bits, but as documented here Windows Data Alignment on IPF, x86, and x64 http://msdn2.microsoft.com/en-us/library/Aa290049(VS.71).aspx

[Bug fortran/32021] Fix,document,remove GFORTRAN_* environment variables

2007-10-18 Thread fxcoudert at gcc dot gnu dot org
--- Comment #4 from fxcoudert at gcc dot gnu dot org 2007-10-18 21:25 --- Subject: Bug 32021 Author: fxcoudert Date: Thu Oct 18 21:25:21 2007 New Revision: 129463 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=129463 Log: PR libfortran/32021 * runtime/backtrace.c

[Bug libstdc++/33815] New: tr1::uniform_int isn't uniform

2007-10-18 Thread jkherciueh at gmx dot net
Consider: #include ctime #include iostream #include vector #include tr1/random void test ( unsigned int num_buckets, unsigned int seed = 3141592 ) { std::cout using num_buckets buckets:\n; std::tr1::mt19937 eng(seed); const unsigned long range = eng.max() / 5.5;

[Bug fortran/33795] Environment variable GFORTRAN_UNBUFFERED_number not working

2007-10-18 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2007-10-19 04:16 --- Subject: Bug 33795 Author: jvdelisle Date: Fri Oct 19 04:16:14 2007 New Revision: 129471 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=129471 Log: 2007-10-18 Jerry DeLisle [EMAIL PROTECTED] PR

[Bug fortran/33795] Environment variable GFORTRAN_UNBUFFERED_number not working

2007-10-18 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2007-10-19 04:11 --- Subject: Bug 33795 Author: jvdelisle Date: Fri Oct 19 04:10:58 2007 New Revision: 129470 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=129470 Log: 2007-10-18 Francois-Xavier Coudert [EMAIL PROTECTED]

[Bug fortran/33814] New: Failure of gfortran n Mac Mini

2007-10-18 Thread cbas25 at strath dot ac dot uk
I am using gfortran on a Mac Mini, and have got the compiler by untaring the gfortran-intel-bin.tar package. The compilers are located in /usr/local/bin. I am running Mac OS X Version 10.4.10 Whenever I invoke this compiler without specifying a cource file I get the expected error message:

[Bug target/33704] AIX runs c++ constructors in incorrect order

2007-10-18 Thread bkoz at gcc dot gnu dot org
--- Comment #22 from bkoz at gcc dot gnu dot org 2007-10-19 02:00 --- I believe there are other functions in libstdc++ that depend on initialization order. I do not have specifics. Perhaps: FAIL: 27_io/objects/char/6.cc execution test FAIL: 27_io/objects/wchar_t/6.cc execution test

[Bug target/33704] AIX runs c++ constructors in incorrect order

2007-10-18 Thread ajd at gentrack dot com
--- Comment #21 from ajd at gentrack dot com 2007-10-19 01:44 --- Created an attachment (id=14372) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14372action=view) support -blazy, add option to disable I suggest exportinitfini_flag is enabled by default or atleast for the build of

[Bug fortran/33544] [4.3 only] Warning in TRANSFER intrinsic should be made optional

2007-10-18 Thread jvdelisle at gcc dot gnu dot org
--- Comment #10 from jvdelisle at gcc dot gnu dot org 2007-10-19 04:58 --- This does the trick. I am checking the testsuite for any side effects. Index: simplify.c === --- simplify.c (revision 129465) +++ simplify.c

[Bug driver/33772] collect2 doesn't strip .sl version

2007-10-18 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #1 from dave at hiauly1 dot hia dot nrc dot ca 2007-10-18 23:55 --- Subject: Re: New: collect2 doesn't strip .sl version On Sun, 14 Oct 2007, danglin at gcc dot gnu dot org wrote: After recently updating libgmp, I find that shared libraries that were linked against

[Bug fortran/33795] Environment variable GFORTRAN_UNBUFFERED_number not working

2007-10-18 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2007-10-19 04:22 --- Fixed, closing -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added