[Bug libfortran/22570] Null Characters instead of blanks in text output.

2005-07-30 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-30 06:18 --- Subject: Bug 22570 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-07-30 06:18:35 Modified files: libgfortran:

[Bug target/21275] [4.0/4.1 Regression] gcc 4.0.0 crash with mingw when using stdout in global var

2005-07-30 Thread jvdelisle at gcc dot gnu dot org
--- Additional Comments From jvdelisle at gcc dot gnu dot org 2005-07-30 06:29 --- Can or will this patch be put into mainline? Seems to be falling in a crack. It is needed to help with moving forward on pr23138. I will apply the patch given here. My first attempts failed, maybe I

[Bug libfortran/23138] real-values print and add incorrectly (version 4.1.0 20050702, i686-pc-mingw32)

2005-07-30 Thread jvdelisle at gcc dot gnu dot org
--- Additional Comments From jvdelisle at gcc dot gnu dot org 2005-07-30 06:31 --- I have confirmed this bug on cygwin. We can't get current builds on cygwin, perhaps patch to pr21275 is needed? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23138

[Bug bootstrap/23131] [4.1 Regression] Fixincludes on cross-build is scanning /usr/include

2005-07-30 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-30 08:07 --- Subject: Bug 23131 CVSROOT:/cvs/gcc Module name:gcc Branch: csl-gxxpro-3_4-branch Changes by: [EMAIL PROTECTED] 2005-07-30 08:06:54 Modified files: .

[Bug tree-optimization/22416] [4.1 Regression] 23_containers/set/explicit_instantiation/1.cc fails: expected ssa_name, have var_decl in is_old_name, at tree-into-ssa.c:466

2005-07-30 Thread hp at gcc dot gnu dot org
-- Bug 22416 depends on bug 22444, which changed state. Bug 22444 Summary: [4.1 regression] testsuite failure:23_containers/set/explicit_instantiation/2.cc ICE http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22444 What|Old Value |New Value

[Bug tree-optimization/22444] [4.1 regression] testsuite failure:23_containers/set/explicit_instantiation/2.cc ICE

2005-07-30 Thread hp at gcc dot gnu dot org
--- Additional Comments From hp at gcc dot gnu dot org 2005-07-30 08:17 --- I'm reopening this PR as the failure with mmix-knuth-mmixware and LAST_UPDATED Fri Jul 29 18:30:36 UTC 2005 is identical to the original description. -- What|Removed |Added

[Bug tree-optimization/22483] [4.1 Regression] ICE : tree check: expected ssa_name, have var_decl in is_old_name, at tree-into-ssa.c:466

2005-07-30 Thread hp at gcc dot gnu dot org
-- Bug 22483 depends on bug 22444, which changed state. Bug 22444 Summary: [4.1 regression] testsuite failure:23_containers/set/explicit_instantiation/2.cc ICE http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22444 What|Old Value |New Value

[Bug fortran/23146] New: -Wuninitialized could be supported without -O

2005-07-30 Thread schnetter at aei dot mpg dot de
When I use -Wuninitialized without -O, gfortran says f951: warning: -Wuninitialized is not supported without -O This is with GNU Fortran 95 (GCC 4.1.0 20050727 (experimental)) For debugging, I do not want optimisation, because this makes debugging more difficult. On the other hand I

[Bug c++/23147] New: Missing declaration of static const members

2005-07-30 Thread fw at deneb dot enyo dot de
The program below compiles cleanly with GCC 4.0.1, although the definition of Foo::foo required by the standard (9.4.2/4) is missing. It probably makes sense to accept such programs as a GNU extension (as long as the address of the member is not taken). #include cstdio struct Foo { static

[Bug libfortran/23138] real-values print and add incorrectly (version 4.1.0 20050702, i686-pc-mingw32)

2005-07-30 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-07-30 10:56 --- Marked as confirmed due to Jerry's comment. Right now, building on mingw is an awful pain (4 PR preventing the build), and cygwin is only a bit better. So, I think work on that point is useless until

[Bug c++/23147] Missing declaration of static const members

