[Bug target/26607] [4.1/4.2 Regression] Illegal inlined assembler on config/rs6000/darwin-ldouble.c

2006-03-23 Thread amodra at gcc dot gnu dot org
--- Comment #5 from amodra at gcc dot gnu dot org 2006-03-23 22:23 --- Subject: Bug 26607 Author: amodra Date: Thu Mar 23 22:23:24 2006 New Revision: 112334 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112334 Log: PR target/26607 * config/rs6000/darwin-ldouble.

[Bug target/26607] [4.1/4.2 Regression] Illegal inlined assembler on config/rs6000/darwin-ldouble.c

2006-03-23 Thread amodra at gcc dot gnu dot org
--- Comment #6 from amodra at gcc dot gnu dot org 2006-03-23 22:24 --- Subject: Bug 26607 Author: amodra Date: Thu Mar 23 22:23:58 2006 New Revision: 112335 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112335 Log: PR target/26607 * config/rs6000/darwin-ldouble.

[Bug tree-optimization/25737] [4.1/4.2 Regression] ACATS tests c974001 and c974013 do not terminate with struct aliasing

2006-03-23 Thread rguenth at gcc dot gnu dot org
--- Comment #18 from rguenth at gcc dot gnu dot org 2006-03-23 22:28 --- I don't get it either. Comment #14 makes us not create an SFT for the structure element, which of course works around the existing problem as -fno-tree-salias does. How can the addressability of Succ make a diffe

[Bug middle-end/26835] New: ICE in f951 on valid code at -O2 -ftree-loop-linear

2006-03-23 Thread uttamp at us dot ibm dot com
endif if(n2==2097152)RETURN STOP end subroutine testf $ elm3b11:/home/pawar> /opt/gcc-nightly/trunk-20060323/bin/gfortran -c -o test.o -ftree-loop-linear -O2 -m32test.f90 gfortran: Internal error: Segmentation fault (program f951) Please submit a full bug rep

[Bug tree-optimization/25737] [4.1/4.2 Regression] ACATS tests c974001 and c974013 do not terminate with struct aliasing

2006-03-23 Thread ebotcazou at gcc dot gnu dot org
--- Comment #19 from ebotcazou at gcc dot gnu dot org 2006-03-23 22:33 --- > How can the addressability of Succ make a difference for the testcase? How do we determine that the SMT of the structure type and the SFT alias? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25737

[Bug tree-optimization/26833] [4.2 Regression] ICE Segmentation fault

2006-03-23 Thread malitzke at metronets dot com
--- Comment #4 from malitzke at metronets dot com 2006-03-23 22:35 --- If you are referring to 26781 as opposed to the present 26833; yes, the first was from linuxkernel-2.6.16 and the present is from yasm-0.4.0. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26833

[Bug tree-optimization/26833] [4.2 Regression] ICE Segmentation fault

2006-03-23 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-03-23 22:37 --- (In reply to comment #4) > If you are referring to 26781 as opposed to the present 26833; yes, the first > was from linuxkernel-2.6.16 and the present is from yasm-0.4.0. Actually it was in reference to PR 26806 whi

[Bug target/26607] [4.1/4.2 Regression] Illegal inlined assembler on config/rs6000/darwin-ldouble.c

2006-03-23 Thread amodra at bigpond dot net dot au
--- Comment #7 from amodra at bigpond dot net dot au 2006-03-23 22:37 --- fixed -- amodra at bigpond dot net dot au changed: What|Removed |Added Status|ASSIG

[Bug fortran/26834] gfc_todo: Not Implemented: Unable to determine rank of expression

2006-03-23 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-03-23 22:45 --- Confirmed, PR 25669 and bug 18003 are very closely related (it might turn out this is a dup of one of them). -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/26836] New: ICE on valid code (tree type is null in tree-gimple.c)

2006-03-23 Thread uttamp at us dot ibm dot com
$ elm3b11:/home/pawar> /opt/gcc-nightly/trunk-20060323/bin/gfortran -O2 -m32 test.f90 test.f90: In function ‘ld_mod’: test.f90:1: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See http://gcc.gnu.org/bugs.html> for instru

[Bug c++/26838] New: Legal program rejection - protected base method addressing fails from grandchild class

