[Bug target/20511] [4.0/4.1 Regression] Bootstrap failure because of aliased symbols

2005-03-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-17 07:38 --- Patch here: . -- What|Removed |Added

[Bug middle-end/20177] ICE in schedule-insns for -O2 -fmodulo-sched

2005-03-16 Thread mustafa at il dot ibm dot com
--- Additional Comments From mustafa at il dot ibm dot com 2005-03-17 07:30 --- I get the ICE in schedule_insns at sched-rgn.c:2549 also in bootstrap with -O2 -fmodulo-sched. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20177

[Bug c++/20513] [4.0/4.1 Regression] ICE when compiling with debug info and embedded using

2005-03-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-17 07:27 --- Related to PR 15736. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20513

[Bug c++/20513] [4.0/4.1 Regression] ICE when compiling with debug info and embedded using

2005-03-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-17 07:26 --- Confirmed, reduced to: struct Foo { int x; virtual ~Foo() { } }; struct FooBar : Foo { using Foo::x; }; -- What|Removed |Added -

[Bug debug/20513] New: ICE when compiling with debug info and embedded using

2005-03-16 Thread lenz at cs dot wisc dot edu
test.cc:12: internal compiler error: in force_decl_die, at dwarf2out.c:12488 I get an ICE when compiling the following file with the -g flag. If -g is not passed, it compiles fine. This is with the latest gcc-4.0 package in the debian-amd64 gcc-3.4 archive, which reports as "gcc (GCC) 4.0.0 2005

[Bug fortran/20500] f95 build fails on MacOSX 10.4 Tiger

2005-03-16 Thread fca at mail dot cern dot ch
--- Additional Comments From fca at mail dot cern dot ch 2005-03-17 07:09 --- Subject: Re: f95 build fails on MacOSX 10.4 Tiger I was not complaining at all!! I know I am in uncharted land for the moment. It is churning away and I will let you know how it goes. Thanks for your help. Fe

[Bug fortran/20500] f95 build fails on MacOSX 10.4 Tiger

2005-03-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-17 07:06 --- (In reply to comment #4) > Subject: Re: f95 build fails on MacOSX 10.4 Tiger > > Hello, >I rerun everything once more. The problem changed but now is > reproducible. When you are in > > /usr/local/gc

[Bug fortran/20500] f95 build fails on MacOSX 10.4 Tiger

2005-03-16 Thread fca at mail dot cern dot ch
--- Additional Comments From fca at mail dot cern dot ch 2005-03-17 07:00 --- Subject: Re: f95 build fails on MacOSX 10.4 Tiger Hello, I rerun everything once more. The problem changed but now is reproducible. When you are in /usr/local/gcc-4_0/build/powerpc-apple-darwin8.0.0/ppc6

[Bug c++/20512] Is GCC 3.2.2 supported on Redhat 7.2

2005-03-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-17 06:34 --- It is supported but since the FSF (gcc.gnu.org) does not provide anything except for source you have to compile it yourself. -- What|Removed |Added

[Bug debug/19885] [4.0/4.1 Regression] avr dwarf-2 support is broken for head 4.0/4.1

2005-03-16 Thread tsandnes at atmel dot com
--- Additional Comments From tsandnes at atmel dot com 2005-03-17 06:33 --- For the 3.4.1, I am quite sure that no bugfixes were implemented to get Dwarf support from avr-gcc. After configuring gcc like this: ./configure --enable-languages=c,c++ --target=avr --with-dwarf2 and buildin

[Bug c++/20512] New: Is GCC 3.2.2 supported on Redhat 7.2

2005-03-16 Thread ramya dot chandar at wipro dot com
In the rpmseek site, it is given Package Namegcc-c++ Summary C++ support for the GNU gcc compiler. File Name Distribution Ver. Rel. Arch gcc-c++-3.2.2-5.i386.rpm RedHat 9 3.2.25 i386 gcc-c++-2.96-98.i386.rpm RedHat 7.2 2.96 98i386

[Bug middle-end/20493] [4.0/4.1 Regression] Bootstrap failure because of aliased symbols

2005-03-16 Thread roger at eyesopen dot com
--- Additional Comments From roger at eyesopen dot com 2005-03-17 05:06 --- Hmm, yep, probably caused by my change. It looks like with my change fold_widened_comparison is now converting (int)t == -1 into the equivalent t == (typeof(t))-1. Normally, this would be reasonable but the "sp

[Bug target/20511] [4.0/4.1 Regression] Bootstrap failure because of aliased symbols

2005-03-16 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20511

[Bug libgcj/20508] gij prints too much information if an incorrect class is given

2005-03-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-17 05:05 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug java/20495] [4.0/4.1 Regression] building gcj hangs on gcj-dbtool

