[Bug testsuite/28913] make install required before testing libgomp and gfortran

2006-11-11 Thread mrs at apple dot com
--- Comment #3 from mrs at apple dot com 2006-11-11 09:25 --- I think I know what's going on. Libraries contain an install name when built, this is what it put into the file that is linked against the library. The problem is, the install name isn't correct, until the file is

[Bug testsuite/28913] make install required before testing libgomp and gfortran

2006-11-11 Thread mrs at apple dot com
--- Comment #4 from mrs at apple dot com 2006-11-11 09:27 --- I suspect this is a darwin only bug. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28913

[Bug middle-end/27528] compiling linux kernels 2.6.16.14/15 2.6.17-rc3 on powerpc (7450) get error on long exixting code

2006-11-11 Thread rsandifo at gcc dot gnu dot org
--- Comment #20 from rsandifo at gcc dot gnu dot org 2006-11-11 09:47 --- Subject: Bug 27528 Author: rsandifo Date: Sat Nov 11 09:47:35 2006 New Revision: 118689 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=118689 Log: gcc/ PR middle-end/27528 * stmt.c

[Bug middle-end/27528] compiling linux kernels 2.6.16.14/15 2.6.17-rc3 on powerpc (7450) get error on long exixting code

2006-11-11 Thread rsandifo at gcc dot gnu dot org
--- Comment #21 from rsandifo at gcc dot gnu dot org 2006-11-11 09:53 --- Subject: Bug 27528 Author: rsandifo Date: Sat Nov 11 09:53:20 2006 New Revision: 118690 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=118690 Log: gcc/ PR middle-end/27528 * stmt.c

[Bug middle-end/27528] compiling linux kernels 2.6.16.14/15 2.6.17-rc3 on powerpc (7450) get error on long exixting code

2006-11-11 Thread rsandifo at gcc dot gnu dot org
--- Comment #22 from rsandifo at gcc dot gnu dot org 2006-11-11 09:54 --- Patch applied to trunk and 4.2. -- rsandifo at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/29781] -O3 -gnatVa triggers a bug box on working Dragonchess code

2006-11-11 Thread charlet at gcc dot gnu dot org
--- Comment #2 from charlet at gcc dot gnu dot org 2006-11-11 10:35 --- So closing as fixed in 4.2.0 -- charlet at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/29801] [4.3 regression] ICE in set_lattice_value (tree-ssa-ccp.c)

2006-11-11 Thread rakdver at gcc dot gnu dot org
-- rakdver at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |rakdver at gcc dot gnu dot |dot org

[Bug tree-optimization/29801] [4.3 regression] ICE in set_lattice_value (tree-ssa-ccp.c)

2006-11-11 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2006-11-11 10:58 --- Confirmed. #1 0x0817ee57 in set_lattice_value (var=0xb7bd3150, new_val= {lattice_val = 1, value = 0x0, mem_ref = 0x0}) at /home/richard/src/trunk/gcc/tree-ssa-ccp.c:418 418 gcc_assert

[Bug target/29746] gcc fails to bootstrap on sh4-*-linux-gnu

2006-11-11 Thread kkojima at gcc dot gnu dot org
--- Comment #16 from kkojima at gcc dot gnu dot org 2006-11-11 11:08 --- I'm testing the new softfp patch with bootstrap on sh4-unknown-linux-gnu. It isn't finished yet but already passes the compilation of ifcvt.c at stage2. No new failures on the regtest for x86 cross sh4-linux.

[Bug tree-optimization/29801] [4.3 regression] ICE in set_lattice_value (tree-ssa-ccp.c)

2006-11-11 Thread rakdver at gcc dot gnu dot org
-- rakdver at gcc dot gnu dot org changed: What|Removed |Added Status|NEW |ASSIGNED Last reconfirmed|2006-11-11 10:58:19 |2006-11-11

[Bug fortran/28004] Warn if intent(out) dummy variable is not set

