[Bug libfortran/30415] New: MINLOC, MAXLOC missing for integer kinds 1 and 2

2007-01-09 Thread anlauf at gmx dot de
Hi, the following code does not link: program gfcbug55 integer(kind=1) :: i1(4) = 1 integer(kind=2) :: i2(4) = 1 print *, minloc(i1), minloc(i2) ! These are missing print *, maxloc(i1), maxloc(i2) ! from libgfortran end program gfcbug55 Cheers, -ha -- Summary:

[Bug fortran/30410] Host association bug w/ EXTERNAL

2007-01-09 Thread pault at gcc dot gnu dot org
--- Comment #2 from pault at gcc dot gnu dot org 2007-01-09 08:59 --- I am just about to submit a patch. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/30410] Host association bug w/ EXTERNAL

2007-01-09 Thread patchapp at dberlin dot org
--- Comment #3 from patchapp at dberlin dot org 2007-01-09 09:10 --- Subject: Bug number PR30410 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-01/msg00647.html --

[Bug middle-end/30322] ((-i-1) + i) +1) is turned into ~i + (i+1) and never into 0 on the tree level

2007-01-09 Thread rakdver at gcc dot gnu dot org
-- rakdver at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |rakdver at gcc dot gnu dot |dot org

[Bug tree-optimization/29145] unsafe use of restrict qualifier

2007-01-09 Thread patchapp at dberlin dot org
--- Comment #9 from patchapp at dberlin dot org 2007-01-09 09:35 --- Subject: Bug number PR29145 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-01/msg00648.html --

[Bug fortran/30399] testsuite failures in actual_array_constructor_2.f90 and actual_array_substr_2.f90

2007-01-09 Thread pault at gcc dot gnu dot org
--- Comment #7 from pault at gcc dot gnu dot org 2007-01-09 09:41 --- Kaveh, I haven't the slightest idea what is happening. These cases test fine on IA64/FC5 with gcc-4.1.2-20061101. The worst of it is, to judge by your gdb output, that they are not obviously faults that would come

[Bug target/30173] [4.0/4.1/4.2/4.3 Regression] Error in ARM softfloat routine __adddf3

2007-01-09 Thread rearnsha at gcc dot gnu dot org
--- Comment #2 from rearnsha at gcc dot gnu dot org 2007-01-09 10:09 --- Subject: Bug 30173 Author: rearnsha Date: Tue Jan 9 10:08:49 2007 New Revision: 120613 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=120613 Log: 2007-01-09 Nicolas Pitre [EMAIL PROTECTED] PR

[Bug target/30173] [4.0/4.1/4.2/4.3 Regression] Error in ARM softfloat routine __adddf3

2007-01-09 Thread rearnsha at gcc dot gnu dot org
--- Comment #3 from rearnsha at gcc dot gnu dot org 2007-01-09 10:12 --- Subject: Bug 30173 Author: rearnsha Date: Tue Jan 9 10:11:53 2007 New Revision: 120614 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=120614 Log: 2007-01-09 Nicolas Pitre [EMAIL PROTECTED] PR

[Bug target/30173] [4.0/4.1/4.2/4.3 Regression] Error in ARM softfloat routine __adddf3

2007-01-09 Thread rearnsha at gcc dot gnu dot org
--- Comment #4 from rearnsha at gcc dot gnu dot org 2007-01-09 10:15 --- Subject: Bug 30173 Author: rearnsha Date: Tue Jan 9 10:14:54 2007 New Revision: 120615 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=120615 Log: 2007-01-09 Nicolas Pitre [EMAIL PROTECTED] PR

[Bug target/30173] [4.0/4.1/4.2/4.3 Regression] Error in ARM softfloat routine __adddf3

2007-01-09 Thread rearnsha at gcc dot gnu dot org
--- Comment #5 from rearnsha at gcc dot gnu dot org 2007-01-09 10:17 --- Subject: Bug 30173 Author: rearnsha Date: Tue Jan 9 10:17:02 2007 New Revision: 120616 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=120616 Log: 2007-01-09 Nicolas Pitre [EMAIL PROTECTED] PR

[Bug target/30173] [4.0/4.1/4.2/4.3 Regression] Error in ARM softfloat routine __adddf3

2007-01-09 Thread rearnsha at gcc dot gnu dot org
--- Comment #6 from rearnsha at gcc dot gnu dot org 2007-01-09 10:20 --- Fixed on trunk and all active release branches -- rearnsha at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/30121] ICE on frtl-abstract-sequences and mthumb.

2007-01-09 Thread rearnsha at gcc dot gnu dot org
--- Comment #2 from rearnsha at gcc dot gnu dot org 2007-01-09 11:01 --- It's worse than that. compute_init_costs makes a number of broken assumptions. Not least of which is that it assumes that gen_... functions in machine description files will return the pattern of a single insn.

[Bug target/29983] Out of range offset for ldrd/strd intruction.