2005-07-30 Thread falk at debian dot org
--- Additional Comments From falk at debian dot org 2005-07-30 13:35 --- Well, the behavior is undefined here, so what we currently do is just fine. Moreover, this can only be detected at link time, so there's no way for us to give a warning; at best, we could emit a fake reference and

[Bug c++/23147] Missing declaration of static const members

2005-07-30 Thread fw at deneb dot enyo dot de
--- Additional Comments From fw at deneb dot enyo dot de 2005-07-30 13:45 --- What about a GNU extension which would make this program well-formed? I think it's quite a common pattern, and a requirement to provide a definition would just increase object code size meaninglessly. --

[Bug middle-end/23146] -Wuninitialized could be supported without -O

2005-07-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-30 15:11 --- -Wuninitialized is done in the back-end of GCC and not in the front-end. And I think this was decided against so many times that there might be abother bug about this which has already been closed. --

[Bug c++/23147] Missing declaration of static const members

2005-07-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-30 15:13 --- Actually the compiler is allowed to inlined the value of the constant. And the missing definition does not have to be diagnostic. So closing as invalid. -- What|Removed

[Bug middle-end/23146] -Wuninitialized could be supported without -O

2005-07-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-30 15:20 --- This is a dup of 7710 but it is not going to be fixed because it is too hard to do and will make compile time way slower. This has been discussed some many times but we are not going to do it. *** This

[Bug c/7710] GCC warns var might be used uninitialized when optimisation turned on

2005-07-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-30 15:20 --- *** Bug 23146 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug libfortran/23138] real-values print and add incorrectly (version 4.1.0 20050702, i686-pc-mingw32)

2005-07-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Severity|critical|normal http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23138

[Bug debug/22514] [4.1 Regression] ICE in force_decl_die with invalid code after error

2005-07-30 Thread phython at gcc dot gnu dot org
--- Additional Comments From phython at gcc dot gnu dot org 2005-07-30 15:25 --- http://gcc.gnu.org/ml/gcc-patches/2005-07/msg02054.html -- What|Removed |Added

[Bug c++/23139] [3.4/4.0/4.1 Regression] -pedantic -ffast-math breaks working code

2005-07-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-30 15:26 --- 3.4 produces a warning and not an error, maybe the warning became a pedwarn in 4.0.0 but this should not produce a warning or an error at all. For some reason the C front-end does not produce a warning

[Bug rtl-optimization/23100] poor code generation for i686

2005-07-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-30 15:39 --- Yes it is the same issue as PR 16796. To reproduce this before 3.4.0, you have to add __attribute__((regparam(1))). Though the code is worse than before 3.3.3. -- What|Removed

[Bug rtl-optimization/23100] poor code generation for i686

2005-07-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Severity|normal |enhancement http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23100

[Bug tree-optimization/22598] [4.1 Regression] 23_containers/set/explicit_instantiation/3.cc fails

2005-07-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added OtherBugsDependingO||22444 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22598

[Bug driver/21366] The -bundle linking option does not get processed right on darwin

2005-07-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-30 16:08 --- Patches posted here: http://gcc.gnu.org/ml/gcc-patches/2002-10/msg01961.html and http://gcc.gnu.org/ml/gcc-patches/2002-12/msg00655.html I did not read through the whole thread to figure out what happened

[Bug tree-optimization/23128] [4.1 Regression] VRP fails for unsigned values

2005-07-30 Thread phython at gcc dot gnu dot org
--- Additional Comments From phython at gcc dot gnu dot org 2005-07-30 18:12 --- Created an attachment (id=9388) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9388action=view) Patch for a bunch of vrp problems -- What|Removed |Added

[Bug tree-optimization/23129] [4.1 Regression] VRP propagates division of antiranges incorrectly

2005-07-30 Thread phython at gcc dot gnu dot org
--- Additional Comments From phython at gcc dot gnu dot org 2005-07-30 18:13 --- See the patch in pr23128. -- What|Removed |Added AssignedTo|unassigned at gcc dot

[Bug target/20094] gcc.dg/transparent-union-* fail on ia64-hpux

