[Bug objc/22274] [4.1 Regression] string[1-4].m, const-str-5.m fails with the gnu runtime

2005-07-07 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-07 06:26 --- Subject: Bug 22274 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-07-07 06:25:49 Modified files: gcc/objc : ChangeLog objc-act.c

[Bug objc/22274] [4.1 Regression] string[1-4].m, const-str-5.m fails with the gnu runtime

2005-07-07 Thread zlaski at apple dot com
--- Additional Comments From zlaski at apple dot com 2005-07-07 06:33 --- Fixed for 4.1. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug tree-optimization/21356] [4.1 Regression] Dominance error after aggressive dead code elimination (cd_dce)

2005-07-07 Thread rakdver at atrey dot karlin dot mff dot cuni dot cz
--- Additional Comments From rakdver at atrey dot karlin dot mff dot cuni dot cz 2005-07-07 06:57 --- Subject: Re: [4.1 Regression] Dominance error after aggressive dead code elimination (cd_dce) Hello, On Tue, 2005-07-05 at 23:29 -0600, Jeffrey A Law wrote: DCE in aggressive

[Bug other/13906] genmodes.c:964: internal compiler error: Bus error in md5_process_block

2005-07-07 Thread brian at dessent dot net
--- Additional Comments From brian at dessent dot net 2005-07-07 07:25 --- This change breaks building Cygwin, and probably anything else that uses libiberty outside of gcc, because 'md5uint_ptr' is only defined in the gcc tree: make[1]: Entering directory

[Bug tree-optimization/22321] [4.0/4.1 Regression] Wrong code with SSA dominator optimizations

2005-07-07 Thread law at redhat dot com
--- Additional Comments From law at redhat dot com 2005-07-07 07:34 --- Subject: Re: [4.0/4.1 Regression] Wrong code with SSA dominator optimizations On Wed, 2005-07-06 at 13:31 +, pinskia at gcc dot gnu dot org wrote: --- Additional Comments From pinskia at gcc dot

[Bug libgcj/22338] New: Mingw: ar case insensitive, libgcj members missing

2005-07-07 Thread klaus dot kusche at inode dot at
When making libjava on Interix for mingw, compiling jv-convert.exe fails when linking with thousands of undefined references. Closer analysis shows that these are caused by three members missing from libgcj.a: exception.o, gnu/java/security/OID.o and

[Bug tree-optimization/22184] tree vectorizer depends on context

2005-07-07 Thread irar at il dot ibm dot com
--- Additional Comments From irar at il dot ibm dot com 2005-07-07 07:47 --- The problem occurs in decision whether the number of loop iterations is greater than zero. The (single) predecessor edge is checked for being EDGE_TRUE_VALUE or EDGE_FALSE_VALUE, and the corresponding

[Bug fortran/18781] [ICE] WRITE with FMT from CHARACTER array

2005-07-07 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-07 07:55 --- Subject: Bug 18781 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-07-07 07:55:00 Modified files: libgfortran: ChangeLog gcc/fortran:

[Bug fortran/15966] ICE and segmentation fault on internal write

2005-07-07 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-07 07:55 --- Subject: Bug 15966 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-07-07 07:55:00 Modified files: libgfortran: ChangeLog gcc/fortran:

[Bug fortran/16531] [gfortran] Hollerith Data not supported

2005-07-07 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-07 07:55 --- Subject: Bug 16531 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-07-07 07:55:00 Modified files: libgfortran: ChangeLog gcc/fortran:

[Bug libgcj/22338] Mingw: ar case insensitive, libgcj members missing

2005-07-07 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2005-07-07 07:56 --- Duplicate of PR 20654 libtool patch at: http://gcc.gnu.org/ml/gcc-patches/2005-03/msg02804.html Danny -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22338

[Bug fortran/22327] [4.0 only] Wrong code in array constructor

2005-07-07 Thread tkoenig at gcc dot gnu dot org
-- What|Removed |Added Summary|Wrong code in array |[4.0 only] Wrong code in |constructor |array constructor Target

[Bug tree-optimization/22336] [4.1 Regression] ICE Segfault in record_block_change at function.c:5498