2005-03-16 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Summary|[4.0 Regression] building |[4.0/4.1 Regression] |gcj hangs on gcj-dbtool |building gcj hangs on gcj-

[Bug java/20507] gcj needs a way to omit resources from .o

2005-03-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-17 05:04 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug libgcj/20509] inline function _Jv_Select could return error code instead of throwing exception

2005-03-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-17 05:02 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug middle-end/20493] [4.0/4.1 Regression] Bootstrap failure because of aliased symbols

2005-03-16 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Status|WAITING |NEW Ever Confirmed||1 Last reconfirmed|2005-03-16 06:43:10 |2005-03-

[Bug target/20511] [4.0/4.1 Regression] Bootstrap failure because of aliased symbols

2005-03-16 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||rth at gcc dot gnu dot org Keywords||build Summary|Bootstrap

[Bug target/20511] New: Bootstrap failure because of aliased symbols

2005-03-16 Thread phython at gcc dot gnu dot org
It seems bootstrap is now broken on ia64: /home/jim/gcc/gcc/gcc/config/ia64/unwind-ia64.c:2390: error: '__libunwind_Unwind_FindTableEntry' aliased to external symbol '_Unwind_FindTableEntry' -- Summary: Bootstrap failure because of aliased symbols Product: gcc Ver

[Bug other/20510] [4.0/4.1 Regression] target libiberty multilibs built with configure --disable-multilibs

2005-03-16 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Keywords||build Summary|target libiberty multilibs |[4.0/4.1 Regression] target |built wit

[Bug other/20510] New: target libiberty multilibs built with configure --disable-multilibs

2005-03-16 Thread billingd at gcc dot gnu dot org
When I configure with --disable-multilibs on mips-sgi-irix6.5, I still get a multilibbed target libiberty built (mips-sgi-irix6.5/64/libiberty). This is with both 4.0 and 4.1 cvs of 20050317. This would cause a bootstrap failure if the multilib is not supported by the host. -- Sum

[Bug libgcj/20509] New: inline function _Jv_Select could return error code instead of throwing exception

2005-03-16 Thread thebohemian at gmx dot net
The function _Jv_Select from posix.cc contains the following fragment: // Here we know we got EINTR. if (java::lang::Thread::interrupted ()) throw new java::io::InterruptedIOException (JvNewStringLatin1 ("select interrupted")); A typical use of _Jv_Select is in natSelectorImplPosix.

[Bug middle-end/20493] [4.0 Regression] Bootstrap failure

