[Bug objc/29412] [3.4 Regression] gnustep-base build fails with gcc 3.4.x on HP-UX 11.23 (both ia64 and pa)

2006-12-20 Thread rashmihegde at hp dot com
--- Comment #5 from rashmihegde at hp dot com 2006-12-20 08:24 --- thanks for this input. I would not be able to move to 4 line immediately. Can you tell me how to make this declaration in 3.4.6 so that I can create a patch for my own use. --

[Bug tree-optimization/19431] missed optimization with ifs and deferencing

2006-12-20 Thread steven at gcc dot gnu dot org
--- Comment #7 from steven at gcc dot gnu dot org 2006-12-20 09:58 --- Maybe we can do something with this in PHIopt... -- steven at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/29992] INTERFACE equivalent to MODULE PROCEDURE?!

2006-12-20 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2006-12-20 10:58 --- I must have cleared this but I do not recall so doing - consider it unfixed! Paul -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29992

[Bug target/30210] Altivec builtins return wrong types

2006-12-20 Thread irar at il dot ibm dot com
--- Comment #5 from irar at il dot ibm dot com 2006-12-20 12:20 --- Paolo, thanks for the explanation! The problem originates from PR 22372, so I will not open another bug report for it. Thanks, Ira -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30210

[Bug tree-optimization/22372] Vectorizer produces mis-match types

2006-12-20 Thread irar at il dot ibm dot com
--- Comment #8 from irar at il dot ibm dot com 2006-12-20 12:22 --- As explained by Paolo in PR 30210, it is not an Altivec problem after all. Ira -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22372

[Bug fortran/30084] segmentation falut when compiling certain code

2006-12-20 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2006-12-20 12:24 --- Note the patch was submitted 19/12 but the tracking system seems to have lost it. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/30210] Altivec builtins have inaccurate return types

2006-12-20 Thread bonzini at gnu dot org
--- Comment #6 from bonzini at gnu dot org 2006-12-20 12:28 --- Ok, so we have an agreement on why this is bad. I've reopened the bug myself and made it block 22372. A fix for 22372 can be done independent of this PR, but it will be inefficient memory-wise. -- bonzini at gnu dot

[Bug fortran/29992] INTERFACE equivalent to MODULE PROCEDURE?!

2006-12-20 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2006-12-20 13:48 --- Subject: Bug 29992 Author: pault Date: Wed Dec 20 13:48:06 2006 New Revision: 120072 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=120072 Log: 2006-12-20 Paul Thomas [EMAIL PROTECTED] PR

[Bug fortran/30081] Interface bug overloading random_seed, random_number

2006-12-20 Thread pault at gcc dot gnu dot org
--- Comment #7 from pault at gcc dot gnu dot org 2006-12-20 13:48 --- Subject: Bug 30081 Author: pault Date: Wed Dec 20 13:48:06 2006 New Revision: 120072 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=120072 Log: 2006-12-20 Paul Thomas [EMAIL PROTECTED] PR

[Bug fortran/30190] Bounds check generates wrong code for associated(p1(i)%p2,p1(i)%p2)

2006-12-20 Thread pault at gcc dot gnu dot org
--- Comment #2 from pault at gcc dot gnu dot org 2006-12-20 14:16 --- The patch will be submitted, as soon as it has regtested. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/30267] New: missed optimization due to bad range propagation without -fwrapv

2006-12-20 Thread bruno at clisp dot org
This program shows that some range propagation became worse between gcc 4.0.2 and gcc 4.1.1. === foo.c int notneg (int x) { return (~ -x) = (-2147483647-1); } int negnot (int x) { return (- ~x) = 2147483647; }

[Bug middle-end/30262] [4.0/4.1/4.2/4.3 Regression] ICE with nested fn accessed var in asm m constraint

2006-12-20 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org |dot org

[Bug fortran/30190] Bounds check generates wrong code for associated(p1(i)%p2,p1(i)%p2)

2006-12-20 Thread patchapp at dberlin dot org
--- Comment #3 from patchapp at dberlin dot org 2006-12-20 15:01 --- Subject: Bug number PR30190 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-12/msg01444.html --

[Bug target/30210] Altivec builtins have inaccurate return types

2006-12-20 Thread bonzini at gnu dot org
--- Comment #7 from bonzini at gnu dot org 2006-12-20 15:25 --- To make it clearer, there is a fix for this PR other than The way to solve this bug could be to pass the two operands to rs6000_builtin_mul_widen_even, and get back the fully-built tree, including conversions to the

[Bug c/30242] [4.3 Regression] internal error in gcc break compilation

2006-12-20 Thread carlos at codesourcery dot com
--- Comment #3 from carlos at codesourcery dot com 2006-12-20 16:01 --- Created an attachment (id=12828) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12828action=view) Only relocate paths which start with the configured prefix. This fixes the boostrap failure for i686-mingw32. I

