[Bug ada/32234] Default pointer initialization not occuring - due to the use of <>

2007-06-07 Thread baldrick at gcc dot gnu dot org
--- Comment #7 from baldrick at gcc dot gnu dot org 2007-06-07 07:07 --- > Valgrind is helful only if there is a crash (segmentation fault). This is completely wrong. Valgrind detects problems that *may* cause a crash. The fact that crashes occur rarely doesn't mean there isn't somet

[Bug fortran/29975] [meta-bugs] ICEs with CP2K

2007-06-07 Thread tbm at cyrius dot com
--- Comment #106 from tbm at cyrius dot com 2007-06-07 07:21 --- (In reply to comment #101) > current gcc (i.e. after the fix for PR32018) still ICEs as described in > comment > #100 I independently reported a bug yesterday that has a very similar traceback as what you posted in commen

[Bug middle-end/32176] [4.3 Regression] ICE tree-type mismatch: expected integer_cst, have plus_expr in int_cst_value, at tree.c:7720

2007-06-07 Thread burnus at gcc dot gnu dot org
--- Comment #4 from burnus at gcc dot gnu dot org 2007-06-07 08:39 --- Compilation works for me with: gcc-Version 4.3.0 20070607 x86_64-unknown-linux-gnu -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32176

[Bug c++/32240] wstring::length() does not work properly with --short-wchar

2007-06-07 Thread pcarlini at suse dot de
--- Comment #1 from pcarlini at suse dot de 2007-06-07 08:51 --- (In reply to comment #0) > std::wstring wstr = L"Hello, World!"; A couple of clarifications. First, your way of using --short-wchar cannot work in principle, because std::string functions are exported from the inst

[Bug libgcj/32227] [4.3 Regression] ../gcc/libjava/classpath/include/config-int.h:7:20: error: stdint.h: No such file or directory

2007-06-07 Thread andreast at gcc dot gnu dot org
--- Comment #2 from andreast at gcc dot gnu dot org 2007-06-07 09:09 --- removed on sparc and build succeeds :) -- andreast at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/32240] wstring::length() does not work properly with --short-wchar

2007-06-07 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-06-07 09:14 --- This is neither a GCC bug or a glibc bug as -fshort-wchar changes the ABI. The documentation already mentions this: Warning: the -fshort-wchar switch causes GCC to generate code that is not binary compatible with cod

[Bug fortran/29975] [meta-bugs] ICEs with CP2K

2007-06-07 Thread jv244 at cam dot ac dot uk
--- Comment #107 from jv244 at cam dot ac dot uk 2007-06-07 09:25 --- (In reply to comment #106) > (In reply to comment #101) > > current gcc (i.e. after the fix for PR32018) still ICEs as described in > > comment > > #100 > > I independently reported a bug yesterday that has a very si

[Bug middle-end/32176] [4.3 Regression] ICE tree-type mismatch: expected integer_cst, have plus_expr in int_cst_value, at tree.c:7720

2007-06-07 Thread jv244 at cam dot ac dot uk
--- Comment #5 from jv244 at cam dot ac dot uk 2007-06-07 09:32 --- (In reply to comment #4) > Compilation works for me with: > gcc-Version 4.3.0 20070607 x86_64-unknown-linux-gnu > still failing for me with a compiler a few minutes old: [EMAIL PROTECTED]:~/g95> cat /scr

[Bug fortran/29975] [meta-bugs] ICEs with CP2K

2007-06-07 Thread jv244 at cam dot ac dot uk
--- Comment #108 from jv244 at cam dot ac dot uk 2007-06-07 09:34 --- Unfortunately the newly updated compiler ICEs now at -O0 gfortran -O0 pw_types.f90 /scratch/vondele/clean/cp2k/src/../src/pw_types.F: In function ‘pw_integral_a2b’: /scratch/vondele/clean/cp2k/src/../src/pw_types.F:37

[Bug libstdc++/31957] Build of compiler fails with 'error: #endif without #if'

2007-06-07 Thread bkoz at gcc dot gnu dot org
--- Comment #2 from bkoz at gcc dot gnu dot org 2007-06-07 09:55 --- How is it that this tester can build on this target, and not you? http://gcc.gnu.org/ml/gcc-testresults/2007-06/msg00309.html I don't see a mention of AIX limitations for sed here: http://gcc.gnu.org/install/specific

