[Bug libstdc++/36616] Open issues from a test run

2008-06-28 Thread ubizjak at gmail dot com
--- Comment #12 from ubizjak at gmail dot com 2008-06-28 06:17 --- (In reply to comment #10) Hm, these now fail on my x86_64 Fedora 9: FAIL: 22_locale/time_put/put/char/4.cc execution test FAIL: 22_locale/time_put/put/char/wrapped_env.cc execution test FAIL:

[Bug target/35921] Con/de-structor definition fails to override dllimport declaration

2008-06-28 Thread dannysmith at users dot sourceforge dot net
--- Comment #12 from dannysmith at users dot sourceforge dot net 2008-06-28 07:53 --- *** Bug 36654 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35921

[Bug c++/36654] Inlined con/de-structor breaks virtual inheritance dllimport classes

2008-06-28 Thread dannysmith at users dot sourceforge dot net
--- Comment #2 from dannysmith at users dot sourceforge dot net 2008-06-28 07:53 --- This is duplicate of 35921 and is fixed on 4.3.2 and trunk. *** This bug has been marked as a duplicate of 35921 *** -- dannysmith at users dot sourceforge dot net changed: What

[Bug fortran/36341] MATMUL: Bounds check missing (run time compile time)

2008-06-28 Thread tkoenig at gcc dot gnu dot org
--- Comment #7 from tkoenig at gcc dot gnu dot org 2008-06-28 07:54 --- Created an attachment (id=15822) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15822action=view) compile-time patch This patch works for compile-time, and passes all *matmul* regression tests. -- tkoenig

[Bug libstdc++/36616] Open issues from a test run

2008-06-28 Thread paolo dot carlini at oracle dot com
--- Comment #13 from paolo dot carlini at oracle dot com 2008-06-28 09:07 --- Uros, your help is appreciated, thanks. Note that, unfortunately, seems unlikely that 31413 is related: here we are talking about european locale, if I remember correctly. It looks like indeed for some reason

[Bug libstdc++/36616] Open issues from a test run

2008-06-28 Thread ubizjak at gmail dot com
--- Comment #14 from ubizjak at gmail dot com 2008-06-28 10:29 --- (In reply to comment #10) Hm, these now fail on my x86_64 Fedora 9: FAIL: 22_locale/time_put/put/char/4.cc execution test This is what is passed to VERIFY for 4.cc in my case [GLIBC major.minor = 2.8]: result4 dim

[Bug target/34856] [4.2/4.3/4.4 Regression] ICE with some constant vectors

2008-06-28 Thread uweigand at gcc dot gnu dot org
--- Comment #28 from uweigand at gcc dot gnu dot org 2008-06-28 10:48 --- Subject: Bug 34856 Author: uweigand Date: Sat Jun 28 10:47:36 2008 New Revision: 137218 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=137218 Log: PR target/34856 * config/spu/spu.c

[Bug target/34856] [4.2/4.3/4.4 Regression] ICE with some constant vectors

2008-06-28 Thread uweigand at gcc dot gnu dot org
--- Comment #29 from uweigand at gcc dot gnu dot org 2008-06-28 10:49 --- Subject: Bug 34856 Author: uweigand Date: Sat Jun 28 10:48:33 2008 New Revision: 137219 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=137219 Log: PR target/34856 * config/spu/spu.c

[Bug testsuite/36344] [4.3 Regression] gcc.dg/tree-ssa/loadpre8.c XFAILed

2008-06-28 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2008-06-28 11:19 --- Fixed for 4.4. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/36373] [4.2/4.3 Regression] Wrong code with struct return

2008-06-28 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2008-06-28 11:19 --- Fixed for 4.4.0. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Known to

[Bug tree-optimization/36400] [4.2/4.3 Regression] points-to results wrong

2008-06-28 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2008-06-28 11:19 --- Fixed for 4.4.0. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Known to

[Bug fortran/36341] MATMUL: Bounds check missing (run time compile time)

2008-06-28 Thread dominiq at lps dot ens dot fr
--- Comment #8 from dominiq at lps dot ens dot fr 2008-06-28 12:51 --- With the patch in comment #7 on i686-apple-darwin9, the test gcc/testsuite/gfortran.fortran-torture/execute/intrinsic_matmul.f90 fails with v(1:2) = matmul(a, y) 1 Error: Different shape for array assignment

[Bug libstdc++/36616] Open issues from a test run

2008-06-28 Thread hjl dot tools at gmail dot com
--- Comment #15 from hjl dot tools at gmail dot com 2008-06-28 14:16 --- I got the same failure on Fedora 9 with glibc-2.8-3. All failures look like: 22_locale/time_put/put/char/4.cc:53: void test04(): Assertion `result4 == dim.' failed. -- hjl dot tools at gmail dot com changed:

[Bug c++/36659] New: Confusion error message order 'error: ‘functionname’ declared as an ‘inline’ variable'