2006-03-23 Thread Simon80 at gmail dot com
This seems to be similar to a really old bug on one of the mailing lists, assuming that it's actually a bug: class A { protected: void f(){} }; class B : public A { int c; }; class C : public B { protected: void f() { A::f(); // ok - see http://gcc.gnu.org/ml/gcc-bugs/1997-10/ms

[Bug c++/26838] Legal program rejection - protected base method addressing fails from grandchild class

2006-03-23 Thread Simon80 at gmail dot com
--- Comment #1 from Simon80 at gmail dot com 2006-03-23 23:44 --- Sorry for double posting, but here's the g++ output: # g++ testcase.cpp testcase.cpp: In member function 'void C::f()': testcase.cpp:4: error: 'void A::f()' is protected testcase.cpp:20: error: within this context Also,

[Bug c++/26838] Legal program rejection - protected base method addressing fails from grandchild class

2006-03-23 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-03-24 00:02 --- IIRC (there is a bug about this but I cannot find it) pointer to member functions are special as you cannot use them to evade accessibility. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26838

[Bug libstdc++/20448] locale testsuite fails when GCC is configured with --disable-nls

2006-03-23 Thread jsm28 at gcc dot gnu dot org
--- Comment #4 from jsm28 at gcc dot gnu dot org 2006-03-24 01:59 --- Subject: Bug 20448 Author: jsm28 Date: Fri Mar 24 01:59:35 2006 New Revision: 112346 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112346 Log: PR libstdc++/20448 PR libstdc++/20451 * s

[Bug libstdc++/20451] Missing po files in multilib systems

2006-03-23 Thread jsm28 at gcc dot gnu dot org
--- Comment #1 from jsm28 at gcc dot gnu dot org 2006-03-24 01:59 --- Subject: Bug 20451 Author: jsm28 Date: Fri Mar 24 01:59:35 2006 New Revision: 112346 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112346 Log: PR libstdc++/20448 PR libstdc++/20451 * s

[Bug libstdc++/20448] locale testsuite fails when GCC is configured with --disable-nls

2006-03-23 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2006-03-24 02:05 --- Subject: Bug 20448 Author: jsm28 Date: Fri Mar 24 02:05:46 2006 New Revision: 112347 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112347 Log: PR libstdc++/20448 PR libstdc++/20451 * l

[Bug libstdc++/20451] Missing po files in multilib systems

2006-03-23 Thread jsm28 at gcc dot gnu dot org
--- Comment #2 from jsm28 at gcc dot gnu dot org 2006-03-24 02:05 --- Subject: Bug 20451 Author: jsm28 Date: Fri Mar 24 02:05:46 2006 New Revision: 112347 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112347 Log: PR libstdc++/20448 PR libstdc++/20451 * l

[Bug fortran/26766] [F2003] Recursive I/O still (again) broken

2006-03-23 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2006-03-24 02:06 --- I think I have a fix for this. The internal_unit is a single static variable declared in unit.c. So when we have recursive calls to internal IO we are stepping on our own feet. The dtp structure also contains a

[Bug middle-end/26840] New: escaping global variables cause 'definition follows use' error.

2006-03-23 Thread geoffk at gcc dot gnu dot org
The following testcase: extern int f1 (void **); extern void f2 (void *); struct s { unsigned char field1; int field2; }; static inline struct s * get_globals (void) { struct s * r; void * rr; if (f1 (&rr)) return 0; r = rr; if (! r) { extern struct s t; r = &t

[Bug middle-end/26840] escaping global variables cause 'definition follows use' error.

2006-03-23 Thread geoffk at gcc dot gnu dot org
--- Comment #1 from geoffk at gcc dot gnu dot org 2006-03-24 03:00 --- Passing -fno-tree-dominator-opts disables sufficient optimisations to avoid the problem. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26840

[Bug middle-end/26840] [4.2 Regression] escaping global variables cause 'definition follows use' error.

2006-03-23 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-03-24 03:03 --- Caused by: 2006-03-20 Jeff Law <[EMAIL PROTECTED]> * tree-pass.h (pass_phi_only_copy_prop): Delete. (pass_phi_only_cprop): Declare. * passes.c (init_optimization_passes): Replace pass_phi_o

[Bug middle-end/26840] [4.2 Regression] escaping global variables cause 'definition follows use' error.

2006-03-23 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-03-24 03:04 --- I am adding the build keyword as this source would come from crt3.c which fixes a different build failure. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/26793] [4.2 Regression] C++ is broken on powerpc-darwin7.9.0 after __cxa_atexit patch

2006-03-23 Thread geoffk at gcc dot gnu dot org
--- Comment #1 from geoffk at gcc dot gnu dot org 2006-03-24 03:14 --- I'll work around 26840. -- geoffk at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/26840] [4.2 Regression] escaping global variables cause 'definition follows use' error.

2006-03-23 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-03-24 03:32 --- This happens also on x86_64-linux-gnu. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug rtl-optimization/26026] power of 2 mod missing optimisation