2006-11-11 Thread tkoenig at gcc dot gnu dot org
--- Comment #5 from tkoenig at gcc dot gnu dot org 2006-11-11 11:18 --- Related (and maybe more relevant): INTENT(OUT) variables become undefined on subroutine or function entry. We should be able to warn if they are used: subroutine foo(a,b) real, intent(out) :: a real,

[Bug tree-optimization/29801] [4.3 regression] ICE in set_lattice_value (tree-ssa-ccp.c)

2006-11-11 Thread rakdver at gcc dot gnu dot org
--- Comment #3 from rakdver at gcc dot gnu dot org 2006-11-11 11:36 --- Smaller testcase: const int a[3] = {1, 2, 3}; int test (int param) { if (param) a[2] = 5; return a[2]; } -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29801

[Bug tree-optimization/29801] [4.3 regression] ICE in set_lattice_value (tree-ssa-ccp.c)

2006-11-11 Thread rakdver at gcc dot gnu dot org
--- Comment #4 from rakdver at gcc dot gnu dot org 2006-11-11 11:37 --- (In reply to comment #3) Smaller testcase: const int a[3] = {1, 2, 3}; int test (int param) { if (param) a[2] = 5; return a[2]; } ... sorry, mistake, does not really work... --

[Bug rtl-optimization/29798] [4.3 Regression] -O2 gives wrong results

2006-11-11 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2006-11-11 11:46 --- Confirmed. Shorter testcase: #include stdio.h int main() { double rho; double alpha; int iter_count; double oldrho; double work; work= 2.0e+0; for (iter_count=1; iter_count11; ++iter_count)

[Bug rtl-optimization/29797] [4.1/4.2/4.3 Regression] Miscompiles bit test / set in OpenOffice

2006-11-11 Thread rguenth at gcc dot gnu dot org
--- Comment #14 from rguenth at gcc dot gnu dot org 2006-11-11 12:16 --- I have started a bootstrap regtest on {i386,ia64,ppc,ppc64,s390,s390x,x86_64}-linux on the 4.1 branch. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29797

[Bug middle-end/29610] [4.1 Regression] ICE when compiling c++ code with -O2 -funswitch-loops

2006-11-11 Thread rguenth at gcc dot gnu dot org
--- Comment #10 from rguenth at gcc dot gnu dot org 2006-11-11 12:52 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/29738] Missed constant propagation into loops

2006-11-11 Thread rguenth at gcc dot gnu dot org
--- Comment #11 from rguenth at gcc dot gnu dot org 2006-11-11 12:54 --- Fixed on the mainline. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/29798] [4.3 Regression] -O2 gives wrong results

2006-11-11 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-11-11 14:11 --- If we don't use it when the variable is uninitialized, we get the desired result (note how I did not say the correct result as I think this code is undefined and what we are getting is allowed by the C standard).

[Bug rtl-optimization/29798] [4.3 Regression] -O2 gives wrong results

2006-11-11 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-11-11 14:20 --- In insn 26, replacing (reg/v:DF 61 [ oldrho ]) with (reg/v:DF 63 [ rho ]) Changed insn 26 In insn 16, replacing (reg/v:DF 61 [ oldrho ]) with (reg/v:DF 63 [ rho ]) Changed insn 16 -- pinskia at gcc dot gnu

[Bug rtl-optimization/29797] [4.1/4.2/4.3 Regression] Miscompiles bit test / set in OpenOffice

2006-11-11 Thread rguenth at gcc dot gnu dot org
--- Comment #15 from rguenth at gcc dot gnu dot org 2006-11-11 14:30 --- The patch fails bootstrap in stage2 for ppc (only). stage2/xgcc -Bstage2/ -B/usr/powerpc64-suse-linux/bin/ -c -O2 -fmessage-length=0 -Wall -D_FORTIFY_SOURCE=2 -g -U_FORTIFY_SOURCE -DIN_GCC -W -Wall

[Bug tree-optimization/29788] [4.1/4.2/4.3 Regression] ICE in var_ann, at tree-flow-inline.h:130

2006-11-11 Thread amacleod at redhat dot com
--- Comment #8 from amacleod at redhat dot com 2006-11-11 14:36 --- Created an attachment (id=12591) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12591action=view) patch to fix the out of ssa bug exposed when PRE/FRE are turned off. That would fix it, but its safer for future