2008-06-28 Thread carlo at gcc dot gnu dot org
The order of the error messages error: ‘functionname’ declared as an ‘inline’ variable and error: ‘UnDefinedClass’ was not declared in this scope should be swapped. See following testcase: struct A {}; int functionname(A foo); inline int functionname(UnDefinedClass foo) {

[Bug libstdc++/36616] Open issues from a test run

2008-06-28 Thread hjl dot tools at gmail dot com
--- Comment #16 from hjl dot tools at gmail dot com 2008-06-28 14:21 --- I never saw those failures on Fedora 9. 22_locale/time_put/put/char/4.cc change is @@ -48,12 +49,20 @@ void test04() const time_putchar tim_put = use_facettime_putchar (oss.getloc()); iterator_type os_it04

[Bug fortran/36341] MATMUL: Bounds check missing (run time compile time)

2008-06-28 Thread dominiq at lps dot ens dot fr
--- Comment #9 from dominiq at lps dot ens dot fr 2008-06-28 14:38 --- Should not + mpz_init_set (f-shape[0], a-shape[1]); be + mpz_init_set (f-shape[0], a-shape[0]); ? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36341

[Bug libstdc++/36660] New: pb_ds/detail/resize_policy/sample_resize_trigger.hpp has extra closing brace

2008-06-28 Thread antalk at chello dot hu
http://gcc.gnu.org/viewcvs/trunk/libstdc%2B%2B-v3/include/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp?revision=130805view=markup Closes namespace it did not open (apparently). It has } // namespace __gnu_pbds without a corresponding namespace __gnu_pbds { - --

[Bug testsuite/36620] gcc.dg/pr36504.c doesn't work on 32bit

2008-06-28 Thread jsm28 at gcc dot gnu dot org
--- Comment #1 from jsm28 at gcc dot gnu dot org 2008-06-28 16:39 --- Confirmed, present on 4.3 branch (where this test was also added) as well. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/25343] [4.1/4.2/4.3/4.4 regression] [m68k] testsuite failures

2008-06-28 Thread debian-gcc at lists dot debian dot org
--- Comment #9 from debian-gcc at lists dot debian dot org 2008-06-28 16:58 --- test results with the proposed patch applied can be found at http://gcc.gnu.org/ml/gcc-testresults/2008-06/msg01971.html libjava test results:

[Bug fortran/36341] MATMUL: Bounds check missing (run time compile time)

2008-06-28 Thread dominiq at lps dot ens dot fr
40 /opt/gcc/i686-darwin/gcc/testsuite/gfortran/../../gfortran version 4.4.0 [revision 137223p5] 20080628 (experimental) (GCC) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36341

[Bug libstdc++/36616] Open issues from a test run

2008-06-28 Thread paolo dot carlini at oracle dot com
--- Comment #17 from paolo dot carlini at oracle dot com 2008-06-28 18:11 --- Yes HJ, this is well known. The changes you posted are necessary for the glibc2.8 used in openSUSE 11, per this report. By the way, technically, this PR should not be reopened, instead a different one

[Bug libstdc++/36660] pb_ds/detail/resize_policy/sample_resize_trigger.hpp has extra closing brace

2008-06-28 Thread paolo dot carlini at oracle dot com
--- Comment #1 from paolo dot carlini at oracle dot com 2008-06-28 18:25 --- Yes, can't be right, I'll fix it momentarily, thanks. Note, the header is not included from anywhere, thus I would say the issue isn't particularly urgent ;) -- paolo dot carlini at oracle dot com changed:

[Bug libstdc++/36660] pb_ds/detail/resize_policy/sample_resize_trigger.hpp has extra closing brace

2008-06-28 Thread paolo at gcc dot gnu dot org
--- Comment #2 from paolo at gcc dot gnu dot org 2008-06-28 18:33 --- Subject: Bug 36660 Author: paolo Date: Sat Jun 28 18:32:48 2008 New Revision: 137231 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=137231 Log: 2008-06-28 Paolo Carlini [EMAIL PROTECTED] PR

[Bug libstdc++/36660] pb_ds/detail/resize_policy/sample_resize_trigger.hpp has extra closing brace

2008-06-28 Thread paolo dot carlini at oracle dot com
--- Comment #3 from paolo dot carlini at oracle dot com 2008-06-28 18:36 --- Fixed for 4.4.0. -- paolo dot carlini at oracle dot com changed: What|Removed |Added

[Bug fortran/36341] MATMUL: Bounds check missing (run time compile time)

2008-06-28 Thread tkoenig at gcc dot gnu dot org
--- Comment #11 from tkoenig at gcc dot gnu dot org 2008-06-28 20:37 --- (In reply to comment #9) Should not + mpz_init_set (f-shape[0], a-shape[1]); be + mpz_init_set (f-shape[0], a-shape[0]); Yes, it should be that. --

[Bug ada/25819] CXF3A01 core dump

2008-06-28 Thread danglin at gcc dot gnu dot org
--- Comment #8 from danglin at gcc dot gnu dot org 2008-06-28 21:19 --- This still fails with 4.4.0. The segv in _Unwind_SjLj_RaiseException still occurs on hppa2.0w-hp-hpux11.11 when GCC is configured with SJLJ exceptions. Also, still seem the same fails with dwarf exceptions --

[Bug c++/36659] Confusing error message order 'error: ‘functionname’ declared as an ‘inline’ variable'

2008-06-28 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-06-28 21:25 --- Confirmed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/36657] Namelist reading bug with string constant immediately followed by comment

