[Bug target/20036] gcc.dg/compat/vector-[12]_y.c fails to compile

2005-02-17 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|c |target Keywords||ice-on-valid-code

[Bug ada/20035] failed run-time assertion : Tasking not implemented on this configuration on sparc-linux

2005-02-17 Thread christian dot joensson at gmail dot com
--- Additional Comments From christian dot joensson at gmail dot com 2005-02-17 20:33 --- v9 version is for sparc64-linux... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20035

[Bug libfortran/20037] New: libfortran: format termination bug in formatted write

2005-02-17 Thread anlauf at hep dot tu-darmstadt dot de
Hi, gfortran does not properly terminate the I/O list in the following example: ! format termination problem: gfortran prints a superfluous parenthesis ! character (len=*), parameter :: fmt = '(2(1x,(,f7.2,,,f7.2,),:))' write (*,fmt) 1.0, 2.0 end % gfortran ./a.out ( 1.00, 2.00) ( The

[Bug tree-optimization/19903] ACATS cxa4006 cxa4017 fail at runtime

2005-02-17 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-02-17 20:44 --- Recategorizing. -- What|Removed |Added Component|ada

[Bug c/20038] New: test for cpu pentium3 enabled when multilib=no

2005-02-17 Thread winfried dot magerl at mch dot sbs dot de
Running testsuite with upcoming gcc-3.4.4 (20050217) configured with: ../gcc/configure --prefix=/usr --enable-shared --with-gnu-ld --with-gnu-as --sysconfdir=/etc --localstatedir=/var --enable-multilib=no Executing on host: /home/winfried/gcc-cvs/winni/gcc/xgcc -B/home/winfried/gcc-cvs/winni/gcc

[Bug target/20038] test for cpu pentium3 enabled when multilib=no

2005-02-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-17 20:48 --- Fixed on the mainline by: 2004-11-17 Janis Johnson [EMAIL PROTECTED] * lib/gcc-dg.exp (dg-skip-if): New function. (dg-forbid-option): Remove. * g++.dg/abi/bitfield3.C: Use

[Bug c++/20039] uninitialized const in `new' of `const struct'

2005-02-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-17 21:04 --- Confirmed, not a regression. -- What|Removed |Added Status|UNCONFIRMED

[Bug c++/20028] [3.4 Regression] class and then template class gives an ICE

2005-02-17 Thread jcobyrne at cox dot net
--- Additional Comments From jcobyrne at cox dot net 2005-02-17 21:09 --- (In reply to comment #4) Patch here: http://gcc.gnu.org/ml/gcc-patches/2005-02/msg01020.html for 3.4.x. The following code _IS_ correct and _DOES_ compile on 3.2. template class T class A { protected: typedef

[Bug c++/20028] [3.4 Regression] class and then template class gives an ICE

2005-02-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-17 21:14 --- (In reply to comment #5) (In reply to comment #4) I guess I stumbled on the segfault by mistake in my vain attempts to get the code to compile on 3.3 and greater. Syntactically and semantically, I have

[Bug c++/20028] [3.4 Regression] class and then template class gives an ICE

2005-02-17 Thread jcobyrne at cox dot net
--- Additional Comments From jcobyrne at cox dot net 2005-02-17 21:21 --- If the code is wrong, what accounts for the fact that wrong code would compile on 3.2 and not on 3.3 or 3.4? Also, Alexandrescu did not write it wrong, as it is also used in his Loki library that is known to

[Bug c++/20040] New: A new expression must check the access level of delete operator

2005-02-17 Thread msadoghi at ca dot ibm dot com
Sourc code for t.cpp: class X { void operator delete(void *p) throw (); }; X xa; void X::operator delete(void *p) throw () { } int mymain() { X *p = new X; /* error - can't access

[Bug c++/20028] [3.4 Regression] class and then template class gives an ICE

2005-02-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-17 21:26 --- (In reply to comment #7) If the code is wrong, what accounts for the fact that wrong code would compile on 3.2 and not on 3.3 or 3.4? Also, Alexandrescu did not write it wrong, as it is also used

[Bug c++/20040] A new expression must check the access level of delete operator

2005-02-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-17 21:28 --- Confirmed, not a regression. -- What|Removed |Added Status|UNCONFIRMED

[Bug c++/20041] New: request for member `operator delete' is ambiguous

2005-02-17 Thread msadoghi at ca dot ibm dot com
Sourc code for t.cpp: struct D1 { void operator delete(void *p) throw (){} }; struct D2 { void operator delete(void *p) throw (){} }; class MD : public D1, public D2 { }; int

[Bug c++/20041] request for member `operator delete' is ambiguous

2005-02-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-17 21:36 --- Confirmed, not a regression. -- What|Removed |Added Status|UNCONFIRMED

[Bug target/20020] x86_64 - 128 bit structs not targeted to TImode

2005-02-17 Thread gary at intrepid dot com
--- Additional Comments From gary at intrepid dot com 2005-02-17 21:41 --- Also note MAX_FIXED_MODE_SIZE was changed on rs6000 for a reason and not for an optimization issue. Based on my interpretaion of the procedure call ABI, both this problem and a related Bug #19566

[Bug target/20020] x86_64 - 128 bit structs not targeted to TImode

2005-02-17 Thread matz at suse dot de
--- Additional Comments From matz at suse dot de 2005-02-17 22:06 --- I think that #19566 is a real bug. The ABI specifies to pass 16byte structs in registers. Anyway MAX_FIXED_MODE_SIZE doesn't influence the calling convention, only how such struct is handled by transforming code.

[Bug ada/19408] [4.0 Regression] ACATS c391002 failure on powerpc-darwin, wrong .space

2005-02-17 Thread laurent at guerby dot net
--- Additional Comments From laurent at guerby dot net 2005-02-17 22:16 --- Current behaviour as of 20050216 is an ICE /Users/pinskia/src/local2/gcc/objdir/gcc/xgcc -c -B/Users/pinskia/src/local2/gcc/objdir/gcc/ -gnatws -O2

[Bug ada/20042] New: ACATS cxaca01 assembler Bad Absolute Expression error on ppc-darwin

2005-02-17 Thread laurent at guerby dot net
As of 20050216 on ppc-darwin: /Users/pinskia/src/local2/gcc/objdir/gcc/xgcc -c -I./ -B/Users/pinskia/src/local2/gcc/objdir/gcc/ -gnatws -O2 -I/Users/pinskia/src/local2/gcc/objdir/gcc/testsuite/ada/acats/support -I- /Users/pinskia/src/local2/gcc/objdir/gcc/testsuite/ada/acats/support/fxaca00.ads

[Bug ada/19959] [4.0 Regression] Can't compile gnattools for the AVR target

2005-02-17 Thread ericw at evcohs dot com
-- What|Removed |Added CC||ericw at evcohs dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19959

[Bug target/20016] Compiling libgcc2.c with -Os for avr-gcc?

2005-02-17 Thread ericw at evcohs dot com
-- What|Removed |Added CC||ericw at evcohs dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20016

[Bug tree-optimization/19917] [4.0 regression] Weak const function mishandled inside loop

2005-02-17 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-17 22:32 --- Subject: Bug 19917 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-02-17 22:32:30 Modified files: gcc: ChangeLog tree-eh.c Log message:

[Bug target/20020] x86_64 - 128 bit structs not targeted to TImode

2005-02-17 Thread gary at intrepid dot com
--- Additional Comments From gary at intrepid dot com 2005-02-17 22:39 --- I think that Bug #19566 is a real bug. The ABI specifies to pass 16byte structs in registers. Anyway MAX_FIXED_MODE_SIZE doesn't influence the calling convention ... Thanks for the clarification. After

[Bug target/20016] Compiling libgcc2.c with -Os for avr-gcc?

2005-02-17 Thread schlie at comcast dot net
--- Additional Comments From schlie at comcast dot net 2005-02-17 22:47 --- got my vote. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20016

[Bug tree-optimization/19917] [4.0 regression] Weak const function mishandled inside loop

2005-02-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-17 23:06 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug c/20043] New: transparent_union doesn't allow restrict qualifier removal

2005-02-17 Thread roland at redhat dot com
GCC 4 now produces a conflicting types error for code that gcc 3.4 accepts without complaint. This usage pattern occurs when using glibc's sys/socket.h with _GNU_SOURCE defined, followed by a POSIX-compliant redeclaration of function like `accept'. This is what transparent_union was invented to

[Bug c/20043] transparent_union doesn't allow restrict qualifier removal

2005-02-17 Thread roland at redhat dot com
--- Additional Comments From roland at redhat dot com 2005-02-17 23:16 --- Created an attachment (id=8218) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8218action=view) small test case for this bug 3.4 likes this fine, but 4.0 does not. --

[Bug c/20043] [4.0 Regression] transparent_union doesn't allow restrict qualifier removal

2005-02-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-17 23:19 --- Been failing since 20040909. Confirmed. -- What|Removed |Added CC|

[Bug c/20043] [4.0 Regression] transparent_union doesn't allow restrict qualifier removal

2005-02-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-17 23:25 --- What is werid is that 3.4.0 rejects the follow legal code though: typedef union { int *__restrict i; long *__restrict l; } u __attribute__((transparent_union)); extern void foobar(u arg); extern void

[Bug c/19978] overflow in expression of constants should not cause multiple warnings

2005-02-17 Thread schlie at comcast dot net
--- Additional Comments From schlie at comcast dot net 2005-02-17 23:37 --- (In reply to comment #2) The problem is that we reset TREE_OVERFLOW: It would seem it overflows incremented, and underflow's decremented, only a terminal non-zero count would represent an over/underflow for

[Bug java/20044] New: Wrong method call semantics (maybe instanceof/invokespecial)

2005-02-17 Thread bonniot at users dot sf dot net
This is a very small testcase, in which the code generated by gcj does not behave correctly at runtime. I set the severity as critical because there is no notification that something went wrong while the wrong method gets called, and I see no workaround. I suppose that there is a problem either

[Bug java/20044] Wrong method call semantics (maybe instanceof/invokespecial)

2005-02-17 Thread bonniot at users dot sf dot net
--- Additional Comments From bonniot at users dot sf dot net 2005-02-17 23:49 --- Created an attachment (id=8219) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8219action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20044

[Bug tree-optimization/18947] [4.0 Regression] [non-UAAT] external inline and normal function of the same name

2005-02-17 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-17 23:50 --- Subject: Bug 18947 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-02-17 23:50:03 Modified files: gcc: ChangeLog cgraphunit.c

[Bug java/20044] Wrong method call semantics (maybe instanceof/invokespecial)

2005-02-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-17 23:51 --- Well it cannot be really that critial because nobody has hit this before. -- What|Removed |Added

[Bug tree-optimization/18947] [4.0 Regression] [non-UAAT] external inline and normal function of the same name

2005-02-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-17 23:52 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug c++/20023] [4.0 Regression] internal compiler error: Segmentation fault

2005-02-17 Thread cvs-commit at gcc dot gnu dot org
/testsuite : ChangeLog Added files: gcc/testsuite/gcc.c-torture/compile: 20050217-1.c gcc/testsuite/g++.dg/opt: switch3.C Log message: PR c++/20023 PR tree-optimization/20009 * convert.c (convert_to_integer): Revert 2005-02-16 change. * gcc.c

[Bug tree-optimization/20009] [4.0 regression] cris-elf testsuite failures: gcc.c-torture/unsorted/USIcmp.c, -O1 and above

2005-02-17 Thread cvs-commit at gcc dot gnu dot org
/testsuite : ChangeLog Added files: gcc/testsuite/gcc.c-torture/compile: 20050217-1.c gcc/testsuite/g++.dg/opt: switch3.C Log message: PR c++/20023 PR tree-optimization/20009 * convert.c (convert_to_integer): Revert 2005-02-16 change. * gcc.c

[Bug java/20044] Wrong method call semantics (maybe instanceof/invokespecial)

2005-02-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-18 00:00 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW

[Bug target/20045] New: gcc.dg/ia64-fptr-1.c fails on ia64-hpux

2005-02-17 Thread jsm28 at gcc dot gnu dot org
The test gcc.dg/ia64-fptr-1.c fails on ia64-hpux. Not a regression relative to 3.4.x. ld: Unsatisfied symbol _GLOBAL_OFFSET_TABLE_ in file /var/tmp//ccU3vrUt.o -- Summary: gcc.dg/ia64-fptr-1.c fails on ia64-hpux Product: gcc Version: 4.0.0 Status:

[Bug tree-optimization/20009] [4.0 regression] cris-elf testsuite failures: gcc.c-torture/unsorted/USIcmp.c, -O1 and above

2005-02-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-18 00:22 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug c++/20023] [4.0 Regression] internal compiler error: Segmentation fault

2005-02-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-18 00:22 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug java/20044] Wrong method call semantics (maybe instanceof/invokespecial)

2005-02-17 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-02-18 00:53 --- This bug occurs in 3 places. * In the interpreter and the old abi, the problem is similar. We do not properly implement the ACC_SUPER semantics of the invokespecial opcode. The fix in both these cases

[Bug tree-optimization/14752] [tree-ssa] ~a should be changed to a if used in the condition of an if statement

2005-02-17 Thread phython at gcc dot gnu dot org
--- Additional Comments From phython at gcc dot gnu dot org 2005-02-18 00:53 --- Shouldn't comment #3 say ~a is the same as a ^ -1? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14752

[Bug target/20046] New: [3.3 regression] [powerpc-linux] 3.3 CVS miscompiles bind 9.3.0

2005-02-17 Thread debian-gcc at lists dot debian dot org
[forwarded from http://bugs.debian.org/292958] seen with CVS 3.3 20050130, works with 3.2.3 and 3.4 CVS 20050207 gcc 3.3 -O2 apparently does not compile correctly lib/dns/rbt.c from BIND 9.3 and bind9-9.3.1beta2, which then will die on startup with an assertion failure. Workarounds known to fix

[Bug target/20046] [3.3 regression] [powerpc-linux] 3.3 CVS miscompiles bind 9.3.0

2005-02-17 Thread debian-gcc at lists dot debian dot org
-- What|Removed |Added Keywords||wrong-code Known to fail||3.3.5 Known to work|

[Bug target/20046] [3.3 regression] [powerpc-linux] 3.3 CVS miscompiles bind 9.3.0

2005-02-17 Thread debian-gcc at lists dot debian dot org
--- Additional Comments From debian-gcc at lists dot debian dot org 2005-02-18 01:01 --- Created an attachment (id=8220) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8220action=view) preprocessed source (gcc-3.3 -O2) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20046

[Bug target/20046] [3.3 regression] [powerpc-linux] 3.3 CVS miscompiles bind 9.3.0

2005-02-17 Thread debian-gcc at lists dot debian dot org
--- Additional Comments From debian-gcc at lists dot debian dot org 2005-02-18 01:02 --- Created an attachment (id=8221) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8221action=view) assembler (gcc-3.3 -O2) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20046

[Bug target/20046] [3.3 regression] [powerpc-linux] 3.3 CVS miscompiles bind 9.3.0

2005-02-17 Thread debian-gcc at lists dot debian dot org
--- Additional Comments From debian-gcc at lists dot debian dot org 2005-02-18 01:04 --- Created an attachment (id=8222) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8222action=view) preprocessed source (gcc-3.3 -O2, two functions not inlined) --

[Bug target/20046] [3.3 regression] [powerpc-linux] 3.3 CVS miscompiles bind 9.3.0

2005-02-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-18 01:05 --- I don't know if there is anything we can do about 3.3.x but who knows. -- What|Removed |Added

[Bug target/20046] [3.3 regression] [powerpc-linux] 3.3 CVS miscompiles bind 9.3.0

2005-02-17 Thread debian-gcc at lists dot debian dot org
--- Additional Comments From debian-gcc at lists dot debian dot org 2005-02-18 01:05 --- Created an attachment (id=8223) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8223action=view) assembler (gcc-3.3 -O2, two functions not inlined) --

[Bug target/20046] [3.3 regression] [powerpc-linux] 3.3 CVS miscompiles bind 9.3.0

2005-02-17 Thread md at linux dot it
-- What|Removed |Added CC||md at linux dot it http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20046

[Bug libgcj/20047] New: runtime 'protected' access checks

2005-02-17 Thread tromey at gcc dot gnu dot org
Various jvm opcodes such as invokespecial and getfield have runtime restrictions on access to protected members. For instance, when using getfield, the object reference must be the current class or a subclass of it. These access checks are not currently performed. They should be. In some cases it

[Bug target/19115] long double should be changed over to 128bit by default

2005-02-17 Thread jlquinn at gcc dot gnu dot org
--- Additional Comments From jlquinn at gcc dot gnu dot org 2005-02-18 02:59 --- (In reply to comment #5) libstdc++ is calling frexpl in libc.a, which expects an AIX format long double value, not a double. Things work if one uses -mlong-double-128. At some point we need to

[Bug tree-optimization/19633] local address incorrectly thought to escape

2005-02-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-18 03:22 --- Hmm, the testcase now fails on ppc-darwin. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19633

[Bug tree-optimization/20048] New: gcc4 miscompiles binutils

2005-02-17 Thread amodra at bigpond dot net dot au
The attached testcase extracted from bfd/elf.c aborts and -O and higher on both i686-linux and powerpc64-linux. -- Summary: gcc4 miscompiles binutils Product: gcc Version: 4.0.0 Status: UNCONFIRMED Keywords: wrong-code Severity:

[Bug tree-optimization/20048] [4.0 Regression] gcc4 miscompiles binutils

2005-02-17 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||pinskia at gcc dot gnu dot ||org Summary|gcc4

[Bug tree-optimization/20048] [4.0 Regression] gcc4 miscompiles binutils

2005-02-17 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-02-18 04:12 --- Created an attachment (id=8224) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8224action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20048

[Bug tree-optimization/20048] [4.0 Regression] gcc4 miscompiles binutils

2005-02-17 Thread amodra at bigpond dot net dot au
-- What|Removed |Added GCC target triplet|i686-linux |i686-linux, powerpc64-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20048

[Bug tree-optimization/20048] [4.0 Regression] gcc4 miscompiles binutils

2005-02-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-18 04:14 --- This is a dup of bug 19937. *** This bug has been marked as a duplicate of 19937 *** -- What|Removed |Added

[Bug tree-optimization/19937] [4.0 regression] Wrong loop exit

2005-02-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-18 04:14 --- *** Bug 20048 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug web/20049] New: Documentation on web is incorrect

2005-02-17 Thread kirk_korver at hotmail dot com
If you look at http://www.dis.com/gnu/gcc/X86-Built-in-Functions.html, you will find the following statement: .. The following built-in functions are available when -msse is used. v4sf __builtin_ia32_loadaps (float *) Generates the movaps machine instruction as a load from memory. void

[Bug c/20050] New: va-arg-25.c

2005-02-17 Thread giftbound at verizon dot net
FAIL: gcc.c-torture/execute/va-arg-25.c execution, -Os -- Summary: va-arg-25.c Product: gcc Version: 3.4.3 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot

[Bug target/20050] va-arg-25.c

2005-02-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-18 04:44 --- Please search for dup bugs before filing new ones. Testcases which fail almost known to have bugs associated with them. *** This bug has been marked as a duplicate of 16354 *** -- What

[Bug target/16354] va-arg-25.c -Os regression fails on i686

2005-02-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-18 04:44 --- *** Bug 20050 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug target/20049] __builtin_ia32_loadsss is still documented

2005-02-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-18 04:50 --- Well this builtin function now has been removed. -- What|Removed |Added

[Bug libgcj/20047] runtime 'protected' access checks

2005-02-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-18 04:52 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW

[Bug tree-optimization/19937] [4.0 regression] Wrong loop exit (causes binutils to fail)

2005-02-17 Thread schlie at comcast dot net
--- Additional Comments From schlie at comcast dot net 2005-02-18 04:52 --- (In reply to comment #7) Subject: Re: [4.0 regression] Wrong loop exit I don't understand the comment. Comparisons constructed due to may_eliminate_iv are always either EQ_EXPRs or NE_EXPRs. Comparing

[Bug target/15617] building groff-1.19.1 with -Os -march=pentium4 causes sig 11

2005-02-17 Thread uros at kss-loka dot si
--- Additional Comments From uros at kss-loka dot si 2005-02-18 06:45 --- FYI: gcc 4.0 doesn't generate any SSE instructions for testcase.cc: gcc -Os -march=pentium4 -S testcase.cc grep xmm testcase.s | wc -l 0 -- What|Removed |Added

[Bug c++/19813] [4.0 Regression] wrong code with -finline-limit

2005-02-17 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-18 06:58 --- Subject: Bug 19813 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-02-18 06:58:40 Modified files: gcc: ChangeLog emit-rtl.c gcc/cp

<    1   2