[Bug tree-optimization/29788] [4.1/4.2/4.3 Regression] ICE in var_ann, at tree-flow-inline.h:130

2006-11-11 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2006-11-11 14:40 --- (In reply to comment #8) Created an attachment (id=12591) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12591action=view) [edit] patch to fix the out of ssa bug exposed when PRE/FRE are turned off. I'll

[Bug middle-end/27313] Does not emit conditional moves for stores

2006-11-11 Thread steven at gcc dot gnu dot org
--- Comment #5 from steven at gcc dot gnu dot org 2006-11-11 16:46 --- You can't have if-converted stores at the tree level. Forms of store motion, like the example of comment #2, ought to get implemented at the tree level somewhen, though. AFAIU this is currently very hard to do, but

[Bug testsuite/28913] make install required before testing libgomp and gfortran

2006-11-11 Thread howarth at nitro dot med dot uc dot edu
--- Comment #5 from howarth at nitro dot med dot uc dot edu 2006-11-11 17:16 --- I believe the bug exists just the same in the 32-bit mode build. The only reason I saw it at 64-bit was that I hadn't installed the build first. Normally I test from builds for fink packaging so the

[Bug libstdc++/29496] _M_invalidate function is not thread-safe in GLIBCXX_DEBUG mode

2006-11-11 Thread paolo at gcc dot gnu dot org
--- Comment #23 from paolo at gcc dot gnu dot org 2006-11-11 17:32 --- Subject: Bug 29496 Author: paolo Date: Sat Nov 11 17:32:12 2006 New Revision: 118701 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=118701 Log: 2006-11-11 Paolo Carlini [EMAIL PROTECTED] PR

[Bug libstdc++/29496] _M_invalidate function is not thread-safe in GLIBCXX_DEBUG mode

2006-11-11 Thread pcarlini at suse dot de
-- pcarlini at suse dot de changed: What|Removed |Added Target Milestone|--- |4.2.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29496

[Bug ada/29802] New: wrong directory in makefile for ada and libada

2006-11-11 Thread Jean-pierre dot vial at wanadoo dot fr
when building ada on linux (x86-64) building ada fails because the makefile looks for gnatbuild in mydir/gcc-4.2-20061107/prev-gcc instead of mydir/gcc-4.2-20061107/host-x86_64-unknown-linux-gnu/prev-gcc I could not find where precisely in the makefile the bug hides. for libada it is obvious: the

[Bug rtl-optimization/29798] [4.3 Regression] -O2 gives wrong results

2006-11-11 Thread jpr at csc dot fi
--- Comment #4 from jpr at csc dot fi 2006-11-11 19:16 --- Subject: Re: [4.3 Regression] -O2 gives wrong results Note however that the prints inside the main loop are not needed to trigger the problem in the oroginal test code. You may freely remove them and the problem remains. I

[Bug ada/29802] wrong directory in makefile for ada and libada

2006-11-11 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-11-11 19:46 --- building inside the source directory is not well supported. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29802

[Bug c++/29803] New: Program links only at -O2 or above

2006-11-11 Thread bagnara at cs dot unipr dot it
// The optimization level should not prevent a conforming program // to compile and link correctly. This program shows that this // is not the case for GCC 4.1.1. template typename T struct c { static const int a = 3; static const int b = 4; }; // If the following `#if 0' is turned into

[Bug c++/29803] Program links only at -O2 or above

2006-11-11 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-11-11 20:01 --- *** This bug has been marked as a duplicate of 23147 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/23147] Missing declaration of static const members

2006-11-11 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-11-11 20:01 --- *** Bug 29803 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/29797] [4.1/4.2/4.3 Regression] Miscompiles bit test / set in OpenOffice

2006-11-11 Thread pinskia at gcc dot gnu dot org
--- Comment #16 from pinskia at gcc dot gnu dot org 2006-11-11 20:11 --- (In reply to comment #15) The patch fails bootstrap in stage2 for ppc (only). This bootstraps just fine for me on the mainline with powerpc-darwin. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29797