2005-07-30 Thread jsm28 at gcc dot gnu dot org
--- Additional Comments From jsm28 at gcc dot gnu dot org 2005-07-30 19:19 --- My newly added test transparent-union-4.c fails on ia64-hpux for the same reason. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20094

[Bug gcov/profile/23148] New: [4.1 Regression] gcov test failures

2005-07-30 Thread jsm28 at gcc dot gnu dot org
FAIL: 102:is -:should be 1 FAIL: 258: expected branch percentages not found: 25 FAIL: g++.dg/gcov/gcov-1.C gcov: 1 failures in line counts, 1 in branch percentages, 0 in return percentages FAIL: 211: expected branch percentages not found: 25 FAIL: 96:is -:should be 1 FAIL: gcc.misc-tests/gcov-4.c

[Bug testsuite/23149] New: gcov test assertion naming

2005-07-30 Thread jsm28 at gcc dot gnu dot org
On 20050728 the results in gcc.sum for gcov-4.c said: PASS: gcc.misc-tests/gcov-4.c (test for excess errors) PASS: gcc.misc-tests/gcov-4.c execution test PASS: gcc.misc-tests/gcov-4.c gcov while on 20050730 with no change to the test they said: PASS: gcc.misc-tests/gcov-4.c (test for excess

[Bug tree-optimization/21831] [4.1 Regression] gcc.dg/vect/vect-97.c fails

2005-07-30 Thread jsm28 at gcc dot gnu dot org
--- Additional Comments From jsm28 at gcc dot gnu dot org 2005-07-30 19:50 --- Started passing again on ia64-hpux between 20050708 and 20050711, I don't know about on the other platforms discussed. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21831

[Bug target/23150] New: 20050713-1.c fails on arm-none-eabi with -O2 or -Os.

2005-07-30 Thread kazu at gcc dot gnu dot org
Here is a reduced version of 20050713-1.c. extern void abort (void); struct S { int a, b, c; }; int foo2 (struct S x, struct S y) { if (x.b != 4) abort (); return 0; } int bar2 (struct S x, struct S y) { return foo2 (y, x); } int main (void) { struct S a = { 3, 4, 5 }, b = { 6,

[Bug fortran/23151] New: print (buf, format), expression should be invalid

2005-07-30 Thread tkoenig at gcc dot gnu dot org
The following is illegal: $ cat print.f90 program main character*80 line print (line,'(A)'), 'hello' end program main $ cat print.f90 program main character*80 line print (line,'(A)'), 'hello' end program main $ gfortran print.f90 $ gfortran -std=f95 print.f90 $ gfortran -v Using built-in

[Bug target/23150] 20050713-1.c fails on arm-none-eabi with -O2 or -Os.

2005-07-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-30 20:40 --- (In reply to comment #0) Unlike PR 23090, which is for powerpc and only about -O2, this one fails with -O2 or -Os on arm-none-eabi. You mean only about -Os. You might want to check if this is a

[Bug libfortran/22436] print *,tiny(1._10) yields asterisks

2005-07-30 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-30 20:45 --- Subject: Bug 22436 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-07-30 20:45:03 Modified files: libgfortran: ChangeLog libgfortran/io :

[Bug libfortran/22436] print *,tiny(1._10) yields asterisks

2005-07-30 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-07-30 20:47 --- Fixed on mainline. 4.0 branch does not have support for large real kinds, so no need to apply there. -- What|Removed |Added

[Bug libfortran/22143] missing kinds 1 and 2 for eoshift and cshift

2005-07-30 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-07-30 20:59 --- Thomas, I guess your patch is doing the right thing. Could you submit it to gcc- patches so that it gets reviewed? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22143

[Bug libfortran/21787] flush I/O before calling abort()

2005-07-30 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-07-30 21:18 --- For the bug noted in comments 5 and 6: [dranta:~/tests/gfortran] dir% gfortran -o callabort callabort.f [dranta:~/tests/gfortran] dir% callabort Abort [dranta:~/tests/gfortran] dir% cat callabort.f

[Bug tree-optimization/22538] Does not remove stores for struct assignments

2005-07-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-30 21:46 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW

[Bug libfortran/20436] [4.0 only] using nested reshape functions gives runtime error

2005-07-30 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-30 22:29 --- Subject: Bug 20436 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-07-30 22:29:25 Modified files: gcc/testsuite :

[Bug libfortran/20074] [4.0 only] reshape of pointer array segfaults at runtime

2005-07-30 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-30 22:29 --- Subject: Bug 20074 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-07-30 22:29:25 Modified files: gcc/testsuite :

[Bug libfortran/21108] [4.0 only] reshape with order causes random results

2005-07-30 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-30 22:29 --- Subject: Bug 21108 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-07-30 22:29:25 Modified files: gcc/testsuite :

[Bug fortran/23152] New: namelist can't contain an assumed size array

2005-07-30 Thread tkoenig at gcc dot gnu dot org
The following should be illegal: $ cat namelist-1.f90 program main integer, dimension(2) :: i i = 2 call foo(i) contains subroutine foo(i) integer :: i(:) namelist /bar/ i write (*,bar) end subroutine foo end program main $ gfortran namelist-1.f90 $ gfortran -v Using

[Bug rtl-optimization/23153] New: code size regression from 4.0 on x86

2005-07-30 Thread dann at godzilla dot ics dot uci dot edu
Compiling xterm-202 on i686-pc-linux-gnu shows that 4.1 generates bigger code than 4.0. This happens for all combinations of {-march=i386 and -march=i686} and {-O2 and -Os}. size -f 4.*/xterm textdata bss dec hex filename 175215 217246684 203623 31b67

[Bug rtl-optimization/23153] code size regression from 4.0 on x86

2005-07-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-30 23:13 --- This could be many things, first we don't care about code size for -O2. Second this is most likely jump threading. Can you add -ftree-dominator-opts and see what the code size problems are? --

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

2005-07-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 00:11 --- Hmm, we leak all the BLOCKs created by the tree-inline: tree-inline.c:421 (remap_block) 0: 0.0% 0: 0.0%3166956:74.8% 0: 0.0% 60903 tree-inline.c:2027

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

2005-07-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 00:26 --- I was wrong in comment #1 for saying this was caused by the early inliner. This was caused by: Copy debug info properly in the inliner: http://gcc.gnu.org/ml/gcc-patches/2005-06/msg02022.html What is

[Bug target/21723] [4.0 Regression] ICE while building libgfortran

2005-07-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 00:43 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug gcov/profile/23148] [4.1 Regression] gcov test failures

2005-07-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 00:46 --- Confirmed. -- What|Removed |Added CC||hubicka

[Bug libfortran/23138] real-values print and add incorrectly (version 4.1.0 20050702, i686-pc-mingw32)

2005-07-30 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2005-07-31 00:56 --- This may be the problem: In mk-kinds-h.sh: case $largest_ctype in float) echo #define GFC_REAL_LARGEST_FORMAT \\ ;; double) echo #define GFC_REAL_LARGEST_FORMAT \l\ ;; long double) echo

[Bug libfortran/23154] New: Bad floating point in formatted read

2005-07-30 Thread jvdelisle at gcc dot gnu dot org
The following test case results in a floating point read error. DOUBLE PRECISION XIN, YIN, ZIN, WIN, QIN CHARACTER*4 SID, RID, RID2, REN, IUP CHARACTER*5 A CHARACTER*132 COMLYN COMLYN = abcd efgh jklmn 1.2345.678 21.765 2.34

[Bug tree-optimization/23048] [4.1 Regression] ICE in get_loop_body with -O1 -ftree-vectorize on 4.1.x

2005-07-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 02:24 --- If I turn off copy prop, this passes. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23048

[Bug rtl-optimization/19627] if-conversion2 generates wrong code / crash on SH4

2005-07-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 02:35 --- Fixed in 4.0.0. -- What|Removed |Added Status|NEW

[Bug middle-end/20396] TRULY_NOOP_TRUNCATION ignored

2005-07-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 02:38 --- Confirmed. -- What|Removed |Added URL|

[Bug middle-end/23135] find_reloads_toplev - find_reloads_subreg_address uses wrong reload type

2005-07-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 02:43 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW

[Bug target/21984] [4.1 regression] ICE in reload while compiling __mulxc3

2005-07-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 03:44 --- Has this been fixed? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21984

[Bug tree-optimization/22122] [4.1 Regression] -ftree-vectorize ICE get_loop_body, at cfgloop.c:819

2005-07-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 03:47 --- -fno-tree-copy-prop fixes the problem. -- What|Removed |Added CC|

[Bug tree-optimization/22122] [4.1 Regression] -ftree-vectorize ICE get_loop_body, at cfgloop.c:819

2005-07-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 03:48 --- This is a dup of bug 23048. *** This bug has been marked as a duplicate of 23048 *** -- What|Removed |Added

[Bug tree-optimization/23048] [4.1 Regression] ICE in get_loop_body with -O1 -ftree-vectorize on 4.1.x

2005-07-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 03:48 --- *** Bug 22122 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug tree-optimization/23048] [4.1 Regression] ICE in get_loop_body with -O1 -ftree-vectorize on 4.1.x

2005-07-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 03:49 --- Testcase from PR 22122: void f(unsigned char *mem) { int i; for(i=0;i4;i++) { while(mem[i]==0) ; } } -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23048

[Bug ada/22533] [4.1 regression] ada / raised STORAGE_ERROR : stack overflow (or erroneous memory access)

2005-07-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 04:04 --- I am no longer going to work on this. -- What|Removed |Added AssignedTo|pinskia at

[Bug libstdc++/22205] [4.1 Regression] errors debug mode on aix

2005-07-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Status|WAITING |NEW Last reconfirmed|2005-06-27 21:59:14 |2005-07-31 04:06:12 date|

[Bug middle-end/19305] internal error: Segmentation fault (magick-6.1.7/convert.c:2255)

2005-07-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 04:14 --- no Feedback in 3 months. -- What|Removed |Added Status|WAITING

[Bug ada/19381] ACATS c954a03 raises storage error at runtime on s390-linux

2005-07-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 04:14 --- I am going on a limb here and say this is fixed. -- What|Removed |Added

[Bug java/19586] gij exits with SIGABR

2005-07-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 04:16 --- I cannot reproduce this and this works for everyone else. -- What|Removed |Added

[Bug tree-optimization/23155] New: Gimplification failed for union cast

2005-07-30 Thread dje at gcc dot gnu dot org
I am not sure that the example is valid GCC-extended C, but GCC definitely should not ICE with gimplification failed. The example is: typedef short __attribute__((vector_size (16))) v8hi; union vx {short f[8]; v8hi v;}; extern void bar1(v8hi); void foo5 (v8hi vec, short n) { ((union vx)

[Bug middle-end/23155] [4.0/4.1 Regression] Gimplification failed for union cast

2005-07-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 04:21 --- The front-end produces: {.v=vec}.f[5] = n; -- What|Removed |Added

[Bug tree-optimization/23155] Gimplification failed for union cast

2005-07-30 Thread dje at gcc dot gnu dot org
--- Additional Comments From dje at gcc dot gnu dot org 2005-07-31 04:21 --- Sorry, there was a typo in the previous example. The correct example is: typedef short __attribute__((vector_size (16))) v8hi; union vx {short f[8]; v8hi v;}; extern void bar1(v8hi); void foo5 (v8hi vec,

[Bug tree-optimization/23155] [4.0/4.1 Regression] Gimplification failed for union cast

2005-07-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 04:23 --- Here is another testcase: union vx {short f[8]; int v;}; int vec; void foo5 (int vec) { ((union vx) vec).f[5] = 1; } -- What|Removed |Added

[Bug middle-end/23155] [4.0/4.1 Regression] Gimplification failed for union cast

2005-07-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 04:25 --- If we give -pedantic-errors we reject it with an error but still ICE. -- What|Removed |Added

[Bug libstdc++/22205] [4.1 Regression] errors debug mode on aix

2005-07-30 Thread dje at gcc dot gnu dot org
--- Additional Comments From dje at gcc dot gnu dot org 2005-07-31 04:25 --- I tried overriding libstdc++'s definition of __GXX_WEAK__ and GCC's definition of ONE_ONLY. Both caused additional C++ testsuite failures. AIX does support weak, but not exactly the way that G++ is expecting.

[Bug testsuite/23149] gcov test assertion naming

2005-07-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 04:42 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW

[Bug c++/19776] compiler crash (segmentation fault)

2005-07-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 04:58 --- This is a dup of bug 22139. The reason for the errors in 4.0.1 and above: class a { friend class b; b f(void); }; is invalid code. *** This bug has been marked as a duplicate of 22139 *** --

[Bug c++/22139] [4.0/4.1 regression] Segfault with templates and friend functions

2005-07-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 04:58 --- *** Bug 19776 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug rtl-optimization/15414] Failure in compiling very huge C program

2005-07-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 05:17 --- Hmm, on powerpc-darwin on the mainline, we spike up to 900MB for some reason and then drop back down to 400MB. -- What|Removed |Added

[Bug rtl-optimization/15414] Failure in compiling very huge C program

2005-07-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 05:36 --- The memory is not in GC at all. I don't which pass is allocating the memory. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15414

[Bug c++/23156] New: Fails valid? (valid according to Comeau anyway)

2005-07-30 Thread igodard at pacbell dot net
typedef int A; struct foo{ A A; }; compiles in 3.4.0 and on Comeau, but on 3.4.2 you get: changedMeaning.cc:3: error: declaration of `A foo::A' changedMeaning.cc:1: error: changes meaning of `A' from `typedef int A' So who's right, you or EDG? Ivan -- Summary: Fails valid? (valid

[Bug c++/23156] Fails valid? (valid according to Comeau anyway)

2005-07-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 05:39 --- GCC is. See PR 17353 and [basic.scope.class] of the standard. *** This bug has been marked as a duplicate of 17353 *** -- What|Removed |Added

[Bug c++/17353] type name in nested class conflicts with name in outer class

2005-07-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 05:39 --- *** Bug 23156 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c++/17644] unexpected symbol redefinition error

2005-07-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 05:40 --- Reopening to ... -- What|Removed |Added Status|RESOLVED

[Bug c++/17644] unexpected symbol redefinition error

2005-07-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 05:40 --- Mark as a dup of bug 17353. *** This bug has been marked as a duplicate of 17353 *** -- What|Removed |Added

[Bug c++/17353] type name in nested class conflicts with name in outer class

2005-07-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 05:40 --- *** Bug 17644 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c++/17605] Using types as names in classes not always allowed

2005-07-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 05:41 --- Reopening to ... -- What|Removed |Added Status|RESOLVED

[Bug c++/17605] Using types as names in classes not always allowed

2005-07-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 05:41 --- As a dup of bug 17353. *** This bug has been marked as a duplicate of 17353 *** -- What|Removed |Added

[Bug c++/17353] type name in nested class conflicts with name in outer class

2005-07-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 05:41 --- *** Bug 17605 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c++/18320] version drift 3.4.0-3.4.2?

2005-07-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 05:42 --- Reopening to ... -- What|Removed |Added Status|RESOLVED

[Bug c++/18320] version drift 3.4.0-3.4.2?

2005-07-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 05:42 --- Mark as a dup of bug 17353. *** This bug has been marked as a duplicate of 17353 *** -- What|Removed |Added

[Bug c++/17353] type name in nested class conflicts with name in outer class

2005-07-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 05:42 --- *** Bug 18320 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17353

[Bug tree-optimization/21559] [4.1 Regression] missed jump threading

2005-07-30 Thread phython at gcc dot gnu dot org
--- Additional Comments From phython at gcc dot gnu dot org 2005-07-31 05:45 --- I would really prefer option b, where we keep VRP information persistant. That way fold can use VRP information when available. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21559

[Bug libfortran/23154] Bad floating point in formatted read

2005-07-30 Thread jvdelisle at gcc dot gnu dot org
--- Additional Comments From jvdelisle at gcc dot gnu dot org 2005-07-31 05:52 --- I have instrumented a few places in transfer.c. In particular looking at the string at 'q' in sf_read. The original string is corrupted before getting to the first read. --