[Bug middle-end/20263] [4.0/4.1 Regression] Incorrect asm for global register vars

2005-03-16 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-03-16 09:01 --- Recategorizing. -- What|Removed |Added Component|target

[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 09:36 --- I suppose that the REG_DEAD for 136 in insn 65 is correct, because the next insn is a DEF of 136. So the problem here is that 136 is not in the liveout of BB 7. I can guess that insn 97 that defines 136 is

[Bug bootstrap/20488] Makefile: Must be a separator on line 774. Stop.

2005-03-16 Thread julio dot mendes at consist dot com dot br
--- Additional Comments From julio dot mendes at consist dot com dot br 2005-03-16 10:23 --- Andrew, is it possible for you give me the path to file? I´m still looking and there is a lot o files I don´t now which file I need. Thanks for your help. Julio Mendes. -- What

[Bug debug/20446] [4.0/4.1 Regression] invalid assembly with -gstabs+

2005-03-16 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-03-16 10:24 --- With Sun as, I get as: sugarconverter.s, line 873: error: can't compute difference between symbols in different segments for the same function (which is slightly more descriptive). -- What

[Bug debug/20446] [4.0/4.1 Regression] invalid assembly with -gstabs+

2005-03-16 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-03-16 10:26 --- Investigating, but STABS+ is crippled in GCC 4.x. -- What|Removed |Added

[Bug pch/20315] pch problems on solaris

2005-03-16 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-03-16 10:53 --- Confirmed, but the question is why do you need to generate the PCH twice? Header files never produce object files, unlike in Ada. Also removing the PCH file is enough to solve the problem. --

[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 12:05 --- After a bit more debugging I found out that the error caused due to copying the REG_DEAD note with the instructions when we are generating the prologues and epilogues in SMS. The REG_DEAD is correct in the

[Bug tree-optimization/20492] [tcb] update_ssa (..., true) places an invalid PHI node.

2005-03-16 Thread dnovillo at gcc dot gnu dot org
--- Additional Comments From dnovillo at gcc dot gnu dot org 2005-03-16 12:08 --- Thanks Kazu. I've fixed this one already in my local tree. Will probably commit the fix in the next few days. -- What|Removed |Added

[Bug tree-optimization/19788] Inconsistent handling of -1.

2005-03-16 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-03-16 12:30 --- Someone should check if this is fixed now, by this patch: http://gcc.gnu.org/ml/gcc-patches/2005-03/msg01122.html -- What|Removed |Added

[Bug tree-optimization/19659] GCC does not remove an if statement that never triggers.

2005-03-16 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-03-16 12:32 --- Diego, this happens *a lot* in GCC itself. All suggestions on how we can fix this problem are welcome... ;-) -- What|Removed |Added

[Bug tree-optimization/19789] tree optimizers do not know that constant global variables do not change

2005-03-16 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-03-16 12:34 --- Since Diego is apparently not looking at this, I'll give it another look. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19789

[Bug tree-optimization/19789] tree optimizers do not know that constant global variables do not change

2005-03-16 Thread steven at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |steven at gcc dot gnu dot |dot org |org Status|NEW

[Bug c/20494] New: gcc -O causes segfault in code using SSE2 intrinsics

2005-03-16 Thread isaac at nada dot kth dot se
When the code below is compiled using -O flag it segfaults. If the code is compiled without optimization it works fine. Also the code works fine when compiled with intels compiler. Note that there are no pointers in the code. Thus it seems very likely that there is an SSE2 intrinsics related bug

[Bug c++/2892] No array-to-pointer decay happens for template functions

2005-03-16 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-03-16 13:16 --- Fixed in gcc 4.0.0 - probably by Mark's patch for PR 20208 which also includes a suitable testcase. -- What|Removed |Added

[Bug c++/18681] [3.3/3.4/4.0/4.1 Regression] template friend declaration not recognized

2005-03-16 Thread reichelt at gcc dot gnu dot org
-- Bug 18681 depends on bug 2892, which changed state. Bug 2892 Summary: No array-to-pointer decay happens for template functions http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2892 What|Old Value |New Value

[Bug c/20494] gcc -O causes segfault in code using SSE2 intrinsics

2005-03-16 Thread isaac at nada dot kth dot se
--- Additional Comments From isaac at nada dot kth dot se 2005-03-16 13:17 --- Created an attachment (id=8401) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8401action=view) bug_creator.i -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20494