[Bug c++/29803] Program links only at -O2 or above

2006-11-11 Thread bagnara at cs dot unipr dot it
--- Comment #2 from bagnara at cs dot unipr dot it 2006-11-11 20:26 --- This is not a duplicate of 23147: it raises a couple of issues that have nothing to do with that bug report. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29803

[Bug c++/29803] Program links only at -O2 or above

2006-11-11 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-11-11 20:29 --- (In reply to comment #2) This is not a duplicate of 23147: it raises a couple of issues that have nothing to do with that bug report. No, it is exactly the same issue. The C++ standard says you need to include a

[Bug fortran/29804] New: segfault with -fbounds-check on allocatable derived type components

2006-11-11 Thread sfilippone at uniroma2 dot it
The attached code generates a segfault when compiled with -fbounds-check, even if there is no bounds violation nor any other error I can see. (indeed if it's wrong code I'd love to learn why). Session log: [EMAIL PROTECTED] bugtest]$ gfortran -v Using built-in specs. Target: i686-pc-linux-gnu

[Bug fortran/29804] segfault with -fbounds-check on allocatable derived type components

2006-11-11 Thread sfilippone at uniroma2 dot it
--- Comment #1 from sfilippone at uniroma2 dot it 2006-11-11 21:15 --- Created an attachment (id=12592) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12592action=view) Test case Very much reduced from a real application code, possibly not minimal yet. --

[Bug fortran/29713] [4.1 Regression] ICE in gfc_set_constant_character_len decl.c:762

2006-11-11 Thread burnus at gcc dot gnu dot org
--- Comment #7 from burnus at gcc dot gnu dot org 2006-11-11 21:40 --- Subject: Bug 29713 Author: burnus Date: Sat Nov 11 21:39:55 2006 New Revision: 118704 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=118704 Log: 2006-11-11 Francois-Xavier Coudert [EMAIL PROTECTED]

[Bug fortran/29713] [4.1 Regression] ICE in gfc_set_constant_character_len decl.c:762

2006-11-11 Thread burnus at gcc dot gnu dot org
--- Comment #8 from burnus at gcc dot gnu dot org 2006-11-11 21:40 --- Now also fixed for 4.1 -- burnus at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/29804] segfault with -fbounds-check on allocatable derived type components

2006-11-11 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2006-11-11 22:14 --- Created an attachment (id=12593) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12593action=view) Reduced testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29804

[Bug target/29805] New: Wrong code compiling java/typeck.c

2006-11-11 Thread daney at gcc dot gnu dot org
With a bootstrap build of the 4.2 branch jc1 gets SIGSEGV compiling newarray_overflow.java from the java testsuite. This is the command to reproduce: ./jc1 -fclasspath=../mipsel-unknown-linux-gnu/libjava/libgcj-4.3.0.jar ../../gcc/libjava/testsuite/libjava.lang/newarray_overflow.java

[Bug fortran/29804] segfault with -fbounds-check on allocatable derived type components

2006-11-11 Thread burnus at gcc dot gnu dot org
--- Comment #3 from burnus at gcc dot gnu dot org 2006-11-11 22:31 --- Created an attachment (id=12594) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12594action=view) Reduced test case Ignore previous attachment that was the wrong file. -- burnus at gcc dot gnu dot org

[Bug fortran/29804] segfault with -fbounds-check on allocatable derived type components

2006-11-11 Thread burnus at gcc dot gnu dot org
-- burnus at gcc dot gnu dot org changed: What|Removed |Added CC||burnus at gcc dot gnu dot |

[Bug fortran/29806] New: Error if CONTAINS is present without SUBPROGRAM

2006-11-11 Thread burnus at gcc dot gnu dot org
The following is invalid Fortran as an internal-subprogram (R1101,R210) or module-subprogram (R1107) is needed with CONTAINS. module x contains end module x program y contains end program y -- Summary: Error if CONTAINS is present without SUBPROGRAM Product: gcc

[Bug fortran/29804] segfault with -fbounds-check on allocatable derived type components