2005-03-16 Thread danglin at gcc dot gnu dot org
--- Additional Comments From danglin at gcc dot gnu dot org 2005-03-17 03:13 --- Breakpoint 1, do_compare_and_jump (exp=0x400de208, signed_code=EQ, unsigned_code=EQ, if_false_label=0x40166ca8, if_true_label=0x0) at ../../gcc/gcc/dojump.c:930 930 if (HAVE_canonicalize_funcpt

[Bug libgcj/20508] New: gij prints too much information if an incorrect class is given

2005-03-16 Thread mckinlay at redhat dot com
When the name of a non-existant class is given to gij, the error given is far too verbose: $ gij Blah Exception in thread "main" java.lang.NoClassDefFoundError: Blah at gnu.java.lang.MainThread.run (MainThread.java:98) Caused by: java.lang.ClassNotFoundException: Blah not found in gnu.gcj.runti

[Bug java/20495] [4.0 Regression] building gcj hangs on gcj-dbtool

2005-03-16 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-03-17 02:17 --- Are there other threads running? If so, could you send stack traces from these as well? If not, then something more serious has gone wrong on your system, as it is hanging on a mutex in the C library. --

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

2005-03-16 Thread pinskia at gcc dot gnu dot org
-- Bug 19292 depends on bug 19021, which changed state. Bug 19021 Summary: segfault and ice on invalid print statements http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19021 What|Old Value |New Value -

[Bug fortran/19021] segfault and ice on invalid print statements

2005-03-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-17 02:14 --- Both testcases now fail with an error message: In file t.f:2 print i(2) 1 Error: Variable 'i' has not been assigned a format label at (1) In file t.f:2 print i 1 Error: Variable 'i' has

[Bug java/20507] New: gcj needs a way to omit resources from .o

2005-03-16 Thread tromey at gcc dot gnu dot org
When compiling a .jar, gcj will compile all the resources in the .jar into the resulting .o. when using the .db feature, resources in the .so will never be used; instead they'll always be pulled from the original .jar. gcj could use an option to omit resources from the compilation, to avoid unnec

[Bug rtl-optimization/17825] [3.4 Regression] ICE in reg_bitfield_target_p

2005-03-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-17 02:04 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug libfortran/20471] Segmentation fault on read after backspace and rewind

2005-03-16 Thread dir at lanl dot gov
--- Additional Comments From dir at lanl dot gov 2005-03-17 01:38 --- The patches suggested in comment #2 under bug 20156 fixes bugs 20156, 20125 and 20471 on the macintosh and does not seem to cause any new problems. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20471

[Bug rtl-optimization/17825] [3.4 Regression] ICE in reg_bitfield_target_p

2005-03-16 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-17 01:36 --- Subject: Bug 17825 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2005-03-17 01:36:15 Modified files: gcc: Change

[Bug libgcj/20504] java.util.regex implementation doesn't support quoting constructs

2005-03-16 Thread mckinlay at redhat dot com
--- Additional Comments From mckinlay at redhat dot com 2005-03-17 01:29 --- Please make sure the ChangeLog is properly formatted. You're missing the name of the changed method, and a "*" beside the filename. We're quite picky about this ;-) Otherwise, the patch looks great. Please che

[Bug libgcj/20504] java.util.regex implementation doesn't support quoting constructs

2005-03-16 Thread ziga dot mahkovec at klika dot si
--- Additional Comments From ziga dot mahkovec at klika dot si 2005-03-17 00:33 --- The quoting constructs are used in Perl as well [1]: "\Q quote (disable) pattern metacharacters till \E" I'm attaching the ChangeLog entry. And my GNU Classpath copyright assignment is in processing.

[Bug middle-end/20506] verify_stmts calls error() on internal errors

2005-03-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-17 00:24 --- This is done also at the rtl level and nobody has complained before until now. If we use internal_error, well it just stops at the first error and then we don't know and we try to fix one error and then

[Bug bootstrap/17383] [4.0 Regression] Building in src dir fails

2005-03-16 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-03-17 00:21 --- DJ, any update on fixing this on the 4.0 branch? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17383

[Bug middle-end/20506] New: verify_stmts calls error() on internal errors

