[Bug target/22082] Can't link 64-bit shared libraries with Xcode 2.1

2005-11-18 Thread lucier at math dot purdue dot edu
--- Comment #31 from lucier at math dot purdue dot edu 2005-11-19 07:50 --- Subject: Re: Can't link 64-bit shared libraries with Xcode 2.1 Can you explain what Apple's libtool has to do with it? Is it used by gcc to find these libraries at link time? Brad -- http://gcc.gnu.or

[Bug libfortran/24342] [4.1 regression] testsuite failure:gfortran.fortran-torture/execute/in-pack.f90 exe

2005-11-18 Thread hp at gcc dot gnu dot org
--- Comment #11 from hp at gcc dot gnu dot org 2005-11-19 07:18 --- Between "Sat Nov 12 22:59:48 UTC 2005 (revision 106840M)" and "Sun Nov 13 07:41:36 UTC 2005 (revision 106853M)" there was a changed that made the -Os case now pass, still true with "Fri Nov 18 17:28:22 UTC 2005 (revision

[Bug target/22082] Can't link 64-bit shared libraries with Xcode 2.1

2005-11-18 Thread geoffk at gcc dot gnu dot org
--- Comment #30 from geoffk at gcc dot gnu dot org 2005-11-19 04:56 --- libtool -arch_only ppc64 doesn't work with -L paths containing '..' -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22082

[Bug target/22082] Can't link 64-bit shared libraries with Xcode 2.1

2005-11-18 Thread geoffk at gcc dot gnu dot org
--- Comment #29 from geoffk at gcc dot gnu dot org 2005-11-19 04:42 --- This is really '3rd party to resolve'. It shouldn't be fixed in GCC, but rather in Apple's libtool. -- geoffk at gcc dot gnu dot org changed: What|Removed |Added -

[Bug target/22082] Can't link 64-bit shared libraries with Xcode 2.1

2005-11-18 Thread geoffk at geoffk dot org
--- Comment #28 from geoffk at geoffk dot org 2005-11-19 04:40 --- Subject: Re: Can't link 64-bit shared libraries with Xcode 2.1 On 18/11/2005, at 6:42 PM, lucier at math dot purdue dot edu wrote: > --- Comment #27 from lucier at math dot purdue dot edu > 2005-11-19 02:42 ---

[Bug rtl-optimization/24626] [4.1 Regression] internal compiler error: verify_flow_info failed

2005-11-18 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #17 from dave at hiauly1 dot hia dot nrc dot ca 2005-11-19 03:41 --- Subject: Re: [4.1 Regression] internal compiler error: verify_flow_info failed > >if (n_branch != 1 && any_condjump_p (BB_END (bb)) > > - && JUMP_LABEL (BB_END (bb)) != BB_HEAD (fallthru->

[Bug rtl-optimization/24626] [4.1 Regression] internal compiler error: verify_flow_info failed

2005-11-18 Thread pinskia at gcc dot gnu dot org
--- Comment #16 from pinskia at gcc dot gnu dot org 2005-11-19 03:06 --- (In reply to comment #12) > Hmm: > what changed is: >if (n_branch != 1 && any_condjump_p (BB_END (bb)) > - && JUMP_LABEL (BB_END (bb)) != BB_HEAD (fallthru->dest)) > + && JUMP_LABEL (BB_END

[Bug rtl-optimization/24626] [4.1 Regression] internal compiler error: verify_flow_info failed

2005-11-18 Thread pinskia at gcc dot gnu dot org
--- Comment #15 from pinskia at gcc dot gnu dot org 2005-11-19 02:55 --- This is related to the old PR 10024 which has the same instruction. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug rtl-optimization/24626] [4.1 Regression] internal compiler error: verify_flow_info failed

2005-11-18 Thread pinskia at gcc dot gnu dot org
--- Comment #14 from pinskia at gcc dot gnu dot org 2005-11-19 02:52 --- (In reply to comment #13) > This sounds familiar ;( It should because it was: http://gcc.gnu.org/ml/gcc-patches/2003-06/msg02416.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24626