2006-11-11 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2006-11-11 22:52 --- Salvatore, When I got round to your off-list email, I foun that it was empty. I was about to contact you. Paul -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29804

[Bug java/29805] Wrong code compiling java/typeck.c

2006-11-11 Thread daney at gcc dot gnu dot org
--- Comment #1 from daney at gcc dot gnu dot org 2006-11-11 23:00 --- Looks like an array overflow. Not wrong code. I am testing a patch. -- daney at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/29801] [4.3 regression] ICE in set_lattice_value (tree-ssa-ccp.c)

2006-11-11 Thread rearnsha at gcc dot gnu dot org
--- Comment #5 from rearnsha at gcc dot gnu dot org 2006-11-11 23:07 --- Created an attachment (id=12595) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12595action=view) Further reduced testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29801

[Bug fortran/29804] segfault with -fbounds-check on allocatable derived type components

2006-11-11 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2006-11-11 23:12 --- Rather than segfaulting, with Cywin_NT the progam produces Inconsistent BV for IL1! in runtime. It runs fine withou -founds-check. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29804

[Bug tree-optimization/29801] [4.3 regression] ICE in set_lattice_value (tree-ssa-ccp.c)

2006-11-11 Thread rakdver at gcc dot gnu dot org
--- Comment #6 from rakdver at gcc dot gnu dot org 2006-11-11 23:16 --- Patch: http://gcc.gnu.org/ml/gcc-patches/2006-11/msg00747.html -- rakdver at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/29657] Don't allow SAVE for functions

2006-11-11 Thread burnus at gcc dot gnu dot org
--- Comment #4 from burnus at gcc dot gnu dot org 2006-11-11 23:18 --- See patch http://gcc.gnu.org/ml/fortran/2006-11/msg00345.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29657

[Bug fortran/29657] Don't allow SAVE for functions

2006-11-11 Thread patchapp at dberlin dot org
--- Comment #5 from patchapp at dberlin dot org 2006-11-11 23:30 --- Subject: Bug number PR29657 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-11/msg00751.html --

[Bug rtl-optimization/29798] [4.3 Regression] -O2 gives wrong results

2006-11-11 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-11-11 23:35 --- Note Richard's reduced testcase is undefined though the orginal one with the printfs removed is defined as the use is only when the variable has been initialized. --

[Bug c/29807] New: XPASS on cmdlne-dI-M.c and cmdlne-dM-M.c in gcc.dg/cpp

2006-11-11 Thread howarth at nitro dot med dot uc dot edu
The only unique regressions that occur when the gcc testsuite is run at -m64 with a power64-*-darwin* target/host compiler compared to a powerpc-*-darwin* target/host compiler at -m64 are... XPASS: gcc.dg/cpp/cmdlne-dI-M.c scan-file (^|\\n)cmdlne-dI-M.*:[^\\n]*cmdlne-dI-M.c XPASS:

[Bug c/29807] XPASS on cmdlne-dI-M.c and cmdlne-dM-M.c in gcc.dg/cpp

2006-11-11 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-11-12 00:19 --- Actually this shows up every once in a while for me too but not all the time so closing as invalid. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug debug/28518] Single stepping until exit ...

2006-11-11 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-11-12 00:23 --- No testcase in 3 months so closing. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/28644] 400.perlbench never completes when compiled with -O3

2006-11-11 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-11-12 00:24 --- No testcase in 3 months so closing. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/28697] Behavior of __extension__ within __asm__ changed with regards to 3.4.4

2006-11-11 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-11-12 00:26 --- __extension__ has always gone at the begining of a statement/expression, the string inside an asm is required to be a constant string and not an expression so this is not a bug. -- pinskia at gcc dot gnu dot org

[Bug java/29805] [4.2/4.3 Regression] Write past end of array in java/typeck.c

2006-11-11 Thread daney at gcc dot gnu dot org
--- Comment #2 from daney at gcc dot gnu dot org 2006-11-12 00:39 --- This is not mips specific. I am not sure why this wouldn't fail on i686. Many test results from mips[el]-linux-gnu do show the failure. -- daney at gcc dot gnu dot org changed: What|Removed

