[Bug tree-optimization/19768] [4.0 Regression] ICE: SSA_NAME_OCCURS_IN_ABNORMAL_PHI should be set

2005-06-05 Thread matz at suse dot de
--- Additional Comments From matz at suse dot de 2005-06-06 06:35 --- I know. Andrew: when you backported this patch: PR tree-optimization/21085 * fold-const (fold): Don't change X % -C to X % C if C has overflowed. you accidentally also checked in a change to

[Bug tree-optimization/19768] [4.0 Regression] ICE: SSA_NAME_OCCURS_IN_ABNORMAL_PHI should be set

2005-06-05 Thread matz at suse dot de
--- Additional Comments From matz at suse dot de 2005-06-06 06:19 --- 20050512 was the working one, I meant. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19768

[Bug tree-optimization/19768] [4.0 Regression] ICE: SSA_NAME_OCCURS_IN_ABNORMAL_PHI should be set

2005-06-05 Thread matz at suse dot de
--- Additional Comments From matz at suse dot de 2005-06-06 06:18 --- This happens again. I've seen it in a 20050603 4.0 compiler (compiled with --enable-checking). It was not happening with the 20040512 compiler from the 4.0 branch. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?

[Bug tree-optimization/21847] [4.0/4.1 Regression] misscompiling of the following java code

2005-06-05 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-06-06 05:58 --- The patch looks sensible to me. Andrew Haley, would you have time to test this patch? Andrew (MacLeod), would you be able to approve this patch? -- What|Removed |A

[Bug target/21927] [4.1 regression] irix bootstrap failure in expr.c

2005-06-05 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2005-06-06 05:14 --- http://gcc.gnu.org/ml/gcc-patches/2005-06/msg00433.html -- What|Removed |Added Statu

[Bug target/21927] [4.1 regression] irix bootstrap failure in expr.c

2005-06-05 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2005-06-06 05:04 --- oh, I see. Didn't think BRANCH_COST could ever be negative...? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21927

[Bug fortran/21184] fortran built and tested despite target-libgfortran disabled

2005-06-05 Thread hp at gcc dot gnu dot org
--- Additional Comments From hp at gcc dot gnu dot org 2005-06-06 05:01 --- http://gcc.gnu.org/ml/gcc-patches/2005-06/msg00429.html> -- What|Removed |Added AssignedT

[Bug target/21927] [4.1 regression] irix bootstrap failure in expr.c

2005-06-05 Thread echristo at redhat dot com
--- Additional Comments From echristo at redhat dot com 2005-06-06 04:54 --- Hunh. Saw the warning, no idea how my patch caused it, but I'll look. -- What|Removed |Added

[Bug bootstrap/21919] make bootstrap-lean gets stuck after between-stages crash.

2005-06-05 Thread bmoses-nospam at cits1 dot stanford dot edu
--- Additional Comments From bmoses-nospam at cits1 dot stanford dot edu 2005-06-06 01:50 --- I don't want to be argumentative (which is why I'm leaving this as "resolved"), but I really don't think this should be considered a duplicate of 21766. Yes, bug 21766 is what happened to trig

[Bug target/21927] [4.1 regression] irix bootstrap failure in expr.c

2005-06-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-06 01:37 --- Confirmed, caused by: 2005-06-02 Eric Christopher <[EMAIL PROTECTED]> * config/mips/mips.h (processor_type): Remove PROCESSOR_DEFAULT, add PROCESSOR_MAX. (mips_rtx_cost_data): New

[Bug middle-end/21777] [4.1 Regression] internal compiler error: in set_value_range, at tree-vrp.c:124

2005-06-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-06 01:32 --- Fixed. -- What|Removed |Added Status|WAITING |RESOLVED

[Bug bootstrap/21927] New: [4.1 regression] irix bootstrap failure in expr.c

2005-06-05 Thread billingd at gcc dot gnu dot org
irix6.5 bootstrap fails in expr.c due to a warning (below). Last successful build was cvs from Thu Jun 2 10:07:19 GMT 2005 http://gcc.gnu.org/ml/gcc-testresults/2005-06/msg00131.html stage1/xgcc -Bstage1/ -B/disk4/billingd/tmp/gcc/mips-sgi-irix6.5/bin/ -c -g - O2 -DIN_GCC -W -Wall -Wwrite-st

[Bug c++/21917] Missing warning?