[Bug c/30242] [4.3 Regression] internal error in gcc break compilation

2006-12-20 Thread carlos at codesourcery dot com
--- Comment #4 from carlos at codesourcery dot com 2006-12-20 16:05 --- Bob Rossi [EMAIL PROTECTED] and I were working on this issue last night on [EMAIL PROTECTED] http://gcc.gnu.org/ml/gcc-help/2006-12/msg00279.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30242

[Bug middle-end/30263] ICE with openmp parallel accessed var in asm m constraint

2006-12-20 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org |dot org

[Bug target/30259] [4.1 branch] ICE on valid code

2006-12-20 Thread edmar at freescale dot com
--- Comment #4 from edmar at freescale dot com 2006-12-20 16:11 --- (In reply to comment #3) Subject: Re: [4.1 branch] ICE on valid code On Tue, 19 Dec 2006, edmar at freescale dot com wrote: Still, On December 16 I had a complete build, and on December 17 I have an ICE.

[Bug target/28207] 128-bit IBM long double misaligned on stack

2006-12-20 Thread dje at gcc dot gnu dot org
-- dje at gcc dot gnu dot org changed: What|Removed |Added CC||dje at gcc dot gnu dot org Target Milestone|---

[Bug c/30242] [4.3 Regression] internal error in gcc break compilation

2006-12-20 Thread mark at codesourcery dot com
--- Comment #5 from mark at codesourcery dot com 2006-12-20 16:35 --- Subject: Re: [4.3 Regression] internal error in gcc break compilation carlos at codesourcery dot com wrote: --- Comment #3 from carlos at codesourcery dot com 2006-12-20 16:01 --- Created an attachment

[Bug middle-end/30143] OpenMP can produce invalid gimple

2006-12-20 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2006-12-20 17:50 --- Subject: Bug 30143 Author: pinskia Date: Wed Dec 20 17:50:17 2006 New Revision: 120080 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=120080 Log: 2006-12-20 Andrew Pinski [EMAIL PROTECTED] PR

[Bug middle-end/30143] [4.2 only] OpenMP can produce invalid gimple

2006-12-20 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2006-12-20 17:52 --- I will post a patch for 4.2 also. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/30266] Segfault in cc1

2006-12-20 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|critical|normal http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30266

[Bug c++/30269] New: parser.tab.c:2071: internal compiler error: Segmentation fault

2006-12-20 Thread juw148 at psu dot edu
i486-linux-gnu-gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -DWINE_UNICODE_API= -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -Wall -g -O2 -fno-stack-protector -o c_1254.o c_1254.c i486-linux-gnu-gcc -c -I. -I.

[Bug c++/30269] parser.tab.c:2071: internal compiler error: Segmentation fault

2006-12-20 Thread juw148 at psu dot edu
--- Comment #1 from juw148 at psu dot edu 2006-12-20 18:59 --- Ubuntu Edgy i386 fresh install with updates to latest packages. Processor = athlon64 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30269

[Bug rtl-optimization/30213] Wrong code with optimized memset() (possible bug in RTL bbro optimizer)

2006-12-20 Thread hubicka at gcc dot gnu dot org
--- Comment #3 from hubicka at gcc dot gnu dot org 2006-12-20 20:46 --- Subject: Bug 30213 Author: hubicka Date: Wed Dec 20 20:46:15 2006 New Revision: 120083 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=120083 Log: PR target/30213 * i386.c

[Bug fortran/30190] Bounds check generates wrong code for associated(p1(i)%p2,p1(i)%p2)

2006-12-20 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2006-12-20 21:11 --- Subject: Bug 30190 Author: pault Date: Wed Dec 20 21:10:51 2006 New Revision: 120084 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=120084 Log: 2006-12-20 Paul Thomas [EMAIL PROTECTED] PR

[Bug fortran/30202] ICE in trans-array.c

2006-12-20 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2006-12-20 21:39 --- This is regtesting right now: Index: gcc/fortran/trans-expr.c === *** gcc/fortran/trans-expr.c(revision 120083) --- gcc/fortran/trans-expr.c

[Bug tree-optimization/23940] SSA_NAMEs are not released after no longer being used.

2006-12-20 Thread jimbob at google dot com
--- Comment #13 from jimbob at google dot com 2006-12-20 21:44 --- (In reply to comment #11) I had it mostly working, but the changes are pretty invasive as no one ever has to set or clear SSA_NAME_DEF_STMT any more, its always simply right. Its too invasive for stage 3 thats

[Bug c/30242] [4.3 Regression] internal error in gcc break compilation