2007-01-09 Thread rearnsha at gcc dot gnu dot org
--- Comment #6 from rearnsha at gcc dot gnu dot org 2007-01-09 11:10 --- (In reply to comment #4) I see: ldrdr2, [r1], #328 Which isn't a valid instruction (the offset is too large). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29983

[Bug fortran/30409] [fortran] missed optimization with pure function arguments

2007-01-09 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2007-01-09 11:11 --- In the middle-end this somewhat is related to PR26387. Of course this is a place where frontend optimization is probably easier to do. Confirmed. -- rguenth at gcc dot gnu dot org changed: What

[Bug bootstrap/21547] GMP/MPFR shared libraries not in LD_LIBRARY_PATH: failure to build libgfortran

2007-01-09 Thread fxcoudert at gcc dot gnu dot org
--- Comment #8 from fxcoudert at gcc dot gnu dot org 2007-01-09 11:55 --- Remove the patch keyword, change component to bootstrap as it now isn't Fortran-specific anymore. From my proposal (one year ago, see comment #4) to have the build machinery adjust LD_LIBRARY_PATH (or similar

[Bug libfortran/26893] kinds.h not generated, causing failure

2007-01-09 Thread fxcoudert at gcc dot gnu dot org
--- Comment #31 from fxcoudert at gcc dot gnu dot org 2007-01-09 11:59 --- Patch proposed here: http://gcc.gnu.org/ml/gcc-patches/2007-01/msg00659.html -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/20218] Can't use __attribute__ ((visibility (hidden))) to hide a symbol

2007-01-09 Thread rguenth at gcc dot gnu dot org
--- Comment #49 from rguenth at gcc dot gnu dot org 2007-01-09 12:55 --- This is fixed on the mainline. It is maybe worth backporting as it cannot be worked around. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/29516] gfortran miscompiled

2007-01-09 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Known to fail||4.3.0 4.2.0 Last reconfirmed|2006-10-19 22:24:34

[Bug tree-optimization/29516] gfortran miscompiled

2007-01-09 Thread rguenth at gcc dot gnu dot org
--- Comment #12 from rguenth at gcc dot gnu dot org 2007-01-09 13:14 --- Do we know why this only fails on darwin? If it is a VRP bug we should be able to produce a generic testcase. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/30367] gfortran compile times excessive with -Wall

2007-01-09 Thread Bil dot Kleb at NASA dot gov
--- Comment #2 from Bil dot Kleb at NASA dot gov 2007-01-09 13:15 --- No warnings with -Wall -- we've been busy cleaning the last few months. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30367

[Bug tree-optimization/29516] gfortran miscompiled

2007-01-09 Thread rguenth at gcc dot gnu dot org
--- Comment #13 from rguenth at gcc dot gnu dot org 2007-01-09 13:33 --- The problem is definitely the following overflowing mutliplication which is introduced by ivopts (I'm looking at Tobias dump files): D.27347_74 = (union tree_node * *) n_30; D.27348_76 = D.27347_74 *

[Bug tree-optimization/29516] gfortran miscompiled

2007-01-09 Thread rguenth at gcc dot gnu dot org
--- Comment #14 from rguenth at gcc dot gnu dot org 2007-01-09 13:42 --- (which gcc version are the dumps created with?) First IVOPTs should not create pointer multiplication. Really. Second, the problem is probably in tree-vrp.c:adjust_range_with_scev () or SCEV itself - I guess

[Bug bootstrap/30414] Bootstrap failure: ICE in function '__enable_execute_stack': libgcc2.c:2024 bus error

2007-01-09 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-01-09 14:06 --- This should have been fixed by: 2007-01-08 Jan Hubicka [EMAIL PROTECTED] * tree-vectorizer.c (gate_increase_alignment): Fix return type. * ipa.c (function_and_variable_visibility): Fix return

[Bug target/8512] [hppa64-hp-hpux11.11] libstdc++-v3 fails to build with HP assembler

2007-01-09 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #10 from dave at hiauly1 dot hia dot nrc dot ca 2007-01-09 14:08 --- Subject: Re: [hppa64-hp-hpux11.11] libstdc++-v3 fails to build with HP assembler --- Comment #8 from jbuck at gcc dot gnu dot org 2007-01-09 05:18 --- OK, I'm going to artificially flag this

[Bug c++/27975] warning for comparison of different enum types impossible to control/is undocumented

2007-01-09 Thread manu at gcc dot gnu dot org
--- Comment #3 from manu at gcc dot gnu dot org 2007-01-09 14:19 --- What name do you want for the warning? Wenum-mismatch ? -- manu at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/27975] warning for comparison of different enum types impossible to control/is undocumented

2007-01-09 Thread manu at gcc dot gnu dot org
--- Comment #4 from manu at gcc dot gnu dot org 2007-01-09 14:24 --- I could also add it to the new -Wconversion option. I think it is appropriate. Yet that would change default behaviour, since this warning is unconditional and -Wconversion must be explicitly enabled and it is not