2005-03-16 Thread reichelt at gcc dot gnu dot org
When verify_stmts finds an inconsistency an error like the following (taken from PR17483) is issued: bug.cc: In function `void bar()': bug.cc:15: error: address taken, but ADDRESSABLE bit not set D.1590 bug.cc:15: internal compiler error: verify_stmts failed. Please submit a full bug re

[Bug target/20497] Building Code on AMD 64bits c

2005-03-16 Thread ajve at chevrontexaco dot com
--- Additional Comments From ajve at chevrontexaco dot com 2005-03-17 00:11 --- (In reply to comment #4) > I can successfully compile your test case with the gcc that is shipped > with SUSE 9.2 ("gcc (GCC) 3.3.4 (pre 3.3.5 20040809)"). > > You say you are using GCC 3.3.2, but if you

[Bug target/20497] Building Code on AMD 64bits c

2005-03-16 Thread ajve at chevrontexaco dot com
--- Additional Comments From ajve at chevrontexaco dot com 2005-03-17 00:09 --- (In reply to comment #5) > I should notice I tried -O2 and -O3. If you used other flags, you > should report those too. Your bug report is not very detailed. > I am using -O3 -DNDEBUG -Wall flag. Pleas

[Bug target/20497] Building Code on AMD 64bits c

2005-03-16 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-03-17 00:06 --- I should notice I tried -O2 and -O3. If you used other flags, you should report those too. Your bug report is not very detailed. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20497

[Bug target/20497] Building Code on AMD 64bits c

2005-03-16 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-03-17 00:04 --- I can successfully compile your test case with the gcc that is shipped with SUSE 9.2 ("gcc (GCC) 3.3.4 (pre 3.3.5 20040809)"). You say you are using GCC 3.3.2, but if you have any influence on it I sugge

[Bug java/20502] gcj failure if .jar contains same .class twice

2005-03-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-17 00:01 --- Confirmed. -- What|Removed |Added Last reconfirmed|2005-03-16 19:01:19 |2005-03-17

[Bug fortran/20500] f95 build fails on MacOSX 10.4 Tiger

2005-03-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-17 00:00 --- (In reply to comment #2) > Subject: Re: f95 build fails on MacOSX 10.4 Tiger > > Thanks a lot. It goes further and then it fails with > > > make[4]: *** No rule to make target `all'. Stop. > make[3]: **

[Bug target/20503] openssl compiled with -mcpu=i686 triggers `__i686.get_pc_thunk.bx' referenced in section `.text' of /usr/lib/libc_nonshared.a(elf-init.oS): defined in discarded section `.gnu.linkonce.t.__i686.get_pc_thunk.bx' of /usr/lib/libc_nonshared.a(elf-init.oS)

2005-03-16 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added GCC host triplet|SuSE 9.2, Linux gluon 2.6.8-| |24.11-smp #1 SMP Fri Jan 14 | |13:01:26| GCC target

[Bug c++/20505] [4.0/4.1 Regression] internal error when compiling with -ggdb2 and no error with -ggdb1

2005-03-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-16 23:48 --- Hmm, I think this was caused by: 2004-08-30 Richard Henderson <[EMAIL PROTECTED]> * class.c (build_base_path): Use build_address directly. * typeck.c (build_unary_op): Don't lower

[Bug debug/20505] [4.0/4.1 Regression] internal error when compiling with -ggdb2 and no error with -ggdb1

2005-03-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-16 23:45 --- Reduced a little further, no templates now: struct b { static const int d; virtual bool IsEmpty() const=0; int e,c; }; const int b::d = ((int)(&((b*)1)->c) - 1); : Search converges between 2004-08-30

[Bug debug/20505] [4.0/4.1 Regression] internal error when compiling with -ggdb2 and no error with -ggdb1

2005-03-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-16 23:25 --- Confirmed, reduce testcase: struct a { int b,c; }; template struct b { static const int d; virtual bool f() const=0; }; template <> const int b<2>::d = ((int)(&((a*)1)->c) - 1); -- What

[Bug middle-end/20177] ICE in schedule-insns for -O2 -fmodulo-sched

2005-03-16 Thread janis at gcc dot gnu dot org
--- Additional Comments From janis at gcc dot gnu dot org 2005-03-16 22:49 --- There are now two separate bugs being discussed in this PR. The first bug is an ICE in schedule_insns at sched-rgn.c:2549. This

[Bug debug/20505] [4.0/4.1 Regression] internal error when compiling with -ggdb2 and no error with -ggdb1

2005-03-16 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added GCC build triplet|sparc-sun-solaris2.8| GCC host triplet|sparc-sun-solaris2.8| GCC target triplet||dwarf-2 ht

[Bug debug/20505] [4.0/4.1 Regression] internal error when compiling with -ggdb2 and no error with -ggdb1