2005-06-05 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Summary|Missing warning? (or error?)|Missing warning? http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21917

[Bug middle-end/21766] [4.1 Regression] Bootstrap failure on i686-pc-cygwin

2005-06-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-06 01:24 --- *** Bug 21919 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug bootstrap/21919] make bootstrap-lean gets stuck after between-stages crash.

2005-06-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-06 01:24 --- *** This bug has been marked as a duplicate of 21766 *** -- What|Removed |Added

[Bug fortran/21905] Not Implemented: Scalarization of non-elemental intrinsic

2005-06-05 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed||1 Last reconfirmed|-00-00 00:00:00 |2005-06-

[Bug tree-optimization/21923] [4.1 Regression] Ada compiler fails to build on gcc 4.1

2005-06-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-06 00:54 --- The following patch fixed the ICE but I don't know for sure if it is the correct fix: Index: tree-ssa.c === RCS file: /cvs/gcc/gcc/gcc/tree-s

[Bug fortran/18082] Infinite loop with automatic length character objects

2005-06-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-06 00:49 --- For some reason we get an infinite linked list. -- What|Removed |Added Last reconfirmed|20

[Bug debug/21828] [4.0/4.1 Regression] debug info omitted for global variables

2005-06-05 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-06-06 00:47 --- Indeed, this patch seems to fix the problem. (Untested as of yet, beyond running the debug.exp tests and the original testcase.) Joseph, Richard, any thoughts on the appropriateness of this for the C fron

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

2005-06-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-06 00:43 --- The example in comment #0, I get the following error: In file t.f:4 read(chr,k) 1 Error: Variable 'k' has not been assigned a format label at (1) -- http://gcc.gnu.org/bugzilla/show_bug.cgi

[Bug fortran/18923] segfault after subroutine name confusion

2005-06-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-06 00:41 --- Fixed in 4.0.1, we no longer get an internal error: In file t.f:3 subroutine foo(i) 1 Error: PROGRAM attribute conflicts with PROCEDURE attribute at (1) In file t.f:4 integer :: i

[Bug fortran/19574] specification expression failure

2005-06-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-06 00:33 --- Reopening for now, I think I read comment # 1 wrong. -- What|Removed |Added Stat

[Bug fortran/19766] wrong results or crash from PURE function

2005-06-05 Thread pinskia at gcc dot gnu dot org
-- Bug 19766 depends on bug 19574, which changed state. Bug 19574 Summary: specification expression failure http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19574 What|Old Value |New Value

[Bug fortran/19766] wrong results or crash from PURE function

2005-06-05 Thread pinskia at gcc dot gnu dot org
-- Bug 19766 depends on bug 19574, which changed state. Bug 19574 Summary: specification expression failure http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19574 What|Old Value |New Value

[Bug fortran/19574] specification expression failure

2005-06-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-06 00:33 --- Fixed in 4.0.1. -- What|Removed |Added Status|NEW |RESOL

[Bug fortran/19269] transpose(reshape(...)) of character array segfaults.

2005-06-05 Thread pinskia at gcc dot gnu dot org
-- Bug 19269 depends on bug 19271, which changed state. Bug 19271 Summary: ICE on a = transpose(a) for character array http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19271 What|Old Value |New Value --

[Bug fortran/19276] [meta-bug] CHARACTER related bugs in gfortran

2005-06-05 Thread pinskia at gcc dot gnu dot org
-- Bug 19276 depends on bug 19271, which changed state. Bug 19271 Summary: ICE on a = transpose(a) for character array http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19271 What|Old Value |New Value --

[Bug fortran/19271] ICE on a = transpose(a) for character array

2005-06-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-06 00:31 --- Fixed in 4.0.1. -- What|Removed |Added Status|NEW |RESOL

[Bug middle-end/21528] [4.0 Regression] Boost shared_ptr_test.cpp fails with -O3

2005-06-05 Thread dnovillo at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |dnovillo at gcc dot gnu dot |dot org |org Status|UNCONFIRMED

[Bug fortran/20879] argument to ICHAR must have length one

2005-06-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-06 00:29 --- Fixed in 4.0.1. -- What|Removed |Added Status|NEW |RESOL

[Bug fortran/20881] should check interfaces for lgobal procedures

2005-06-05 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Severity|enhancement |normal Keywords||ice-on-invalid-code Last reconfirmed|2005-04-22 15:07

