--
eweddington at cso dot atmel dot com changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
--- 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
--- 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
--
eweddington at cso dot atmel dot com changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Kno
--- 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
--- 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
--- 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
--- 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
--- 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
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
--- 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
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?
--
--- 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
--- 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 (
101 - 114 of 114 matches
Mail list logo