2005-03-16 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Keywords||ice-on-valid-code Summary|internal error when |[4.0/4.1 Regression] |comp

[Bug debug/20505] internal error when compiling with -ggdb2 and no error with -ggdb1

2005-03-16 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|c++ |debug http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20505

[Bug libgcj/20504] java.util.regex implementation doesn't support quoting constructs

2005-03-16 Thread mckinlay at redhat dot com
--- Additional Comments From mckinlay at redhat dot com 2005-03-16 22:27 --- The patch looks reasonable to me. Is the quoting feature something that should be used in Perl style regular expressions as well, or is this a difference between Perl-style and Java-style? If it is a difference,

[Bug c++/20505] internal error when compiling with -ggdb2 and no error with -ggdb1

2005-03-16 Thread ivanr at syncad dot com
--- Additional Comments From ivanr at syncad dot com 2005-03-16 22:15 --- Created an attachment (id=8408) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8408&action=view) preprocessed and assembler files for clockevent.41.cpp untar and apply this commmand: g++ -v -save-temps -ggdb2

[Bug c++/20505] New: internal error when compiling with -ggdb2 and no error with -ggdb1

2005-03-16 Thread ivanr at syncad dot com
When I try to compile with -ggdb2, it fails. When I try with -ggdb1, it doesn't. version of GCC: 4.1.0 20050309 (experimental) system type: SunOS 5.8 GCC configure options: ./configure --prefix=/usr/local/toolchain-4.0.0 --with-gnu-as --with-gnu-l d --enable-languages=c,c++ command line: g++

[Bug libfortran/20480] libfortran: formatted write, ES edit descriptor

2005-03-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-16 22:06 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c/20167] document that attribute alias does not reference a name

2005-03-16 Thread rth at gcc dot gnu dot org
-- What|Removed |Added Severity|enhancement |normal Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2016

[Bug middle-end/15700] [4.0 Regression] [unit-at-a-time] Inlining problem leads to miscompilation of glibc

2005-03-16 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-03-16 21:51 --- *** Bug 20167 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15700

[Bug c/20167] document that attribute alias does not reference a name

2005-03-16 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-03-16 21:51 --- Actually, being a dup of PR 15700, it was a bug. No doc updates needed. *** This bug has been marked as a duplicate of 15700 *** -- What|Removed |Added

[Bug libgcj/20504] java.util.regex implementation doesn't support quoting constructs

2005-03-16 Thread overholt at redhat dot com
--- Additional Comments From overholt at redhat dot com 2005-03-16 21:51 --- Created an attachment (id=8407) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8407&action=view) Mauve test cases for java.util.regex (from Ziga's CP bug) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id

[Bug libgcj/20504] java.util.regex implementation doesn't support quoting constructs

2005-03-16 Thread overholt at redhat dot com
--- Additional Comments From overholt at redhat dot com 2005-03-16 21:50 --- Created an attachment (id=8406) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8406&action=view) Patch for quoting constructs (from Ziga's CP bug) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20504

[Bug libgcj/20504] New: java.util.regex implementation doesn't support quoting constructs

2005-03-16 Thread overholt at redhat dot com
This was originally filed in GNU Classpath's BTS, but it should probably be here as well. Ziga Mahkovec wrote there (https://savannah.gnu.org/bugs/index.php?func=detailitem&item_id=12307): We were recently having some problems with the search functionality in native eclipse[1]. It boiled down to

[Bug libgcj/20251] [4.0/4.1 regression] libgcj configured with --enable-gtk-cairo fails on installation

2005-03-16 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20251

[Bug tree-optimization/14886] strength reduction on floating point

2005-03-16 Thread anton at samba dot org
--- Additional Comments From anton at samba dot org 2005-03-16 20:54 --- FYI this is still present in 4.0.0 20050313 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14886

[Bug tree-optimization/19108] [4.0/4.1 regression] ICE initializing arrays

2005-03-16 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-03-16 20:52 --- Are there any news, Steven? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19108

[Bug libgcj/20251] [4.0/4.1 regression] libgcj configured with --enable-gtk-cairo fails on installation

2005-03-16 Thread doko at debian dot org
--- Additional Comments From doko at debian dot org 2005-03-16 20:45 --- fixed by the patch. -- What|Removed |Added Status|NEW |RESOLVED

[Bug middle-end/15700] [4.0 Regression] [unit-at-a-time] Inlining problem leads to miscompilation of glibc

2005-03-16 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-03-16 20:39 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug middle-end/15700] [4.0 Regression] [unit-at-a-time] Inlining problem leads to miscompilation of glibc