[Bug c++/11856] unsigned warning in template

2007-01-09 Thread manu at gcc dot gnu dot org
--- Comment #12 from manu at gcc dot gnu dot org 2007-01-09 14:36 --- This seems similar to PR 12963. I am preparing a patch for this -- manu at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/29516] gfortran miscompiled

2007-01-09 Thread tobi at gcc dot gnu dot org
--- Comment #15 from tobi at gcc dot gnu dot org 2007-01-09 14:37 --- (In reply to comment #14) (which gcc version are the dumps created with?) Should be the trunk from 2006-11-25. Thanks for looking into this. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29516

[Bug c/29465] warning for overlapping memcpy()

2007-01-09 Thread manu at gcc dot gnu dot org
--- Comment #2 from manu at gcc dot gnu dot org 2007-01-09 14:43 --- I think you should bring the issue in the GCC mailing list to check out what people think. Also, if you could propose a name and testcases (for warning and for not warning), it would help whoever takes the burden of

[Bug c++/11159] erroneous warning in copy ctor with virtual inheritance

2007-01-09 Thread manu at gcc dot gnu dot org
--- Comment #11 from manu at gcc dot gnu dot org 2007-01-09 14:50 --- There is an unreviewed patch to name this warning in the patch queue: http://gcc.gnu.org/ml/gcc-patches/2007-01/msg00520.html I guess it doesn't solve all the inconsistencies mentioned here but at least it can be

[Bug c/16202] The -Wsequence-point warning misses many important instances

2007-01-09 Thread manu at gcc dot gnu dot org
--- Comment #6 from manu at gcc dot gnu dot org 2007-01-09 14:57 --- Another Wsequence-point bug is PR 17880. -- manu at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/21917] Missing warning?

2007-01-09 Thread manu at gcc dot gnu dot org
--- Comment #4 from manu at gcc dot gnu dot org 2007-01-09 15:02 --- Have you tried compiling with -pedantic -Wall -Wextra ? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21917

[Bug c/16804] Function pointer assignment/initialization (missing warning)

2007-01-09 Thread manu at gcc dot gnu dot org
--- Comment #4 from manu at gcc dot gnu dot org 2007-01-09 15:06 --- Is the warning a good idea because it is a function call, so it may be a confused call to quak, or simply because it is unsigned converted to enum ? -- manu at gcc dot gnu dot org changed: What

[Bug other/23572] No warning for assigning a value to a 'float' variable that overflows with option -Wextra

2007-01-09 Thread manu at gcc dot gnu dot org
--- Comment #6 from manu at gcc dot gnu dot org 2007-01-09 15:09 --- (In reply to comment #0) Is this a bug either in GCC or a bug in documentation? It is a bug in the documentation. As today in GCC 4.3 there is not a single Wextra warning that has anything to do with

[Bug middle-end/20218] Can't use __attribute__ ((visibility (hidden))) to hide a symbol

2007-01-09 Thread hjl at lucon dot org
--- Comment #50 from hjl at lucon dot org 2007-01-09 15:11 --- The (In reply to comment #49) This is fixed on the mainline. It is maybe worth backporting as it cannot be worked around. The backported patches for gcc 4.1/4.2 are at

[Bug fortran/30399] testsuite failures in actual_array_constructor_2.f90 and actual_array_substr_2.f90

2007-01-09 Thread ghazi at gcc dot gnu dot org
--- Comment #8 from ghazi at gcc dot gnu dot org 2007-01-09 15:13 --- (In reply to comment #7) Kaveh, I haven't the slightest idea what is happening. These cases test fine on IA64/FC5 with gcc-4.1.2-20061101. The worst of it is, to judge by your gdb output, that they are not

[Bug c++/24745] unpleasant warning for if (NULL)

2007-01-09 Thread manu at gcc dot gnu dot org
--- Comment #6 from manu at gcc dot gnu dot org 2007-01-09 15:15 --- Maybe we shouldn't show any warning when converting NULL to boolean. Perhaps in time for the new Wconversion option... -- manu at gcc dot gnu dot org changed: What|Removed |Added

[Bug other/29694] missed warnings about comparisons which are always true/false.

2007-01-09 Thread manu at gcc dot gnu dot org
--- Comment #3 from manu at gcc dot gnu dot org 2007-01-09 15:21 --- Wextra warns for this, what is the bug? -- manu at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/30399] testsuite failures in actual_array_constructor_2.f90 and actual_array_substr_2.f90

2007-01-09 Thread ghazi at gcc dot gnu dot org
--- Comment #9 from ghazi at gcc dot gnu dot org 2007-01-09 15:23 --- Assigned so that Paul gets replies. See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30399#c8 -- ghazi at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/30322] ((-i-1) + i) +1) is turned into ~i + (i+1) and never into 0 on the tree level