2006-12-20 Thread carlos at gcc dot gnu dot org
--- Comment #6 from carlos at gcc dot gnu dot org 2006-12-20 22:34 --- Subject: Bug 30242 Author: carlos Date: Wed Dec 20 22:34:14 2006 New Revision: 120088 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=120088 Log: gcc/ 2006-12-20 Carlos O'Donell [EMAIL PROTECTED] PR

[Bug target/29867] [4.3 Regression] building libgfortran fails because of multiple definitions gcc-4.3-20061111

2006-12-20 Thread dfranke at gcc dot gnu dot org
--- Comment #12 from dfranke at gcc dot gnu dot org 2006-12-20 23:01 --- Jean-Pierre, Roger, could you please add the following files to your attachments of this PR (or send them by private mail): * /usr/include/features.h * /usr/include/sys/stat.h * /usr/include/bits/string2.h *

[Bug c++/19439] Duplicate destructor accepted

2006-12-20 Thread lmillward at gcc dot gnu dot org
-- lmillward at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |lmillward at gcc dot gnu dot |dot org

[Bug fortran/30202] ICE in trans-array.c

2006-12-20 Thread patchapp at dberlin dot org
--- Comment #5 from patchapp at dberlin dot org 2006-12-21 01:15 --- Subject: Bug number PR30202 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-12/msg01473.html --

[Bug c++/19439] Duplicate destructor accepted

2006-12-20 Thread patchapp at dberlin dot org
--- Comment #3 from patchapp at dberlin dot org 2006-12-21 01:15 --- Subject: Bug number PR c++/19439 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-12/msg01475.html --

[Bug target/30271] New: -mstrict-align can cause bad code generation for struct agrument passing

2006-12-20 Thread pinskia at gcc dot gnu dot org
Testcase: struct a { short t, t1;}; int f(struct a b) { return b.t; } Without -mstrict-align, we get: .L.f: srawi 3,3,16 extsw 3,3 blr But with we get: .L.f: stw 3,48(1) nop nop nop lha 3,48(1) extsw 3,3 blr --

[Bug fortran/25392] ICEs with -ff2c

2006-12-20 Thread tobi at gcc dot gnu dot org
--- Comment #8 from tobi at gcc dot gnu dot org 2006-12-21 03:05 --- Subject: Bug 25392 Author: tobi Date: Thu Dec 21 03:04:43 2006 New Revision: 120099 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=120099 Log: PR fortran/25392 fortran/ * trans-stmt.c (gfc_trans_return): Fix

[Bug fortran/25392] ICEs with -ff2c

2006-12-20 Thread tobi at gcc dot gnu dot org
--- Comment #9 from tobi at gcc dot gnu dot org 2006-12-21 03:17 --- Keeping this open, until the fix is also in 4.2. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25392

[Bug rtl-optimization/30213] [4.3 Regression] Wrong code with optimized memset() (possible bug in RTL bbro optimizer)

2006-12-20 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-12-21 03:44 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|hubicka

[Bug rtl-optimization/30213] [4.3 Regression] Wrong code with optimized memset() (possible bug in RTL bbro optimizer)

2006-12-20 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-12-21 03:44 --- Fixed I say. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/30242] [4.3 Regression] internal error in gcc break compilation

2006-12-20 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-12-21 03:45 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/30269] parser.tab.c:2071: internal compiler error: Segmentation fault

2006-12-20 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-12-21 03:48 --- Can you attach the preprocessed source as mentioned on URL:http://gcc.gnu.org/bugs.html? -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/30266] Segfault in cc1

2006-12-20 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-12-21 03:50 --- Next time don't copy and paste the preprocessed source into the bug but instead attach it. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30266

[Bug fortran/30207] [4.2/4.3 Regression] ICE in gfc_dep_resolver with where (a 0) a(:) = 1

2006-12-20 Thread deji_aking at yahoo dot ca
--- Comment #8 from deji_aking at yahoo dot ca 2006-12-21 03:52 --- I've applied the fix to 4.2 branch, built and tested it, and it works fine. I guess the bug can be closed now. Thanks all. -- deji_aking at yahoo dot ca changed: What|Removed

[Bug driver/17621] Add option to have GCC not search $(prefix)

2006-12-20 Thread carlos at codesourcery dot com
--- Comment #18 from carlos at codesourcery dot com 2006-12-21 04:23 --- This is fixed in 4.3. If I understand correctly the PR should be closed and the Target Milestone marked as 4.3? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17621

[Bug fortran/30207] [4.2/4.3 Regression] ICE in gfc_dep_resolver with where (a 0) a(:) = 1

2006-12-20 Thread jvdelisle at gcc dot gnu dot org
--- Comment #9 from jvdelisle at gcc dot gnu dot org 2006-12-21 04:37 --- Keep open until we remember to commit to 4.2 Thanks for confirming the fix. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added