2005-07-07 Thread belyshev at depni dot sinp dot msu dot ru
--- Additional Comments From belyshev at depni dot sinp dot msu dot ru 2005-07-07 08:41 --- Note this bug was mentioned here http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22212#c1 and here http://gcc.gnu.org/ml/gcc/2005-06/msg01337.html -- What|Removed

[Bug libstdc++/22339] New: iconv functions not found by libstdc++v3 configure

2005-07-07 Thread mjscod at gmx dot de
The iconv functions (iconv, iconv_open, and iconv_close) cannot be found by configure because it doesn't include iconv.h where iconv is defined as libiconv, iconv_open as libiconv_open, and iconv_close as libiconv_close. I suggest changing the iconv functions to: 1. check if iconv.h exists 2.

[Bug libstdc++/22339] iconv functions not found by libstdc++v3 configure

2005-07-07 Thread mjscod at gmx dot de
--- Additional Comments From mjscod at gmx dot de 2005-07-07 08:45 --- (In reply to comment #0) I suggest changing the iconv functions to: I meant: changing the iconv function detection to:. Sorry. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22339

[Bug middle-end/20434] pessimization of complex expression

2005-07-07 Thread tkoenig at gcc dot gnu dot org
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-07-07 09:14 --- This appears to be fixed now in mainline: $ cat complex-parts.c #include math.h #include complex.h int main() { float cr,ci; float complex c; foo(cr,ci); c = cr+I*ci; return

[Bug fortran/20883] unassigned integer used as format

2005-07-07 Thread fengwang at gcc dot gnu dot org
--- Additional Comments From fengwang at gcc dot gnu dot org 2005-07-07 09:31 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug ada/22340] New: Ada build fails with --enable-bootsrap

2005-07-07 Thread belyshev at depni dot sinp dot msu dot ru
Ada doesn't build if gcc configured with --enable-bootstrap: /home/ssb/src/build1/stage-gcc/gnatbind -C -I- -I. -Iada -I../../gcc41/gcc/ada -o ada/b_gnat1.c -n ada/gnat1drv.ali make[2]: /home/ssb/src/build1/stage-gcc/gnatbind: Command not found make[2]: *** [ada/b_gnat1.c] Error 127 make[2]:

[Bug fortran/22327] [4.0 only] Wrong code in array constructor

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

[Bug libgcj/22341] New: Interix: gcj out of virtual mem during libgcj make

2005-07-07 Thread klaus dot kusche at inode dot at
When making libgcj on Interix, make reproducibly fails in those steps where many class files are compiled into a single object, e.g. when making gnu-xml.o. The error given by gcj is virtual memory exhausted: Permission denied. Watching gcj in the task manager confirms this: It has about 1.5 GB

[Bug ada/22301] [4.1 Regression] Ada does not build into a clean prefix when unwind.h is not installed

2005-07-07 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-07 09:46 --- Subject: Bug 22301 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-07-07 09:46:31 Modified files: gcc/ada: raise.c Log message:

[Bug fortran/16531] [4.0 only, gfortran] Hollerith Data not supported

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

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

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

[Bug ada/22301] [4.1 Regression] Ada does not build into a clean prefix when unwind.h is not installed

2005-07-07 Thread charlet at gcc dot gnu dot org
--- Additional Comments From charlet at gcc dot gnu dot org 2005-07-07 09:55 --- Fixed. Thanks to all for your feedbacks. Arno -- What|Removed |Added

[Bug fortran/18481] [g77 regression] ICE with assigned integer variable format