2008-06-28 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2008-06-28 21:47 --- Subject: Bug 36657 Author: jvdelisle Date: Sat Jun 28 21:46:53 2008 New Revision: 137236 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=137236 Log: 2008-06-28 Jerry DeLisle [EMAIL PROTECTED] PR

[Bug libfortran/36657] Namelist reading bug with string constant immediately followed by comment

2008-06-28 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2008-06-28 21:56 --- I plan to backport this one to 4.3. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36657

[Bug target/36661] New: x86 asm +r operands cause unnecessary spills/copies

2008-06-28 Thread astrange at ithinksw dot com
Compiling the attached source on i386 with: gcc -O3 -fomit-frame-pointer -fno-pic -S asm-spills.i produces: .text .align 4,0x90 .globl _get_cabac_noinline _get_cabac_noinline: subl$76, %esp movl%esi, 64(%esp) movl%edi, 68(%esp) movl

[Bug target/36661] x86 asm +r operands cause unnecessary spills/copies

2008-06-28 Thread astrange at ithinksw dot com
--- Comment #1 from astrange at ithinksw dot com 2008-06-28 23:35 --- Created an attachment (id=15823) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15823action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36661

[Bug c++/36662] New: [4.3/4.4 Regression] vector vs template

2008-06-28 Thread pinskia at gcc dot gnu dot org
Hi, THis is another template regression with respect of attributes. Testcase: #include altivec.h #ifdef WORKS #undef vector #define vector __attribute__((vector_size(16) )) #endif template typename c struct f {}; template struct f vector float { static const vector float zero; }; template

[Bug c++/36662] [4.3/4.4 Regression] vector vs template

2008-06-28 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-06-29 02:12 --- This blocks moving the PS3 toolchain over to 4.3.x. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/25819] CXF3A01 core dump

2008-06-28 Thread danglin at gcc dot gnu dot org
--- Comment #9 from danglin at gcc dot gnu dot org 2008-06-29 03:29 --- The linux and hpux problems are the same. It appears this code in ada__text_io__editing__expand() is stomping on the function context. In particular, the high order byte of the fc-prev value stomped on.

[Bug libgcj/36640] Build gcc-4.2.1 release fails when configured with --with-xmlj using Sun's ld

2008-06-28 Thread rob1weld at aol dot com
--- Comment #4 from rob1weld at aol dot com 2008-06-29 05:26 --- I don't understand the last comment. Do you still have a bug to report? Yes. If no, then please close this, if yes, then please state what is different from the successful build you used to obtain the test results. The

[Bug libmudflap/31845] Need to adjust libmudflap timeout values in testsuite.

2008-06-28 Thread rob1weld at aol dot com
--- Comment #6 from rob1weld at aol dot com 2008-06-29 05:28 --- Created an attachment (id=15824) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15824action=view) ./libtool --tag=CXX --config tag_CXX.txt -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31845

[Bug libmudflap/31845] Need to adjust libmudflap timeout values in testsuite.

2008-06-28 Thread rob1weld at aol dot com
--- Comment #7 from rob1weld at aol dot com 2008-06-29 05:30 --- Created an attachment (id=15825) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15825action=view) ./libtool --tag=GCJ --config tag_GCJ.txt Attached two outputs from libtool. --

[Bug libmudflap/31845] Need to adjust libmudflap timeout values in testsuite.

2008-06-28 Thread rob1weld at aol dot com
--- Comment #8 from rob1weld at aol dot com 2008-06-29 05:37 --- Note: Ignore those two attachments they are for a different bug report. For some reason when I made an attachment to a different bug report bugzilla put them here. Janis: Someone else reported the same problem in another

[Bug libgcj/36640] Build gcc-4.2.1 release fails when configured with --with-xmlj using Sun's ld

2008-06-28 Thread rob1weld at aol dot com
--- Comment #5 from rob1weld at aol dot com 2008-06-29 05:40 --- Created an attachment (id=15826) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15826action=view) ./libtool --tag=CXX --config tag_CXX.txt -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36640

[Bug libgcj/36640] Build gcc-4.2.1 release fails when configured with --with-xmlj using Sun's ld

2008-06-28 Thread rob1weld at aol dot com
--- Comment #6 from rob1weld at aol dot com 2008-06-29 05:41 --- Created an attachment (id=15827) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15827action=view) ./libtool --tag=GCJ --config tag_GCJ.txt Attached two outputs from libtool --