[Bug rtl-optimization/28812] RTL aliasing vs may_alias and structs

2006-11-11 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-11-12 01:11 --- Subject: Bug 28812 Author: pinskia Date: Sun Nov 12 01:10:56 2006 New Revision: 118716 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=118716 Log: 2006-11-11 Andrew Pinski [EMAIL PROTECTED] PR

[Bug rtl-optimization/28812] RTL aliasing vs may_alias and structs

2006-11-11 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-11-12 01:11 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug fortran/29410] [4.2 only] bug with TRANSFER() and -O2

2006-11-11 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2006-11-12 01:31 --- Actually it turns out using VIEW_CONVERT_EXPR is ok and works correctly as far as I can tell. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/28545] [4.1 Regression] Wrong code for hoisted multiplication

2006-11-11 Thread pinskia at gcc dot gnu dot org
--- Comment #19 from pinskia at gcc dot gnu dot org 2006-11-12 01:49 --- Subject: Bug 28545 Author: pinskia Date: Sun Nov 12 01:48:55 2006 New Revision: 118717 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=118717 Log: 2006-11-11 Andrew Pinski [EMAIL PROTECTED] PR

[Bug tree-optimization/28545] [4.1 Regression] Wrong code for hoisted multiplication

2006-11-11 Thread pinskia at gcc dot gnu dot org
--- Comment #20 from pinskia at gcc dot gnu dot org 2006-11-12 01:49 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/29439] [4.2 regression] ICE in fold-const.c:1385 with -O1 -fwrapv -ftree-vrp

2006-11-11 Thread pinskia at gcc dot gnu dot org
--- Comment #17 from pinskia at gcc dot gnu dot org 2006-11-12 01:57 --- I am testing the fix for the 4.2 branch right now. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29439

[Bug tree-optimization/26994] [4.2/4.3 Regression] Scalar TRANSFER - error: invalid operand to unary operator

2006-11-11 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2006-11-12 02:01 --- Note we get a different ICE now on the mainline: t.f90: In function ‘MAIN__’: t.f90:2: error: control flow in the middle of basic block 2 t.f90:2: error: true/false edge after a non-COND_EXPR in bb 2 t.f90:2:

[Bug tree-optimization/26994] [4.2/4.3 Regression] Scalar TRANSFER - error: invalid operand to unary operator

2006-11-11 Thread pinskia at gcc dot gnu dot org
--- Comment #12 from pinskia at gcc dot gnu dot org 2006-11-12 02:20 --- _gfortran_set_std (70, 127, 0); D.1015 = C.992; D.1016 = *D.1014; if (D.1016 == 0) goto L0; else goto L1; D.1014 = (char *) D.1015; The order of the BB when inlining is just bogus. Honza, could you look into

[Bug tree-optimization/26994] [4.2/4.3 Regression] Scalar TRANSFER - error: invalid operand to unary operator

2006-11-11 Thread pinskia at gcc dot gnu dot org
--- Comment #13 from pinskia at gcc dot gnu dot org 2006-11-12 02:23 --- Never mind I have a fix. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/29788] [4.1/4.2/4.3 Regression] ICE in var_ann, at tree-flow-inline.h:130

2006-11-11 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2006-11-12 02:29 --- This is an inlining bug, it forgets to fold after folding an indirect reference. I have a fix for this too. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/29788] [4.1/4.2/4.3 Regression] ICE in var_ann, at tree-flow-inline.h:130

2006-11-11 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2006-11-12 02:30 --- Here is the fix: Index: tree-inline.c === --- tree-inline.c (revision 118717) +++ tree-inline.c (working copy) @@ -612,6 +612,8 @@

[Bug tree-optimization/26994] [4.2/4.3 Regression] Scalar TRANSFER - error: invalid operand to unary operator

2006-11-11 Thread pinskia at gcc dot gnu dot org
--- Comment #14 from pinskia at gcc dot gnu dot org 2006-11-12 02:31 --- Here is the fix which I am testing: Index: fortran/trans-expr.c === --- fortran/trans-expr.c(revision 118717) +++ fortran/trans-expr.c