2005-07-07 Thread fengwang at gcc dot gnu dot org
--- Additional Comments From fengwang at gcc dot gnu dot org 2005-07-07 09:56 --- (In reply to comment #6) The example in comment #0, I get the following error: In file t.f:4 read(chr,k) 1 Error: Variable 'k' has not been assigned a format label at (1) Fixed. They are

[Bug fortran/19292] [meta-bug] g77 features lacking in gfortran

2005-07-07 Thread fengwang at gcc dot gnu dot org
-- Bug 19292 depends on bug 18481, which changed state. Bug 18481 Summary: [g77 regression] ICE with assigned integer variable format http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18481 What|Old Value |New Value

[Bug fortran/22342] New: Internal write to character array causes internal compiler error

2005-07-07 Thread mick at nag dot co dot uk
This program: PROGRAM BUG INTEGER IERR CHARACTER*80 REC(2) IERR = 0 WRITE (REC,FMT=9) IERR 9 FORMAT (' The input parameters contained ',I2,/,' error(s)') WRITE (*,*) REC END causes the internal compiler error shown below (running under 64-bit

[Bug fortran/22342] Internal write to character array causes internal compiler error

2005-07-07 Thread fengwang at gcc dot gnu dot org
--- Additional Comments From fengwang at gcc dot gnu dot org 2005-07-07 10:04 --- *** This bug has been marked as a duplicate of 15966 *** -- What|Removed |Added

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2005-07-07 Thread fengwang at gcc dot gnu dot org
--- Additional Comments From fengwang at gcc dot gnu dot org 2005-07-07 10:04 --- *** Bug 22342 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c++/22343] New: Override overloaded function problems

2005-07-07 Thread gadniomaina at yahoo dot com
/* [EMAIL PROTECTED]:[test]$ g++ -v -save-temps a.cpp Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --enable-nls --without-included-gettext

[Bug libgcj/22344] New: Interix: copying ... when making libgcj takes too long

2005-07-07 Thread klaus dot kusche at inode dot at
When making libgcj on Interix, the steps copying selected object files to avoid basename conflicts... followed by several ln ... || cp ... lines take *ages* compared to linux: Around 30 minutes on an otherwise idle 3 GHz P4 machine. The Task Manager shows a single bash consuming 97 % CPU in

[Bug rtl-optimization/15248] [4.0 Regression] Reload may generate stores to read-only memory

2005-07-07 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-07-07 10:19 --- Probably wise. I know Bernd had to go through a couple iterations on the fixes. Hopefully they've settled down enough that we can consider the final fix for 4.0.2. Or we could simply put the quick

[Bug fortran/22345] New: Internal compiler error compiling BLAS routine dspr.f

2005-07-07 Thread mick at nag dot co dot uk
The following code (cut down from BLAS routine dspr.f) causes an internal compiler error as shown. SUBROUTINE DSPR ( N, X, INCX, AP ) * .. Scalar Arguments .. INTEGERINCX, N * .. Array Arguments .. DOUBLE PRECISION AP( * ), X( * ) * .. Local Scalars ..

[Bug c/22346] New: Miscompilation (infinite loop longjmp?)

2005-07-07 Thread sxanth at ceid dot upatras dot gr
I really hope this is a bug in my code and not a gcc bug otherwise it looks serious. The problem basically is that we have an infinite for(;;) loop which calls a function and adds its return value to a local variable 'sum'. The loop is terminated with a longjmp. If the program is compiled at -O0

[Bug tree-optimization/22184] tree vectorizer depends on context

2005-07-07 Thread rakdver at gcc dot gnu dot org
--- Additional Comments From rakdver at gcc dot gnu dot org 2005-07-07 10:52 --- More precisely, the code when it comes to loop optimizer looks basically as if (len 3) something; else if (len 0) something_else; else return; for (i = 0; i len; i++) whatever; So indeed, len

[Bug target/22331] internal compiler error: in arm_print_operand, at config/arm/arm.c:9869

2005-07-07 Thread rearnsha at gcc dot gnu dot org
--- Additional Comments From rearnsha at gcc dot gnu dot org 2005-07-07 11:02 --- gcc-4 was fixed to not ICE when this was caused by a bogus ASM. It's not worth back-porting the change. -- What|Removed |Added

[Bug ada/18659] [4.1 Regression] 6 ACATS ICEs in tree-sra.c:1507

2005-07-07 Thread laurent at guerby dot net
--- Additional Comments From laurent at guerby dot net 2005-07-07 11:02 --- Between: LAST_UPDATED: Sat Jul 2 09:40:45 UTC 2005 LAST_UPDATED: Wed Jul 6 23:57:55 UTC 2005 c52011a cd2b11a cd2b11b started passing instead of ICEing. c32001e c64105b c95086b are still ICEing in

[Bug c++/22343] Override overloaded function problems

2005-07-07 Thread gadniomaina at yahoo dot com
-- What|Removed |Added Keywords||rejects-valid http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22343

[Bug target/22085] [4.1 Regression] error with -fpreprocessed

2005-07-07 Thread bonzini at gcc dot gnu dot org
--- Additional Comments From bonzini at gcc dot gnu dot org 2005-07-07 11:32 --- Patch under testing. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22085

[Bug c++/22343] Override overloaded function problems

2005-07-07 Thread gadniomaina at yahoo dot com
--- Additional Comments From gadniomaina at yahoo dot com 2005-07-07 11:42 --- The compiler always gives an error when it cannot cast the parameter to the type of the OVERLOADED function. for example, the code class a { public: virtual void bb( unsigned ) { } void bb( int )

[Bug middle-end/22347] New: Return value register not correctly computed for indirect function call

2005-07-07 Thread rguenth at gcc dot gnu dot org
double __attribute__((sseregparm)) mysin(double); double __attribute__((sseregparm)) (*mysinfp)(double) = mysin; double bar(double x) { return mysinfp(x); } results in mysinfp as sibling call inside bar, wrongly thinking we return on the FP stack from mysinfp. This may happen in other cases /

[Bug middle-end/22347] Return value register not correctly computed for indirect function call

2005-07-07 Thread rguenth at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |rguenth at gcc dot gnu dot |dot org |org Status|UNCONFIRMED

[Bug libgcj/22341] Interix: gcj out of virtual mem during libgcj make

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

[Bug libgcj/22344] Interix: copying ... when making libgcj takes too long

2005-07-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-07 13:01 --- Isn't this a bash bug and not really a GCJ/libgcj bug? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22344

[Bug libgcj/22341] Interix: gcj out of virtual mem during libgcj make

2005-07-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-07 13:03 --- I want to say this is not really a GCC bug. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22341

[Bug c++/22343] Override overloaded function problems

2005-07-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-07 13:11 --- This is how C++ works. -- What|Removed |Added Status|UNCONFIRMED

[Bug ada/22340] Ada build fails with --enable-bootsrap

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

[Bug c/22346] Miscompilation (infinite loop longjmp?)

2005-07-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-07 13:18 --- The setjmp buffer becomes invalid once you use longjmp on it. Also you need to mark sum as volatile. -- What|Removed |Added

[Bug fortran/22345] Internal compiler error compiling BLAS routine dspr.f

2005-07-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-07 13:20 --- I think this was fixed by the patch which fixed PR 21963. Could you update and try again? -- What|Removed |Added

[Bug tree-optimization/22332] [4.1 Regression] ACATS ICE c34005f c34005i c34005l c34005o calc_dfs_tree, at dominance.c:376

2005-07-07 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|ada |tree-optimization Summary|ACATS ICE c34005f c34005i |[4.1 Regression] ACATS ICE

[Bug middle-end/22334] [4.1 Regression] 23_containers/vector/bool/6886.cc fails

2005-07-07 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||law at gcc dot gnu dot org Keywords||ice-on-valid-code Target

[Bug libstdc++/22339] iconv functions not found by libstdc++v3 configure

2005-07-07 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Keywords||build http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22339

[Bug fortran/16531] [4.0 only, gfortran] Hollerith Data not supported

2005-07-07 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=16531

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2005-07-07 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=15966

[Bug libgcj/22338] Mingw: ar case insensitive, libgcj members missing

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

[Bug libgcj/20654] exception.o is not included in libgcj.a due to case-insensitivity

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

[Bug rtl-optimization/20800] [4.0 regression] cris-elf testsuite failure: gcc.c-torture/execute/931004-6.c -O3

2005-07-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-07 13:31 --- Does this still happen? And does it happen on the mainline also? -- What|Removed |Added

[Bug other/20594] Building AVR cross compiler: cannot build libgcc2

2005-07-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-07 13:34 --- This is a dup of bug 22133. Which has a better description of the bug. *** This bug has been marked as a duplicate of 22133 *** -- What|Removed |Added

[Bug c/22133] In MinGW trailling slash forward not allowed in include path

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

[Bug c/20562] no unused warning for static arrays

2005-07-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-07 13:37 --- (In reply to comment #5) this is where __attribute__((unused)) kicks in.. But these shows up in system headers too. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20562

[Bug tree-optimization/22334] [4.1 Regression] 23_containers/vector/bool/6886.cc fails

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

[Bug tree-optimization/22303] CCP does not handle STRING_CSTs

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

[Bug ada/22333] [4.1 Regression] ACATS FAIL c34007p c34007r c45282b spurious discriminant CONSTRAINT_ERROR

2005-07-07 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Summary|ACATS FAIL c34007p c34007r |[4.1 Regression] ACATS FAIL |c45282b spurious|c34007p c34007r c45282b

[Bug tree-optimization/22334] [4.1 Regression] 23_containers/vector/bool/6886.cc fails

2005-07-07 Thread law at redhat dot com
--- Additional Comments From law at redhat dot com 2005-07-07 13:51 --- Subject: Re: [4.1 Regression] 23_containers/vector/bool/6886.cc fails This really shouldn't be mine -- faults in dominance.c aren't something I'm likely going to be able to fix as I'm not that familiar with

[Bug tree-optimization/22334] [4.1 Regression] 23_containers/vector/bool/6886.cc fails

2005-07-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-07 13:54 --- (In reply to comment #3) Subject: Re: [4.1 Regression] 23_containers/vector/bool/6886.cc fails This really shouldn't be mine -- faults in dominance.c aren't something I'm likely going to be

[Bug rtl-optimization/22258] [4.1 Regression] combine causes spill failure on return value register

2005-07-07 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-07 14:14 --- Subject: Bug 22258 CVSROOT:/cvs/gcc Module name:gcc Branch: sh-elf-4_1-branch Changes by: [EMAIL PROTECTED] 2005-07-07 14:14:48 Modified files: gcc:

[Bug java/21045] Anonymous inner class constructor's exceptions can't be caught or thrown

2005-07-07 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-07 14:35 --- Subject: Bug 21045 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-07-07 14:34:54 Modified files: libjava: ChangeLog

[Bug libgcj/22341] Interix: gcj out of virtual mem during libgcj make

2005-07-07 Thread klaus dot kusche at inode dot at
--- Additional Comments From klaus dot kusche at inode dot at 2005-07-07 14:38 --- But on supported configurations (and afaik interix is one of them), an out-of- the-box gcc build (incl. libgcj) should not be guranteed to fail. This is no physical limit (memory size, swap space, ...),

[Bug java/18119] Private inner class is visible when it shouldn't be

2005-07-07 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-07 14:44 --- Subject: Bug 18119 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-07-07 14:44:03 Modified files: libjava: ChangeLog

Re: problem with libobjects and gcc-4.0.0

2005-07-07 Thread apaz
Quoting Andrew Pinski [EMAIL PROTECTED]: On Jul 7, 2005, at 1:04 AM, [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] read_input]# gcc main.m read_input.m -lobjc -lm /usr/bin/ld: warning: type and size of dynamic symbol `__objc_class_name_Object' are not defined

[Bug java/21045] Anonymous inner class constructor's exceptions can't be caught or thrown

2005-07-07 Thread mckinlay at redhat dot com
--- Additional Comments From mckinlay at redhat dot com 2005-07-07 14:46 --- Fixed on HEAD. -- What|Removed |Added Status|NEW |RESOLVED

[Bug java/18131] [meta-bug] inner class problems in java front-end

2005-07-07 Thread mckinlay at redhat dot com
-- Bug 18131 depends on bug 21045, which changed state. Bug 21045 Summary: Anonymous inner class constructor's exceptions can't be caught or thrown http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21045 What|Old Value |New Value

[Bug libgcj/22344] Interix: copying ... when making libgcj takes too long

2005-07-07 Thread klaus dot kusche at inode dot at
--- Additional Comments From klaus dot kusche at inode dot at 2005-07-07 14:47 --- I'm not sure. It could be a bug in our bash build for interix, but the same bash behaved well up to now. It could be libtool doing something strange. It could be something unusual in libgcj's

[Bug java/18119] Private inner class is visible when it shouldn't be

2005-07-07 Thread mckinlay at redhat dot com
--- Additional Comments From mckinlay at redhat dot com 2005-07-07 14:47 --- Fixed on HEAD. -- What|Removed |Added Status|NEW |RESOLVED

[Bug java/20697] Invalid Can't find method error on call to super

2005-07-07 Thread mckinlay at redhat dot com
-- Bug 20697 depends on bug 18119, which changed state. Bug 18119 Summary: Private inner class is visible when it shouldn't be http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18119 What|Old Value |New Value

[Bug java/18131] [meta-bug] inner class problems in java front-end

2005-07-07 Thread mckinlay at redhat dot com
-- Bug 18131 depends on bug 18119, which changed state. Bug 18119 Summary: Private inner class is visible when it shouldn't be http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18119 What|Old Value |New Value

[Bug tree-optimization/22334] [4.1 Regression] 23_containers/vector/bool/6886.cc fails

2005-07-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-07 14:49 --- Created an attachment (id=9221) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9221action=view) a little reduced testcase I removed a lot of the unneeded code but I don't have time to finish this right

[Bug java/20697] Invalid Can't find method error on call to super

2005-07-07 Thread mckinlay at redhat dot com
-- What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20697

[Bug other/13906] genmodes.c:964: internal compiler error: Bus error in md5_process_block

2005-07-07 Thread dj at redhat dot com
--- Additional Comments From dj at redhat dot com 2005-07-07 14:56 --- Subject: Re: genmodes.c:964: internal compiler error: Bus error in md5_process_block I can build the latest CVS binutils on x86_64-linux. Please make sure you have the include files that correspond to the

[Bug java/22330] Building a cross linux-win32 incorrectly sets HAVE_GAS_SHF_MERGE true

2005-07-07 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|libgcj |java http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22330

[Bug java/22330] Building a cross linux-win32 incorrectly sets HAVE_GAS_SHF_MERGE true

2005-07-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-07 15:34 --- This does not make sense as gcc_GAS_CHECK_FEATURE is used for other target features all over configure.ac. Could you attach the config.log for your cross build? -- What|Removed

[Bug java/22330] Building a cross linux-win32 incorrectly sets HAVE_GAS_SHF_MERGE true

2005-07-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-07 16:56 --- I wanted the config.log from the gcc directory, sorry. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22330

[Bug c/22348] New: Execution continues past end of for loop end condition with optimisation enabled

2005-07-07 Thread matt+gccbugs at ucc dot asn dot au
In a for loop with multiple variables, the end condition is not respected, execution continues past the end condition. The small attached sample code runs fine with -O0 or with gcc-3.3, but fails with -O1, -Os, -O2 or -O3 with gcc-4.0. Execution continues past the end of the loop, resulting

[Bug c/22348] Execution continues past end of for loop end condition with optimisation enabled

2005-07-07 Thread matt+gccbugs at ucc dot asn dot au
--- Additional Comments From matt+gccbugs at ucc dot asn dot au 2005-07-07 16:59 --- Created an attachment (id=9223) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9223action=view) failing testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22348

[Bug c/22349] New: long longs incorrectly handled by fooprintf()

2005-07-07 Thread that_james at hotmail dot com
Using the MinGW packaged version of GCC 3.4.2 on WinXP SP2, compiling and running the following code displays the value of b as zero, regardless of its actual value. There are similar (and presumably related) issues with mixing anything at all With %llu/%lld formats in all fooprintf() code. I'm

[Bug c/22348] Execution continues past end of for loop end condition with optimisation enabled

2005-07-07 Thread matt+gccbugs at ucc dot asn dot au
-- What|Removed |Added Attachment #9223|application/octet-stream|text/plain mime type||

[Bug c/22349] long longs incorrectly handled by fooprintf()

2005-07-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-07 17:03 --- Try including stdio.h, if that does not help report this to mingw as this is not a GCC bug. -- What|Removed |Added

[Bug ada/21952] Many attribute directive ignored warnings during Tru64 UNIX Ada bootstrap

2005-07-07 Thread ro at techfak dot uni-bielefeld dot de
--- Additional Comments From ro at techfak dot uni-bielefeld dot de 2005-07-07 17:11 --- Subject: Re: Many attribute directive ignored warnings during Tru64 UNIX Ada bootstrap pinskia at physics dot uc dot edu writes: It is a latent bug in Ada front-end. RTH just exposed the latent

[Bug tree-optimization/22348] [4.0 Regression] Execution continues past end of for loop end condition with optimisation enabled

2005-07-07 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|c |tree-optimization GCC build triplet|i686-pc-linux-gnu | GCC host triplet|i686-pc-linux-gnu

[Bug java/22330] Building a cross linux-win32 incorrectly sets HAVE_GAS_SHF_MERGE true

2005-07-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-07 17:15 --- So it is a candian cross and not really a cross which is causing this. -- What|Removed |Added

[Bug java/22330] Building a cross linux-win32 incorrectly sets HAVE_GAS_SHF_MERGE true

2005-07-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-07 17:19 --- We are picking up the wrong as: cross: gcc_cv_as=/home/gcc/build/crossgcc/i686-pc-mingw32/bin/as candian cross: gcc_cv_as=/usr/bin/as So that is the problem, could you figure out how to pick up the cross's

[Bug libstdc++/22350] New: libstdc++.so.1 does not contain a runpath parameter

2005-07-07 Thread dvilleneuve at kronos dot com
When linking a C++ application with a -Rrunpath option giving the location of both libstdc++.so.1 and libgcc_s.so.1, and then running the application without that location in LD_LIBRARY_PATH, ld.so.1 complains that libgcc_s.so.1 can't be found as a dependency of libstdc++.so.1. This seems to be

[Bug libstdc++/22350] libstdc++.so.1 does not contain a runpath parameter

2005-07-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-07 17:37 --- This is not a GCC or libstdc++ bug, Use LD_LIBRARY_PATH. Please read the libstdc++ faq which talks about this. -- What|Removed |Added

[Bug tree-optimization/22348] [4.0/4.1 Regression] Execution continues past end of for loop end condition with optimisation enabled

2005-07-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-07 17:39 --- Reduced testcase: void abort (void); void f(int i) { if (i4 + 3 * 16) abort(); } int main() { unsigned int buflen, i; buflen = 4 + 3 * 16; for (i = 4; i buflen; i+= 3) f(i); return 0; } --

[Bug rtl-optimization/22351] Failing compilation

2005-07-07 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|c++ |rtl-optimization Keywords||ice-on-valid-code

[Bug libgcj/22344] Interix: copying ... when making libgcj takes too long

2005-07-07 Thread ro at techfak dot uni-bielefeld dot de
--- Additional Comments From ro at techfak dot uni-bielefeld dot de 2005-07-07 17:58 --- Subject: Re: Interix: copying ... when making libgcj takes too long klaus dot kusche at inode dot at [EMAIL PROTECTED] writes: I've just observed the same problem (/bin/ksh consuming ca. 40 min

[Bug c++/22352] New: [3.4/4.0/4.1 Regression] ICE in lookup_member

2005-07-07 Thread pinskia at gcc dot gnu dot org
template class A class s { typedef int d; template class s, typename s::d friend class t; }; sint t1; -- Summary: [3.4/4.0/4.1 Regression] ICE in lookup_member Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal

[Bug c++/22352] [3.4/4.0/4.1 Regression] ICE in lookup_member

2005-07-07 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=22352

Re: g++ v4.0.0 internal compiler error

2005-07-07 Thread Andrew Pinski
On Jul 4, 2005, at 5:52 PM, Gary wrote: g++ v4.0.0 internal compiler error, Target: i686-pc-cygwin Gary Barnes [EMAIL PROTECTED] I filed the reduced testcase as PR 22352. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22352 This is a regression from 3.3.3; 3.4.0 also had the same bug. --

[Bug target/8340] ICE on x86 inline asm w/ -fPIC

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

  1   2   3   >