[Bug other/24829] [4.1 Regression] libobjc testsuite failures

2005-11-18 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #9 from dave at hiauly1 dot hia dot nrc dot ca 2005-11-19 02:51 --- Subject: Re: [4.1 Regression] libobjc testsuite failures > --- Comment #8 from mmitchel at gcc dot gnu dot org 2005-11-19 02:13 > --- > Objective-C is not release-critical. This is only one of s

[Bug rtl-optimization/24626] [4.1 Regression] internal compiler error: verify_flow_info failed

2005-11-18 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #13 from dave at hiauly1 dot hia dot nrc dot ca 2005-11-19 02:44 --- Subject: Re: [4.1 Regression] internal compiler error: verify_flow_info failed > But the edge is the same now :) > as: > Cross jumping from bb 1 to bb 2; 2 common insns > Deleted label in block 3. > > Bu

[Bug target/22082] Can't link 64-bit shared libraries with Xcode 2.1

2005-11-18 Thread lucier at math dot purdue dot edu
--- Comment #27 from lucier at math dot purdue dot edu 2005-11-19 02:42 --- Subject: Re: Can't link 64-bit shared libraries with Xcode 2.1 I don't know what Apple's priorities are here, but it would be really nice to get 64-bit dynamic libraries working on Darwin. (Or maybe they

[Bug rtl-optimization/24626] [4.1 Regression] internal compiler error: verify_flow_info failed

2005-11-18 Thread pinskia at gcc dot gnu dot org
--- Comment #12 from pinskia at gcc dot gnu dot org 2005-11-19 02:42 --- Hmm: what changed is: if (n_branch != 1 && any_condjump_p (BB_END (bb)) - && JUMP_LABEL (BB_END (bb)) != BB_HEAD (fallthru->dest)) + && JUMP_LABEL (BB_END (bb)) == BB_HEAD (fallthru->dest))

[Bug c++/8355] befriending a template specialization in another namespace

2005-11-18 Thread mmitchel at gcc dot gnu dot org
--- Comment #8 from mmitchel at gcc dot gnu dot org 2005-11-19 02:38 --- Fixed in 4.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug rtl-optimization/24626] [4.1 Regression] internal compiler error: verify_flow_info failed

2005-11-18 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2005-11-19 02:37 --- Hmm: Simplifying condjump 15 around jump 67 Merged 2 and 3 without moving. But the edge is the same now :) as: Cross jumping from bb 1 to bb 2; 2 common insns Deleted label in block 3. But we don't delete the co

[Bug middle-end/24827] FAIL: gcc.dg/attr-weakref-1.c

2005-11-18 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #6 from dave at hiauly1 dot hia dot nrc dot ca 2005-11-19 02:36 --- Subject: Re: FAIL: gcc.dg/attr-weakref-1.c > Does this target actually support weak declarations? It appears to me that it > only does when the assembler supports .weak, but even then, the linker will > o

[Bug target/24757] [4.1 Regression] __sync_fetch_and_add on ia64

2005-11-18 Thread pcarlini at suse dot de
--- Comment #25 from pcarlini at suse dot de 2005-11-19 02:33 --- (In reply to comment #23) > And it does appear to change the behaviour of one of the testsuite tests, > but it doesn't fix both of them. I'll claim, then, that it didn't fix either > of them, but merely changed the timing

[Bug rtl-optimization/24626] [4.1 Regression] internal compiler error: verify_flow_info failed