2007-01-09 Thread rakdver at gcc dot gnu dot org
--- Comment #7 from rakdver at gcc dot gnu dot org 2007-01-09 15:30 --- (In reply to comment #6) It seems to be IVOPTs rewriting introduces the trees. Testcase: Which happens because fold causes the number of iterations of the loop to be something like e + ~f, and then is not able to

[Bug c++/5310] Weird warnings about using (int)NULL

2007-01-09 Thread manu at gcc dot gnu dot org
--- Comment #4 from manu at gcc dot gnu dot org 2007-01-09 15:30 --- (convert_like_real gives me the creeps.) I must check whether this warning has been taken by the new Wconversion, which is not currently enabled by Wall. -- manu at gcc dot gnu dot org changed: What

[Bug bootstrap/21547] GMP/MPFR shared libraries not in LD_LIBRARY_PATH: failure to build libgfortran

2007-01-09 Thread rearnsha at gcc dot gnu dot org
--- Comment #9 from rearnsha at gcc dot gnu dot org 2007-01-09 15:48 --- gdb's configure uses AC_LIB_HAVE_LINKFLAGS to test for expat. This correctly sets up the right link flags so that applications will find the shared library. Is there any reason we can't use that for GMP/MPFR?

[Bug c++/28986] Failure to diagnose overflow in constant expression

2007-01-09 Thread manu at gcc dot gnu dot org
--- Comment #10 from manu at gcc dot gnu dot org 2007-01-09 16:03 --- Fixed in GCC 4.3 -- manu at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/29660] get 'internal compiler error' when building numerical recipes

2007-01-09 Thread fxcoudert at gcc dot gnu dot org
--- Comment #4 from fxcoudert at gcc dot gnu dot org 2007-01-09 16:05 --- Works for me on i386-darwin with gfortran 4.3.0 20070109 (experimental). -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/30409] [fortran] missed optimization with pure function arguments

2007-01-09 Thread kargl at gcc dot gnu dot org
--- Comment #4 from kargl at gcc dot gnu dot org 2007-01-09 16:08 --- Note, above the first FORALL statement one needs to add the following 2 lines of code xmin = 0. xmax = 1. As a side note, both Pathscale and Intel in the c.l.f thread have acknowledged that their compilers also

[Bug testsuite/29404] make check fails to compile library testcases

2007-01-09 Thread bonzini at gnu dot org
--- Comment #5 from bonzini at gnu dot org 2007-01-09 16:08 --- I'll take a look. -- bonzini at gnu dot org changed: What|Removed |Added CC|

[Bug fortran/30406] ICE in LOGICAL(8) functions

2007-01-09 Thread fxcoudert at gcc dot gnu dot org
--- Comment #9 from fxcoudert at gcc dot gnu dot org 2007-01-09 16:13 --- Confirmed on MacOS 10.4.8, using gfortran 4.3.0 20070102 (experimental). Cannot do more at the moment. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/21917] Missing warning?

2007-01-09 Thread igodard at pacbell dot net
--- Comment #5 from igodard at pacbell dot net 2007-01-09 16:36 --- No message on 4.1.1 despite -pedantic -Wall -Wextra -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21917

[Bug target/29983] Out of range offset for ldrd/strd intruction.

2007-01-09 Thread rearnsha at gcc dot gnu dot org
--- Comment #7 from rearnsha at gcc dot gnu dot org 2007-01-09 17:01 --- Confirmed. This is iwmmxt-specific and occurs because the co-processor load-double-word instructions have a larger offset than LDRD. -- rearnsha at gcc dot gnu dot org changed: What|Removed

[Bug debug/8354] Incorrect DWARF-2/3 emitted for const + array

2007-01-09 Thread gary at intrepid dot com
--- Comment #13 from gary at intrepid dot com 2007-01-09 17:40 --- http://sourceware.org/ml/gdb/2007-01/msg00147.html From: Gary Funck gary at intrepid dot com To: gdb at sourceware dot org Date: Tue, 9 Jan 2007 09:01:38 -0800 Subject: RE: how to support C type qualifiers

[Bug tree-optimization/29516] gfortran miscompiled

2007-01-09 Thread tobi at gcc dot gnu dot org
--- Comment #16 from tobi at gcc dot gnu dot org 2007-01-09 18:21 --- Dumps from today's mainline (r120620) are at http://www.cip.physik.uni-muenchen.de/~tobias.schlueter/dump2.tar.bz2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29516

[Bug other/29694] missed warnings about comparisons which are always true/false.

2007-01-09 Thread gdr at integrable-solutions dot net
--- Comment #4 from gdr at integrable-solutions dot net 2007-01-09 18:41 --- Subject: Re: missed warnings about comparisons which are always true/false. manu at gcc dot gnu dot org [EMAIL PROTECTED] writes: | Wextra warns for this, what is the bug? I believe pluto wants

[Bug c++/27975] warning for comparison of different enum types impossible to control/is undocumented