2005-03-16 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-16 20:36 --- Subject: Bug 15700 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-03-16 20:36:45 Modified files: gcc: Change

[Bug target/20503] openssl compiled with -mcpu=i686 triggers `__i686.get_pc_thunk.bx' referenced in section `.text' of /usr/lib/libc_nonshared.a(elf-init.oS): defined in discarded section `.gnu.linkonce.t.__i686.get_pc_thunk.bx' of /usr/lib/libc_nonshared.a(elf-init.oS)

2005-03-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-16 20:26 --- Are you sure that this is not a binutils bug? -- What|Removed |Added Severity|crit

[Bug java/20502] gcj failure if .jar contains same .class twice

2005-03-16 Thread mckinlay at redhat dot com
--- Additional Comments From mckinlay at redhat dot com 2005-03-16 19:33 --- I wonder why this check doesn't catch it (jcf-parse.c): if (CLASS_PARSED_P (current_class)) { /* FIXME - where was first time */ fatal_error ("reading class %s for the second time from %s",

[Bug c/20503] New: openssl compiled with -mcpu=i686 triggers `__i686.get_pc_thunk.bx' referenced in section `.text' of /usr/lib/libc_nonshared.a(elf-init.oS): defined in discarded section `.gnu.linkonce.t.__i686.get_pc_thunk.bx' of /usr/lib/libc_nonshared.a(elf-init.oS)

2005-03-16 Thread laurivan at eircom dot net
System: SuSE 9.2 OpenSSL openssl-0.9.7d-25.1.i586.rpm (obtained via apt-get for SuSE). Command line: gcc -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -D_GNU_SOURCE=1 -Dlinux=1 -I../../src/include -I../../lib/include -DDEBUG -O2 -Werror -c -o ../../obj

[Bug tree-optimization/19794] [meta-bug] Jump threading related bugs

2005-03-16 Thread law at redhat dot com
--- Additional Comments From law at redhat dot com 2005-03-16 19:24 --- An update on the new jump threading selection code. All the base infrastructure is in place (namely the code to avoid creating irreducible regions). Benchmarking the new selection code has turned up one issue with e

[Bug java/20502] gcj failure if .jar contains same .class twice

2005-03-16 Thread mckinlay at redhat dot com
--- Additional Comments From mckinlay at redhat dot com 2005-03-16 19:01 --- I think in general, if a .jar is valid for the VM, then we should do our best to compile it without an error. So - we should just ignore (well, issue a warning perhaps) duplicately-named class files in a jar. -

[Bug fortran/20500] f95 build fails on MacOSX 10.4 Tiger