[Bug java/29805] [4.2/4.3 Regression] Write past end of array in java/typeck.c

2006-11-11 Thread daney at gcc dot gnu dot org
--- Comment #3 from daney at gcc dot gnu dot org 2006-11-12 05:36 --- Here is the patch: http://gcc.gnu.org/ml/gcc-patches/2006-11/msg00763.html -- daney at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/21730] [4.0 only] Character length incorrect.

2006-11-11 Thread pault at gcc dot gnu dot org
--- Comment #17 from pault at gcc dot gnu dot org 2006-11-12 07:40 --- Subject: Bug 21730 Author: pault Date: Sun Nov 12 07:40:26 2006 New Revision: 118719 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=118719 Log: 2006-11-12 Paul Thomas [EMAIL PROTECTED] PR

[Bug fortran/29315] error passing an array derived from type element

2006-11-11 Thread pault at gcc dot gnu dot org
--- Comment #7 from pault at gcc dot gnu dot org 2006-11-12 07:40 --- Subject: Bug 29315 Author: pault Date: Sun Nov 12 07:40:26 2006 New Revision: 118719 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=118719 Log: 2006-11-12 Paul Thomas [EMAIL PROTECTED] PR fortran/29699

[Bug fortran/29758] Runtime segfault in RESHAPE with insufficient elements in SOURCE

2006-11-11 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2006-11-12 07:40 --- Subject: Bug 29758 Author: pault Date: Sun Nov 12 07:40:26 2006 New Revision: 118719 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=118719 Log: 2006-11-12 Paul Thomas [EMAIL PROTECTED] PR fortran/29699

[Bug fortran/29431] Not Implemented: complex character array constructors

2006-11-11 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2006-11-12 07:40 --- Subject: Bug 29431 Author: pault Date: Sun Nov 12 07:40:26 2006 New Revision: 118719 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=118719 Log: 2006-11-12 Paul Thomas [EMAIL PROTECTED] PR fortran/29699

[Bug fortran/29699] ICE in trans-decl.c

2006-11-11 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2006-11-12 07:40 --- Subject: Bug 29699 Author: pault Date: Sun Nov 12 07:40:26 2006 New Revision: 118719 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=118719 Log: 2006-11-12 Paul Thomas [EMAIL PROTECTED] PR fortran/29699

[Bug fortran/29699] ICE in trans-decl.c

2006-11-11 Thread pault at gcc dot gnu dot org
--- Comment #7 from pault at gcc dot gnu dot org 2006-11-12 07:41 --- Fixed on trunk and 4.2. 4.1 will follow next weekend. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/21370] gfortran: TARGET attribute for dummy argument and declaration order

2006-11-11 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2006-11-12 07:42 --- Fixed on trunk and 4.2. 4.1 will follow next weekend. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/29431] Not Implemented: complex character array constructors

2006-11-11 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2006-11-12 07:43 --- Fixed on trunk and 4.2. 4.1 will follow next weekend. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/29758] Runtime segfault in RESHAPE with insufficient elements in SOURCE

2006-11-11 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2006-11-12 07:43 --- Fixed on trunk and 4.2. 4.1 will follow next weekend. Paul -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29758

[Bug fortran/29315] error passing an array derived from type element

2006-11-11 Thread pault at gcc dot gnu dot org
--- Comment #8 from pault at gcc dot gnu dot org 2006-11-12 07:44 --- Fixed on trunk and 4.2. 4.1 will follow next weekend. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/21730] [4.0 only] Character length incorrect.

2006-11-11 Thread pault at gcc dot gnu dot org
--- Comment #18 from pault at gcc dot gnu dot org 2006-11-12 07:45 --- My apologies to all - I have been posting to this rather thanPR21370. Paul -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21730

[Bug fortran/29758] Runtime segfault in RESHAPE with insufficient elements in SOURCE

2006-11-11 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2006-11-12 07:46 --- I'd better mark it fixed too -- pault at gcc dot gnu dot org changed: What|Removed |Added