[Bug java/22468] gcj does not send correct parameters to ld when linking

2005-07-13 Thread aaronw at net dot com
--- Additional Comments From aaronw at net dot com 2005-07-13 19:33 --- Here's a bit more info for the context including libtool parms: creating libgij.la (cd .libs && rm -f libgij.la && ln -s ../libgij.la libgij.la) /bin/bash ./libtool --tag=GCJ --mode=link /var/tmp/gcc4/gcc-4.0.1/

[Bug java/22468] gcj does not send correct parameters to ld when linking

2005-07-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-13 19:43 --- *** This bug has been marked as a duplicate of 21206 *** -- What|Removed |Added

[Bug java/21206] gcj seems not to pass the option to ld correctly

2005-07-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-13 19:43 --- *** Bug 22468 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug bootstrap/22323] bootstrap fails - ld: unrecognized option '-Wl,-rpath'

2005-07-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-13 19:44 --- *** This bug has been marked as a duplicate of 21206 *** -- What|Removed |Added

[Bug java/21206] gcj seems not to pass the option to ld correctly

2005-07-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-13 19:44 --- *** Bug 22323 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug java/21206] gcj seems not to pass the option to ld correctly

2005-07-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-13 19:46 --- Hmm, since this has now reported on i686-pc-linux-gnu, I have no idea what is going on. The only thing I can think of is gcj is being miss compiled but I really doubt that since this also on sparc too.

[Bug java/21206] gcj seems not to pass the option to ld correctly

2005-07-13 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||dish at csua dot berkeley ||dot edu http://gcc.gnu.org/bugzilla

[Bug c++/22467] Incorrect resolution of unqualified global type name

2005-07-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-13 19:52 --- Nope. Stuff::Bar is injected as Bar inside Foo as Stuff::Bar is the supper class. GCC is correct. -- What|Removed |Added --

[Bug testsuite/22461] [4.0 Regression] g++.dg/conversion/simd2.C fails

2005-07-13 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.2 Version|4.1.0 |4.0.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22461

[Bug other/22368] [meta-bugs] mis-match types in GCC

2005-07-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-13 20:06 --- Even though PR 22398 is not caught by my patch it is caught later by VRP. I will add a patch to catch mismatch in comparisons. -- What|Removed |Added -

[Bug middle-end/22057] [4.0/4.1 Regression] Poor -O0 debug information for for loops with no initializer

2005-07-13 Thread ian at airs dot com
--- Additional Comments From ian at airs dot com 2005-07-13 20:11 --- Proposed patch here: http://gcc.gnu.org/ml/gcc-patches/2005-07/msg00954.html -- What|Removed |Added

[Bug rtl-optimization/22469] New: [4.1 regression] testsuite failure, gcc.c-torture/compile/941014-2.c -O3 loops

2005-07-13 Thread hp at gcc dot gnu dot org
With "Wed Jul 13 00:19:06 UTC 2005" this test passed. With "Wed Jul 13 13:14:33 UTC 2005" it fails: Running /home/hp/combined/combined/gcc/testsuite/gcc.c-torture/compile/compile.exp ... FAIL: gcc.c-torture/compile/941014-2.c -O3 -fomit-frame-pointer -funroll-loops (test for excess errors) FAIL:

Re: [Bug rtl-optimization/22469] New: [4.1 regression] testsuite failure, gcc.c-torture/compile/941014-2.c -O3 loops

2005-07-13 Thread Andrew Pinski
> > With "Wed Jul 13 00:19:06 UTC 2005" this test passed. > With "Wed Jul 13 13:14:33 UTC 2005" it fails: This is obvious caused by: +2005-07-12 Zdenek Dvorak <[EMAIL PROTECTED]> + + PR rtl-optimization/20376 + * toplev.c (process_options): Enable -fweb and -frename-registers when +

[Bug libgcj/17021] gij: class resolution throws errors too eagerl

2005-07-13 Thread dberlin at gcc dot gnu dot org
--- Additional Comments From mckinlay at redhat dot com 2005-07-13 18:18 --- Updated summary to reflect that this is actually caused by the libgcj verifier. A workaround is to use "gij -noverify" -- What|Removed |Added --