2005-03-16 Thread fca at mail dot cern dot ch
--- Additional Comments From fca at mail dot cern dot ch 2005-03-16 18:54 --- Subject: Re: f95 build fails on MacOSX 10.4 Tiger Thanks a lot. It goes further and then it fails with make[4]: *** No rule to make target `all'. Stop. make[3]: *** [multi-do] Error 1 make[2]: *** [all-mul

[Bug java/20502] New: gcj failure if .jar contains same .class twice

2005-03-16 Thread tromey at gcc dot gnu dot org
As mentioned here: https://www.redhat.com/archives/fedora-devel-java-list/2005-March/msg00178.html gcj will fail if asked to compile a .jar that contains a given .class twice. At the very least it should emit a better error message. -- Summary: gcj failure if .jar contains same .cla

[Bug tree-optimization/20501] New: gcc.dg/vect/vect-93.c fails on ia64-hpux

2005-03-16 Thread jsm28 at gcc dot gnu dot org
The new test gcc.dg/vect-93.c shows the following results on ia64-hpux on mainline, both -mlp64 and -milp32. FAIL: gcc.dg/vect/vect-93.c scan-tree-dump-times Alignment of access forced using peeling 2 XPASS: gcc.dg/vect/vect-93.c scan-tree-dump-times Alignment of access forced using peeling 3 --

[Bug bootstrap/17383] [4.0 Regression] Building in src dir fails

2005-03-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-16 17:59 --- *** Bug 20500 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug fortran/20500] f95 build fails on MacOSX 10.4 Tiger

2005-03-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-16 17:59 --- Don't build in the source directory it is known to be broken. This is a dup of bug 17383. *** This bug has been marked as a duplicate of 17383 *** -- What|Removed |Adde

[Bug fortran/20500] New: f95 build fails on MacOSX 10.4 Tiger

2005-03-16 Thread federico dot carminati at cern dot ch
Hello, I got the gcc-4_0-branch and I configured with ./configure --enable-languages=f95 --with-gmp=/sw/ I build with make and the build fails with if [ x"" != x ] && [ ! -d pic ]; then \ mkdir pic; \ else true; fi touch stamp-picdir make[1]: *** No rule to make target `../include/ansidecl

[Bug middle-end/20177] ICE in schedule-insns for -O2 -fmodulo-sched

2005-03-16 Thread mustafa at il dot ibm dot com
--- Additional Comments From mustafa at il dot ibm dot com 2005-03-16 17:45 --- For some reason the REG_DEAD is not the cause of the failure it is the fact that the SMSed basic-block wasn't mark dirty for update_life_info that come after it. doing so fixes the failure even with REG_DEA

[Bug c++/20499] [4.0/4.1 regression] ICE on duplicate class definition

2005-03-16 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-03-16 17:28 --- Patch here: http://gcc.gnu.org/ml/gcc-patches/2005-03/msg01577.html -- What|Removed |Added

[Bug middle-end/19953] Special-case real + complex arithmetic operation (-ffast-math)

2005-03-16 Thread fredrik dot huss at home dot se
--- Additional Comments From fredrik dot huss at home dot se 2005-03-16 17:25 --- I see similar problems with real by complex multiplications in C++. The following test program, #include std::complex a, b; double c; void f() { a = b * c; } when compiled with "g++ -O3 -

[Bug c++/20499] [4.0/4.1 regression] ICE on duplicate class definition

2005-03-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-16 17:25 --- Confirmed. -- What|Removed |Added CC||pinskia at

[Bug c++/20499] New: [4.0/4.1 regression] ICE on duplicate class definition

2005-03-16 Thread reichelt at gcc dot gnu dot org
The following invalid code snippet causes an ICE on the 4.0 branch and mainline: == struct A { struct B {}; }; struct A::B {}; == The error message is: bug.cc:6: error: redefinition of 'struct A::B' bug.cc:3: error: previous definition of 'struct A::B'

[Bug target/20497] Building Code on AMD 64bits c

2005-03-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-16 17:15 --- *** Bug 20498 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20497

[Bug c++/20498] Building Code on AMD 64bits c

2005-03-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-16 17:15 --- *** This bug has been marked as a duplicate of 20497 *** -- What|Removed |Added

[Bug middle-end/15700] [4.0 Regression] [unit-at-a-time] Inlining problem leads to miscompilation of glibc

2005-03-16 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-16 17:15 --- Subject: Bug 15700 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-16 17:15:11 Modified files: gcc: ChangeLog cgraphunit.c passes.c tople

[Bug c++/20498] New: Building Code on AMD 64bits c