2007-01-09 Thread gdr at integrable-solutions dot net
--- Comment #5 from gdr at integrable-solutions dot net 2007-01-09 18:43 --- Subject: Re: warning for comparison of different enum types impossible to control/is undocumented manu at gcc dot gnu dot org [EMAIL PROTECTED] writes: | What name do you want for the warning?

[Bug c++/27975] warning for comparison of different enum types impossible to control/is undocumented

2007-01-09 Thread gdr at integrable-solutions dot net
--- Comment #6 from gdr at integrable-solutions dot net 2007-01-09 18:44 --- Subject: Re: warning for comparison of different enum types impossible to control/is undocumented manu at gcc dot gnu dot org [EMAIL PROTECTED] writes: | I could also add it to the new -Wconversion option.

[Bug c++/30293] [4.0/4.1/4.2/4.3 regression] ICE with extern Java in store_init_value

2007-01-09 Thread tromey at gcc dot gnu dot org
--- Comment #3 from tromey at gcc dot gnu dot org 2007-01-09 18:46 --- We already only support 'extern Java' classes where the body of the class is written in Java and compiled with gcj. The reason for this is that a Java class has a lot of required metadata which g++ does not know how

[Bug c++/28743] [4.1/4.2/4.3 regression] ICE with invalid specialization

2007-01-09 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-01-09 19:25 --- Janis, Can you do a regression hunt on this bug? Thanks, Andrew -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/29516] gfortran miscompiled

2007-01-09 Thread mrs at apple dot com
--- Comment #17 from mrs at apple dot com 2007-01-09 20:11 --- Thanks delta: $ ./xgcc -B./ -c -O t.i -fdump-tree-all grep ' * 4294967292B;' *.087t.ivopts D.2035_3 = D.2034_2 * 4294967292B; $ cat t.i typedef struct gfc_se { int pre; } gfc_se; typedef struct gfc_ss_info { int dim[7];

[Bug other/29694] missed warnings about comparisons which are always true/false.

2007-01-09 Thread manu at gcc dot gnu dot org
--- Comment #5 from manu at gcc dot gnu dot org 2007-01-09 20:28 --- (In reply to comment #4) Subject: Re: missed warnings about comparisons which are always true/false. manu at gcc dot gnu dot org [EMAIL PROTECTED] writes: | Wextra warns for this, what is the bug? I believe

[Bug tree-optimization/29516] gfortran miscompiled

2007-01-09 Thread rguenth at gcc dot gnu dot org
--- Comment #18 from rguenth at gcc dot gnu dot org 2007-01-09 20:32 --- So what else is special about darwin? I built a --enable-targets=all compiler and am using ./cc1 -quiet -O2 t.i -fdump-tree-ivopts -march=nocona -mtune=generic can you report how you configured gcc and how you

[Bug fortran/30407] Elemental functions in WHERE assignments wrongly rejected

2007-01-09 Thread pault at gcc dot gnu dot org
--- Comment #2 from pault at gcc dot gnu dot org 2007-01-09 20:36 --- (In reply to comment #1) A look into resolve.c's resolve_where, shows that only EXEC_ASSIGN and not EXEC_ASSIGN_CALL exists in switch (cnext-op). Expected: As elemental procedures are also allowed, a case

[Bug java/28090] incorrect implementation of expand_java_arraystore

2007-01-09 Thread tromey at gcc dot gnu dot org
--- Comment #6 from tromey at gcc dot gnu dot org 2007-01-09 20:37 --- Andrew's fix for this went in with the merge. -- tromey at gcc dot gnu dot org changed: What|Removed |Added

[Bug java/1259] string constants not handled properly

2007-01-09 Thread tromey at gcc dot gnu dot org
--- Comment #6 from tromey at gcc dot gnu dot org 2007-01-09 20:43 --- All gcj front end bugs have been fixed by the gcj-eclipse branch merge. I'm mass-closing the affected PRs. If you believe one of these was closed in error, please reopen it with a note explaining why. Thanks. --

[Bug java/1330] Forward initializer references not checked

2007-01-09 Thread tromey at gcc dot gnu dot org
--- Comment #3 from tromey at gcc dot gnu dot org 2007-01-09 20:43 --- All gcj front end bugs have been fixed by the gcj-eclipse branch merge. I'm mass-closing the affected PRs. If you believe one of these was closed in error, please reopen it with a note explaining why. Thanks. --

[Bug java/2279] Verify bytecode after creating it

2007-01-09 Thread tromey at gcc dot gnu dot org
--- Comment #3 from tromey at gcc dot gnu dot org 2007-01-09 20:43 --- All gcj front end bugs have been fixed by the gcj-eclipse branch merge. I'm mass-closing the affected PRs. If you believe one of these was closed in error, please reopen it with a note explaining why. Thanks. --

[Bug java/2499] Class members should be inherited from implemented interfaces

2007-01-09 Thread tromey at gcc dot gnu dot org
--- Comment #10 from tromey at gcc dot gnu dot org 2007-01-09 20:43 --- All gcj front end bugs have been fixed by the gcj-eclipse branch merge. I'm mass-closing the affected PRs. If you believe one of these was closed in error, please reopen it with a note explaining why. Thanks. --