[Bug fortran/20840] accepts vector subscript on internal file

2005-06-05 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Keywords||ice-on-invalid-code Last reconfirmed|2005-04-09 19:11:27 |2005-06-06 00:26:30 date|

[Bug fortran/20850] ICE with invalid character equivalence

2005-06-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-06 00:24 --- Very much related to PR 18833. -- What|Removed |Added BugsThisDependsOn|

[Bug debug/21828] [4.0/4.1 Regression] debug info omitted for global variables

2005-06-05 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-06-06 00:21 --- In fact, the C++ front end calls cgraph_optimize before check_global_declarations, so it's at least possible to make the calls in that order. It's possible that we miss some warnings or something that way,

[Bug debug/21828] [4.0/4.1 Regression] debug info omitted for global variables

2005-06-05 Thread mark at codesourcery dot com
--- Additional Comments From mark at codesourcery dot com 2005-06-06 00:15 --- Subject: Re: [4.0/4.1 Regression] debug info omitted for global variables pinskia at gcc dot gnu dot org wrote: > --- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-05 > 23:50 ---

[Bug fortran/19276] [meta-bug] CHARACTER related bugs in gfortran

2005-06-05 Thread pinskia at gcc dot gnu dot org
-- Bug 19276 depends on bug 18959, which changed state. Bug 18959 Summary: ICE in cshift of character array http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18959 What|Old Value |New Value

[Bug fortran/18959] ICE in cshift of character array

2005-06-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-06 00:14 --- Fixed in 4.0.1. -- What|Removed |Added Status|NEW |RESOL

[Bug fortran/19017] ICE in gfc_trans_scalar_assign

2005-06-05 Thread pinskia at gcc dot gnu dot org
-- Bug 19017 depends on bug 18752, which changed state. Bug 18752 Summary: ICE from index triplet arithmetic for character variables http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18752 What|Old Value |New Value

[Bug fortran/15502] [meta-bug] bugs needed for SPEC CPU 2K and 2K5 and 95

2005-06-05 Thread pinskia at gcc dot gnu dot org
-- Bug 15502 depends on bug 18752, which changed state. Bug 18752 Summary: ICE from index triplet arithmetic for character variables http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18752 What|Old Value |New Value

[Bug fortran/18752] ICE from index triplet arithmetic for character variables

2005-06-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-06 00:11 --- Fixed in 4.0.1. -- What|Removed |Added Status|NEW |RESOL

[Bug debug/21828] [4.0/4.1 Regression] debug info omitted for global variables