2005-11-18 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2005-11-19 02:31 --- Here is a shorter testcase: long fff(int*); long F2(int *node) { long call_result = 0; if (call_result = fff(node)) goto error_free_node; T(node); return 0; error_free_node: T(node); return call_result;

[Bug c++/8355] befriending a template specialization in another namespace

2005-11-18 Thread mmitchel at gcc dot gnu dot org
--- Comment #7 from mmitchel at gcc dot gnu dot org 2005-11-19 02:26 --- Subject: Bug 8355 Author: mmitchel Date: Sat Nov 19 02:25:55 2005 New Revision: 107207 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107207 Log: PR c++/8355 * decl.c (grokfndecl): Set up D

[Bug target/24934] [4.1 Regression] profilebootstrap failure with debugging disabled

2005-11-18 Thread mmitchel at gcc dot gnu dot org
--- Comment #12 from mmitchel at gcc dot gnu dot org 2005-11-19 02:22 --- This is too obscure to be release-critical. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added -

[Bug tree-optimization/24931] [4.0/4.1 Regression] uninitialized structure member after assignment

2005-11-18 Thread mmitchel at gcc dot gnu dot org
--- Comment #2 from mmitchel at gcc dot gnu dot org 2005-11-19 02:21 --- This is annoying warning; let's fix. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added -

[Bug rtl-optimization/24930] [4.0/4.1 Regression] Crash in combine

2005-11-18 Thread mmitchel at gcc dot gnu dot org
--- Comment #4 from mmitchel at gcc dot gnu dot org 2005-11-19 02:20 --- Showstopper. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|

[Bug c++/24915] [3.4/4.0/4.1 Regression] Overload errors generated without template instantiations for class member templates

2005-11-18 Thread mmitchel at gcc dot gnu dot org
--- Comment #1 from mmitchel at gcc dot gnu dot org 2005-11-19 02:19 --- Should be fixed before release. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug debug/24908] [4.0/4.1 Regression] ICE in dwarf2out for cpu2000 with -funroll-loops -fno-tree-copyrename

2005-11-18 Thread mmitchel at gcc dot gnu dot org
--- Comment #7 from mmitchel at gcc dot gnu dot org 2005-11-19 02:19 --- Showstopper. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|

[Bug c++/24907] [3.4/4.0/4.1 Regression] "int x, ;" accepted

2005-11-18 Thread mmitchel at gcc dot gnu dot org
--- Comment #2 from mmitchel at gcc dot gnu dot org 2005-11-19 02:18 --- Should be an easy fix. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/24899] [4.1 Regression] Miscompiles libgnomecanvas

2005-11-18 Thread mmitchel at gcc dot gnu dot org
--- Comment #11 from mmitchel at gcc dot gnu dot org 2005-11-19 02:18 --- Should this bug go into WORKSFORME state? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24899

[Bug rtl-optimization/24883] [4.1 Regression] fatal error: internal consistency failure building xorg-x11

2005-11-18 Thread mmitchel at gcc dot gnu dot org
--- Comment #7 from mmitchel at gcc dot gnu dot org 2005-11-19 02:16 --- S390 is not release critical. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/24850] [4.1 regression] bootstrap failure on m68k-linux

2005-11-18 Thread mmitchel at gcc dot gnu dot org
--- Comment #1 from mmitchel at gcc dot gnu dot org 2005-11-19 02:15 --- 68k is not a primary/secondary platform, but bootstrap failures are obviously bad. Let's fix this if we can. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/24757] [4.1 Regression] __sync_fetch_and_add on ia64

2005-11-18 Thread pcarlini at suse dot de
--- Comment #24 from pcarlini at suse dot de 2005-11-19 02:15 --- (In reply to comment #23) > Created an attachment (id=10289) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10289&action=view) [edit] > mf hack > > For the record, here's the aforementioned hack. Ok, thanks. Over th

[Bug target/24831] [4.1 regression] gthr-dce.h:77: error: expected expression before '{' token

2005-11-18 Thread mmitchel at gcc dot gnu dot org
--- Comment #3 from mmitchel at gcc dot gnu dot org 2005-11-19 02:14 --- HP-UX 10 is not a primary platform, but this seems an easy fix; let's fix it if we can. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added --

[Bug other/24829] [4.1 Regression] libobjc testsuite failures

2005-11-18 Thread mmitchel at gcc dot gnu dot org
--- Comment #8 from mmitchel at gcc dot gnu dot org 2005-11-19 02:13 --- Objective-C is not release-critical. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added -

[Bug debug/24824] [4.1 Regression] ICE: in build_abbrev_table, at dwarf2out.c:6427 with -feliminate-dwarf2-dups

2005-11-18 Thread mmitchel at gcc dot gnu dot org
--- Comment #6 from mmitchel at gcc dot gnu dot org 2005-11-19 02:12 --- Showstopper. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|

[Bug rtl-optimization/24823] [4.1 Regression] ICE in insert_save, at caller-save.c:719

2005-11-18 Thread mmitchel at gcc dot gnu dot org
--- Comment #10 from mmitchel at gcc dot gnu dot org 2005-11-19 02:11 --- Showstopper. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority

[Bug target/24626] [4.1 Regression] internal compiler error: verify_flow_info failed

2005-11-18 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2005-11-19 02:11 --- HUH: ;; succ: 2 [100.0%] (fallthru) (jump_insn 21 19 31 0 (parallel [ (set (pc) (if_then_else (eq (reg:SI 28 %r28) (const_int 0 [0x0]))

[Bug rtl-optimization/24810] [4.1 Regression] mov + mov + testl generated instead of testb

2005-11-18 Thread mmitchel at gcc dot gnu dot org
--- Comment #4 from mmitchel at gcc dot gnu dot org 2005-11-19 02:10 --- Should be fixed before 4.1, if possible. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added -

[Bug tree-optimization/24793] [4.1 Regression] ICE: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746

2005-11-18 Thread mmitchel at gcc dot gnu dot org
--- Comment #8 from mmitchel at gcc dot gnu dot org 2005-11-19 02:09 --- Showstopper. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|

[Bug target/24757] [4.1 Regression] __sync_fetch_and_add on ia64

2005-11-18 Thread rth at gcc dot gnu dot org
--- Comment #23 from rth at gcc dot gnu dot org 2005-11-19 02:09 --- Created an attachment (id=10289) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10289&action=view) mf hack For the record, here's the aforementioned hack. And it does appear to change the behaviour of one of the

[Bug c++/24782] [3.4/4.0/4.1 Regression] wrongly accepted nested private typedef

2005-11-18 Thread mmitchel at gcc dot gnu dot org
--- Comment #2 from mmitchel at gcc dot gnu dot org 2005-11-19 02:09 --- It would be nice to fix this, but not critical. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/24757] [4.1 Regression] __sync_fetch_and_add on ia64

2005-11-18 Thread mmitchel at gcc dot gnu dot org
--- Comment #22 from mmitchel at gcc dot gnu dot org 2005-11-19 02:08 --- I think we need to understand this problem before we release. It might be that we downgrade the priority if it turns out to be a problem outside our control. -- mmitchel at gcc dot gnu dot org changed:

[Bug c++/24671] [4.0/4.1 regression] ICE with zero-sized arrays

2005-11-18 Thread mmitchel at gcc dot gnu dot org
--- Comment #2 from mmitchel at gcc dot gnu dot org 2005-11-19 01:58 --- We should try to fix this, but zero-sized arrays are non-standard, so P2. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/24665] [4.0/4.1 Regression] internal compiler error: get_indirect_ref_operands

2005-11-18 Thread mmitchel at gcc dot gnu dot org
--- Comment #5 from mmitchel at gcc dot gnu dot org 2005-11-19 01:39 --- Showstopper. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|

[Bug tree-optimization/24653] [4.1 regression] EON regressed seriously on x86-64

2005-11-18 Thread mmitchel at gcc dot gnu dot org
--- Comment #6 from mmitchel at gcc dot gnu dot org 2005-11-19 01:39 --- It would be a shame not to apply this patch, since it's been approved. Let's get it applied, and get this closed. -- mmitchel at gcc dot gnu dot org changed: What|Removed |A

[Bug target/24626] [4.1 Regression] internal compiler error: verify_flow_info failed

2005-11-18 Thread mmitchel at gcc dot gnu dot org
--- Comment #8 from mmitchel at gcc dot gnu dot org 2005-11-19 01:37 --- Showstopper. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|

[Bug c++/24605] [4.0/4.1 Regression] internal compiler error: Segmentation fault while compiling c++ file

2005-11-18 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24605

[Bug rtl-optimization/23837] [4.0/4.1 regression] Wrong code with -fschedule-insns

2005-11-18 Thread pinskia at gcc dot gnu dot org
--- Comment #14 from pinskia at gcc dot gnu dot org 2005-11-19 01:28 --- This also effects hppa2.0w-hp-hpux11.11 which means this effects a primary target. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/24626] [4.1 Regression] internal compiler error: verify_flow_info failed

2005-11-18 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2005-11-19 01:27 --- Confirmed on hppa2.0w-hp-hpux11.11 also which means this effects a primary target also. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug fortran/24807] Fortran supports real*16, but not complex*32

2005-11-18 Thread schnetter at aei dot mpg dot de
--- Comment #4 from schnetter at aei dot mpg dot de 2005-11-19 01:16 --- The same error message was already given (a few lines further down) when the kind had an unsupported value. An old style kind is given in a declaration as "real*8", a new style kind as "real(8)". For integer and

[Bug target/24626] [4.1 Regression] internal compiler error: verify_flow_info failed

2005-11-18 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2005-11-19 01:16 --- Testing this on a cross to hppa2.0w-hp-hpux11.11 to see if this fails there so it can be considered exposed on a primary target. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24626

[Bug target/24757] [4.1 Regression] __sync_fetch_and_add on ia64

2005-11-18 Thread pcarlini at suse dot de
--- Comment #21 from pcarlini at suse dot de 2005-11-19 01:08 --- Just in case, those are ready to use outside the testsuite... For me, especially the second one, fails very quickly and consistently on 4-way and 16-way. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24757

[Bug target/24757] [4.1 Regression] __sync_fetch_and_add on ia64

2005-11-18 Thread pcarlini at suse dot de
--- Comment #20 from pcarlini at suse dot de 2005-11-19 01:06 --- Created an attachment (id=10288) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10288&action=view) Slightly hacked, self contained test (for use outside the testsuite) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?

[Bug target/24757] [4.1 Regression] __sync_fetch_and_add on ia64

2005-11-18 Thread pcarlini at suse dot de
--- Comment #19 from pcarlini at suse dot de 2005-11-19 01:05 --- Created an attachment (id=10287) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10287&action=view) Slightly hacked, self contained test (for use outside the testsuite) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?

[Bug libfortran/24919] GFORTRAN input and carriage returns

2005-11-18 Thread fxcoudert at gcc dot gnu dot org
--- Comment #9 from fxcoudert at gcc dot gnu dot org 2005-11-19 00:58 --- (In reply to comment #8) > Tried yesterday's snapshot of 4.1 and it still does not work. OK, I'm on it. Looks like someone forgot about CRLF systems :) I'll try to submit a first patch tomorrow... -- fxcoude

[Bug target/24757] [4.1 Regression] __sync_fetch_and_add on ia64

2005-11-18 Thread rth at gcc dot gnu dot org
--- Comment #18 from rth at gcc dot gnu dot org 2005-11-19 00:56 --- Dammit, lemme try again; I patched a different tree than I tested. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24757

[Bug c/8083] GCC does not warn for aliasing violations

2005-11-18 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |3.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8083

[Bug debug/7030] Incorrect DWARF

2005-11-18 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |3.1.x/3.2.x http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7030

[Bug ada/24857] ada/s-auxdec.ads alignment issue for arm-rtems

2005-11-18 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24857

[Bug rtl-optimization/24899] [4.1 Regression] Miscompiles libgnomecanvas

2005-11-18 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2005-11-19 00:32 --- (In reply to comment #8) > I can't reproduce this with r107187. I cannot reproduce it either with 107184 either. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24899

[Bug fortran/24807] Fortran supports real*16, but not complex*32

2005-11-18 Thread fxcoudert at gcc dot gnu dot org
--- Comment #3 from fxcoudert at gcc dot gnu dot org 2005-11-19 00:14 --- (In reply to comment #1) > The reason of the problem is that the conversion from complex*N to real*M with > N=2M happens only for selected values. The enclosed patch may help. This patch is OK but I don't quite

[Bug rtl-optimization/24823] [4.1 Regression] ICE in insert_save, at caller-save.c:719

2005-11-18 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2005-11-19 00:14 --- Note the shortest (C) testcase get that pattern is: _Complex double f(void); void g(void) { _Complex double a = f(); } Though will not cause the ICE. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24823

[Bug c++/8355] befriending a template specialization in another namespace

2005-11-18 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |mark at codesourcery dot com |dot org

[Bug rtl-optimization/24823] [4.1 Regression] ICE in insert_save, at caller-save.c:719

2005-11-18 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2005-11-19 00:06 --- The instruction: (call_insn:HI 361 360 362 32 (set (parallel:DC [ (expr_list:REG_DEP_TRUE (reg:DF 21 xmm0) (const_int 0 [0x0])) (expr_list:REG_DEP_TRUE (reg:DF 22 x

[Bug rtl-optimization/24823] [4.1 Regression] ICE in insert_save, at caller-save.c:719

2005-11-18 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2005-11-19 00:02 --- (In reply to comment #6) > Btw., this also happens on armv4l compiling NX: That might be a different bug. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24823

[Bug java/24938] gcj -C miscompiles gnu/CORBA/DynAn/gnuDynValue.java

2005-11-18 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-11-18 23:52 --- By the way it was PR 24184 which I closed as a dup of this one since this has more information. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug java/24938] gcj -C miscompiles gnu/CORBA/DynAn/gnuDynValue.java

2005-11-18 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-11-18 23:51 --- *** Bug 24184 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug java/24184] bytecode miscompilation of CORBA

2005-11-18 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-11-18 23:51 --- PR 24938 has a little more anaylsis of the problem. *** This bug has been marked as a duplicate of 24938 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug target/24757] [4.1 Regression] __sync_fetch_and_add on ia64

2005-11-18 Thread pcarlini at suse dot de
--- Comment #17 from pcarlini at suse dot de 2005-11-18 23:41 --- (In reply to comment #16) > Alex's explanation can't be all of it. I hacked the compiler to emit two > "mf" instructions before and after the sequence here, and it made no > difference to the two tests failing. I really

[Bug fortran/24936] [4.1 Regression] Internal error

2005-11-18 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-11-18 23:38 --- Here is what the parse tree looks like: POINTER ASSIGN MAIN__:charts(MAIN__:i) % name MAIN__:names(MAIN__:i) -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug rtl-optimization/24899] [4.1 Regression] Miscompiles libgnomecanvas

2005-11-18 Thread steven at gcc dot gnu dot org
--- Comment #9 from steven at gcc dot gnu dot org 2005-11-18 23:37 --- This does in no way block the removal of loop.c. Rather, the (now latent again) bug would disappear with loop.c if/when we nuke it. -- steven at gcc dot gnu dot org changed: What|Removed

[Bug fortran/24936] [4.1 Regression] Internal error

2005-11-18 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-11-18 23:36 --- Confirmed, I might had caused this. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/24899] [4.1 Regression] Miscompiles libgnomecanvas

2005-11-18 Thread steven at gcc dot gnu dot org
--- Comment #8 from steven at gcc dot gnu dot org 2005-11-18 23:35 --- I can't reproduce this with r107187. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24899

[Bug target/24757] [4.1 Regression] __sync_fetch_and_add on ia64

2005-11-18 Thread rth at gcc dot gnu dot org
--- Comment #16 from rth at gcc dot gnu dot org 2005-11-18 23:32 --- Alex's explanation can't be all of it. I hacked the compiler to emit two "mf" instructions before and after the sequence here, and it made no difference to the two tests failing. I really have no idea what's going on.

[Bug java/24938] New: gcj -C miscompiles gnu/CORBA/DynAn/gnuDynValue.java

2005-11-18 Thread mark at gcc dot gnu dot org
There are two pieces of code in gnuDynValue that generate unverifiable (and wrong!) code. The following method in this file: public int component_count() { return isNull ? 0 : super.component_count(); } Generates the following byte code: Method name:"component_count" public Signature:

[Bug fortran/24936] New: Internal error

2005-11-18 Thread uttamp at us dot ibm dot com
Following code causing the ice in fortran/trans.c at line 152 $ cat test_forall.f90 program test_forall type element character(32), pointer :: name end type element type(element) :: charts(50) character(32), target :: names(50) for

[Bug fortran/23815] Add -byteswapio flag

2005-11-18 Thread tkoenig at gcc dot gnu dot org
--- Comment #18 from tkoenig at gcc dot gnu dot org 2005-11-18 21:17 --- Updated patch. -- tkoenig at gcc dot gnu dot org changed: What|Removed |Added URL

[Bug ada/24857] ada/s-auxdec.ads alignment issue for arm-rtems

2005-11-18 Thread joel at gcc dot gnu dot org
--- Comment #4 from joel at gcc dot gnu dot org 2005-11-18 21:16 --- arm-rtems4.7 now builds. The empty version is used for all RTEMS target. Thanks. -- joel at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/24934] [4.1 Regression] profilebootstrap failure with debugging disabled

2005-11-18 Thread rguenth at gcc dot gnu dot org
--- Comment #11 from rguenth at gcc dot gnu dot org 2005-11-18 21:07 --- See http://sources.redhat.com/bugzilla/show_bug.cgi?id=994 for the binutils bug. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24934

[Bug target/24934] [4.1 Regression] profilebootstrap failure with debugging disabled

2005-11-18 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2005-11-18 21:02 --- So if -g does not fix it, then this is not related at all to PR 22313. We should just disable --freorder-blocks-and-partition if gas is unwilling to support unwind info when the section changes. See http://sources

[Bug target/24934] [4.1 Regression] profilebootstrap failure with debugging disabled

2005-11-18 Thread rguenth at gcc dot gnu dot org
--- Comment #9 from rguenth at gcc dot gnu dot org 2005-11-18 21:01 --- Arguably an as bug, but maybe we should not use -freorder-blocks-and-partition on ia64 profiledbootstrap. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24934

[Bug target/24934] [4.1 Regression] profilebootstrap failure with debugging disabled

2005-11-18 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2005-11-18 21:00 --- Created an attachment (id=10285) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10285&action=view) wrong assembly -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24934

[Bug target/24934] [4.1 Regression] profilebootstrap failure with debugging disabled

2005-11-18 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2005-11-18 21:00 --- Created an attachment (id=10284) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10284&action=view) profile data 2/2 -- rguenth at gcc dot gnu dot org changed: What|Removed

[Bug target/24934] [4.1 Regression] profilebootstrap failure with debugging disabled

2005-11-18 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2005-11-18 20:59 --- Created an attachment (id=10283) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10283&action=view) profile data 1/2 -- rguenth at gcc dot gnu dot org changed: What|Removed

[Bug target/24934] [4.1 Regression] profilebootstrap failure with debugging disabled

2005-11-18 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2005-11-18 20:59 --- Created an attachment (id=10282) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10282&action=view) testcase new testcase. Compile with stage1/cc1 -fpreprocessed c-lex.i -quiet -dumpbase c-lex.i -auxbase-strip

[Bug fortran/24923] iostat on read

2005-11-18 Thread ray at ultramarine dot com
--- Comment #5 from ray at ultramarine dot com 2005-11-18 20:51 --- Subject: Re: iostat on read On Fri, 18 Nov 2005, pinskia at gcc dot gnu dot org wrote: > > > --- Comment #4 from pinskia at gcc dot gnu dot org 2005-11-18 20:03 > --- > (In reply to comment #3) > > a.o

[Bug tree-optimization/24935] crash with -ftree-vectorize

2005-11-18 Thread httpsuser at yahoo dot com
--- Comment #3 from httpsuser at yahoo dot com 2005-11-18 20:38 --- 1. download Firefox source http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/1.5rc3/source/firefox-1.5rc3-source.tar.bz2 2. compile with my .mozconfig 3. run in gdb with firefox -g 4. browse http://www.ciao.co.uk/.

[Bug rtl-optimization/24883] [4.1 Regression] fatal error: internal consistency failure building xorg-x11

2005-11-18 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2005-11-18 20:30 --- I'll do it. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24883

[Bug target/24934] [4.1 Regression] profilebootstrap failure with debugging disabled

2005-11-18 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2005-11-18 20:28 --- Grrr, the testcase was created with some older binutils. Trying to create one with one that matches the reported error. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24934

[Bug tree-optimization/24935] crash with -ftree-vectorize

2005-11-18 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-11-18 20:26 --- There is not enough information here to fix this bug. We need a short testcase where the bug is? -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug tree-optimization/24935] crash with -ftree-vectorize

2005-11-18 Thread httpsuser at yahoo dot com
--- Comment #1 from httpsuser at yahoo dot com 2005-11-18 20:19 --- Created an attachment (id=10281) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10281&action=view) backtrace -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24935

[Bug target/24934] [4.1 Regression] profilebootstrap failure with debugging disabled

2005-11-18 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2005-11-18 20:19 --- Created an attachment (id=10280) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10280&action=view) profile data 2/2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24934

[Bug target/24934] [4.1 Regression] profilebootstrap failure with debugging disabled

2005-11-18 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2005-11-18 20:18 --- Created an attachment (id=10279) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10279&action=view) profile data 1/2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24934

[Bug c++/24935] New: crash with -ftree-vectorize

2005-11-18 Thread httpsuser at yahoo dot com
Firefox 1.5 rc3, if compiled with -ftree-vectorize, always crashes on many web sites e.g. www.ciao.co.uk. see attachment .mozconfig: export MOZ_PHOENIX=1 export CFLAGS="-O3 --param max-inline-insns-single=16 --param max-inline-insns-auto=16 -fno-unswitch-loops -g -pipe -mmmx -msse -march=pentium3

[Bug target/24934] [4.1 Regression] profilebootstrap failure with debugging disabled

2005-11-18 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug target/24934] profilebootstrap failure with debugging disabled