[Bug java/1374] gcj -C (options) diverges from javac

2007-01-09 Thread tromey at gcc dot gnu dot org
--- Comment #4 from tromey at gcc dot gnu dot org 2007-01-09 20:43 --- All gcj front end bugs have been fixed by the gcj-eclipse branch merge. I'm mass-closing the affected PRs. If you believe one of these was closed in error, please reopen it with a note explaining why. Thanks. --

[Bug java/4105] gcj doesn't generate inner class reflection info

2007-01-09 Thread tromey at gcc dot gnu dot org
--- Comment #5 from tromey at gcc dot gnu dot org 2007-01-09 20:43 --- All gcj front end bugs have been fixed by the gcj-eclipse branch merge. I'm mass-closing the affected PRs. If you believe one of these was closed in error, please reopen it with a note explaining why. Thanks. --

[Bug java/4467] Ambiguous name resolution problem

2007-01-09 Thread tromey at gcc dot gnu dot org
--- Comment #4 from tromey at gcc dot gnu dot org 2007-01-09 20:43 --- All gcj front end bugs have been fixed by the gcj-eclipse branch merge. I'm mass-closing the affected PRs. If you believe one of these was closed in error, please reopen it with a note explaining why. Thanks. --

[Bug java/4811] Incorrect error accessing non-existant outer field

2007-01-09 Thread tromey at gcc dot gnu dot org
--- Comment #3 from tromey at gcc dot gnu dot org 2007-01-09 20:43 --- All gcj front end bugs have been fixed by the gcj-eclipse branch merge. I'm mass-closing the affected PRs. If you believe one of these was closed in error, please reopen it with a note explaining why. Thanks. --

[Bug java/5640] gcj references wrong class in qualified method invocation

2007-01-09 Thread tromey at gcc dot gnu dot org
--- Comment #5 from tromey at gcc dot gnu dot org 2007-01-09 20:43 --- All gcj front end bugs have been fixed by the gcj-eclipse branch merge. I'm mass-closing the affected PRs. If you believe one of these was closed in error, please reopen it with a note explaining why. Thanks. --

[Bug java/6933] gcj: compile source dependencies too(like javac)

2007-01-09 Thread tromey at gcc dot gnu dot org
--- Comment #5 from tromey at gcc dot gnu dot org 2007-01-09 20:43 --- All gcj front end bugs have been fixed by the gcj-eclipse branch merge. I'm mass-closing the affected PRs. If you believe one of these was closed in error, please reopen it with a note explaining why. Thanks. --

[Bug java/7066] gcj does not have a way to generate 1.1 bytecode

2007-01-09 Thread tromey at gcc dot gnu dot org
--- Comment #9 from tromey at gcc dot gnu dot org 2007-01-09 20:44 --- All gcj front end bugs have been fixed by the gcj-eclipse branch merge. I'm mass-closing the affected PRs. If you believe one of these was closed in error, please reopen it with a note explaining why. Thanks. --

[Bug java/4695] Error calling method from enclosing context in constructor

2007-01-09 Thread tromey at gcc dot gnu dot org
--- Comment #10 from tromey at gcc dot gnu dot org 2007-01-09 20:43 --- All gcj front end bugs have been fixed by the gcj-eclipse branch merge. I'm mass-closing the affected PRs. If you believe one of these was closed in error, please reopen it with a note explaining why. Thanks. --

[Bug java/8298] Incomplete enforcement of constant expressions in switch/case

2007-01-09 Thread tromey at gcc dot gnu dot org
--- Comment #2 from tromey at gcc dot gnu dot org 2007-01-09 20:44 --- All gcj front end bugs have been fixed by the gcj-eclipse branch merge. I'm mass-closing the affected PRs. If you believe one of these was closed in error, please reopen it with a note explaining why. Thanks. --

[Bug java/8544] Inner interface's are not know inside package's

2007-01-09 Thread tromey at gcc dot gnu dot org
--- Comment #6 from tromey at gcc dot gnu dot org 2007-01-09 20:44 --- All gcj front end bugs have been fixed by the gcj-eclipse branch merge. I'm mass-closing the affected PRs. If you believe one of these was closed in error, please reopen it with a note explaining why. Thanks. --

[Bug java/8626] warn for non-static references to static members

2007-01-09 Thread tromey at gcc dot gnu dot org
--- Comment #4 from tromey at gcc dot gnu dot org 2007-01-09 20:44 --- All gcj front end bugs have been fixed by the gcj-eclipse branch merge. I'm mass-closing the affected PRs. If you believe one of these was closed in error, please reopen it with a note explaining why. Thanks. --

[Bug java/8627] warn about unused imports