2005-06-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-05 23:50 --- (In reply to comment #3) > Is there a test case for this bug? (The usual things: preprocessed source, > command-line, etc.?) >From : You can reproduce it us

[Bug debug/21828] [4.0/4.1 Regression] debug info omitted for global variables

2005-06-05 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-06-05 23:48 --- Is there a test case for this bug? (The usual things: preprocessed source, command-line, etc.?) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21828

[Bug libfortran/18392] [4.0 only] segfault on derived type namelist input

2005-06-05 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18392

[Bug target/21315] Unable to link Fortran executables: __builtin_isfinite is undefined

2005-06-05 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21315

[Bug tree-optimization/21847] [4.0/4.1 Regression] misscompiling of the following java code

2005-06-05 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-06-05 23:43 --- In fact make that + mark_stmt_necessary (stmt, true); -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21847

[Bug fortran/18283] gfortran: ICE in gfc_conv_string_parameter, trans-expr.c:1982

2005-06-05 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18283

[Bug tree-optimization/21847] [4.0/4.1 Regression] misscompiling of the following java code

2005-06-05 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-06-05 23:42 --- I believe something like this is necessary. Index: tree-ssa-dce.c === RCS file: /cvs/gcc/gcc/gcc/tree-ssa-dce.c,v retrieving revision 2.44

[Bug fortran/18396] namelist of array in derived type unimplemented

2005-06-05 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18396

[Bug libfortran/18209] namelist read does not work for arrays

2005-06-05 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18209

[Bug libfortran/18210] namelist output format problems

2005-06-05 Thread tobi at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18210

[Bug libf2c/19657] Namelist reading may be skipped if end with a logical variable

2005-06-05 Thread tobi at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19657

[Bug tree-optimization/21847] [4.0/4.1 Regression] misscompiling of the following java code

2005-06-05 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-06-05 23:35 --- Ugh, been looking at the wrong dumps. Simple C test case: void test(void) { int i =0; int j = 1; int k = j/i; } gcc -O -fexceptions -fnon-call-exceptions should not optimize away the divid

[Bug libfortran/18879] [4.0 only] ? not supported in namelist input

2005-06-05 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-05 23:35 --- Subject: Bug 18879 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-06-05 23:33:52 Modified files: gcc/fortran: Change

[Bug libfortran/18591] gfortran: internal error with namelist

2005-06-05 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-05 23:34 --- Subject: Bug 18591 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-06-05 23:33:52 Modified files: gcc/fortran: Change

[Bug libfortran/18392] [4.0 only] segfault on derived type namelist input

2005-06-05 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-05 23:34 --- Subject: Bug 18392 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-06-05 23:33:52 Modified files: gcc/fortran: Change

[Bug libfortran/18209] namelist read does not work for arrays

2005-06-05 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-05 23:34 --- Subject: Bug 18209 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-06-05 23:33:52 Modified files: gcc/fortran: Change

[Bug fortran/17472] [4.0 only] namelist does not handle arrays

2005-06-05 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-05 23:34 --- Subject: Bug 17472 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-06-05 23:33:52 Modified files: gcc/fortran: Change

gcc-bugs@gcc.gnu.org

2005-06-05 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-05 23:34 --- Subject: Bug 17285 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-06-05 23:33:52 Modified files: gcc/fortran: Change

[Bug libfortran/12884] [4.0 only] error in reading a namelist when it is predeced by a line with a SLASH

2005-06-05 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-05 23:34 --- Subject: Bug 12884 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-06-05 23:33:52 Modified files: gcc/fortran: Change

[Bug libf2c/19657] Namelist reading may be skipped if end with a logical variable

2005-06-05 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-05 23:34 --- Subject: Bug 19657 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-06-05 23:33:52 Modified files: gcc/fortran: Change

[Bug libfortran/18210] namelist output format problems

2005-06-05 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-05 23:34 --- Subject: Bug 18210 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-06-05 23:33:52 Modified files: gcc/fortran: Change

[Bug libfortran/18122] [4.0 only] gfortran internal error in namelist read

2005-06-05 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-05 23:34 --- Subject: Bug 18122 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-06-05 23:33:52 Modified files: gcc/fortran: Change

[Bug fortran/18396] namelist of array in derived type unimplemented

2005-06-05 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-05 23:34 --- Subject: Bug 18396 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-06-05 23:33:52 Modified files: gcc/fortran: Change

[Bug fortran/19467] [4.0 only] ICE caused by CHARACTER array in NAMELIST read or write

2005-06-05 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-05 23:34 --- Subject: Bug 19467 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-06-05 23:33:52 Modified files: gcc/fortran: Change

[Bug tree-optimization/21847] [4.0/4.1 Regression] misscompiling of the following java code

2005-06-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-05 23:21 --- (In reply to comment #4) > outD.629 appears to be used uninitialized when DCE is enabled. I don't want > to jump to conclusions, but this smells like an alias-related problem. out is a global variable.

[Bug tree-optimization/21847] [4.0/4.1 Regression] misscompiling of the following java code

2005-06-05 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-06-05 23:19 --- outD.629 appears to be used uninitialized when DCE is enabled. I don't want to jump to conclusions, but this smells like an alias-related problem. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21847

[Bug tree-optimization/21847] [4.0/4.1 Regression] misscompiling of the following java code

2005-06-05 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-06-05 23:10 --- Compiling the test case on i686 -O with today's CVS, I get the following final_cleanup dump: ;; Function t.main(java.lang.String[]) (_ZN1t4mainEP6JArrayIPN4java4lang6StringEE) t.main(java.lang.String[

[Bug tree-optimization/21923] [4.1 Regression] Ada compiler fails to build on gcc 4.1

2005-06-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-05 22:58 --- Specifically the following code: else if (INTEGRAL_TYPE_P (inner_type) && INTEGRAL_TYPE_P (outer_type) && TYPE_UNSIGNED (inner_type) == TYPE_UNSIGNED (outer_type) && TYPE_P

[Bug tree-optimization/21923] [4.1 Regression] Ada compiler fails to build on gcc 4.1

2005-06-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-05 22:57 --- tree_ssa_useless_type_conversion_1 is messing up the types. -- What|Removed |Added

[Bug fortran/16939] Pointers not passed as subroutine arguments

2005-06-05 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16939

[Bug fortran/18890] ICE at assign CHARACTER POINTER array to POINTER or ALLOCATABLE one

2005-06-05 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18890

[Bug target/19235] [4.0 regression] GCC generates SSE2 instructions for AthlonXP which doesn't support them.

2005-06-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-05 22:54 --- *** Bug 19107 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19235

[Bug target/19107] regclass.c miscompiled by -ftree-vectorize

2005-06-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-05 22:54 --- *** This bug has been marked as a duplicate of 19235 *** -- What|Removed |Added

[Bug fortran/19017] ICE in gfc_trans_scalar_assign

2005-06-05 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19017

[Bug target/19107] regclass.c miscompiled by -ftree-vectorize

2005-06-05 Thread pault at gcc dot gnu dot org
--- Additional Comments From pault at gcc dot gnu dot org 2005-06-05 22:51 --- This was incorrectly marked as resolved because of a typo, confusing this with 19017. I DEFINITELY HAVE NOT RESOLVED THIS ONE. -- What|Removed |Added -

[Bug fortran/18689] Internal compiler error with character pointer association in module subroutine

2005-06-05 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18689

[Bug fortran/17202] ice-on-valid-code, trans-array.c:217: gfc_conv_descriptor_dtype Assertion failed

2005-06-05 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17202

[Bug fortran/17193] [meta-bug] Pointer arguments not working correctly

2005-06-05 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17193

[Bug fortran/19271] ICE on a = transpose(a) for character array

2005-06-05 Thread pault at gcc dot gnu dot org
-- Bug 19271 depends on bug 19017, which changed state. Bug 19017 Summary: ICE in gfc_trans_scalar_assign http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19017 What|Old Value |New Value

[Bug fortran/15502] [meta-bug] bugs needed for SPEC CPU 2K and 2K5 and 95

2005-06-05 Thread pault at gcc dot gnu dot org
-- Bug 15502 depends on bug 19017, which changed state. Bug 19017 Summary: ICE in gfc_trans_scalar_assign http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19017 What|Old Value |New Value

[Bug fortran/19276] [meta-bug] CHARACTER related bugs in gfortran

2005-06-05 Thread pault at gcc dot gnu dot org
-- Bug 19276 depends on bug 19017, which changed state. Bug 19017 Summary: ICE in gfc_trans_scalar_assign http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19017 What|Old Value |New Value

[Bug fortran/19017] ICE in gfc_trans_scalar_assign

2005-06-05 Thread pault at gcc dot gnu dot org
--- Additional Comments From pault at gcc dot gnu dot org 2005-06-05 22:49 --- Fixed in 4.0 and 4.1. Please note typo in ChangeLog - was written as 19107. -- What|Removed |Added ---

[Bug fortran/17192] Functions returning character pointer via argument are broken

2005-06-05 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17192

[Bug fortran/19017] ICE in gfc_trans_scalar_assign

2005-06-05 Thread pault at gcc dot gnu dot org
-- Bug 19017 depends on bug 18890, which changed state. Bug 18890 Summary: ICE at assign CHARACTER POINTER array to POINTER or ALLOCATABLE one http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18890 What|Old Value |New Value -

[Bug fortran/15502] [meta-bug] bugs needed for SPEC CPU 2K and 2K5 and 95

2005-06-05 Thread pault at gcc dot gnu dot org
-- Bug 15502 depends on bug 18890, which changed state. Bug 18890 Summary: ICE at assign CHARACTER POINTER array to POINTER or ALLOCATABLE one http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18890 What|Old Value |New Value -

[Bug fortran/19276] [meta-bug] CHARACTER related bugs in gfortran

2005-06-05 Thread pault at gcc dot gnu dot org
-- Bug 19276 depends on bug 18890, which changed state. Bug 18890 Summary: ICE at assign CHARACTER POINTER array to POINTER or ALLOCATABLE one http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18890 What|Old Value |New Value -

[Bug fortran/18890] ICE at assign CHARACTER POINTER array to POINTER or ALLOCATABLE one

2005-06-05 Thread pault at gcc dot gnu dot org
--- Additional Comments From pault at gcc dot gnu dot org 2005-06-05 22:47 --- Fixed in 4.0 and 4.1 -- What|Removed |Added Status|NEW |RE

[Bug fortran/18689] Internal compiler error with character pointer association in module subroutine

2005-06-05 Thread pault at gcc dot gnu dot org
--- Additional Comments From pault at gcc dot gnu dot org 2005-06-05 22:46 --- Fixed in 4.0 and 4.1 -- What|Removed |Added Status|NEW |RE

[Bug fortran/19276] [meta-bug] CHARACTER related bugs in gfortran

2005-06-05 Thread pault at gcc dot gnu dot org
-- Bug 19276 depends on bug 18689, which changed state. Bug 18689 Summary: Internal compiler error with character pointer association in module subroutine http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18689 What|Old Value |New Value -

[Bug fortran/19276] [meta-bug] CHARACTER related bugs in gfortran

2005-06-05 Thread pault at gcc dot gnu dot org
-- Bug 19276 depends on bug 17202, which changed state. Bug 17202 Summary: ice-on-valid-code, trans-array.c:217: gfc_conv_descriptor_dtype Assertion failed http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17202 What|Old Value |New Value

[Bug fortran/17202] ice-on-valid-code, trans-array.c:217: gfc_conv_descriptor_dtype Assertion failed

2005-06-05 Thread pault at gcc dot gnu dot org
--- Additional Comments From pault at gcc dot gnu dot org 2005-06-05 22:45 --- Fixed in 4.0 and 4.1 -- What|Removed |Added Status|NEW |RE

[Bug fortran/15809] ICE Using Pointer Functions

2005-06-05 Thread pault at gcc dot gnu dot org
-- Bug 15809 depends on bug 17193, which changed state. Bug 17193 Summary: [meta-bug] Pointer arguments not working correctly http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17193 What|Old Value |New Value ---

[Bug fortran/15972] ICE : assertion failure in trans-array.c (pointer function stuff)

2005-06-05 Thread pault at gcc dot gnu dot org
-- Bug 15972 depends on bug 17193, which changed state. Bug 17193 Summary: [meta-bug] Pointer arguments not working correctly http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17193 What|Old Value |New Value ---

[Bug fortran/16942] ICE automatic length vector as function return value

2005-06-05 Thread pault at gcc dot gnu dot org
-- Bug 16942 depends on bug 17193, which changed state. Bug 17193 Summary: [meta-bug] Pointer arguments not working correctly http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17193 What|Old Value |New Value ---

[Bug fortran/17202] ice-on-valid-code, trans-array.c:217: gfc_conv_descriptor_dtype Assertion failed

2005-06-05 Thread pault at gcc dot gnu dot org
-- Bug 17202 depends on bug 17193, which changed state. Bug 17193 Summary: [meta-bug] Pointer arguments not working correctly http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17193 What|Old Value |New Value ---

[Bug fortran/16939] Pointers not passed as subroutine arguments

2005-06-05 Thread pault at gcc dot gnu dot org
-- Bug 16939 depends on bug 17193, which changed state. Bug 17193 Summary: [meta-bug] Pointer arguments not working correctly http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17193 What|Old Value |New Value ---

[Bug fortran/17193] [meta-bug] Pointer arguments not working correctly

2005-06-05 Thread pault at gcc dot gnu dot org
--- Additional Comments From pault at gcc dot gnu dot org 2005-06-05 22:44 --- Fixed in 4.0 and 4.1 -- What|Removed |Added Status|NEW |RE

[Bug fortran/17192] Functions returning character pointer via argument are broken

2005-06-05 Thread pault at gcc dot gnu dot org
-- Bug 17192 depends on bug 17193, which changed state. Bug 17193 Summary: [meta-bug] Pointer arguments not working correctly http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17193 What|Old Value |New Value ---

[Bug fortran/16939] Pointers not passed as subroutine arguments

2005-06-05 Thread pault at gcc dot gnu dot org
-- Bug 16939 depends on bug 17192, which changed state. Bug 17192 Summary: Functions returning character pointer via argument are broken http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17192 What|Old Value |New Value

[Bug fortran/19276] [meta-bug] CHARACTER related bugs in gfortran

2005-06-05 Thread pault at gcc dot gnu dot org
-- Bug 19276 depends on bug 17192, which changed state. Bug 17192 Summary: Functions returning character pointer via argument are broken http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17192 What|Old Value |New Value

  1   2   3   4   5   >