[Bug c++/22470] New: [4.0 regression] reject-valid-code

2005-07-13 Thread pluto at agmk dot net
error: no match for 'operator=' in 'i = QValueList::begin() const [with T = NormalizedRect*]()' /usr/include/qt/qvaluelist.h:76: note: candidates are: QValueListIterator& QValueListIterator::operator=(const QValueListIterator&) -- Summary: [4.0 regression] reject-valid-code

[Bug c++/22470] [4.0 regression] reject-valid-code

2005-07-13 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-07-13 22:26 --- Created an attachment (id=9263) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9263&action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22470

[Bug c++/22470] [4.0 regression] reject-valid-code

2005-07-13 Thread pluto at agmk dot net
-- What|Removed |Added Known to work||3.3.6 4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22470

[Bug target/20126] [3.4 Regression] Inlined memcmp makes one argument null on entry

2005-07-13 Thread uweigand at gcc dot gnu dot org
--- Additional Comments From uweigand at gcc dot gnu dot org 2005-07-13 22:28 --- Bootstrap on s390-ibm-linux is still broken because of this issue. Can we just check in the patch from comment #45? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20126

[Bug c++/22470] [4.0 regression] reject-valid-code

2005-07-13 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-07-13 22:30 --- known to fail 4.0.1-20050521 -- What|Removed |Added Known to fail||4

[Bug tree-optimization/22471] New: corrupted profile info with -O3 -fprofile-use

