[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

[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 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 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 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: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: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 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 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 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 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 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 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 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 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 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/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/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 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 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 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 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/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 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: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: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:41 --- 15023 is the bug for rename-registers being buggy. -- What|Removed |Added OtherBugsDependingO

[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 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 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] 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 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 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
-- What|Removed |Added Known to work||3.3.6 4.1.0 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
--- 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] 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 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 --

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 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:

[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 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 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 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 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 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
--- 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 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:43 --- *** Bug 22468 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[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/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] New: gcj does not send correct parameters to ld when linking

2005-07-13 Thread aaronw at net dot com
Ran /bin/bash ../configure --prefix=/tools/freeware/gcc4.0 --with-gnu-ld --with-ld=/tools/freeware/gcc4.0/bin/ld --with-gnu-as --with-as=/tools/freeware/gcc4.0/bin/as --with-cpu=ultrasparc then make profiledbootstrap /var/tmp/gcc4/gcc-4.0.1/sparc-sun-solaris2.8/gcc/gcj -B/var

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

2005-07-13 Thread ajmalton at uwaterloo dot ca
Two types exist with the same name, one ::Bar in the global namespace and one Stuff::Bar in a named namespace. A new type ::Foo is derived from Stuff::Bar and given a member declared as "Bar b". The type of Foo::b ought to be ::Bar, since Foo is in the global namespace. However, Foo::b is i

[Bug c++/22464] [3.4/4.0/4.1 Regression] ICE on classes in template functions which attempt closure

2005-07-13 Thread albertm at uphs dot upenn dot edu
--- Additional Comments From albertm at uphs dot upenn dot edu 2005-07-13 19:14 --- *** Bug 22466 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22464

[Bug c++/22466] ICE on classes in template functions which attempt closure

2005-07-13 Thread albertm at uphs dot upenn dot edu
--- Additional Comments From albertm at uphs dot upenn dot edu 2005-07-13 19:14 --- *** This bug has been marked as a duplicate of 22464 *** -- What|Removed |Added

[Bug c++/22466] New: ICE on classes in template functions which attempt closure

2005-07-13 Thread albertm at uphs dot upenn dot edu
Error message: :g++ -c bug02.cc bug02.cc: In constructor ?do_something(const T (*)[M])::helper_t::helper_t() [with T = double, int M = 3]?: bug02.cc:10: instantiated from ?void do_something(const T (*)[M]) [with T = double, int M = 3]? bug02.cc:16: instantiated from here bug02.cc:6: in

[Bug other/22465] [4.1 Regression] gcc/doc/tm.texi:9284: Cross reference to nonexistent node

2005-07-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-13 18:53 --- Fixed already by: 2005-07-13 H.J. Lu <[EMAIL PROTECTED]> * doc/tm.texi: Remove @xref{Cross-profiling}. -- What|Removed |Added

[Bug other/22465] New: gcc/doc/tm.texi:9284: Cross reference to nonexistent node

2005-07-13 Thread pluto at agmk dot net
current snapshot doesn't build: if [ xinfo = xinfo ]; then \ makeinfo --split-size=500 --no-split -I . -I ../../gcc/doc \ -I ../../gcc/doc/include -o doc/gccint.info ../../gcc/doc/gccint.texi; \ fi ../../gcc/doc//tm.texi:9284: Cross reference to nonexistent

[Bug target/22462] [4.0 regression] with -O2 -ffast-math -mfpmath=sse -msse: could not split insn: internal compiler error: in final_scan_insn, at final.c:2508

2005-07-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-13 18:36 --- Confirmed, a 4.0 regression only. -- What|Removed |Added Status|UNCONFIRMED

[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-13 18:23 --- Subject: Re: Character length incorrect. > What about the testcase, David? I was focussing on the patch itself. Here's a testcase: ! PR fortran/21730 ! {do-do run} character*2 a

[Bug c++/22464] [3.4/4.0/4.1 Regression] ICE on classes in template functions which attempt closure

2005-07-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-13 18:21 --- Confirmed, this is invalid code, you cannot reference a local variable in a local class. -- What|Removed |Added -

[Bug c++/22464] New: ICE on classes in template functions which attempt closure

2005-07-13 Thread albertm at uphs dot upenn dot edu
Error message: :g++ -c bug02.cc bug02.cc: In constructor ?do_something(const T (*)[M])::helper_t::helper_t() [with T = double, int M = 3]?: bug02.cc:10: instantiated from ?void do_something(const T (*)[M]) [with T = double, int M = 3]? bug02.cc:16: instantiated from here bug02.cc:6: in

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

2005-07-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-13 18:12 --- *** Bug 22463 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17021

[Bug libgcj/22463] libgcj verifier attempts to resolve dependent classes

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

[Bug libgcj/22463] New: libgcj verifier attempts to resolve dependent classes

2005-07-13 Thread mckinlay at redhat dot com
The libgcj verifier attempts to resolve dependent classes using Class.forName(). This causes ClassNotFoundException to be thrown too early - the exception should occur when an attempt to use the missing class is made, not during verification. public class Test { Missing a() { return new Mi

[Bug testsuite/22300] mmix-knuth-mmixware testsuite failure: gcc.dg/tree-ssa/pr22051-2.c scan-tree-dump-times if \(\(int\) q 1

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

[Bug testsuite/22300] mmix-knuth-mmixware testsuite failure: gcc.dg/tree-ssa/pr22051-2.c scan-tree-dump-times if \(\(int\) q 1

2005-07-13 Thread law at redhat dot com
--- Additional Comments From law at redhat dot com 2005-07-13 17:49 --- Fixed by twiddling testcase. -- What|Removed |Added Status|NEW |RE

[Bug fortran/21730] Character length incorrect.

2005-07-13 Thread paulthomas2 at wanadoo dot fr
--- Additional Comments From paulthomas2 at wanadoo dot fr 2005-07-13 17:43 --- (In reply to comment #2) > Patch here > http://gcc.gnu.org/ml/gcc-patches/2005-07/msg00937.html What about the testcase, David? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21730

[Bug target/22462] with -O2 -ffast-math -mfpmath=sse -msse: could not split insn: internal compiler error: in final_scan_insn, at final.c:2508

2005-07-13 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||rth at gcc dot gnu dot org Component|c++ |target Keywords|

[Bug fortran/21730] Character length incorrect.

2005-07-13 Thread dje at gcc dot gnu dot org
--- Additional Comments From dje at gcc dot gnu dot org 2005-07-13 17:39 --- Patch here http://gcc.gnu.org/ml/gcc-patches/2005-07/msg00937.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21730

[Bug fortran/21730] Character length incorrect.

2005-07-13 Thread dje at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |dje at gcc dot gnu dot org |dot org | Status|NEW

[Bug c++/22462] New: with -O2 -ffast-math -mfpmath=sse -msse: could not split insn: internal compiler error: in final_scan_insn, at final.c:2508

2005-07-13 Thread simonjcan at yahoo dot co dot uk
bug.cpp: In function 'void func()': bug.cpp:45: error: could not split insn (insn:HI 106 27 115 (parallel [ (set (reg/v:SF 21 xmm0 [orig:59 _max.21 ] [59]) (if_then_else:SF (le:SF (reg/v:SF 21 xmm0 [orig:59 _max.21 ] [59]) (reg/v:SF 21 xmm0

[Bug middle-end/22321] [4.0/4.1 Regression] &volatile_var != &volatile_var is always true

2005-07-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-13 17:38 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug bootstrap/22457] Bootstrap failure: ICE, tree check for ceil_div_expr failed

2005-07-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-13 17:20 --- Can you try this after: 2005-07-13 David Edelsohn <[EMAIL PROTECTED]> * tree-ssa-dom.c (lookup_avail_expr): Do not pass member in freed structure as argument. -- http://gcc.gnu.org/bu

[Bug libgcj/21892] gnu.* and native code security audit

2005-07-13 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-07-13 17:17 --- According to mjw there is already code in classpath's ClassLoader to do gnu.* checking (whether it is exactly what we want is not clear -- aph suggested we rename packages to make it very clear which parts ar

[Bug bootstrap/22440] make install fails with --enable-bootstrap

2005-07-13 Thread belyshev at depni dot sinp dot msu dot ru
--- Additional Comments From belyshev at depni dot sinp dot msu dot ru 2005-07-13 17:09 --- Patch posted: http://gcc.gnu.org/ml/gcc-patches/2005-07/msg00930.html -- What|Removed |Added --

[Bug fortran/21875] [meta-bug] NIST test suite failures

2005-07-13 Thread janis at gcc dot gnu dot org
--- Additional Comments From janis at gcc dot gnu dot org 2005-07-13 16:59 --- Oops. This one passes with 20050709 and fails with 20050710, and is exactly the format and input line from mgrid. PROGRAM BUG REAL*8 A(0:3) READ 1000, A 1000 FORMAT (4D8.0) STOP

[Bug rtl-optimization/19909] verify-flow-info: wrong frequency ...

2005-07-13 Thread dberlin at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-07-13 15:10 --- Confirmed. Reduced testcase (compile with -O3): int foo(); void bar() { int N, i, j, k, *p; if (i) while (1) { while (N)

[Bug bootstrap/22440] make install fails with --enable-bootstrap

2005-07-13 Thread belyshev at depni dot sinp dot msu dot ru
--- Additional Comments From belyshev at depni dot sinp dot msu dot ru 2005-07-13 16:17 --- Simple fix (tested by doing make bootstrap; make install with and w/o --enable-bootstrap) : --- Makefile.tpl~ 2005-07-13 20:12:15.0 +0400 +++ Makefile.tpl2005-07-13 20:13:03

[Bug testsuite/22300] mmix-knuth-mmixware testsuite failure: gcc.dg/tree-ssa/pr22051-2.c scan-tree-dump-times if \(\(int\) q 1

2005-07-13 Thread law at redhat dot com
--- Additional Comments From law at redhat dot com 2005-07-13 16:11 --- Subject: Re: mmix-knuth-mmixware testsuite failure: gcc.dg/tree-ssa/pr22051-2.c scan-tree-dump-times if \(\(int\) q 1 On Wed, 2005-07-13 at 15:28 +, jsm28 at gcc dot gnu dot org wrote: > --- Addition

[Bug bootstrap/22457] Bootstrap failure: ICE, tree check for ceil_div_expr failed

2005-07-13 Thread tsarkov at cs dot man dot ac dot uk
--- Additional Comments From tsarkov at cs dot man dot ac dot uk 2005-07-13 15:46 --- The same happens if I try to bootstrap fresh gcc HEAD with gcc 4.0.1 build without athlon switches: > gcc -v Using built-in specs. Target: i686-pc-linux-gnu Configured with: ../gcc/configure --enable-s

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

2005-07-13 Thread jsm28 at gcc dot gnu dot org
The test g++.dg/conversion/simd2.C has been newly added to 4.0 branch, but fails there (at least on hppa2.0w-hpux, hppa64-hpux, i686-linux, ia64-hpux) because the expected message is not correct for that branch. /scratch/gcc/nightly-2005-07-12-4.0/src/gcc-4.0/gcc/testsuite/g++.dg/conversion/simd2.

[Bug testsuite/22300] mmix-knuth-mmixware testsuite failure: gcc.dg/tree-ssa/pr22051-2.c scan-tree-dump-times if \(\(int\) q 1

2005-07-13 Thread jsm28 at gcc dot gnu dot org
--- Additional Comments From jsm28 at gcc dot gnu dot org 2005-07-13 15:28 --- The test has now been added to 4.0 branch and fails there as well. -- What|Removed |Added

[Bug java/22460] GCJ produces mis-match (non compatible) types in MODIFY_EXPR (from byte-code)

2005-07-13 Thread aph at redhat dot com
-- What|Removed |Added CC||aph at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22460

[Bug tree-optimization/21921] [4.1 Regression] internal compiler error: in tsi_link_before, at tree-iterator.c:113

2005-07-13 Thread bonzini at gcc dot gnu dot org
--- Additional Comments From bonzini at gcc dot gnu dot org 2005-07-13 14:45 --- Fixed by the patch above. -- What|Removed |Added Status|ASSIGNED

[Bug tree-optimization/21921] [4.1 Regression] internal compiler error: in tsi_link_before, at tree-iterator.c:113

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-13 14:42 --- Subject: Bug 21921 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-07-13 14:42:26 Modified files: gcc: ChangeLog tree-iterator.c gc

[Bug target/19653] x87 reg allocated for constants for -mfpmath=sse

2005-07-13 Thread bonzini at gcc dot gnu dot org
--- Additional Comments From bonzini at gcc dot gnu dot org 2005-07-13 14:23 --- Michael, thank you very much. Your analysis will probably help a lot. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19653

[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 14:19 --- Note I think I already fixed the DOM problem in PR 22335. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22368

[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 14:16 --- Note fixing all of these issues and we can remove the "hack" in may_propagate_copy which right now says: /* FIXME. GIMPLE is allowing pointer assignments and comparisons of pointers that have diffe

[Bug target/19653] x87 reg allocated for constants for -mfpmath=sse

2005-07-13 Thread bonzini at gcc dot gnu dot org
--- Additional Comments From bonzini at gcc dot gnu dot org 2005-07-13 14:08 --- http://gcc.gnu.org/ml/gcc-patches/2005-01/msg01783.html crashes on richard guenther's libsse2, fwiw. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19653

[Bug rtl-optimization/22445] Optimizations done by cselib depend on pointer values

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-13 14:05 --- Subject: Bug 22445 CVSROOT:/cvs/gcc Module name:gcc Branch: sh-elf-4_1-branch Changes by: [EMAIL PROTECTED] 2005-07-13 14:05:26 Modified files: gcc: Cha

[Bug java/22460] New: GCJ produces mis-match (non compatible) types in MODIFY_EXPR (from byte-code)

2005-07-13 Thread pinskia at gcc dot gnu dot org
compile the following to byte-code and then to native (and use the patch in 22368 to see the ICE): public class t { t(){} } -- Summary: GCJ produces mis-match (non compatible) types in MODIFY_EXPR (from byte-code) Product: gcc Version: 4.1.0

[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||22460 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22368

[Bug target/19653] x87 reg allocated for constants for -mfpmath=sse

2005-07-13 Thread matz at suse dot de
--- Additional Comments From matz at suse dot de 2005-07-13 13:55 --- I was going to add this text to PR22453, when I noticed that it was closed as duplicate to this one. So putting it here for reference, although everything seems to be analyzed already: The reload happens, because

[Bug c++/12056] [DR 397] string literal in extern inline function not unique

2005-07-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-13 13:37 --- Suspending based on the fact the DR report is still not fully resolved yet, it is still in drafting phase. -- What|Removed |Added ---

[Bug c++/12056] string literal in extern inline function not unique

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

[Bug c++/22459] [DR 397] string literals in global inline functions

2005-07-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-13 13:35 --- Actually this is a dup of bug 12056. *** This bug has been marked as a duplicate of 12056 *** -- What|Removed |Added

[Bug c++/22459] [DR 397] string literals in global inline functions

2005-07-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-13 13:34 --- So suspend this bug. -- What|Removed |Added Status|NEW |

[Bug c++/22459] string literals in global inline functions

2005-07-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-13 13:34 --- Confirmed but the DR is still not fully a defect yet (it is is in drafting) so ... -- What|Removed |Added ---

[Bug java/13021] GCJ Boehm descriptor may be incorrect if alignment != sizeof(void*)

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

[Bug c++/22459] New: string literals in global inline functions

2005-07-13 Thread wolfgang dot roehrl at de dot gi-de dot com
Dear all, I would like to post a bug report for the GNU C/C++ compiler 3.3-e500. We use the compiler to generate code for a PowerPC processor. Used invokation line for the GNU C++ compiler: ccppc -c -x c++ -ansi -Wall -Werror -mcpu=8540 -fverbose-asm -mbig -fmerge-templates -mmultiple -mn

  1   2   >