2007-01-09 Thread tromey at gcc dot gnu dot org
--- Comment #2 from tromey at gcc dot gnu dot org 2007-01-09 20:44 --- All gcj front end bugs have been fixed by the gcj-eclipse branch merge. I'm mass-closing the affected PRs. If you believe one of these was closed in error, please reopen it with a note explaining why. Thanks. --

[Bug java/8433] Static initializers must be able to complete normally

2007-01-09 Thread tromey at gcc dot gnu dot org
--- Comment #4 from tromey at gcc dot gnu dot org 2007-01-09 20:44 --- All gcj front end bugs have been fixed by the gcj-eclipse branch merge. I'm mass-closing the affected PRs. If you believe one of these was closed in error, please reopen it with a note explaining why. Thanks. --

[Bug java/8628] warn about assignments that have no effect

2007-01-09 Thread tromey at gcc dot gnu dot org
--- Comment #3 from tromey at gcc dot gnu dot org 2007-01-09 20:44 --- All gcj front end bugs have been fixed by the gcj-eclipse branch merge. I'm mass-closing the affected PRs. If you believe one of these was closed in error, please reopen it with a note explaining why. Thanks. --

[Bug java/8899] gcj confused over local classes

2007-01-09 Thread tromey at gcc dot gnu dot org
--- Comment #3 from tromey at gcc dot gnu dot org 2007-01-09 20:44 --- All gcj front end bugs have been fixed by the gcj-eclipse branch merge. I'm mass-closing the affected PRs. If you believe one of these was closed in error, please reopen it with a note explaining why. Thanks. --

[Bug java/8923] [4.0/4.1 Regression] ICE when modifying a variable decleared final static

2007-01-09 Thread tromey at gcc dot gnu dot org
--- Comment #11 from tromey at gcc dot gnu dot org 2007-01-09 20:44 --- All gcj front end bugs have been fixed by the gcj-eclipse branch merge. I'm mass-closing the affected PRs. If you believe one of these was closed in error, please reopen it with a note explaining why. Thanks. --

[Bug libfortran/30415] MINLOC, MAXLOC missing for integer kinds 1 and 2

2007-01-09 Thread tkoenig at gcc dot gnu dot org
--- Comment #1 from tkoenig at gcc dot gnu dot org 2007-01-09 20:44 --- Yep. I'll have a look. -- tkoenig at gcc dot gnu dot org changed: What|Removed |Added

[Bug java/8939] Class files produced by gcj are incompatible with Sun's vm

2007-01-09 Thread tromey at gcc dot gnu dot org
--- Comment #5 from tromey at gcc dot gnu dot org 2007-01-09 20:44 --- All gcj front end bugs have been fixed by the gcj-eclipse branch merge. I'm mass-closing the affected PRs. If you believe one of these was closed in error, please reopen it with a note explaining why. Thanks. --

[Bug java/9351] Cannot compile kaffe core classes (foreign java.lang.Object)

2007-01-09 Thread tromey at gcc dot gnu dot org
--- Comment #7 from tromey at gcc dot gnu dot org 2007-01-09 20:44 --- All gcj front end bugs have been fixed by the gcj-eclipse branch merge. I'm mass-closing the affected PRs. If you believe one of these was closed in error, please reopen it with a note explaining why. Thanks. --

[Bug java/9943] field reference of enclosing class in an inner class cannot be compiled.

2007-01-09 Thread tromey at gcc dot gnu dot org
--- Comment #4 from tromey at gcc dot gnu dot org 2007-01-09 20:45 --- All gcj front end bugs have been fixed by the gcj-eclipse branch merge. I'm mass-closing the affected PRs. If you believe one of these was closed in error, please reopen it with a note explaining why. Thanks. --

[Bug java/11470] bytecode created with gcj -C doesn't cache lookup from synthetic class$ member

2007-01-09 Thread tromey at gcc dot gnu dot org
--- Comment #3 from tromey at gcc dot gnu dot org 2007-01-09 20:45 --- All gcj front end bugs have been fixed by the gcj-eclipse branch merge. I'm mass-closing the affected PRs. If you believe one of these was closed in error, please reopen it with a note explaining why. Thanks. --

[Bug java/10894] Wildcard import statements not resolved

2007-01-09 Thread tromey at gcc dot gnu dot org
--- Comment #10 from tromey at gcc dot gnu dot org 2007-01-09 20:45 --- All gcj front end bugs have been fixed by the gcj-eclipse branch merge. I'm mass-closing the affected PRs. If you believe one of these was closed in error, please reopen it with a note explaining why. Thanks. --

[Bug tree-optimization/29516] gfortran miscompiled

2007-01-09 Thread rakdver at gcc dot gnu dot org
--- Comment #19 from rakdver at gcc dot gnu dot org 2007-01-09 20:45 --- (In reply to comment #14) (which gcc version are the dumps created with?) First IVOPTs should not create pointer multiplication. Really. Second, the problem is probably in tree-vrp.c:adjust_range_with_scev

[Bug java/9547] member type access not respected