2005-11-18 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2005-11-18 20:17 --- Created an attachment (id=10278) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10278&action=view) testcase Testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24934

[Bug target/24934] New: profilebootstrap failure with debugging disabled

2005-11-18 Thread rguenth at gcc dot gnu dot org
profilebootstrap with CFLAGS="-O2" BOOT_CFLAGS="-O2" fails with /tmp/ccloJJLt.s: Assembler messages: /tmp/ccloJJLt.s:138: Warning: Corrupted unwind info due to unsupported section switching /tmp/ccloJJLt.s:747: Internal error! Assertion failure in ia64_estimate_size_before_relax at ../../gas/confi

[Bug rtl-optimization/24883] [4.1 Regression] fatal error: internal consistency failure building xorg-x11

2005-11-18 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24883

[Bug rtl-optimization/24883] [4.1 Regression] fatal error: internal consistency failure building xorg-x11

2005-11-18 Thread ian at airs dot com
--- Comment #5 from ian at airs dot com 2005-11-18 20:13 --- Created an attachment (id=10277) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10277&action=view) Patch This patch appears to fix the problem. However, I am about to leave for the weekend, and won't be back until Monday

[Bug middle-end/24912] m68k build failure: ICE: in reload_cse_simplify_operands

2005-11-18 Thread hp at gcc dot gnu dot org
--- Comment #6 from hp at gcc dot gnu dot org 2005-11-18 20:08 --- Patch at http://gcc.gnu.org/ml/gcc-patches/2005-11/msg01373.html>. -- hp at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/8355] befriending a template specialization in another namespace

2005-11-18 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2005-11-18 20:08 --- *** Bug 24933 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/24933] Function template friend declaration is misinterpreted.

2005-11-18 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-11-18 20:08 --- This is a dup of bug 8355. *** This bug has been marked as a duplicate of 8355 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug target/24914] gcc fails when built with --with-cpu=ep9312 --with-fpu=maverick

2005-11-18 Thread rearnsha at gcc dot gnu dot org
--- Comment #5 from rearnsha at gcc dot gnu dot org 2005-11-18 20:05 --- Sometimes when the reload needs to reload an expression that is a subreg of a wider register, X, into a different class than X it will call find_valid_class. This routine simply checks whether the class has any

  1   2   >