[Bug c/20494] gcc -O causes segfault in code using SSE2 intrinsics

2005-03-16 Thread isaac at nada dot kth dot se
--- Additional Comments From isaac at nada dot kth dot se 2005-03-16 13:19 --- Created an attachment (id=8402) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8402action=view) the code causing segfault -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20494

[Bug libfortran/17871] libgfortran, g77: regression, zero has non-zero exponent

2005-03-16 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-03-16 13:23 --- I'm working on this one. I really think PR20480 is a duplicate of this one, by the way. -- What|Removed |Added

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

2005-03-16 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-03-16 13:41 --- I think this is a duplicate of PR17871. I'll be working on both. -- What|Removed |Added

[Bug libfortran/17871] libgfortran, g77: regression, zero has non-zero exponent

2005-03-16 Thread anlauf at hep dot tu-darmstadt dot de
--- Additional Comments From anlauf at hep dot tu-darmstadt dot de 2005-03-16 13:50 --- (In reply to comment #3) I really think PR20480 is a duplicate of this one, by the way. In theory: no. AFAIK the ES edit descriptor is not part of standard F77, and it is not implemented in either

[Bug libfortran/17871] libgfortran, g77: regression, zero has non-zero exponent

2005-03-16 Thread fxcoudert at gcc dot gnu dot org
-static pr17871.f ./a.out 000.0E+00 100.0E-02 .E+00 1000.E-03 $ ~/irun/bin/gfortran -v Using built-in specs. Target: i686-pc-linux-gnu Configured with: ../gcc/configure --prefix=/tmp/gfortran-20050316/irun --enable-languages=c,f95 Thread model: posix gcc version 4.1.0

[Bug target/20494] gcc -O causes segfault in code using SSE2 intrinsics

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

[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 14:14 --- Mainline is fixed. No error message is produced which is the correct behavior. Will recheck 4.0 branch. -- What|Removed |Added

[Bug libfortran/17871] libgfortran, g77: regression, zero has non-zero exponent

2005-03-16 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-03-16 14:24 --- Oops, looks like I didn't test with an up-to-date library. Yes, it looks like this is fixed. On the other hand the testcase in PR 20480 still gives me the wrong result 0.000E-01 -- What

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

2005-03-16 Thread tobi at gcc dot gnu dot org
-- Bug 19292 depends on bug 17871, which changed state. Bug 17871 Summary: libgfortran, g77: regression, zero has non-zero exponent http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17871 What|Old Value |New Value

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

2005-03-16 Thread mmazur at kernel dot pl
Gcj is built with --enable-gtk-cairo --enable-libgcj-multifile --enable-libgcj-database. While building: creating gcj-dbtool ./gcj-dbtool -n classmap.db || touch classmap.db And it hangs. Strace tells me: $ strace -p 23159 Process 23159 attached - interrupt to quit

[Bug tree-optimization/17454] [4.0 Regression] ICE with --enable-checking=fold

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 14:33 --- Subject: Bug 17454 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-03-16 14:29:12 Modified files: gcc:

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

2005-03-16 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2005-03-16 14:34 --- Subject: Re: [4.0 Regression] Bootstrap failure --- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-16 06:26 --- The following code is another example: typedef int

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

2005-03-16 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-03-16 14:37 --- Patch proposed at: http://gcc.gnu.org/ml/fortran/2005-03/msg00259.html -- What|Removed |Added

[Bug target/20494] gcc -O causes segfault in code using SSE2 intrinsics

2005-03-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-16 14:41 --- Fixed in 4.0.0 and above (after a fix to the installed headers which I am going commit as obvious). -- What|Removed |Added

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

2005-03-16 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2005-03-16 14:43 --- Subject: Re: [4.0 Regression] Bootstrap failure This patch might fix the problem. Basically we should not do canonicalizing if one side is an integer constant. Could you test this for me

[Bug tree-optimization/19788] Inconsistent handling of -1.

2005-03-16 Thread kazu at cs dot umass dot edu
--- Additional Comments From kazu at cs dot umass dot edu 2005-03-16 14:53 --- Here is what I get from the current mainline. ;; Function foo (foo) foo () { int D.1132; bb 0: return -1; } ;; Function bar (bar) bar () { unsigned int a; int D.1137; bb 0: return

[Bug middle-end/19721] [meta-bug] optimizations that CSE still catches

2005-03-16 Thread kazu at cs dot umass dot edu
-- Bug 19721 depends on bug 19788, which changed state. Bug 19788 Summary: Inconsistent handling of -1. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19788 What|Old Value |New Value

[Bug tree-optimization/17454] [4.0 Regression] ICE with --enable-checking=fold

2005-03-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-16 14:53 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug tree-optimization/19788] Inconsistent handling of -1.

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

[Bug tree-optimization/20496] New: -1 is inconsistently printed in tree dumps

2005-03-16 Thread kazu at cs dot umass dot edu
Consider: int foo (void) { return -1; } int bar (void) { unsigned int a = 0x; return a; } Here is what I get: ;; Function foo (foo) foo () { int D.1132; bb 0: return -1; } ;; Function bar (bar) bar () { unsigned int a; int D.1137; bb 0: return -1; } It

[Bug tree-optimization/19792] Missed optimizations due to signedness in the way

2005-03-16 Thread kazu at cs dot umass dot edu
--- Additional Comments From kazu at cs dot umass dot edu 2005-03-16 14:59 --- FYI, here is the tailc dump that I get with the current mainline. ;; Function foo (foo) foo (t) { unsigned char D.1137; unsigned int t.1; unsigned char D.1135; int t.0; int D.1133; bb 0: t.0_2

[Bug tree-optimization/20496] -1 is inconsistently printed in tree dumps

2005-03-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-16 15:02 --- Yes this is because TREE_OVERFLOW is set. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20496

[Bug middle-end/20263] [4.0/4.1 Regression] Incorrect asm for global register vars

2005-03-16 Thread rcbilson at plg dot uwaterloo dot ca
--- Additional Comments From rcbilson at plg dot uwaterloo dot ca 2005-03-16 15:12 --- (In reply to comment #6) The problem occurs only with GCC 4.x, in particular not with GCC 3.4.3. This was strange to read, because I've definitely noticed it with 3.4.3. Interestingly, it seems to

[Bug target/18371] [3.4 Regression] array subscript out of range in gcc sources

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 15:24 --- Subject: Bug 18371 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2005-03-16 15:23:49 Modified files: gcc:

[Bug target/18371] [3.4 Regression] array subscript out of range in gcc sources

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

[Bug middle-end/20263] [4.0/4.1 Regression] Incorrect asm for global register vars

2005-03-16 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-03-16 15:55 --- This was strange to read, because I've definitely noticed it with 3.4.3. Interestingly, it seems to be only g++, rather than gcc, that has the problem: plg2=; cat g7.c register void *tp

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

2005-03-16 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-03-16 15:56 --- This could be fixed already... -- What|Removed |Added CC|

[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

[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++/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++/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 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:

[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/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

[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 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 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/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 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/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 URL:http://gcc.gnu.org/bugs.html for instructions. We need the preprocessed source. -- What|Removed |Added

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

[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 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++/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 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

[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 complex std::complexdouble a, b; double c; void f() { a = b * c; } when compiled

[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/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

[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

[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

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

[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]: ***

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

[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

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

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

[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 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 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 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 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 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=detailitemitem_id=12307): We were recently having some problems with the search functionality in native eclipse[1]. It boiled down to

[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=8406action=view) Patch for quoting constructs (from Ziga's CP bug) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20504

[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=8407action=view) Mauve test cases for java.util.regex (from Ziga's CP bug) --

[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 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
-- What|Removed |Added Severity|enhancement |normal Target Milestone|--- |4.0.0

[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++/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 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=8408action=view) preprocessed and assembler files for clockevent.41.cpp untar and apply this commmand: g++ -v -save-temps -ggdb2

[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

[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 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]

[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

[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.

[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 int struct b { static const int d; virtual bool f() const=0; }; template const int b2::d = ((int)(((a*)1)-c) - 1); -- What

[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

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

  1   2   >