2005-03-16 Thread ajve at chevrontexaco dot com
I am using gcc 3.3.2 and trying to build my code on AMD 64bits cluster.I am getting following error. ix/oldiwel/inflow/winflowmodel_impl.hpp:669: error: unrecognizable insn: (insn:HI 7100 7099 97 0 0x2aa66c2a20 (set (reg:SI 67) (plus:SI (mult:SI (reg:SI 67) (const_int 2 [

[Bug target/20497] Building Code on AMD 64bits c

2005-03-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-16 17:11 --- See http://gcc.gnu.org/bugs.html> for instructions. We need the preprocessed source. -- What|Removed |Added -

[Bug c++/20497] New: Building Code on AMD 64bits c

2005-03-16 Thread ajve at chevrontexaco dot com
I am using gcc 3.3.2 and trying to build my code on AMD 64bits cluster.I am getting following error. ix/oldiwel/inflow/winflowmodel_impl.hpp:669: error: unrecognizable insn: (insn:HI 7100 7099 97 0 0x2aa66c2a20 (set (reg:SI 67) (plus:SI (mult:SI (reg:SI 67) (const_int 2 [

[Bug target/17994] avr-gcc does not output a dwarf2 .debug_frame section

2005-03-16 Thread ericw at evcohs dot com
-- What|Removed |Added BugsThisDependsOn||19885 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17994

[Bug target/17993] Error in dwarf2 debug output of bitfield members

2005-03-16 Thread ericw at evcohs dot com
-- What|Removed |Added BugsThisDependsOn||19885 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17993

[Bug target/19087] Overflowed address in dwarf debug line information

2005-03-16 Thread ericw at evcohs dot com
-- What|Removed |Added BugsThisDependsOn||19885 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19087

[Bug tree-optimization/20489] [4.1 regression] ICE: address taken, but ADDRESSABLE bit not set

2005-03-16 Thread dberlin at gcc dot gnu dot org
--- Additional Comments From dberlin at gcc dot gnu dot org 2005-03-16 16:26 --- Fixed -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug tree-optimization/20489] [4.1 regression] ICE: address taken, but ADDRESSABLE bit not set

2005-03-16 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-16 16:26 --- Subject: Bug 20489 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-16 16:25:48 Modified files: gcc: ChangeLog tree-ssa-alias.c Added fil

[Bug tree-optimization/20490] [4.1 Regression] ICE: verify_stmts failed. (with -O -ftree-pre)

2005-03-16 Thread dberlin at gcc dot gnu dot org
--- Additional Comments From dberlin at gcc dot gnu dot org 2005-03-16 16:23 --- Fixed -- What|Removed |Added Status|NEW |RESOLVED

[Bug tree-optimization/20490] [4.1 Regression] ICE: verify_stmts failed. (with -O -ftree-pre)

2005-03-16 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-16 16:23 --- Subject: Bug 20490 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-16 16:22:46 Modified files: gcc: ChangeLog Added files: gcc/t

[Bug c++/16995] [meta-bug] C++ friend injection

2005-03-16 Thread lerdsuwa at gcc dot gnu dot org
-- Bug 16995 depends on bug 19948, which changed state. Bug 19948 Summary: [4.0 Regression] ICE: tree check: expected class 'declaration', have 'exceptional' (error_mark) in pushtag, at cp/name-lookup.c:4658 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19948 What|Old Value

[Bug c++/19948] [4.0 Regression] ICE: tree check: expected class 'declaration', have 'exceptional' (error_mark) in pushtag, at cp/name-lookup.c:4658

2005-03-16 Thread lerdsuwa at gcc dot gnu dot org
--- Additional Comments From lerdsuwa at gcc dot gnu dot org 2005-03-16 16:09 --- ICE no longer reproducible. -- What|Removed |Added Status|ASSIGNED

[Bug c++/19948] [4.0 Regression] ICE: tree check: expected class 'declaration', have 'exceptional' (error_mark) in pushtag, at cp/name-lookup.c:4658

2005-03-16 Thread lerdsuwa at gcc dot gnu dot org
--- Additional Comments From lerdsuwa at gcc dot gnu dot org 2005-03-16 16:05 --- Cannot reproduce it now on 4.0. I think it's already fixed. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19948

[Bug c++/5786] array types decay too quickly

2005-03-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-16 16:02 --- (In reply to comment #5) > This could be fixed already... It is not: t.cc: In function ‘int main()’: t.cc:15: error: invalid initialization of non-const reference of type ‘const int (&)[2][4]’ from a tempo

  1   2   >