2007-01-09 Thread tromey at gcc dot gnu dot org
--- Comment #4 from tromey at gcc dot gnu dot org 2007-01-09 20:44 --- All gcj front end bugs have been fixed by the gcj-eclipse branch merge. I'm mass-closing the affected PRs. If you believe one of these was closed in error, please reopen it with a note explaining why. Thanks. --

[Bug java/9369] wrong bytecode generated for static inner class with private constructor

2007-01-09 Thread tromey at gcc dot gnu dot org
--- Comment #6 from tromey at gcc dot gnu dot org 2007-01-09 20:44 --- All gcj front end bugs have been fixed by the gcj-eclipse branch merge. I'm mass-closing the affected PRs. If you believe one of these was closed in error, please reopen it with a note explaining why. Thanks. --

[Bug java/10581] ICE compiling freenet

2007-01-09 Thread tromey at gcc dot gnu dot org
--- Comment #8 from tromey at gcc dot gnu dot org 2007-01-09 20:45 --- All gcj front end bugs have been fixed by the gcj-eclipse branch merge. I'm mass-closing the affected PRs. If you believe one of these was closed in error, please reopen it with a note explaining why. Thanks. --

[Bug java/9884] gcj compiles code that uses non-static inner classes from static context

2007-01-09 Thread tromey at gcc dot gnu dot org
--- Comment #4 from tromey at gcc dot gnu dot org 2007-01-09 20:45 --- All gcj front end bugs have been fixed by the gcj-eclipse branch merge. I'm mass-closing the affected PRs. If you believe one of these was closed in error, please reopen it with a note explaining why. Thanks. --

[Bug libgcj/9866] static nested class refers to private member of outer class

2007-01-09 Thread tromey at gcc dot gnu dot org
--- Comment #7 from tromey at gcc dot gnu dot org 2007-01-09 20:44 --- All gcj front end bugs have been fixed by the gcj-eclipse branch merge. I'm mass-closing the affected PRs. If you believe one of these was closed in error, please reopen it with a note explaining why. Thanks. --

[Bug java/11075] Compiling cross-package inherited constants are rejected

2007-01-09 Thread tromey at gcc dot gnu dot org
--- Comment #6 from tromey at gcc dot gnu dot org 2007-01-09 20:45 --- All gcj front end bugs have been fixed by the gcj-eclipse branch merge. I'm mass-closing the affected PRs. If you believe one of these was closed in error, please reopen it with a note explaining why. Thanks. --

[Bug java/12217] extra qualification required if multiple .java basenames on command line

2007-01-09 Thread tromey at gcc dot gnu dot org
--- Comment #2 from tromey at gcc dot gnu dot org 2007-01-09 20:45 --- All gcj front end bugs have been fixed by the gcj-eclipse branch merge. I'm mass-closing the affected PRs. If you believe one of these was closed in error, please reopen it with a note explaining why. Thanks. --

[Bug java/12257] Inner classes with same name causes crash.

2007-01-09 Thread tromey at gcc dot gnu dot org
--- Comment #4 from tromey at gcc dot gnu dot org 2007-01-09 20:45 --- All gcj front end bugs have been fixed by the gcj-eclipse branch merge. I'm mass-closing the affected PRs. If you believe one of these was closed in error, please reopen it with a note explaining why. Thanks. --

[Bug java/12741] Error when package-private method matches superclass method with same name

2007-01-09 Thread tromey at gcc dot gnu dot org
--- Comment #3 from tromey at gcc dot gnu dot org 2007-01-09 20:45 --- All gcj front end bugs have been fixed by the gcj-eclipse branch merge. I'm mass-closing the affected PRs. If you believe one of these was closed in error, please reopen it with a note explaining why. Thanks. --

[Bug java/12434] Field called java causes confusion.

2007-01-09 Thread tromey at gcc dot gnu dot org
--- Comment #2 from tromey at gcc dot gnu dot org 2007-01-09 20:45 --- All gcj front end bugs have been fixed by the gcj-eclipse branch merge. I'm mass-closing the affected PRs. If you believe one of these was closed in error, please reopen it with a note explaining why. Thanks. --

[Bug java/13964] jc1 crash when compiling class with circular definitions

2007-01-09 Thread tromey at gcc dot gnu dot org
--- Comment #2 from tromey at gcc dot gnu dot org 2007-01-09 20:46 --- All gcj front end bugs have been fixed by the gcj-eclipse branch merge. I'm mass-closing the affected PRs. If you believe one of these was closed in error, please reopen it with a note explaining why. Thanks. --

[Bug java/15501] GCJ incorrectly implements Section 15.9.5.1, Anonymous Constructors

2007-01-09 Thread tromey at gcc dot gnu dot org
--- Comment #3 from tromey at gcc dot gnu dot org 2007-01-09 20:46 --- All gcj front end bugs have been fixed by the gcj-eclipse branch merge. I'm mass-closing the affected PRs. If you believe one of these was closed in error, please reopen it with a note explaining why. Thanks. --

  1   2   3   >