2005-07-13 Thread janis at gcc dot gnu dot org
Several of the SPEC CPU2000 tests currently fail on powerpc64-linux with -fprofile-generate/-fprofile-use plus -O3. Some of the failures start recently and appear to be intermittent. Failures for 176.gcc with either -m32 or -m64 and 175.vpr with -m64 start with this patch from dberlin (Remove var

[Bug c++/22470] [4.0 regression] reject-valid-code

2005-07-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-13 23:36 --- I cannot reproduce this with "4.0.1 20050605" with the testcase you attached. Can you attach the correct test that fails and try a 4.0.1 release version also? -- What|Removed

[Bug tree-optimization/22471] [4.1 Regression] corrupted profile info with -O3 -fprofile-use

2005-07-13 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||pinskia at gcc dot gnu dot ||org Keywords|

[Bug middle-end/22472] New: [4.1 regression] testsuite failure gcc.c-torture/compile/930621-1.c -O3 -funroll-loops

2005-07-13 Thread danglin at gcc dot gnu dot org
Executing on host: /home/dave/gnu/gcc-4.0/objdir/gcc/xgcc -B/home/dave/gnu/gcc-4 .0/objdir/gcc/ -O3 -fomit-frame-pointer -w -fno-show-column -c -o 930621-1.o /home/dave/gnu/gcc-4.0/gcc/gcc/testsuite/gcc.c-torture/compile/930621-1.c(t imeout = 300) PASS: gcc.c-torture/compile/930621-1.c -O

[Bug rtl-optimization/22469] [4.1 regression] testsuite failure, gcc.c-torture/compile/941014-2.c -O3 loops

2005-07-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-13 23:41 --- 15023 is the bug for rename-registers being buggy. -- What|Removed |Added OtherBugsDependingO

[Bug middle-end/22472] [4.1 regression] testsuite failure gcc.c-torture/compile/930621-1.c -O3 -funroll-loops

2005-07-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-13 23:41 --- 15023 is the bug for rename-registers being buggy. -- What|Removed |Added OtherBugsDependingO

[Bug rtl-optimization/22469] [4.1 regression] testsuite failure, gcc.c-torture/compile/941014-2.c -O3 loops

2005-07-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-13 23:43 --- This is obvious caused by: +2005-07-12 Zdenek Dvorak <[EMAIL PROTECTED]> + + PR rtl-optimization/20376 + * toplev.c (process_options): Enable -fweb and -frename-registers when + unrolling

[Bug middle-end/22472] [4.1 regression] testsuite failure gcc.c-torture/compile/930621-1.c -O3 -funroll-loops

2005-07-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-13 23:47 --- Question is does this fail on the 3.3 (or 3.4) branch where -frename-registers is enabled at -O3? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22472

[Bug rtl-optimization/22469] [4.1 regression] testsuite failure, gcc.c-torture/compile/941014-2.c -O3 loops

2005-07-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-13 23:47 --- Question is does this fail on the 3.3 (or 3.4) branch where -frename-registers is enabled at -O3? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22469

[Bug rtl-optimization/22472] [4.1 regression] testsuite failure gcc.c-torture/compile/930621-1.c -O3 -funroll-loops

2005-07-13 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|middle-end |rtl-optimization http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22472

[Bug rtl-optimization/22472] [4.1 regression] testsuite failure gcc.c-torture/compile/930621-1.c -O3 -funroll-loops

2005-07-13 Thread danglin at gcc dot gnu dot org
--- Additional Comments From danglin at gcc dot gnu dot org 2005-07-13 23:56 --- It might not be a regrename bug. I see this at the end of the .ce pass: ;; Start of basic block 0, registers live: 2 [%r2] 22 [%r22] 26 [%r26] 28 [%r28] 30 [%r30] (note 9 2 145 0 [bb 0] NOTE_INSN_BASIC_BL

[Bug rtl-optimization/22472] [4.1 regression] testsuite failure gcc.c-torture/compile/930621-1.c -O3 -funroll-loops

2005-07-13 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2005-07-13 23:59 --- Subject: Re: [4.1 regression] testsuite failure gcc.c-torture/compile/930621-1.c -O3 -funroll-loops > Question is does this fail on the 3.3 (or 3.4) branch where = > -frename-registers is enabled

[Bug target/22473] New: FAIL: gcc.c-torture/execute/conversion.c execution -O[012]

2005-07-13 Thread danglin at gcc dot gnu dot org
Executing on host: /home/dave/gnu/gcc-4.0/objdir/gcc/xgcc -B/home/dave/gnu/gcc-4 .0/objdir/gcc/ /home/dave/gnu/gcc-4.0/gcc/gcc/testsuite/gcc.c-torture/execute/co nversion.c -w -O0 -fno-show-column -lm -o /home/dave/gnu/gcc-4.0/objdir/gc c/testsuite/conversion.x0(timeout = 300) PASS: gcc.c

[Bug tree-optimization/22471] [4.1 Regression] corrupted profile info with -O3 -fprofile-use

2005-07-13 Thread dberlin at dberlin dot org
--- Additional Comments From dberlin at gcc dot gnu dot org 2005-07-14 00:25 --- Subject: Re: New: corrupted profile info with -O3 -fprofile-use On Wed, 2005-07-13 at 23:28 +, janis at gcc dot gnu dot org wrote: > Several of the SPEC CPU2000 tests currently fail on powerpc6

[Bug rtl-optimization/22472] [4.1 regression] testsuite failure gcc.c-torture/compile/930621-1.c -O3 -funroll-loops

2005-07-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-14 00:43 --- Maybe this is -fweb issue. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22472

[Bug tree-optimization/20773] [4.0/4.1 Regression] ICE: SEGV building jar file

2005-07-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-14 00:52 --- Should have been marked as a regression. On the mainline we get: org/tritonus/util/TCircularBuffer.java: In class 'org.tritonus.util.TCircularBuffer': org/tritonus/util/TCircularBuffer.java: In method 'or

[Bug rtl-optimization/14868] [3.4 only] ICE with -msse2 -mfpmath=sse -fnon-call-exceptions

2005-07-13 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Last reconfirmed|2004-04-06 18:30:23 |2005-07-14 00:54:22 date|| Summary|ICE with -msse2 -mfpma

[Bug other/22368] [meta-bugs] mis-match types in GCC

2005-07-13 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added BugsThisDependsOn||22474 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22368

[Bug objc/22474] New: Objc produces mis-match (non compatible) types in EQ_EXPR

2005-07-13 Thread pinskia at gcc dot gnu dot org
Take the following code: typedef struct objc_class *Class; @interface a { Class isa; } @end @implementation a - (int)isEqual:anObject { return self==anObject; } @end We get an type mismatch in the EQ_EXPR which is wrong. I will attach the patch to find this in PR 22368 -- Summa

[Bug objc/22474] Objc produces mis-match (non compatible) types in EQ_EXPR

2005-07-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-14 01:24 --- The ICE is: Object.c:11: error: types mismatch in comparsion struct a * struct objc_object * selfD.1337 == anObjectD.1339; -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22474

[Bug middle-end/22398] [4.1 Regression] ICE in compare_values, at tree-vrp.c:445

2005-07-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-14 01:47 --- A testcase which is exposed by PR 22368's second patch: int __show_backtrace(void *rw) { return (rw && (((unsigned long) rw) >= 0xf000) ); } -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22398

[Bug bootstrap/22475] New: Install ICE: tree_check in fold_binary

2005-07-13 Thread mckelvey at maskull dot com
4.1.0 20050713 (experimental) alias CONFIGURECVS='../gcc/configure --verbose --enable-languages=c++ --disable-nls >clog 2>&1 &' alias BUILD='nice gmake CFLAGS='\'''\'' BOOT_CFLAGS='\'''\'' LIBCFLAGS='\'

[Bug bootstrap/22475] Install ICE: tree_check in fold_binary

2005-07-13 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Keywords||build, ice-on-valid-code http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22475

[Bug fortran/21730] Character length incorrect.

2005-07-13 Thread fengwang at gcc dot gnu dot org
--- Additional Comments From fengwang at gcc dot gnu dot org 2005-07-14 02:49 --- I think we have to consider character arrays. See: character*2 a (1) character*4 b character*6 c parameter (a="12") parameter (b = a(1)) write (c,'("#",A,"#"

[Bug fortran/21730] Character length incorrect.

2005-07-13 Thread fengwang at gcc dot gnu dot org
--- Additional Comments From fengwang at gcc dot gnu dot org 2005-07-14 03:30 --- For comment #5, here is the backtrace: #0 gfc_internal_error ( format=0x8447620 "Initialization expression didn't reduce %C") at ../../gcc/gcc/fortran/error.c:662 #1 0x0805da16 in gfc_match_init_e

[Bug fortran/21730] Character length incorrect.

2005-07-13 Thread dje at watson dot ibm dot com
--- Additional Comments From dje at watson dot ibm dot com 2005-07-14 03:37 --- Subject: Re: Character length incorrect. > fengwang at gcc dot gnu dot org writes: fengwang> IMHO, your patch only handles the scalar character and is not entire, though a fengwang> different bug is

[Bug fortran/21730] Character length incorrect.

2005-07-13 Thread fengwang at gcc dot gnu dot org
--- Additional Comments From fengwang at gcc dot gnu dot org 2005-07-14 03:46 --- I just hope you could work on this ;-) Having a good start, why not fix entirely? If somebody agrees to fix step by step, I have no objection. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21730

[Bug fortran/21730] Character length incorrect.

2005-07-13 Thread dje at watson dot ibm dot com
--- Additional Comments From dje at watson dot ibm dot com 2005-07-14 03:49 --- Subject: Re: Character length incorrect. > fengwang at gcc dot gnu dot org writes: Feng> Having a good start, why not fix entirely? If somebody agrees to fix step by Feng> step, I have no objection.

[Bug c/22476] New: -Wmissing-format-attribute should pick out function pointer candidates also

2005-07-13 Thread ghazi at gcc dot gnu dot org
Currently the -Wmissing-format-attribute works on functions by examining the current function body for calls to vprintf-like functions and if so it flags the current function as a candidate for another format attribute. You can then back-track to callees and propagate the attribute as necessary

[Bug ada/22477] New: GNAT does not compile any Ada files

2005-07-13 Thread info at softimp dot com dot au
GNAT will produce the "Storage Error" below when trying to compile any Ada source files. The system is running an up-to-date (as of Thursday 14 July 2005 AEST) Fedora Core 3 distribution with: gcc-3.4.3-22.fc3 gcc-gnat-3.4.3-22.fc3 libgnat-3.4.3-22.fc3 glibc-2.3.5-0.fc3.1 glibc-comm

[Bug libfortran/16435] gfortran X edit descriptor failure: test f77-edit-x-out.f

2005-07-13 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-14 06:22 --- Subject: Bug 16435 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-07-14 06:22:00 Modified files: libgfortran/io : transfer.c write.c io.h libg

<    1   2