2006-03-23 Thread patchapp at dberlin dot org
--- Comment #2 from patchapp at dberlin dot org 2006-03-24 03:38 --- Subject: Bug number pr26026 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-03/msg01468.html -- http://gcc.gnu.org/bugzilla/sh

[Bug tree-optimization/25737] [4.1/4.2 Regression] ACATS tests c974001 and c974013 do not terminate with struct aliasing

2006-03-23 Thread dberlin at dberlin dot org
--- Comment #20 from dberlin at gcc dot gnu dot org 2006-03-24 04:00 --- Subject: Re: [4.1/4.2 Regression] ACATS tests c974001 and c974013 do not terminate with struct aliasing On Thu, 2006-03-23 at 22:21 +, ebotcazou at gcc dot gnu dot org wrote: > > --- Comment #17

[Bug tree-optimization/25737] [4.1/4.2 Regression] ACATS tests c974001 and c974013 do not terminate with struct aliasing

2006-03-23 Thread dberlin at dberlin dot org
--- Comment #21 from dberlin at gcc dot gnu dot org 2006-03-24 04:04 --- Subject: Re: [4.1/4.2 Regression] ACATS tests c974001 and c974013 do not terminate with struct aliasing On Thu, 2006-03-23 at 22:33 +, ebotcazou at gcc dot gnu dot org wrote: > > --- Comment #19

[Bug tree-optimization/26833] [4.2 Regression] ICE Segmentation fault

2006-03-23 Thread law at redhat dot com
--- Comment #6 from law at redhat dot com 2006-03-24 06:43 --- Subject: Re: [4.2 Regression] ICE Segmentation fault On Thu, 2006-03-23 at 22:19 +, pinskia at gcc dot gnu dot org wrote: > void yasm_lc3b__parse_insn( int num_info, int *num_operands > , int *operands, int op)

[Bug tree-optimization/26833] [4.2 Regression] ICE Segmentation fault

2006-03-23 Thread law at redhat dot com
--- Comment #7 from law at redhat dot com 2006-03-24 06:45 --- Ultimately this is the same root cause as 26806. *** This bug has been marked as a duplicate of 26806 *** -- law at redhat dot com changed: What|Removed |Added

[Bug tree-optimization/26806] [4.2 Regression] ICE at gcc/tree-gimple.c:269

2006-03-23 Thread law at redhat dot com
--- Comment #11 from law at redhat dot com 2006-03-24 06:45 --- *** Bug 26833 has been marked as a duplicate of this bug. *** -- law at redhat dot com changed: What|Removed |Added

[Bug c++/26838] Legal program rejection - protected base method addressing fails from grandchild class

2006-03-23 Thread Simon80 at gmail dot com
--- Comment #3 from Simon80 at gmail dot com 2006-03-24 07:01 --- (In reply to comment #2) > IIRC (there is a bug about this but I cannot find it) pointer to member > functions are special as you cannot use them to evade accessibility. > I thought of this after I reported the bug, and

[Bug tree-optimization/26806] [4.2 Regression] ICE at gcc/tree-gimple.c:269

2006-03-23 Thread law at redhat dot com
--- Comment #12 from law at redhat dot com 2006-03-24 07:49 --- Subject: Re: New: ICE at gcc/tree-gimple.c:269 On Wed, 2006-03-22 at 16:47 +, jb at gcc dot gnu dot org wrote: > The capacita benchmark, part of the polyhedron benchmark suite, fails with the > ICE in the summ

<    1   2