[Bug libstdc++/32092] Can't create directory link when build libstdc++ (gcc-4.2.0)

2007-06-07 Thread bkoz at gcc dot gnu dot org
--- Comment #3 from bkoz at gcc dot gnu dot org 2007-06-07 10:00 --- >When I build gcc-g++ 4.2.0 in Mingw32 in Windows XP, when it compile libstdc++ >, it want to create directory link of > $GCC_SRC_ROOT\libstdc++-v3\include\ext\pb_ds\detail >but in mingw32 , It can't create it. Why no

[Bug libstdc++/31957] Build of compiler fails with 'error: #endif without #if'

2007-06-07 Thread joerg dot richter at pdv-fs dot de
--- Comment #3 from joerg dot richter at pdv-fs dot de 2007-06-07 10:03 --- Well, $ which sed /usr/bin/sed $ /usr/bin/sed -e '' sed: 0602-429 No editing script was provided. Usage: sed [-n] Script [File ...] sed [-n] [-e Script] ... [-f Script_file] ... [File ...] Can it be

[Bug c++/32241] New: Compiler segmentation fault when trying to call x.~X(); (X &x = f();) in a template

2007-06-07 Thread rsalmin2 at cc dot hut dot fi
/* $ cat /proc/version Linux version 2.6.20-15-generic ([EMAIL PROTECTED]) (gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4)) #2 SMP Sun Apr 15 06:17:24 UTC 2007 $ gcc --version gcc (GCC) 4.1.2 (Ubuntu 4.1.2-0ubuntu4) Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the sourc

[Bug c++/32241] Compiler segmentation fault when trying to call x.~X(); (X &x = f();) in a template

2007-06-07 Thread rsalmin2 at cc dot hut dot fi
--- Comment #1 from rsalmin2 at cc dot hut dot fi 2007-06-07 10:30 --- Created an attachment (id=13663) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13663&action=view) Source code and preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32241

[Bug fortran/32242] New: nternal compiler error: in gfc_conv_variable, at fortran/trans-expr.c:386

2007-06-07 Thread jv244 at cam dot ac dot uk
current trunk : gfortran -c -O0 test.f90 test.f90: In function ‘pw_integral_a2b’: test.f90:251: internal compiler error: in gfc_conv_variable, at fortran/trans-expr.c:386 Please submit a full bug report, with preprocessed source if appropriate. See http://gcc.gnu.org/bugs.html> for instructions.

[Bug fortran/32242] nternal compiler error: in gfc_conv_variable, at fortran/trans-expr.c:386

2007-06-07 Thread jv244 at cam dot ac dot uk
--- Comment #1 from jv244 at cam dot ac dot uk 2007-06-07 10:39 --- Created an attachment (id=13664) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13664&action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32242

[Bug fortran/32242] nternal compiler error: in gfc_conv_variable, at fortran/trans-expr.c:386

2007-06-07 Thread jv244 at cam dot ac dot uk
--- Comment #2 from jv244 at cam dot ac dot uk 2007-06-07 10:40 --- This blocks CP2K (PR 29975) -- jv244 at cam dot ac dot uk changed: What|Removed |Added OtherBugsDependi

[Bug fortran/32242] [4.3 Regression] nternal compiler error: in gfc_conv_variable, at fortran/trans-expr.c:386

2007-06-07 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 fortran/29975] [meta-bugs] ICEs with CP2K

2007-06-07 Thread jv244 at cam dot ac dot uk
--- Comment #109 from jv244 at cam dot ac dot uk 2007-06-07 11:56 --- (In reply to comment #108) > Unfortunately the newly updated compiler ICEs now at -O0 > this is now PR 32242 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29975

[Bug tree-optimization/32243] New: [4.3 Regression] ICE in vectorizable_type_promotion, at tree-vect-transform.c:2890

2007-06-07 Thread tbm at cyrius dot com
I'm getting the following ICE with current trunk. This also fails with 20070303. (sid)25827:[EMAIL PROTECTED]: ~] /usr/lib/gcc-snapshot/bin/gcc -c -O3 -ftree-vectorize mesa-depthstencil.c mesa-depthstencil.c: In function 'put_mono_values_s8': mesa-depthstencil.c:13: internal compiler error: in v

[Bug tree-optimization/32243] [4.3 Regression] ICE in vectorizable_type_promotion, at tree-vect-transform.c:2890

2007-06-07 Thread tbm at cyrius dot com
--- Comment #1 from tbm at cyrius dot com 2007-06-07 12:47 --- This worked with 20061214. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32243

[Bug fortran/32242] [4.3 Regression] nternal compiler error: in gfc_conv_variable, at fortran/trans-expr.c:386

2007-06-07 Thread fxcoudert at gcc dot gnu dot org
--- Comment #3 from fxcoudert at gcc dot gnu dot org 2007-06-07 13:04 --- Confirmed on i686-darwin. I'll look into it during the week-end if noone beats me to it. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug fortran/32235] gfortran - incorrectly position text file after backspace

2007-06-07 Thread dir at lanl dot gov
--- Comment #3 from dir at lanl dot gov 2007-06-07 13:13 --- Most compilers assume that you need to backspace back over the End-Of-File. This goes back to the good old days, when the EOF was actually a tape mark. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32235

[Bug libgcj/32227] [4.3 Regression] ../gcc/libjava/classpath/include/config-int.h:7:20: error: stdint.h: No such file or directory

2007-06-07 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #3 from dave at hiauly1 dot hia dot nrc dot ca 2007-06-07 13:21 --- Subject: Re: [4.3 Regression] ../gcc/libjava/classpath/include/config-int.h:7:20: error: stdint.h: No such file or directoRO > removed on sparc and build succeeds :) Same on hppa2.0w-hp-hpux11.11. Dave

[Bug c/32244] New: bit-field: optimization BUG

2007-06-07 Thread s__nakayama at infoseek dot jp
The output is different by the optimization. testcase: #include struct foo { unsigned long long b:33; }; int main() { struct foo x = {2}; printf("%llx\n",(x.b<<32)); return 0; } result: $ gcc bit.c -o bit; ./bit 2 $ gcc -O bit.c -o bit; ./bit 0 -- Summary: bit-f

[Bug c++/32245] New: wrong POD type initialization

2007-06-07 Thread s__nakayama at infoseek dot jp
testcase: #include struct foo { int mem1; int foo::* mem2; }; int main() { foo x = {0}; assert(x.mem2 == foo().mem2); return 0; } result: $ g++42 bug.cpp -o bug; ./bug assertion "x.mem2 == foo().mem2" failed: file "bug.cpp", line 12 Aborted (core dumped) -- Summary: wron

[Bug libgcj/32227] [4.3 Regression] ../gcc/libjava/classpath/include/config-int.h:7:20: error: stdint.h: No such file or directory

2007-06-07 Thread doko at gcc dot gnu dot org
--- Comment #4 from doko at gcc dot gnu dot org 2007-06-07 13:38 --- Subject: Bug 32227 Author: doko Date: Thu Jun 7 13:38:49 2007 New Revision: 125528 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125528 Log: 2007-06-07 Matthias Klose <[EMAIL PROTECTED]> PR libgcj

[Bug target/32180] Paranoia UCB GSL TestFloat libm tests fail - accuracy of recent gcc math poor

2007-06-07 Thread rob1weld at aol dot com
--- Comment #12 from rob1weld at aol dot com 2007-06-07 13:42 --- I've done some more testing. With GNU/Linux 4.0 the file: /usr/include/bits/mathdef.h has this in it: # if defined __FLT_EVAL_METHOD__ && __FLT_EVAL_METHOD__ == 0 /* When using -mfpmath=sse, values are computed with the

[Bug target/32180] Paranoia UCB GSL TestFloat libm tests fail - accuracy of recent gcc math poor

2007-06-07 Thread rob1weld at aol dot com
--- Comment #13 from rob1weld at aol dot com 2007-06-07 13:48 --- One other thing: When I build and test the origonal (un-modified) Paranoia with GCC I can compile with different flags and get different results - but these are "_similar_" flags :( 1 Defect 1 Flaw -mmmx -msse -m3dnow

[Bug c/32246] New: endless loop due to parsing error

2007-06-07 Thread frenzel at os dot inf dot tu-dresden dot de
The following code snippet lets gcc (3.4.6) spin in an endless loop and print out the error message error: `data_t' has no non-static data member named `a' again and again: typedef struct { struct { struct { unsigned a1; unsigned a2; } a; unsigned b;

[Bug libstdc++/32092] Can't create directory link when build libstdc++ (gcc-4.2.0)

2007-06-07 Thread dragzhb at yahoo dot com dot cn
--- Comment #4 from dragzhb at yahoo dot com dot cn 2007-06-07 14:02 --- I think mingw32 don't support good to create link of directory. When I check ext\pb_ds\detail in $GCC_BUILD_ROOT\mingw32\libstdc++-v3\include, it create more and more ext\pb_ds\detail\ext\pb_ds\detail\ext\pb_ds\det

[Bug fortran/32242] [4.3 Regression] nternal compiler error: in gfc_conv_variable, at fortran/trans-expr.c:386

2007-06-07 Thread jv244 at cam dot ac dot uk
--- Comment #4 from jv244 at cam dot ac dot uk 2007-06-07 14:10 --- Reduced: MODULE kahan_sum INTEGER, PARAMETER :: dp=KIND(0.0D0) INTERFACE accurate_sum MODULE PROCEDURE kahan_sum_d1, kahan_sum_z1 END INTERFACE accurate_sum TYPE pw_grid_type REAL (KIND=dp), DIMENSION (

[Bug tree-optimization/32220] [4.3 Regression] internal compiler error: in eliminate_temp_copies, at tree-predcom.c:1937

2007-06-07 Thread rakdver at gcc dot gnu dot org
--- Comment #2 from rakdver at gcc dot gnu dot org 2007-06-07 15:34 --- Subject: Bug 32220 Author: rakdver Date: Thu Jun 7 15:34:40 2007 New Revision: 125531 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125531 Log: PR tree-optimization/32220 * tree-predcom.c (

[Bug fortran/31833] FAIL: gfortran.dg/integer_exponentiation_3.F90 at -O0 and above

2007-06-07 Thread sje at cup dot hp dot com
--- Comment #4 from sje at cup dot hp dot com 2007-06-07 15:38 --- This is fixed with a testsuite change in version 125510. I forgot to put the PR number in the ChangeLog file. I changed the test to do an approximate comparision instead of an exact one. -- sje at cup dot hp dot com

[Bug c++/29704] [4.1 Regression] ICE: default non-type template argument of pointer-to-member type

2007-06-07 Thread brolley at redhat dot com
--- Comment #6 from brolley at redhat dot com 2007-06-07 15:48 --- As Andrew Pinski has noted, 4.2.0 rejects the code with a proper error message. The latest trunk does the same. The change which fixes this is 2006-08-20 Mark Mitchell <[EMAIL PROTECTED]> PR c++/28341

[Bug c++/29704] [4.1 Regression] ICE: default non-type template argument of pointer-to-member type

2007-06-07 Thread brolley at redhat dot com
--- Comment #7 from brolley at redhat dot com 2007-06-07 15:49 --- Created an attachment (id=13665) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13665&action=view) Proposed Patch -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29704

[Bug java/32247] New: -Wall enables -Wunused enables -Wunused-parameter

2007-06-07 Thread cagney at redhat dot com
The latest java compiler (well in Fedora 7) enables -Wunused as part of -Wall. Is this such a good idea as this leads to -Wunused-parameter (a relatively common thing in O-O), -- Summary: -Wall enables -Wunused enables -Wunused-parameter Product: gcc Version: 4.

[Bug target/31850] gcc.c-torture/compile/limits-fnargs.c is slow at compiling for spu-elf

2007-06-07 Thread sje at gcc dot gnu dot org
--- Comment #7 from sje at gcc dot gnu dot org 2007-06-07 16:46 --- Subject: Bug 31850 Author: sje Date: Thu Jun 7 16:46:26 2007 New Revision: 125532 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125532 Log: PR target/31850 * rtl.h (push_to_sequence2): New.

[Bug testsuite/31828] FAIL: gcc.dg/float-range-[3-5].c (test for excess errors)

2007-06-07 Thread sje at cup dot hp dot com
--- Comment #2 from sje at cup dot hp dot com 2007-06-07 17:29 --- This is fixed on HP-UX 11.* systems but is still an issue on HP-UX 10.* systems. -- sje at cup dot hp dot com changed: What|Removed |Added --

[Bug tree-optimization/32087] ICE with FORTRAN and -fprefetch-loop-arrays

2007-06-07 Thread sje at cup dot hp dot com
--- Comment #2 from sje at cup dot hp dot com 2007-06-07 17:49 --- I don't think this defect is related to PR 32716. This problem only occurs when the array size of X is 1. I posted a patch at http://gcc.gnu.org/ml/gcc-patches/2007-06/msg00357.html and tried to address Richard Guenth

[Bug tree-optimization/32224] [4.3 Regression] ICE in vect_analyze_operations, at tree-vect-analyze.c:374

2007-06-07 Thread dorit at il dot ibm dot com
--- Comment #4 from dorit at il dot ibm dot com 2007-06-07 18:40 --- You're right. I'm testing this obvious patch: Index: tree-vect-analyze.c === *** tree-vect-analyze.c (revision 125526) --- tree-vect-analyze.c (working co

[Bug fortran/29975] [meta-bugs] ICEs with CP2K

2007-06-07 Thread jv244 at cam dot ac dot uk
--- Comment #110 from jv244 at cam dot ac dot uk 2007-06-07 19:26 --- After commenting the code leading to PR 32242 compilation leads to the following ICE: /scratch/vondele/clean/cp2k/src/../src/pw_types.F: In function ‘pw_integral_a2b’: /scratch/vondele/clean/cp2k/src/../src/pw_types.F

[Bug fortran/32248] New: internal compiler error: in gfc_trans_assignment_1, at fortran/trans-expr.c:3877

2007-06-07 Thread jv244 at cam dot ac dot uk
another ICE derived from CP2K (PR 29975) gfortran testcase.cell_types.f90 testcase.cell_types.f90: In function ‘pbc3’: testcase.cell_types.f90:22: internal compiler error: in gfc_trans_assignment_1, at fortran/trans-expr.c:3877 Please submit a full bug report, with preprocessed source if appropria

[Bug fortran/29975] [meta-bugs] ICEs with CP2K

2007-06-07 Thread jv244 at cam dot ac dot uk
--- Comment #111 from jv244 at cam dot ac dot uk 2007-06-07 19:36 --- (In reply to comment #110) > /scratch/vondele/clean/cp2k/src/../src/pw_types.F:2647: internal compiler > error: in gfc_trans_assignment_1, at fortran/trans-expr.c:3877 filed as PR 32248 -- http://gcc.gnu.org/bugz

[Bug fortran/32248] internal compiler error: in gfc_trans_assignment_1, at fortran/trans-expr.c:3877

2007-06-07 Thread jv244 at cam dot ac dot uk
--- Comment #1 from jv244 at cam dot ac dot uk 2007-06-07 19:38 --- This triggers in many places in CP2K, so, for once, I'll mark it as critical -- jv244 at cam dot ac dot uk changed: What|Removed |Added

[Bug ada/32234] [Ada] Default pointer initialization not occuring - due to the use of <>

2007-06-07 Thread laurent at guerby dot net
--- Comment #8 from laurent at guerby dot net 2007-06-07 19:43 --- Here is a test case that's likely to fail: I just allocate a non zero filled record of the right size before filling the map. Expects no output, but will raise program_error because of the bug (with 4.3.0 20070606 on x86

[Bug c++/30759] [4.1/4.2/4.3 Regression] initializer-list accepted for object of non-POD type

2007-06-07 Thread simartin at gcc dot gnu dot org
--- Comment #3 from simartin at gcc dot gnu dot org 2007-06-07 19:59 --- Subject: Bug 30759 Author: simartin Date: Thu Jun 7 19:59:33 2007 New Revision: 125539 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125539 Log: gcc/ 2007-06-07 Simon Martin <[EMAIL PROTECTED]>

[Bug ada/32234] [Ada] Default pointer initialization not occuring - due to the use of <>

2007-06-07 Thread baldrick at gcc dot gnu dot org
--- Comment #9 from baldrick at gcc dot gnu dot org 2007-06-07 20:12 --- > Here is a test case that's likely to fail: I just allocate a non zero filled > record of the right size before filling the map. Good idea - thanks for doing this! -- http://gcc.gnu.org/bugzilla/show_bug.cgi

[Bug java/32249] New: %s substituted with "interface"/"class" can't be properly translated

2007-06-07 Thread goeran at uddeborg dot se
In gcc/java/parse.y there is this code: parse_error_context (cl, "Public %s %qs must be defined in a file called %<%s.java%>", (is_interface ? "interface" : "class"), IDENTIFIER_POINTER (qualified_name),

[Bug java/32250] New: %s substituted with "interface"/"array" can't be properly translated

2007-06-07 Thread goeran at uddeborg dot se
In gcc/java/parse.y there is this code: parse_error_context (wfl, "Class %qs can't subclass %s %qs", IDENTIFIER_POINTER (DECL_NAME (this_decl)), (CLASS_INTERFACE (TYPE_NAME (super_type)) ? "interface" : "array"), IDENTIFIER_POINTER (DECL_NAME (super_decl)))

[Bug rtl-optimization/29589] incorrect conversion of (ior (ashiftrt (plus ...))) in combine.c

2007-06-07 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2007-06-07 21:00 --- And here is a testcase which makes this reproduciable on the trunk (on powerpc-linux): extern void abort (void); extern void exit (int); _Bool a; int foo () { int b; int c = a; c = __builtin_abs(c); c = c-1

[Bug testsuite/25241] DejaGNU does not distinguish between errors and warnings

2007-06-07 Thread manu at gcc dot gnu dot org
--- Comment #53 from manu at gcc dot gnu dot org 2007-06-07 21:01 --- Subject: Bug 25241 Author: manu Date: Thu Jun 7 21:01:41 2007 New Revision: 125543 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125543 Log: 2007-06-07 Manuel Lopez-Ibanez <[EMAIL PROTECTED]> PR t

[Bug tree-optimization/30840] [4.3 Regression] ice for legal code with flags -O3 -fno-strict-aliasing

2007-06-07 Thread reichelt at gcc dot gnu dot org
--- Comment #8 from reichelt at gcc dot gnu dot org 2007-06-07 21:52 --- The following simplified testcase still crashes on mainline when compiled with "-O2": == struct A { int i, *p; A* a; void foo() { if (p) p++; else { if

[Bug c++/32251] New: [4.1/4.2/4.3 regression] ICE on delete operator with ellipsis

2007-06-07 Thread reichelt at gcc dot gnu dot org
The following code snippet triggers a segfault since GCC 3.4.0: === struct A { A(); void operator delete(void*,...); }; void foo() { new A; } === bug.cc: In function 'void foo()': bug.cc:9: internal compiler error: Seg

[Bug c++/32251] [4.1/4.2/4.3 regression] ICE on delete operator with ellipsis

2007-06-07 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32251

[Bug c++/32252] New: [4.3 regression] ICE with variadic templates and arrays

2007-06-07 Thread reichelt at gcc dot gnu dot org
The following (IMHO valid) code snippet triggers an ICE on mainline: == int x[5]; template struct A; template struct A {}; A<0,5,x> a; == bug.cc:7: internal compiler error: tree check: accessed el

[Bug c++/32253] New: [4.3 regression] ICE with variadic templates and function pointers

2007-06-07 Thread reichelt at gcc dot gnu dot org
The following invalid code snippet triggers an ICE on mainline: == template struct A { A() { fp(); } }; void foo(); A a; == bug.cc: In constructor 'A::A()': bug.cc:3: error: parameter packs not exp

[Bug c++/32253] [4.3 regression] ICE with variadic templates and function pointers

2007-06-07 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32253

[Bug c++/32252] [4.3 regression] ICE with variadic templates and arrays

2007-06-07 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32252

[Bug fortran/31832] FAIL: gfortran.dg/integer_exponentiation_2.f90 at -O1 and above

2007-06-07 Thread sje at cup dot hp dot com
--- Comment #1 from sje at cup dot hp dot com 2007-06-07 22:47 --- I have looked into this bug and I think it is an HP math lib bug. The 64 bit powf function is using %fr12R but not saving/restoring it the way it is supposed to. I have a query in to the math lib folks to see if they ca

[Bug fortran/25252] ICE on invalid code

2007-06-07 Thread reichelt at gcc dot gnu dot org
--- Comment #12 from reichelt at gcc dot gnu dot org 2007-06-07 22:56 --- Although PR18923 is fixed now, this testcase (from comment#7) is still crashing. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25252

[Bug c++/32177] g++ crashes on some valid OpenMP code

2007-06-07 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2007-06-07 23:11 --- Subject: Bug 32177 Author: jakub Date: Thu Jun 7 23:11:23 2007 New Revision: 125544 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125544 Log: PR c++/32177 * semantics.c (finish_omp_for): Call

[Bug c++/32241] Compiler segmentation fault when trying to call x.~X(); (X &x = f();) in a template

2007-06-07 Thread fang at csl dot cornell dot edu
--- Comment #2 from fang at csl dot cornell dot edu 2007-06-08 00:03 --- reduced test case: == template class SimpleStack { public: T& top() { return *ptr; } void pop() { top.~T(); } T *ptr; }; int main(int, char*[]) { Simpl

[Bug target/32180] Paranoia UCB GSL TestFloat libm tests fail - accuracy of recent gcc math poor

2007-06-07 Thread rob1weld at aol dot com
--- Comment #14 from rob1weld at aol dot com 2007-06-08 00:23 --- Here are the test results. I enabled almost every possible option and all the checking that is functional. Nearly every test passed. I diffed it with a result from a few days ago (before the mod), I do not seem to have cau

[Bug libgcj/32227] [4.3 Regression] ../gcc/libjava/classpath/include/config-int.h:7:20: error: stdint.h: No such file or directory

2007-06-07 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2007-06-08 00:31 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug fortran/25252] ICE on invalid code

2007-06-07 Thread jvdelisle at gcc dot gnu dot org
--- Comment #13 from jvdelisle at gcc dot gnu dot org 2007-06-08 00:46 --- Yes, it turns out not to be a complete duplicate. I am still working on this one. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25252

[Bug ada/32234] [Ada] Default pointer initialization not occuring - due to the use of <>

2007-06-07 Thread anhvofrcaus at gmail dot com
--- Comment #10 from anhvofrcaus at gmail dot com 2007-06-08 01:10 --- Thank you both for your explanation to a newbie having no experience with valgrind tool. I have come up with a simpler version which similar to Laurent's. Here it goes. with Ada.Containers.Hashed_Maps; procedure P is

[Bug fortran/32223] Backslash handling inconsistent

2007-06-07 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2007-06-08 04:49 --- Subject: Bug 32223 Author: jvdelisle Date: Fri Jun 8 04:49:23 2007 New Revision: 125557 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125557 Log: 2007-06-07 Steven G. Kargl <[EMAIL PROTECTED]>

[Bug fortran/32242] [4.3 Regression] nternal compiler error: in gfc_conv_variable, at fortran/trans-expr.c:386

2007-06-07 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2007-06-08 04:59 --- I believe that this is also caused by r125316. Paul -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32242

[Bug fortran/32238] [4.3 Regression] ICE in gfc_conv_constant (where() with complex arrays)

2007-06-07 Thread pault at gcc dot gnu dot org
--- Comment #2 from pault at gcc dot gnu dot org 2007-06-08 04:57 --- This, in fact, worked fine up until GNU Fortran (GCC) 4.3.0 20070602. Since there were only three fortran patches in that time, I reverted each of them and found that the culprit is r125316. 2007-06-04 Lee Millward <

[Bug fortran/32223] Backslash handling inconsistent

2007-06-07 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2007-06-08 05:32 --- Fixed, not a regression, no backport -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug target/32163] Compiling with stack protector causes reigster spill failure

2007-06-07 Thread kkojima at gcc dot gnu dot org
--- Comment #6 from kkojima at gcc dot gnu dot org 2007-06-08 05:54 --- Subject: Bug 32163 Author: kkojima Date: Fri Jun 8 05:53:57 2007 New Revision: 125558 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125558 Log: PR target/32163 Backport from mainline.

[Bug target/32163] Compiling with stack protector causes reigster spill failure

2007-06-07 Thread kkojima at gcc dot gnu dot org
--- Comment #7 from kkojima at gcc dot gnu dot org 2007-06-08 05:56 --- Subject: Bug 32163 Author: kkojima Date: Fri Jun 8 05:56:28 2007 New Revision: 125559 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125559 Log: PR target/32163 Backport from mainline.

[Bug target/32163] Compiling with stack protector causes reigster spill failure

2007-06-07 Thread kkojima at gcc dot gnu dot org
--- Comment #8 from kkojima at gcc dot gnu dot org 2007-06-08 05:58 --- Fixed. -- kkojima at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug middle-end/31699] [4.3 Regression] -march=opteron -ftree-vectorize generates wrong code

2007-06-07 Thread irar at gcc dot gnu dot org
--- Comment #10 from irar at gcc dot gnu dot org 2007-06-08 06:31 --- Subject: Bug 31699 Author: irar Date: Fri Jun 8 06:31:39 2007 New Revision: 125560 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125560 Log: Backport from mainline: 2007-05-03 Dorit Nuzman