[Bug target/33049] [avr] bit extraction non optimal, inversing logic solves problem

2007-08-24 Thread eweddington at cso dot atmel dot com
-- eweddington at cso dot atmel dot com changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1

[Bug target/33151] Invalid insn with pre_inc

2007-08-24 Thread dje at gcc dot gnu dot org
--- Comment #5 from dje at gcc dot gnu dot org 2007-08-24 20:39 --- Created an attachment (id=14109) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14109&action=view) offsettable_mem_operand This patch seems to fix the testcase for me. -- http://gcc.gnu.org/bugzilla/show_bug.c

[Bug target/33050] [avr] unnessary register save

2007-08-24 Thread eweddington at cso dot atmel dot com
--- Comment #4 from eweddington at cso dot atmel dot com 2007-08-24 20:41 --- (In reply to comment #3) 4.3.0 20070817 snapshot produces this for the second test case: test: push r17 /* prologue: function */ /* frame size = 0 */ mov r17,r24 call foo add

[Bug target/33050] [avr] unnessary register save

2007-08-24 Thread eweddington at cso dot atmel dot com
-- eweddington at cso dot atmel dot com changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Kno

[Bug target/33151] Invalid insn with pre_inc

2007-08-24 Thread dje at gcc dot gnu dot org
--- Comment #6 from dje at gcc dot gnu dot org 2007-08-24 20:44 --- Created an attachment (id=14110) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14110&action=view) offsettable_mem_operand Fix corrupted patch -- dje at gcc dot gnu dot org changed: What|Removed

[Bug middle-end/32758] [4.3 Regression] ecj1 hangs

2007-08-24 Thread andreast at gcc dot gnu dot org
--- Comment #10 from andreast at gcc dot gnu dot org 2007-08-24 21:05 --- if libffi is compiled with -O0 the tests pass. If compiled with -O1/O2 they fail. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32758

[Bug target/33168] [4.3 Regression] GCC Boot failure, building libstc++

2007-08-24 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2007-08-24 21:12 --- Testcase: namespace std { struct gnu_error_category { virtual const int name() const {} }; const gnu_error_category gnu_category; } namespace std { const gnu_error_category& system_category = gnu_categ

[Bug target/33168] [4.3 Regression] GCC Boot failure, building libstc++

2007-08-24 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2007-08-24 21:13 --- A patch was posted: http://gcc.gnu.org/ml/gcc-patches/2007-08/msg01683.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33168

[Bug target/11787] always call memcpy for block move in mips16

2007-08-24 Thread sandra at gcc dot gnu dot org
--- Comment #5 from sandra at gcc dot gnu dot org 2007-08-24 23:54 --- Subject: Bug 11787 Author: sandra Date: Fri Aug 24 23:54:05 2007 New Revision: 127790 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127790 Log: 2007-08-24 Sandra Loosemore <[EMAIL PROTECTED]> N

[Bug middle-end/33181] New: [4.3 Regression] Revision 127766 miscompiles SPEC CPU 2006

2007-08-24 Thread hjl at lucon dot org
Revision 127766: http://gcc.gnu.org/ml/gcc-cvs/2007-08/msg00660.html miscompiles 450.soplex in SPEC CPU 2006 on Linux/x86-64: Setting Up Run Directories Setting up 450.soplex ref base o2 default: created (run_base_ref_o2.) Running Benchmarks Running 450.soplex ref base o2 default 450.so

[Bug fortran/32925] "Syscall param write(buf) points to uninitialised value": unf_io_convert_3.f90

2007-08-24 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2007-08-25 02:12 --- This only occurs with kind=10. Unformatted io writes sets only 12 of the 16 bytes that are wriiten for a KIND=10 value. Closing -- jvdelisle at gcc dot gnu dot org changed: What|Removed

[Bug c++/33182] New: ()

2007-08-24 Thread siegerstein at pochta dot ru
1: #include 2: 3: int main() { 4: std::cout << (float) 5 / 8 << std::endl;// 0.625 5: std::cout << (float) (5 / 8) << std::endl; // 0 6: std::cout << float (5 / 8) << std::endl;// 0 7: 8: return 0; 9: } Work only line 4. Why? --

[Bug libfortran/33055] Runtime error in INQUIRE unit existance with -fdefault-integer-8

2007-08-24 Thread patchapp at dberlin dot org
--- Comment #3 from patchapp at dberlin dot org 2007-08-25 04:10 --- Subject: Bug number PR33055 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/2007-08/msg01694.html -- http://gcc.gnu.org/bugzilla/sh

[Bug c++/33182] ()

2007-08-24 Thread siegerstein at pochta dot ru
--- Comment #1 from siegerstein at pochta dot ru 2007-08-25 05:04 --- Check this. #include int main() { std::cout << "*** to float " << std::endl; std::cout << 8 / 5 << std::endl; std::cout << (float) 8 / 5 << std::endl; std::cout << float (

<    1   2