[Bug middle-end/323] optimized code gives strange floating point results

2024-02-22 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Andrew Pinski  changed:

   What|Removed |Added

   See Also||https://gcc.gnu.org/bugzill
   ||a/show_bug.cgi?id=114050

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug middle-end/323] optimized code gives strange floating point results

2024-01-31 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Andrew Pinski  changed:

   What|Removed |Added

 CC||dilyan.palauzov at aegee dot 
org

--- Comment #231 from Andrew Pinski  ---
*** Bug 113679 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug middle-end/323] optimized code gives strange floating point results

2023-10-14 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Andrew Pinski  changed:

   What|Removed |Added

   See Also||https://gcc.gnu.org/bugzill
   ||a/show_bug.cgi?id=111808

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug middle-end/323] optimized code gives strange floating point results

2023-09-21 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

--- Comment #230 from Andrew Pinski  ---
*** Bug 110622 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug middle-end/323] optimized code gives strange floating point results

2023-09-09 Thread dushistov at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Evgeniy Dushistov  changed:

   What|Removed |Added

 CC||dushistov at mail dot ru

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug middle-end/323] optimized code gives strange floating point results

2023-07-11 Thread malat at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Mathieu Malaterre  changed:

   What|Removed |Added

 CC||malat at debian dot org

--- Comment #229 from Mathieu Malaterre  ---
*** Bug 110622 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug middle-end/323] optimized code gives strange floating point results

2023-07-11 Thread xry111 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Xi Ruoyao  changed:

   What|Removed |Added

   See Also||https://gcc.gnu.org/bugzill
   ||a/show_bug.cgi?id=110622

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug middle-end/323] optimized code gives strange floating point results

2023-07-05 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Eric Gallager  changed:

   What|Removed |Added

   See Also|https://gcc.gnu.org/bugzill |
   |a/show_bug.cgi?id=68180,|
   |https://gcc.gnu.org/bugzill |
   |a/show_bug.cgi?id=64410 |

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug middle-end/323] optimized code gives strange floating point results

2023-07-05 Thread vincent-gcc at vinc17 dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

--- Comment #228 from Vincent Lefèvre  ---
PR64410 and PR68180 should also be removed from "See Also".

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug middle-end/323] optimized code gives strange floating point results

2023-07-05 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Andrew Pinski  changed:

   What|Removed |Added

   See Also|https://gcc.gnu.org/bugzill |
   |a/show_bug.cgi?id=89653 |

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug middle-end/323] optimized code gives strange floating point results

2023-07-05 Thread vincent-gcc at vinc17 dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

--- Comment #227 from Vincent Lefèvre  ---
In "See Also", there are several bugs that are related only to vectorization
optimizations. What is the relation with this bug?

For instance, PR89653 is "GCC (trunk and all earlier versions) fails to
vectorize (SSE/AVX2/AVX-512) the following loop [...]". If this is
SSE/AVX2/AVX-512, where does x86 extended precision occur?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug middle-end/323] optimized code gives strange floating point results

2023-07-05 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Andrew Pinski  changed:

   What|Removed |Added

 CC||drh at sqlite dot org

--- Comment #226 from Andrew Pinski  ---
*** Bug 110564 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug middle-end/323] optimized code gives strange floating point results

2022-11-01 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Eric Gallager  changed:

   What|Removed |Added

 CC||jakub at gcc dot gnu.org
   See Also||https://gcc.gnu.org/bugzill
   ||a/show_bug.cgi?id=68180,
   ||https://gcc.gnu.org/bugzill
   ||a/show_bug.cgi?id=64410,
   ||https://gcc.gnu.org/bugzill
   ||a/show_bug.cgi?id=89653

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug middle-end/323] optimized code gives strange floating point results

2022-10-14 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

--- Comment #225 from CVS Commits  ---
The master branch has been updated by Jakub Jelinek :

https://gcc.gnu.org/g:98e341130f87984af07c884fea773c0bb3cc8821

commit r13-3290-g98e341130f87984af07c884fea773c0bb3cc8821
Author: Jakub Jelinek 
Date:   Fri Oct 14 09:28:57 2022 +0200

c++: Implement excess precision support for C++ [PR107097, PR323]

The following patch implements excess precision support for C++.
Like for C, it uses EXCESS_PRECISION_EXPR tree to say that its operand
is evaluated in excess precision and what the semantic type of the
expression is.
In most places I've followed what the C FE does in similar spots, so
e.g. for binary ops if one or both operands are already
EXCESS_PRECISION_EXPR, strip those away or for operations that might need
excess precision (+, -, *, /) check if the operands should use excess
precision and convert to that type and at the end wrap into
EXCESS_PRECISION_EXPR with the common semantic type.
This patch follows the C99 handling where it differs from C11 handling.

There are some cases which needed to be handled differently, the C FE can
just strip EXCESS_PRECISION_EXPR (replace it with its operand) when
handling
explicit cast, but that IMHO isn't right for C++ - the discovery what exact
conversion should be used (e.g. if user conversion or standard or their
sequence) should be decided based on the semantic type (i.e. type of
EXCESS_PRECISION_EXPR), and that decision continues in convert_like* where
we pick the right user conversion, again, if say some class has ctor
from double and long double and we are on ia32 with standard excess
precision promoting float/double to long double, then we should pick the
ctor from double.  Or when some other class has ctor from just double,
and EXCESS_PRECISION_EXPR semantic type is float, we should choose the
user ctor from double, but actually just convert the long double excess
precision to double and not to float first.  We need to make sure
even identity conversion converts from excess precision to the semantic one
though, but if identity is chained with other conversions, we don't want
the identity next_conversion to drop to semantic precision only to widen
afterwards.

The existing testcases tweaks were for cases on i686-linux where excess
precision breaks those tests, e.g. if we have
  double d = 4.2;
  if (d == 4.2)
then it does the expected thing only with -fexcess-precision=fast,
because with -fexcess-precision=standard it is actually
  double d = 4.2;
  if ((long double) d == 4.2L)
where 4.2L is different from 4.2.  I've added -fexcess-precision=fast
to some tests and changed other tests to use constants that are exactly
representable and don't suffer from these excess precision issues.

There is one exception, pr68180.C looks like a bug in the patch which is
also present in the C FE (so I'd like to get it resolved incrementally
in both).  Reduced testcase:
typedef float __attribute__((vector_size (16))) float32x4_t;
float32x4_t foo(float32x4_t x, float y) { return x + y; }
with -m32 -std=c11 -Wno-psabi or -m32 -std=c++17 -Wno-psabi
it is rejected with:
pr68180.c:2:52: error: conversion of scalar âlong doubleâ to vector
âfloat32x4_tâ {aka â__vector(4) floatâ} involves truncation
but without excess precision (say just -std=c11 -Wno-psabi or -std=c++17
-Wno-psabi)
it is accepted.  Perhaps we should pass down the semantic type to
scalar_to_vector and use the semantic type rather than excess precision
type
in the diagnostics.

2022-10-14  Jakub Jelinek  

PR middle-end/323
PR c++/107097
gcc/
* doc/invoke.texi (-fexcess-precision=standard): Mention that the
option now also works in C++.
gcc/c-family/
* c-common.def (EXCESS_PRECISION_EXPR): Remove comment part about
the tree being specific to C/ObjC.
* c-opts.cc (c_common_post_options): Handle flag_excess_precision
in C++ the same as in C.
* c-lex.cc (interpret_float): Set const_type to excess_precision ()
even for C++.
gcc/cp/
* parser.cc (cp_parser_primary_expression): Handle
EXCESS_PRECISION_EXPR with REAL_CST operand the same as REAL_CST.
* cvt.cc (cp_ep_convert_and_check): New function.
* call.cc (build_conditional_expr): Add excess precision support.
When type_after_usual_arithmetic_conversions returns
error_mark_node,
use gcc_checking_assert that it is because of uncomparable floating
point ranks instead of checking all those conditions and make it
work also with complex types.
(convert_like_internal): Likewise.  Add NESTED_P argument, pass
true
to recursive calls 

[Bug middle-end/323] optimized code gives strange floating point results

2022-09-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Andrew Pinski  changed:

   What|Removed |Added

   See Also||https://gcc.gnu.org/bugzill
   ||a/show_bug.cgi?id=107097

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug middle-end/323] optimized code gives strange floating point results

2022-07-01 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Andrew Pinski  changed:

   What|Removed |Added

 CC||xeioexception at gmail dot com

--- Comment #224 from Andrew Pinski  ---
*** Bug 106165 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug middle-end/323] optimized code gives strange floating point results

2021-11-05 Thread c25devbiz at aol dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

c25devbiz at aol dot com changed:

   What|Removed |Added

 CC|c25devbiz at aol dot com   |

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug middle-end/323] optimized code gives strange floating point results

2021-11-05 Thread timturnerc at yahoo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Tim Turner  changed:

   What|Removed |Added

 CC||timturnerc at yahoo dot com

--- Comment #223 from Tim Turner  ---
/gdb/arch/arc.c:117:43:   required from here http://www.compilatori.com/
 /usr/include/c++/4.8.2/bits/hashtable_policy.h:195:39: error: no matching
https://www.mktrade.fi/ function for call to ‘std::pairhttp://www-look-4.com/
target_desc_deleter> >::pair(const arc_arch_features&, target_desc*&)’
  : _M_v(std::forward<_Args>(__args)...) { } http://www.acpirateradio.co.uk/
   ^ 
/usr/include/c++/4.8.2/bits/hashtable_policy.h:195:39: note: candidates are:
https://www.webb-dev.co.uk/
In file included from /usr/include/c++/4.8.2/utility:70:0,
 from /usr/include/c++/4.8.2/tuple:38,
http://www.logoarts.co.uk/
 from /usr/include/c++/4.8.2/functional:55, 
 from ../../gdb/../gdbsupport/ptid.h:35,
https://komiya-dental.com/
 from ../../gdb/../gdbsupport/common-defs.h:123,
 from ../../gdb/arch/arc.c:19: http://www.slipstone.co.uk/
/usr/include/c++/4.8.2/bits/stl_pair.h:206:9: note: templatehttp://the-hunters.org/  class ... _Args2, long
unsigned int ..._Indexes2> std::pair<_T1, http://embermanchester.uk/
_T2>::pair(std::tuple<_Args1 ...>&, std::tuple<_Args2 ...>&, std::_Index_tuple
http://fishingnewsletters.co.uk/
 <_Indexes1 ...>, std::_Index_tuple<_Indexes2 ...>)
 pair(tuple<_Args1...>&, tuple<_Args2...>&, http://connstr.net/
 ^
>8-
http://joerg.li/
Thanks to Tome de Vries' investigation, same fix applies in ARC's case as well:
8<- http://www.jopspeech.com/
diff --git a/gdb/arch/arc.c b/gdb/arch/arc.c
index 3808f9f..a5385ce 100644 http://www.go-mk-websites.co.uk/
--- a/gdb/arch/arc.c
+++ b/gdb/arch/arc.c http://www.wearelondonmade.com/
@@ -114,7 +114,7 @@ struct arc_arch_features_hasher
   target_desc *tdesc = arc_create_target_description (features);
https://waytowhatsnext.com/

   /* Add the newly created target description to the repertoire.  */
http://www.mconstantine.co.uk/
 -  arc_tdesc_cache.emplace (features, tdesc); http://www.iu-bloomington.com/
 +  arc_tdesc_cache.emplace (features, target_desc_up (tdesc));

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug middle-end/323] optimized code gives strange floating point results

2021-11-02 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Andrew Pinski  changed:

   What|Removed |Added

 CC||c25devbiz at aol dot com

--- Comment #222 from Andrew Pinski  ---
*** Bug 103030 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug middle-end/323] optimized code gives strange floating point results

2021-10-27 Thread jessicaking07 at protonmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Jessica King  changed:

   What|Removed |Added

 CC||jessicaking07 at protonmail 
dot co
   ||m

--- Comment #221 from Jessica King  ---
If you have some problems with your computer and can't deal with all the
homework you need in time - Exclusivethesis can help you. You can dissertation
abstracts online https://exclusivethesis.com/dissertation-abstracts-online/ and
receive a high-quality work

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug middle-end/323] optimized code gives strange floating point results

2021-09-02 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Andrew Pinski  changed:

   What|Removed |Added

 CC||kevin.glass at pnl dot gov

--- Comment #220 from Andrew Pinski  ---
*** Bug 30813 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug middle-end/323] optimized code gives strange floating point results

2021-05-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Andrew Pinski  changed:

   What|Removed |Added

 CC||merkert at comcast dot net

--- Comment #219 from Andrew Pinski  ---
*** Bug 39128 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug middle-end/323] optimized code gives strange floating point results

2020-08-06 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Eric Gallager  changed:

   What|Removed |Added

 CC||egallager at gcc dot gnu.org

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug middle-end/323] optimized code gives strange floating point results

2020-08-01 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Eric Gallager  changed:

   What|Removed |Added

   See Also||https://gcc.gnu.org/bugzill
   ||a/show_bug.cgi?id=35488

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug middle-end/323] optimized code gives strange floating point results

2020-04-29 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Andrew Pinski  changed:

   What|Removed |Added

 CC||vanyacpp at gmail dot com

--- Comment #218 from Andrew Pinski  ---
*** Bug 94852 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug middle-end/323] optimized code gives strange floating point results

2020-02-07 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

--- Comment #217 from joseph at codesourcery dot com  ---
On Fri, 7 Feb 2020, vincent-gcc at vinc17 dot net wrote:

> According to https://gcc.gnu.org/bugzilla/page.cgi?id=fields.html#bug_status
> the possible status are UNCONFIRMED, CONFIRMED and IN_PROGRESS. I think that
> the correct one is CONFIRMED.

That's generic Bugzilla documentation that's not relevant to the custom 
GCC configuration of bug states, which is documented at 
 (we also have NEW and ASSIGNED 
not CONFIRMED and IN_PROGRESS).  SUSPENDED is accurate for a bug that is 
explicitly known to be hard and not being worked on, for reasons other 
than waiting for further information from the submitter.  It's completely 
correct for this bug, which should be left as SUSPENDED unless someone 
decides to work on it and so changes it to ASSIGNED with themselves as 
assignee.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug middle-end/323] optimized code gives strange floating point results

2020-02-07 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

--- Comment #216 from Manuel López-Ibáñez  ---
(In reply to Vincent Lefèvre from comment #215)
> According to https://gcc.gnu.org/bugzilla/page.cgi?id=fields.html#bug_status
> the possible status are UNCONFIRMED, CONFIRMED and IN_PROGRESS. I think that
> the correct one is CONFIRMED.

Those are not the main policies. They are here:
https://gcc.gnu.org/bugs/management.html

fields.html needs to be updated some day to match the actual fields used by GCC
(there is no CONFIRMED status, there is NEW) and the above policies.

This is one of those bugs that it is so broad, controversial and noisy that
almost no active developer is going to look at it. Bugs don't get fixed because
they are NEW. There are 6979 NEW bug reports right now and many of them will
never get fixed (1300 of them are more than 10 years old).

My humble suggestion for those interested in floating-point issues in GCC would
be to create self-contained specific bugs with minimised reproducible
testcases, a clear analysis of what GCC is doing wrong, what GCC should be
doing instead, and suggestions on how it could be fixed. If the bug just says
some variation of "optimized code gives strange floating point results", it
will end up here and probably nobody will ever look at it.

For Rich's specific bug report, the relevant discussion is in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323#c127 and the expected fix is
known: Implement -fexcess-precision=standard for C++ as it was done for C.
Perhaps it would be useful to create a new PR that blocks this one that
analyses what needs to be done towards that specific goal, collects testcases,
etc. The main issue is not that this PR is not in the developers' radar. All
GCC developers working on the C/C++ FEs and optimizers are aware of the
infamous PR323 and of the solution suggested in comment 127.

The issue is simply that no one working on the C++ FE has the time or
motivation to implement -fexcess-precision=standard. If you are interested in
that, just study this email:
https://gcc.gnu.org/ml/gcc-patches/2008-11/msg00105.html and do for C++ the
same steps that Joseph did C.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug middle-end/323] optimized code gives strange floating point results

2020-02-07 Thread vincent-gcc at vinc17 dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

--- Comment #215 from Vincent Lefèvre  ---
According to https://gcc.gnu.org/bugzilla/page.cgi?id=fields.html#bug_status
the possible status are UNCONFIRMED, CONFIRMED and IN_PROGRESS. I think that
the correct one is CONFIRMED.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug middle-end/323] optimized code gives strange floating point results

2020-02-07 Thread bugdal at aerifal dot cx
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

--- Comment #214 from Rich Felker  ---
I'm not particular in terms of the path it takes as long as this gets back to a
status where it's on the radar for fixing.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug middle-end/323] optimized code gives strange floating point results

2020-02-06 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

--- Comment #213 from Eric Gallager  ---
(In reply to Eric Gallager from comment #212)
> (In reply to Rich Felker from comment #211)
> > If new reports are going to be marked as duplicates of this, then can it
> > please be moved from SUSPENDED status to REOPENED? The situation is far
> > worse than what seems to have been realized last this was worked on, as
> > evidenced by pr 85957. These issues just came up again breaking real-world
> > software in https://github.com/OSGeo/PROJ/issues/1906
> 
> Uh... I'm not seeing "REOPENED" on the menu for possible statuses? Maybe a
> bug can only have the REOPENED status if it's actually been closed in the
> past, and this might not have actually been closed before? I thought this
> had been closed at one point, but it looks like I was wrong... Hold on, let
> me check the (very long) history for this bug...

OK, never mind, it looks like this bug has actually been closed before like I
thought originally; whether or not a bug can have its status changed to
REOPENED or not must depend on its current status, rather than any past status
it might have had... So, I guess I can either close it temporarily and then
immediately reopen it, or give it some other status. Which would you prefer?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug middle-end/323] optimized code gives strange floating point results

2020-02-06 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

--- Comment #212 from Eric Gallager  ---
(In reply to Rich Felker from comment #211)
> If new reports are going to be marked as duplicates of this, then can it
> please be moved from SUSPENDED status to REOPENED? The situation is far
> worse than what seems to have been realized last this was worked on, as
> evidenced by pr 85957. These issues just came up again breaking real-world
> software in https://github.com/OSGeo/PROJ/issues/1906

Uh... I'm not seeing "REOPENED" on the menu for possible statuses? Maybe a bug
can only have the REOPENED status if it's actually been closed in the past, and
this might not have actually been closed before? I thought this had been closed
at one point, but it looks like I was wrong... Hold on, let me check the (very
long) history for this bug...

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug middle-end/323] optimized code gives strange floating point results

2020-02-06 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Eric Gallager  changed:

   What|Removed |Added

   See Also||https://gcc.gnu.org/bugzill
   ||a/show_bug.cgi?id=85957

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug middle-end/323] optimized code gives strange floating point results

2020-02-06 Thread bugdal at aerifal dot cx
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

--- Comment #210 from Rich Felker  ---
If new reports are going to be marked as duplicates of this, then can it please
be moved from SUSPENDED status to REOPENED? The situation is far worse than
what seems to have been realized last this was worked on, as evidenced by pr
85957. These issues just came up again breaking real-world software in
https://github.com/OSGeo/PROJ/issues/1906

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug middle-end/323] optimized code gives strange floating point results

2020-02-06 Thread bugdal at aerifal dot cx
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

--- Comment #211 from Rich Felker  ---
If new reports are going to be marked as duplicates of this, then can it please
be moved from SUSPENDED status to REOPENED? The situation is far worse than
what seems to have been realized last this was worked on, as evidenced by pr
85957. These issues just came up again breaking real-world software in
https://github.com/OSGeo/PROJ/issues/1906

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug middle-end/323] optimized code gives strange floating point results

2020-02-06 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Andrew Pinski  changed:

   What|Removed |Added

 CC||bugdal at aerifal dot cx

--- Comment #209 from Andrew Pinski  ---
*** Bug 93620 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug middle-end/323] optimized code gives strange floating point results

2019-12-09 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Andrew Pinski  changed:

   What|Removed |Added

 Blocks||92875


Referenced Bugs:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92875
[Bug 92875] GCC ignores the floating-point 'f' suffix in C11 mode
-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug middle-end/323] optimized code gives strange floating point results

2019-06-18 Thread castro8583bennett at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Carlo B.  changed:

   What|Removed |Added

 CC||castro8583bennett at gmx dot 
com

--- Comment #208 from Carlo B.  ---
Why not try some Loops my friend

Castro B,
http://gratisdatingsite.nl

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug middle-end/323] optimized code gives strange floating point results

2018-12-29 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Eric Gallager  changed:

   What|Removed |Added

 CC||egallager at gcc dot gnu.org
   See Also||https://gcc.gnu.org/bugzill
   ||a/show_bug.cgi?id=34678,
   ||https://gcc.gnu.org/bugzill
   ||a/show_bug.cgi?id=36578,
   ||https://gcc.gnu.org/bugzill
   ||a/show_bug.cgi?id=37845,
   ||http://sourceware.org/bugzi
   ||lla/show_bug.cgi?id=6981

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug middle-end/323] optimized code gives strange floating point results

2018-08-28 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Jakub Jelinek  changed:

   What|Removed |Added

 CC||neha.gnu.gcc at gmail dot com

--- Comment #207 from Jakub Jelinek  ---
*** Bug 87128 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug middle-end/323] optimized code gives strange floating point results

2018-05-28 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

--- Comment #206 from Andrew Pinski  ---
*** Bug 85957 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug middle-end/323] optimized code gives strange floating point results

2018-05-28 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Andrew Pinski  changed:

   What|Removed |Added

 CC||lukeshu at lukeshu dot com

--- Comment #205 from Andrew Pinski  ---
*** Bug 85957 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug middle-end/323] optimized code gives strange floating point results

2018-05-05 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Andrew Pinski  changed:

   What|Removed |Added

 CC||manuel.serrano at inria dot fr

--- Comment #204 from Andrew Pinski  ---
*** Bug 85661 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug middle-end/323] optimized code gives strange floating point results

2017-07-19 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

egallager at gcc dot gnu.org changed:

   What|Removed |Added

 CC||j.d.pryce at ntlworld dot com

--- Comment #203 from egallager at gcc dot gnu.org ---
*** Bug 34261 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug middle-end/323] optimized code gives strange floating point results

2016-07-24 Thread wirawan0 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Wirawan Purwanto  changed:

   What|Removed |Added

 CC|wirawan0 at gmail dot com  |

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug middle-end/323] optimized code gives strange floating point results

2016-07-24 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Andrew Pinski  changed:

   What|Removed |Added

 CC||theJ893 at gmail dot com

--- Comment #201 from Andrew Pinski  ---
*** Bug 62623 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug middle-end/323] optimized code gives strange floating point results

2015-05-29 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Joseph S. Myers jsm28 at gcc dot gnu.org changed:

   What|Removed |Added

 CC||timo.kreuzer at reactos dot org

--- Comment #200 from Joseph S. Myers jsm28 at gcc dot gnu.org ---
*** Bug 66282 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/bug-323-5724-ofiewrx...@http.gcc.gnu.org/bugzilla/



[Bug middle-end/323] optimized code gives strange floating point results

2015-01-26 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Andreas Schwab sch...@linux-m68k.org changed:

   What|Removed |Added

 CC||friend1992friend1992@yandex
   ||.ru

--- Comment #199 from Andreas Schwab sch...@linux-m68k.org ---
*** Bug 64808 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/bug-323-5724-w6xbqqc...@http.gcc.gnu.org/bugzilla/



[Bug middle-end/323] optimized code gives strange floating point results

2015-01-09 Thread adam at irvine dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Adam Beneschan adam at irvine dot com changed:

   What|Removed |Added

 CC|adam at irvine dot com |

-- 
You are receiving this mail because:
You are on the CC list for the bug.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/bug-323-5724-5yerzlt...@http.gcc.gnu.org/bugzilla/



[Bug middle-end/323] optimized code gives strange floating point results

2014-12-30 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Manuel López-Ibáñez manu at gcc dot gnu.org changed:

   What|Removed |Added

 CC||manu at gcc dot gnu.org

--- Comment #195 from Manuel López-Ibáñez manu at gcc dot gnu.org ---
(In reply to Martin von Gagern from comment #193)
 Would it make sense to file one bug report per language, marking all of them
 as blocking this one here, so we can keep track of progress per language?
 I'm particularly interested in C++, but I guess others might care for other
 front-ends.

Feel free to do just that, specially if you are planning to work on it. This PR
has become too long and full of outdated info (and useless comments) to be
really useful.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

--
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/bug-323-5724-dvb6z6d...@http.gcc.gnu.org/bugzilla/



[Bug middle-end/323] optimized code gives strange floating point results

2014-12-30 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Manuel López-Ibáñez manu at gcc dot gnu.org changed:

   What|Removed |Added

URL||https://gcc.gnu.org/bugzill
   ||a/show_bug.cgi?id=323#c127

--- Comment #196 from Manuel López-Ibáñez manu at gcc dot gnu.org ---
I believe the latest status of this PR is explained by comment 127. I added
this as the URL of the bug for people to find.

Also, the official FAQ for this (https://gcc.gnu.org/bugs/#nonbugs_general) is
seriously lacking info and outdated. From now on, I'll point people to:
https://gcc.gnu.org/wiki/FAQ#PR323

-- 
You are receiving this mail because:
You are on the CC list for the bug.

--
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/bug-323-5724-09rraoa...@http.gcc.gnu.org/bugzilla/



[Bug middle-end/323] optimized code gives strange floating point results

2014-12-30 Thread vincent-gcc at vinc17 dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

--- Comment #197 from Vincent Lefèvre vincent-gcc at vinc17 dot net ---
(In reply to Manuel López-Ibáñez from comment #196)
 Also, the official FAQ for this (https://gcc.gnu.org/bugs/#nonbugs_general)
 is seriously lacking info and outdated. From now on, I'll point people to:
 https://gcc.gnu.org/wiki/FAQ#PR323

Note that this bug was mainly about the excess precision of x87 FPU, though its
summary just says optimized code gives strange floating point results. But
the users should be aware that the floating-point results can still depend on
the optimization level because this is allowed by the ISO C standard. For
instance, if one has code like x*y+z, a FMA can be used or not depending on the
target architecture and the optimization level (see also bug 37845 about this),
and this can change the results.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

--
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/bug-323-5724-amhzgog...@http.gcc.gnu.org/bugzilla/



[Bug middle-end/323] optimized code gives strange floating point results

2014-12-30 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

--- Comment #198 from Manuel López-Ibáñez manu at gcc dot gnu.org ---
(In reply to Vincent Lefèvre from comment #197)
 (In reply to Manuel López-Ibáñez from comment #196)
  Also, the official FAQ for this (https://gcc.gnu.org/bugs/#nonbugs_general)
  is seriously lacking info and outdated. From now on, I'll point people to:
  https://gcc.gnu.org/wiki/FAQ#PR323
 
 Note that this bug was mainly about the excess precision of x87 FPU, though

I added your comment to the FAQ but feel welcome to extend it:
https://gcc.gnu.org/wiki/FAQ#PR323

What it is also missing is a criteria to distinguish normal behavior from
actual GCC bugs (and there are GCC bugs like bug 37845 and others for
optimizations that should only be done with ffast-math). Currently, any
floating-point issue is likely to end up here.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

--
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/bug-323-5724-wzxkef7...@http.gcc.gnu.org/bugzilla/



[Bug middle-end/323] optimized code gives strange floating point results

2014-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Andrew Pinski pinskia at gcc dot gnu.org changed:

   What|Removed |Added

 CC||meidingerc1 at gmail dot com

--- Comment #194 from Andrew Pinski pinskia at gcc dot gnu.org ---
*** Bug 61626 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/bug-323-5724-avv9b9e...@http.gcc.gnu.org/bugzilla/



[Bug middle-end/323] optimized code gives strange floating point results

2014-01-02 Thread Martin.vGagern at gmx dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Martin von Gagern Martin.vGagern at gmx dot net changed:

   What|Removed |Added

 CC||Martin.vGagern at gmx dot net

--- Comment #193 from Martin von Gagern Martin.vGagern at gmx dot net ---
(In reply to Joseph S. Myers from comment #127)
   It would be possible to implement the option for non-C languages, to
   provide whatever predictable semantics are appropriate for those
   languages (whether or not described in their standards).  Note that
   bug 323 was originally reported with a C++ testcase.  […]  It
   would probably be most appropriate not to close bug 323 without having
   some form of predictable semantics available for each language.

Would it make sense to file one bug report per language, marking all of them as
blocking this one here, so we can keep track of progress per language? I'm
particularly interested in C++, but I guess others might care for other
front-ends.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

--
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/bug-323-5724-knbqoic...@http.gcc.gnu.org/bugzilla/



[Bug middle-end/323] optimized code gives strange floating point results

2013-11-18 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Dominique d'Humieres dominiq at lps dot ens.fr changed:

   What|Removed |Added

 CC||sarantis.pantazis at gmail dot 
com

--- Comment #192 from Dominique d'Humieres dominiq at lps dot ens.fr ---
*** Bug 59168 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/bug-323-5724-pt5rp2j...@http.gcc.gnu.org/bugzilla/



[Bug middle-end/323] optimized code gives strange floating point results

2013-06-24 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Richard Biener rguenth at gcc dot gnu.org changed:

   What|Removed |Added

 CC||oliverst at online dot de

--- Comment #191 from Richard Biener rguenth at gcc dot gnu.org ---
*** Bug 57669 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/bug-323-5724-o1l7tbt...@http.gcc.gnu.org/bugzilla/



[Bug middle-end/323] optimized code gives strange floating point results

2013-04-26 Thread ondrej at sury dot org

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Ondřej Surý ondrej at sury dot org changed:

   What|Removed |Added

 CC||ondrej at sury dot org

--- Comment #190 from Ondřej Surý ondrej at sury dot org 2013-04-26 16:07:17 
UTC ---
*** Bug 57080 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/bug-323-5724-rnckqcx...@http.gcc.gnu.org/bugzilla/



[Bug middle-end/323] optimized code gives strange floating point results

2013-04-26 Thread jasonwucj at gmail dot com

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Chung-Ju Wu jasonwucj at gmail dot com changed:

   What|Removed |Added

 CC||jasonwucj at gmail dot com

-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/bug-323-5724-o9lminx...@http.gcc.gnu.org/bugzilla/



[Bug middle-end/323] optimized code gives strange floating point results

2013-01-30 Thread jakub at gcc dot gnu.org

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Jakub Jelinek jakub at gcc dot gnu.org changed:

   What|Removed |Added

 CC||mikpe at it dot uu.se

--- Comment #189 from Jakub Jelinek jakub at gcc dot gnu.org 2013-01-30 
08:57:24 UTC ---
*** Bug 55939 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/bug-323-5724-fxdmisg...@http.gcc.gnu.org/bugzilla/



[Bug middle-end/323] optimized code gives strange floating point results

2013-01-07 Thread soren.sandmann at gmail dot com

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Søren Sandmann Pedersen soren.sandmann at gmail dot com changed:

   What|Removed |Added

 CC|soren.sandmann at gmail dot |
   |com |

-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


--
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/bug-323-5724-aipcjqy...@http.gcc.gnu.org/bugzilla/



[Bug middle-end/323] optimized code gives strange floating point results

2012-12-31 Thread rguenth at gcc dot gnu.org

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Richard Biener rguenth at gcc dot gnu.org changed:

   What|Removed |Added

 CC||tasin at hm dot edu

--- Comment #188 from Richard Biener rguenth at gcc dot gnu.org 2012-12-31 
16:12:05 UTC ---
*** Bug 55787 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/bug-323-5724-myhxyqd...@http.gcc.gnu.org/bugzilla/



[Bug middle-end/323] optimized code gives strange floating point results

2012-12-14 Thread soren.sandmann at gmail dot com

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Søren Sandmann Pedersen soren.sandmann at gmail dot com changed:

   What|Removed |Added

 CC||soren.sandmann at gmail dot
   ||com

--- Comment #187 from Søren Sandmann Pedersen soren.sandmann at gmail dot com 
2012-12-15 02:09:20 UTC ---
*** Bug 55700 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


--
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/bug-323-5724-fihwei9...@http.gcc.gnu.org/bugzilla/



[Bug middle-end/323] optimized code gives strange floating point results

2012-11-30 Thread pinskia at gcc dot gnu.org

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Andrew Pinski pinskia at gcc dot gnu.org changed:

   What|Removed |Added

 CC||joerg.rich...@pdv-fs.de

--- Comment #186 from Andrew Pinski pinskia at gcc dot gnu.org 2012-11-30 
18:06:40 UTC ---
*** Bug 55544 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/bug-323-5724-xdw8zkf...@http.gcc.gnu.org/bugzilla/



[Bug middle-end/323] optimized code gives strange floating point results

2012-11-12 Thread paolo.carlini at oracle dot com

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Paolo Carlini paolo.carlini at oracle dot com changed:

   What|Removed |Added

 CC||jkuittinen293482 at gmail
   ||dot com

--- Comment #185 from Paolo Carlini paolo.carlini at oracle dot com 
2012-11-12 14:53:28 UTC ---
*** Bug 55267 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/bug-323-5724-mxu2fra...@http.gcc.gnu.org/bugzilla/



[Bug middle-end/323] optimized code gives strange floating point results

2012-11-10 Thread daniel.kruegler at googlemail dot com

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Daniel Krügler daniel.kruegler at googlemail dot com changed:

   What|Removed |Added

 CC||daniel.kruegler at
   ||googlemail dot com

-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


--
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/bug-323-5724-mnujocr...@http.gcc.gnu.org/bugzilla/



[Bug middle-end/323] optimized code gives strange floating point results

2012-01-12 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Andrew Pinski pinskia at gcc dot gnu.org changed:

   What|Removed |Added

 CC||dov.grobgeld at gmail dot
   ||com

--- Comment #183 from Andrew Pinski pinskia at gcc dot gnu.org 2012-01-13 
06:28:44 UTC ---
*** Bug 38777 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/bug-323-5724-vnizsve...@http.gcc.gnu.org/bugzilla/



[Bug middle-end/323] optimized code gives strange floating point results

2011-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Richard Guenther rguenth at gcc dot gnu.org changed:

   What|Removed |Added

 CC||juanval at gmail dot com

--- Comment #182 from Richard Guenther rguenth at gcc dot gnu.org 2011-03-22 
15:15:24 UTC ---
*** Bug 48236 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/bug-323-5724-nxwoois...@http.gcc.gnu.org/bugzilla/



[Bug middle-end/323] optimized code gives strange floating point results

2011-03-08 Thread acfbuerger at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Alexander Bürger acfbuerger at googlemail dot com changed:

   What|Removed |Added

 CC||acfbuerger at googlemail
   ||dot com

--- Comment #181 from Alexander Bürger acfbuerger at googlemail dot com 
2011-03-08 19:08:38 UTC ---
*** Bug 47600 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


--
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/bug-323-5724-jajbnnz...@http.gcc.gnu.org/bugzilla/



[Bug middle-end/323] optimized code gives strange floating point results

2011-02-21 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Richard Guenther rguenth at gcc dot gnu.org changed:

   What|Removed |Added

 CC||stenedjo at gmail dot com

--- Comment #180 from Richard Guenther rguenth at gcc dot gnu.org 2011-02-21 
12:35:53 UTC ---
*** Bug 47834 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/bug-323-5724-u8kzrw2...@http.gcc.gnu.org/bugzilla/



[Bug middle-end/323] optimized code gives strange floating point results

2011-01-13 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Andrew Pinski pinskia at gcc dot gnu.org changed:

   What|Removed |Added

 CC||ichudov at algebra dot com

--- Comment #179 from Andrew Pinski pinskia at gcc dot gnu.org 2011-01-13 
22:06:14 UTC ---
*** Bug 47282 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/bug-323-5724-k5asqsz...@http.gcc.gnu.org/bugzilla/



[Bug middle-end/323] optimized code gives strange floating point results

2011-01-12 Thread kenyon at kenyonralph dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Kenyon Ralph kenyon at kenyonralph dot com changed:

   What|Removed |Added

 CC||kenyon at kenyonralph dot
   ||com

-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/bug-323-5724-bei9ac0...@http.gcc.gnu.org/bugzilla/



[Bug middle-end/323] optimized code gives strange floating point results

2011-01-06 Thread crrodriguez at opensuse dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Cristian Rodríguez crrodriguez at opensuse dot org changed:

   What|Removed |Added

 CC||crrodriguez at opensuse dot
   ||org

-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


--
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/bug-323-5724-atxsy1e...@http.gcc.gnu.org/bugzilla/



[Bug middle-end/323] optimized code gives strange floating point results

2010-10-05 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Andrew Pinski pinskia at gcc dot gnu.org changed:

   What|Removed |Added

  Component|rtl-optimization|middle-end

-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101005184700.1d4ef13a5...@liszt.debian.org



[Bug middle-end/323] optimized code gives strange floating point results

2010-10-05 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Andrew Pinski pinskia at gcc dot gnu.org changed:

   What|Removed |Added

 CC||pinskia at gcc dot gnu.org

--- Comment #140 from Andrew Pinski pinskia at gcc dot gnu.org 2010-10-05 
18:45:34 UTC ---
*** Bug 45899 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101005185226.3ae0813a5...@liszt.debian.org



[Bug middle-end/323] optimized code gives strange floating point results

2010-10-05 Thread postmaster at ansarisbio dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

--- Comment #139 from postmaster at ansarisbio dot com 2010-10-05 18:44:05 UTC 
---
Delivery has failed to these recipients or distribution lists:

gtal...@locuspharma.commailto:gtal...@locuspharma.com
The recipient's e-mail address was not found in the recipient's e-mail system.
Microsoft Exchange will not try to redeliver this message for you. Please check
the e-mail address and try resending this message, or provide the following
diagnostic text to your system administrator.


Sent by Microsoft Exchange Server 2007






Diagnostic information for administrators:

Generating server: discovery.com

gtal...@locuspharma.com
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found
##rfc822;gtal...@locuspharma.com

Original message headers:

Received: from ns1.locuspharma.com (192.168.254.2) by exchange.discovery.com
 (172.16.30.201) with Microsoft SMTP Server id 8.1.358.0; Tue, 5 Oct 2010
 14:43:50 -0400
Received: from sourceware.org (server1.sourceware.org [209.132.180.131])   
by
 ns1.locuspharma.com (Postfix) with SMTP id 45BCD7040AD for
 gtal...@locuspharma.com; Tue,  5 Oct 2010 14:43:49 -0400 (EDT)
Received: (qmail 19955 invoked by uid 22791); 5 Oct 2010 18:43:48 -
X-SWARE-Spam-Status: No, hits=-2.4 required=5.0
tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID
X-Spam-Status: No, hits=-2.4 required=5.0
tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID
X-Spam-Check-By: sourceware.org
Received: from localhost (HELO gcc.gnu.org) (127.0.0.1)by sourceware.org
 (qpsmtpd/0.43rc1) with ESMTP; Tue, 05 Oct 2010 18:43:46 +
From: pinskia at gcc dot gnu.org gcc-bugzi...@gcc.gnu.org
To: gtal...@locuspharma.com
Subject: [Bug middle-end/323] optimized code gives strange floating point
 results
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: middle-end
X-Bugzilla-Keywords: wrong-code
X-Bugzilla-Severity: normal
X-Bugzilla-Who: pinskia at gcc dot gnu.org
X-Bugzilla-Status: SUSPENDED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Changed-Fields: Component
In-Reply-To: bug-323-6...@http.gcc.gnu.org/bugzilla/
References: bug-323-6...@http.gcc.gnu.org/bugzilla/
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
Content-Type: text/plain; charset=UTF-8
MIME-Version: 1.0
Date: Tue, 5 Oct 2010 18:43:45 +
Message-ID: b0b345b2-0cf0-48dd-a9a1-5d99454fc...@exchange.discovery.com
Return-Path: gcc-bugzi...@gcc.gnu.org

-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101005185450.d6fab13a5...@liszt.debian.org



[Bug middle-end/323] optimized code gives strange floating point results

2010-10-05 Thread postmaster at ansarisbio dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

--- Comment #141 from postmaster at ansarisbio dot com 2010-10-05 18:48:08 UTC 
---
Delivery has failed to these recipients or distribution lists:

gtal...@locuspharma.commailto:gtal...@locuspharma.com
The recipient's e-mail address was not found in the recipient's e-mail system.
Microsoft Exchange will not try to redeliver this message for you. Please check
the e-mail address and try resending this message, or provide the following
diagnostic text to your system administrator.


Sent by Microsoft Exchange Server 2007






Diagnostic information for administrators:

Generating server: discovery.com

gtal...@locuspharma.com
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found
##rfc822;gtal...@locuspharma.com

Original message headers:

Received: from ns1.locuspharma.com (192.168.254.2) by exchange.discovery.com
 (172.16.30.201) with Microsoft SMTP Server id 8.1.358.0; Tue, 5 Oct 2010
 14:47:50 -0400
Received: from sourceware.org (server1.sourceware.org [209.132.180.131])   
by
 ns1.locuspharma.com (Postfix) with SMTP id 85C9D7040AD for
 gtal...@locuspharma.com; Tue,  5 Oct 2010 14:47:50 -0400 (EDT)
Received: (qmail 21129 invoked by uid 22791); 5 Oct 2010 18:47:49 -
X-SWARE-Spam-Status: No, hits=-2.4 required=5.0
tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID
X-Spam-Status: No, hits=-2.4 required=5.0
tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID
X-Spam-Check-By: sourceware.org
Received: from localhost (HELO gcc.gnu.org) (127.0.0.1)by sourceware.org
 (qpsmtpd/0.43rc1) with ESMTP; Tue, 05 Oct 2010 18:47:46 +
From: postmaster at ansarisbio dot com gcc-bugzi...@gcc.gnu.org
To: gtal...@locuspharma.com
Subject: [Bug middle-end/323] optimized code gives strange floating point
 results
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: middle-end
X-Bugzilla-Keywords: wrong-code
X-Bugzilla-Severity: normal
X-Bugzilla-Who: postmaster at ansarisbio dot com
X-Bugzilla-Status: SUSPENDED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Changed-Fields:
In-Reply-To: bug-323-6...@http.gcc.gnu.org/bugzilla/
References: bug-323-6...@http.gcc.gnu.org/bugzilla/
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
Content-Type: text/plain; charset=UTF-8
MIME-Version: 1.0
Date: Tue, 5 Oct 2010 18:47:44 +
Message-ID: b961d911-beb7-4994-b60c-903ac2842...@exchange.discovery.com
Return-Path: gcc-bugzi...@gcc.gnu.org

-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101005185744.c50f513a5...@liszt.debian.org



[Bug middle-end/323] optimized code gives strange floating point results

2010-10-05 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Andrew Pinski pinskia at gcc dot gnu.org changed:

   What|Removed |Added

 CC|gtalbot at locuspharma dot  |
   |com |

-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101005190801.5b5af13a5...@liszt.debian.org



[Bug middle-end/323] optimized code gives strange floating point results

2010-10-05 Thread postmaster at jpmchase dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

--- Comment #142 from postmaster at jpmchase dot com 2010-10-05 18:51:39 UTC ---
Delivery has failed to these recipients or distribution lists:

rohit.x.tripa...@jpmchasex.jpmchase.netmailto:rohit.x.tripa...@jpmchasex.jpmchase.net
The recipient's e-mail address was not found in the recipient's e-mail system.
Microsoft Exchange will not try to redeliver this message for you. Please check
the e-mail address and try resending this message, or provide the following
diagnostic text to your system administrator.


Sent by Microsoft Exchange Server 2007






Diagnostic information for administrators:

Generating server: exchad.jpmchase.net

rohit.x.tripa...@jpmchasex.jpmchase.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##

Original message headers:

Received: from si4.svr.bankone.net (155.180.56.116) by
 HUBR001.exchad.jpmchase.net (169.70.190.48) with Microsoft SMTP Server (TLS)
 id 8.2.247.2; Tue, 5 Oct 2010 14:50:41 -0400
Received: from jpmchase.com (img3.dmz.bankone.net [155.180.118.168])by
 si4.svr.bankone.net (Switch-3.4.3/Switch-3.3.3mp) with ESMTP id
 o95IodgG004867 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256
 verify=OK) for rohit.x.tripa...@jpmchase.com; Tue, 5 Oct 2010 14:50:39
 -0400
Message-ID: 201010051850.o95iodgg004...@si4.svr.bankone.net
Received: from ([209.132.180.131])  by img3.jpmchase.com with SMTP  id
 56DC7G1.412959853; Tue, 05 Oct 2010 14:50:34 -0400
Received: (qmail 23322 invoked by uid 22791); 5 Oct 2010 18:50:33 -
X-SWARE-Spam-Status: No, hits=-2.4 required=5.0
tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID
X-Spam-Status: No, hits=-2.4 required=5.0
tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID
X-Spam-Check-By: sourceware.org
Received: from localhost (HELO gcc.gnu.org) (127.0.0.1)by sourceware.org
 (qpsmtpd/0.43rc1) with ESMTP; Tue, 05 Oct 2010 18:50:30 +
From: postmaster at ansarisbio dot com gcc-bugzi...@gcc.gnu.org
To: rohit.x.tripa...@jpmchase.com
Subject: [Bug middle-end/323] optimized code gives strange floating point
 results
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: middle-end
X-Bugzilla-Keywords: wrong-code
X-Bugzilla-Severity: normal
X-Bugzilla-Who: postmaster at ansarisbio dot com
X-Bugzilla-Status: SUSPENDED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Changed-Fields:
In-Reply-To: bug-323-16...@http.gcc.gnu.org/bugzilla/
References: bug-323-16...@http.gcc.gnu.org/bugzilla/
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
Content-Type: text/plain; charset=UTF-8
MIME-Version: 1.0
Date: Tue, 5 Oct 2010 18:50:29 +
X-esp: ESP41=
SHA:0
SHA_FLAGS:0
UHA:12
ISC:0
BAYES:0
SenderID:0
DKIM:0
TS:-11
SIG:dWI3WNz1AUp2bi9KWTKK1tqzR8eU3QoNrmrZSsjfNXKqd1Cx_D5coRTLwcVf
Gg5wOSDXLjxP5wfWwCm49yMH1OaGzL0bILBmaA0YmFn3AkNJOEWZwb0ekzwW
CdY8KsY7IxEkTy6vTL2JCneFFhQJDUlanas0NLpZdKWZRF868melvCcN2rP9
l7hRc8kJV2hwQvh2ieef9fTWrAIeJDcOJitp6fzLa35bUvj4A
DSC:40 (obscure_url:40)
TRU_spam1: 0
TRU_scam_spam: 0
TRU_ru_spamsubj: 0
TRU_profanity_spam: 0
TRU_medical_spam: 0
TRU_urllinks: 0
URL Real-Time Signatures: 0
TRU_html_image_spam: 0
TRU_freehosting: 0
TRU_stock_spam: 0
TRU_watch_spam: 0
TRU_embedded_image_spam: 0
TRU_lotto_spam: 0
TRU_legal_spam: 0
TRU_adult_spam: 0
TRU_money_spam: 0
TRU_spam2: 0
TRU_playsites: 0
TRU_misc_spam: 0
TRU_marketing_spam: 0
TRU_phish_spam: 0
Return-Path: gcc-bugzi...@gcc.gnu.org

-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101005191144.9dd6413a5...@liszt.debian.org



[Bug middle-end/323] optimized code gives strange floating point results

2010-10-05 Thread postmaster at jpmchase dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

--- Comment #144 from postmaster at jpmchase dot com 2010-10-05 18:54:06 UTC ---
Delivery has failed to these recipients or distribution lists:

rohit.x.tripa...@jpmchasex.jpmchase.netmailto:rohit.x.tripa...@jpmchasex.jpmchase.net
The recipient's e-mail address was not found in the recipient's e-mail system.
Microsoft Exchange will not try to redeliver this message for you. Please check
the e-mail address and try resending this message, or provide the following
diagnostic text to your system administrator.


Sent by Microsoft Exchange Server 2007






Diagnostic information for administrators:

Generating server: exchad.jpmchase.net

rohit.x.tripa...@jpmchasex.jpmchase.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##

Original message headers:

Received: from si4.svr.bankone.net (155.180.56.116) by
 HUBCR101.exchad.jpmchase.net (169.70.190.78) with Microsoft SMTP Server (TLS)
 id 8.2.247.2; Tue, 5 Oct 2010 14:53:42 -0400
Received: from jpmchase.com (img3.dmz.bankone.net [155.180.118.168])by
 si4.svr.bankone.net (Switch-3.4.3/Switch-3.3.3mp) with ESMTP id
 o95IrdSr012724 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256
 verify=OK) for rohit.x.tripa...@jpmchase.com; Tue, 5 Oct 2010 14:53:40
 -0400
Message-ID: 201010051853.o95irdsr012...@si4.svr.bankone.net
Received: from ([209.132.180.131])  by img3.jpmchase.com with SMTP  id
 56DC7G1.412961378; Tue, 05 Oct 2010 14:53:34 -0400
Received: (qmail 24625 invoked by uid 22791); 5 Oct 2010 18:53:33 -
X-SWARE-Spam-Status: No, hits=-2.4 required=5.0
tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID
X-Spam-Status: No, hits=-2.4 required=5.0
tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID
X-Spam-Check-By: sourceware.org
Received: from localhost (HELO gcc.gnu.org) (127.0.0.1)by sourceware.org
 (qpsmtpd/0.43rc1) with ESMTP; Tue, 05 Oct 2010 18:53:31 +
From: pinskia at gcc dot gnu.org gcc-bugzi...@gcc.gnu.org
To: rohit.x.tripa...@jpmchase.com
Subject: [Bug middle-end/323] optimized code gives strange floating point
 results
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: middle-end
X-Bugzilla-Keywords: wrong-code
X-Bugzilla-Severity: normal
X-Bugzilla-Who: pinskia at gcc dot gnu.org
X-Bugzilla-Status: SUSPENDED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Changed-Fields: CC
In-Reply-To: bug-323-16...@http.gcc.gnu.org/bugzilla/
References: bug-323-16...@http.gcc.gnu.org/bugzilla/
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
Content-Type: text/plain; charset=UTF-8
MIME-Version: 1.0
Date: Tue, 5 Oct 2010 18:53:30 +
X-esp: ESP1=
SHA:0
SHA_FLAGS:0
UHA:12
ISC:0
BAYES:0
SenderID:0
DKIM:0
TS:-11
SIG:dWI3WNz1AAY-gyBnApUZNV4t2dc9_3DItJwndCW-mBRz

CneFFhQJDUlanas0NLpZdKWZRF868melvCcN2rP9
l7hRc8kJV2hwQvh2mIuf9fTWkAV-qnUMUUS1le7Emceh_2oiA
DSC:0
TRU_spam1: 0
TRU_scam_spam: 0
TRU_ru_spamsubj: 0
TRU_profanity_spam: 0
TRU_medical_spam: 0
TRU_urllinks: 0
URL Real-Time Signatures: 0
TRU_html_image_spam: 0
TRU_freehosting: 0
TRU_stock_spam: 0
TRU_watch_spam: 0
TRU_embedded_image_spam: 0
TRU_lotto_spam: 0
TRU_legal_spam: 0
TRU_adult_spam: 0
TRU_money_spam: 0
TRU_spam2: 0
TRU_playsites: 0
TRU_misc_spam: 0
TRU_marketing_spam: 0
TRU_phish_spam: 0
Return-Path: gcc-bugzi...@gcc.gnu.org

-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101005191737.6c9e413a5...@liszt.debian.org



[Bug middle-end/323] optimized code gives strange floating point results

2010-10-05 Thread postmaster at ansarisbio dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

--- Comment #143 from postmaster at ansarisbio dot com 2010-10-05 18:52:43 UTC 
---
Delivery has failed to these recipients or distribution lists:

gtal...@locuspharma.commailto:gtal...@locuspharma.com
The recipient's e-mail address was not found in the recipient's e-mail system.
Microsoft Exchange will not try to redeliver this message for you. Please check
the e-mail address and try resending this message, or provide the following
diagnostic text to your system administrator.


Sent by Microsoft Exchange Server 2007






Diagnostic information for administrators:

Generating server: discovery.com

gtal...@locuspharma.com
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found
##rfc822;gtal...@locuspharma.com

Original message headers:

Received: from ns1.locuspharma.com (192.168.254.2) by exchange.discovery.com
 (172.16.30.201) with Microsoft SMTP Server id 8.1.358.0; Tue, 5 Oct 2010
 14:52:32 -0400
Received: from sourceware.org (server1.sourceware.org [209.132.180.131])   
by
 ns1.locuspharma.com (Postfix) with SMTP id AAEC97040AD for
 gtal...@locuspharma.com; Tue,  5 Oct 2010 14:52:32 -0400 (EDT)
Received: (qmail 24400 invoked by uid 22791); 5 Oct 2010 18:52:31 -
X-SWARE-Spam-Status: No, hits=-2.4 required=5.0
tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID
X-Spam-Status: No, hits=-2.4 required=5.0
tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID
X-Spam-Check-By: sourceware.org
Received: from localhost (HELO gcc.gnu.org) (127.0.0.1)by sourceware.org
 (qpsmtpd/0.43rc1) with ESMTP; Tue, 05 Oct 2010 18:52:29 +
From: pinskia at gcc dot gnu.org gcc-bugzi...@gcc.gnu.org
To: gtal...@locuspharma.com
Subject: [Bug middle-end/323] optimized code gives strange floating point
 results
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: middle-end
X-Bugzilla-Keywords: wrong-code
X-Bugzilla-Severity: normal
X-Bugzilla-Who: pinskia at gcc dot gnu.org
X-Bugzilla-Status: SUSPENDED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Changed-Fields: CC
In-Reply-To: bug-323-6...@http.gcc.gnu.org/bugzilla/
References: bug-323-6...@http.gcc.gnu.org/bugzilla/
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
Content-Type: text/plain; charset=UTF-8
MIME-Version: 1.0
Date: Tue, 5 Oct 2010 18:52:28 +
Message-ID: 3a193bdc-ca0f-4171-85e4-390f62a4f...@exchange.discovery.com
Return-Path: gcc-bugzi...@gcc.gnu.org

-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101005191844.b9a0513a5...@liszt.debian.org



[Bug middle-end/323] optimized code gives strange floating point results

2010-10-05 Thread postmaster at ansarisbio dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

--- Comment #145 from postmaster at ansarisbio dot com 2010-10-05 18:58:19 UTC 
---
Delivery has failed to these recipients or distribution lists:

gtal...@locuspharma.commailto:gtal...@locuspharma.com
The recipient's e-mail address was not found in the recipient's e-mail system.
Microsoft Exchange will not try to redeliver this message for you. Please check
the e-mail address and try resending this message, or provide the following
diagnostic text to your system administrator.


Sent by Microsoft Exchange Server 2007






Diagnostic information for administrators:

Generating server: discovery.com

gtal...@locuspharma.com
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found
##rfc822;gtal...@locuspharma.com

Original message headers:

Received: from ns1.locuspharma.com (192.168.254.2) by exchange.discovery.com
 (172.16.30.201) with Microsoft SMTP Server id 8.1.358.0; Tue, 5 Oct 2010
 14:58:08 -0400
Received: from sourceware.org (server1.sourceware.org [209.132.180.131])   
by
 ns1.locuspharma.com (Postfix) with SMTP id 23E497040AD for
 gtal...@locuspharma.com; Tue,  5 Oct 2010 14:58:07 -0400 (EDT)
Received: (qmail 27985 invoked by uid 22791); 5 Oct 2010 18:58:07 -
X-SWARE-Spam-Status: No, hits=-2.4 required=5.0
tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID
X-Spam-Status: No, hits=-2.4 required=5.0
tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID
X-Spam-Check-By: sourceware.org
Received: from localhost (HELO gcc.gnu.org) (127.0.0.1)by sourceware.org
 (qpsmtpd/0.43rc1) with ESMTP; Tue, 05 Oct 2010 18:58:04 +
From: postmaster at ansarisbio dot com gcc-bugzi...@gcc.gnu.org
To: gtal...@locuspharma.com
Subject: [Bug middle-end/323] optimized code gives strange floating point
 results
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: middle-end
X-Bugzilla-Keywords: wrong-code
X-Bugzilla-Severity: normal
X-Bugzilla-Who: postmaster at ansarisbio dot com
X-Bugzilla-Status: SUSPENDED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Changed-Fields:
In-Reply-To: bug-323-6...@http.gcc.gnu.org/bugzilla/
References: bug-323-6...@http.gcc.gnu.org/bugzilla/
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
Content-Type: text/plain; charset=UTF-8
MIME-Version: 1.0
Date: Tue, 5 Oct 2010 18:58:03 +
Message-ID: a0b5d31c-4b60-498a-88c9-f22634cc4...@exchange.discovery.com
Return-Path: gcc-bugzi...@gcc.gnu.org

-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101005192139.0d16713a5...@liszt.debian.org



[Bug middle-end/323] optimized code gives strange floating point results

2010-10-05 Thread postmaster at ansarisbio dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

--- Comment #147 from postmaster at ansarisbio dot com 2010-10-05 19:03:55 UTC 
---
Delivery has failed to these recipients or distribution lists:

gtal...@locuspharma.commailto:gtal...@locuspharma.com
The recipient's e-mail address was not found in the recipient's e-mail system.
Microsoft Exchange will not try to redeliver this message for you. Please check
the e-mail address and try resending this message, or provide the following
diagnostic text to your system administrator.


Sent by Microsoft Exchange Server 2007






Diagnostic information for administrators:

Generating server: discovery.com

gtal...@locuspharma.com
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found
##rfc822;gtal...@locuspharma.com

Original message headers:

Received: from ns1.locuspharma.com (192.168.254.2) by exchange.discovery.com
 (172.16.30.201) with Microsoft SMTP Server id 8.1.358.0; Tue, 5 Oct 2010
 15:03:44 -0400
Received: from sourceware.org (server1.sourceware.org [209.132.180.131])   
by
 ns1.locuspharma.com (Postfix) with SMTP id 725C97040AD for
 gtal...@locuspharma.com; Tue,  5 Oct 2010 15:03:44 -0400 (EDT)
Received: (qmail 30353 invoked by uid 22791); 5 Oct 2010 19:03:43 -
X-SWARE-Spam-Status: No, hits=-2.4 required=5.0
tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID
X-Spam-Status: No, hits=-2.4 required=5.0
tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID
X-Spam-Check-By: sourceware.org
Received: from localhost (HELO gcc.gnu.org) (127.0.0.1)by sourceware.org
 (qpsmtpd/0.43rc1) with ESMTP; Tue, 05 Oct 2010 19:03:41 +
From: pinskia at gcc dot gnu.org gcc-bugzi...@gcc.gnu.org
To: gtal...@locuspharma.com
Subject: [Bug middle-end/323] optimized code gives strange floating point
 results
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: middle-end
X-Bugzilla-Keywords: wrong-code
X-Bugzilla-Severity: normal
X-Bugzilla-Who: pinskia at gcc dot gnu.org
X-Bugzilla-Status: SUSPENDED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Changed-Fields: CC
In-Reply-To: bug-323-6...@http.gcc.gnu.org/bugzilla/
References: bug-323-6...@http.gcc.gnu.org/bugzilla/
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
Content-Type: text/plain; charset=UTF-8
MIME-Version: 1.0
Date: Tue, 5 Oct 2010 19:03:40 +
Message-ID: 3b6a815e-0487-4aa0-9bfc-b4ed53f2a...@exchange.discovery.com
Return-Path: gcc-bugzi...@gcc.gnu.org

-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101005193524.3445613a5...@liszt.debian.org



[Bug middle-end/323] optimized code gives strange floating point results

2010-10-05 Thread postmaster at jpmchase dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

--- Comment #148 from postmaster at jpmchase dot com 2010-10-05 19:07:48 UTC ---
Delivery has failed to these recipients or distribution lists:

rohit.x.tripa...@jpmchasex.jpmchase.netmailto:rohit.x.tripa...@jpmchasex.jpmchase.net
The recipient's e-mail address was not found in the recipient's e-mail system.
Microsoft Exchange will not try to redeliver this message for you. Please check
the e-mail address and try resending this message, or provide the following
diagnostic text to your system administrator.


Sent by Microsoft Exchange Server 2007






Diagnostic information for administrators:

Generating server: exchad.jpmchase.net

rohit.x.tripa...@jpmchasex.jpmchase.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##

Original message headers:

Received: from sg1.svr.us.jpmchase.net (155.180.248.9) by
 HUBCS203.exchad.jpmchase.net (169.69.182.242) with Microsoft SMTP Server
 (TLS) id 8.2.247.2; Tue, 5 Oct 2010 15:07:29 -0400
Received: from jpmchase.com (imi2.dmz.bankone.net [155.180.102.148])by
 sg1.svr.us.jpmchase.net (Switch-3.4.3/Switch-3.3.3mp) with ESMTP id
 o95J7S5k002137 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256
 verify=OK) for rohit.x.tripa...@jpmchase.com; Tue, 5 Oct 2010 15:07:29
 -0400
Message-ID: 201010051907.o95j7s5k002...@sg1.svr.us.jpmchase.net
Received: from ([209.132.180.131])  by imi2.jpmchase.com with SMTP  id
 1X4JRF1.416750853; Tue, 05 Oct 2010 15:07:22 -0400
Received: (qmail 32082 invoked by uid 22791); 5 Oct 2010 19:07:22 -
X-SWARE-Spam-Status: No, hits=-2.3 required=5.0
tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID,TW_JP
X-Spam-Status: No, hits=-2.3 required=5.0
tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID,TW_JP
X-Spam-Check-By: sourceware.org
Received: from localhost (HELO gcc.gnu.org) (127.0.0.1)by sourceware.org
 (qpsmtpd/0.43rc1) with ESMTP; Tue, 05 Oct 2010 19:07:19 +
From: postmaster at jpmchase dot com gcc-bugzi...@gcc.gnu.org
To: rohit.x.tripa...@jpmchase.com
Subject: [Bug middle-end/323] optimized code gives strange floating point
 results
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: middle-end
X-Bugzilla-Keywords: wrong-code
X-Bugzilla-Severity: normal
X-Bugzilla-Who: postmaster at jpmchase dot com
X-Bugzilla-Status: SUSPENDED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Changed-Fields:
In-Reply-To: bug-323-16...@http.gcc.gnu.org/bugzilla/
References: bug-323-16...@http.gcc.gnu.org/bugzilla/
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
Content-Type: text/plain; charset=UTF-8
MIME-Version: 1.0
Date: Tue, 5 Oct 2010 19:07:18 +
X-esp: ESP48=
SHA:0
SHA_FLAGS:0
UHA:12
ISC:0
BAYES:0
SenderID:0
DKIM:0
TS:-16
SIG:dWI3WNz1AiAzRCUJeow6lRBz1QZ15Zarn1I6-gln1mzFl24uAwAeWir8EFrk
5x8UiBf0wMVerfhRYPim06MTqubS6KE842Xyee3WDH0rZwk66Bwq0IR97QC9
iuNWsGDk8inrtfa5HXuiCneFFhQJDUlanas0NLpZdKWZRF868melvCcN2rP9
l7hRc8kJV2hwQv9bFkeMsDuXkARnHKUohxhaHgdOAqb_zdSWA
DSC:40 (obscure_url:40)
TRU_adult_spam: 0
TRU_playsites: 0
TRU_spam1: 0
TRU_stock_spam: 0
TRU_embedded_image_spam: 0
TRU_html_image_spam: 0
TRU_misc_spam: 0
TRU_freehosting: 0
TRU_urllinks: 0
TRU_watch_spam: 0
TRU_marketing_spam: 0
TRU_profanity_spam: 0
TRU_ru_spamsubj: 0
TRU_phish_spam: 0
TRU_medical_spam: 0
TRU_lotto_spam: 12
TRU_money_spam: 0
TRU_spam2: 0
TRU_scam_spam: 0
TRU_legal_spam: 0
URL Real-Time Signatures: 0
Return-Path: gcc-bugzi...@gcc.gnu.org

-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101005194123.106c013a5...@liszt.debian.org



[Bug middle-end/323] optimized code gives strange floating point results

2010-10-05 Thread postmaster at ansarisbio dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

--- Comment #146 from postmaster at ansarisbio dot com 2010-10-05 19:02:20 UTC 
---
Delivery has failed to these recipients or distribution lists:

postmas...@ansarisbio.commailto:postmas...@ansarisbio.com
The recipient's e-mail address was not found in the recipient's e-mail system.
Microsoft Exchange will not try to redeliver this message for you. Please check
the e-mail address and try resending this message, or provide the following
diagnostic text to your system administrator.


Sent by Microsoft Exchange Server 2007






Diagnostic information for administrators:

Generating server: discovery.com

postmas...@ansarisbio.com
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found
##rfc822;postmas...@ansarisbio.com

Original message headers:

Received: from ns1.locuspharma.com (192.168.254.2) by exchange.discovery.com
 (172.16.30.201) with Microsoft SMTP Server id 8.1.358.0; Tue, 5 Oct 2010
 15:02:08 -0400
Received: from sourceware.org (server1.sourceware.org [209.132.180.131])   
by
 ns1.locuspharma.com (Postfix) with SMTP id 15FC87040AD for
 postmas...@ansarisbio.com; Tue,  5 Oct 2010 15:02:02 -0400 (EDT)
Received: (qmail 29942 invoked by uid 22791); 5 Oct 2010 19:02:01 -
X-SWARE-Spam-Status: No, hits=-2.4 required=5.0
tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID
X-Spam-Status: No, hits=-2.4 required=5.0
tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID
X-Spam-Check-By: sourceware.org
Received: from localhost (HELO gcc.gnu.org) (127.0.0.1)by sourceware.org
 (qpsmtpd/0.43rc1) with ESMTP; Tue, 05 Oct 2010 19:01:57 +
From: gcc-bugzi...@gcc.gnu.org
To: postmas...@ansarisbio.com
Subject: Re: Undeliverable: [Bug middle-end/323] optimized code gives strange
 floating point results
In-Reply-To:
References: bug-323-6...@http.gcc.gnu.org/bugzilla/
 b961d911-beb7-4994-b60c-903ac2842...@exchange.discovery.com
Date: Tue, 5 Oct 2010 18:48:14 +
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
Content-Type: text/plain; charset=UTF-8
MIME-Version: 1.0
Message-ID: a7b850cb-0eb8-4e02-8463-750a407c8...@exchange.discovery.com
Return-Path: gcc-bugzi...@gcc.gnu.org

-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101005194226.ab9d813a4...@liszt.debian.org



[Bug middle-end/323] optimized code gives strange floating point results

2010-10-05 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Andrew Pinski pinskia at gcc dot gnu.org changed:

   What|Removed |Added

 CC|rohit.x.tripathi at |
   |jpmchase dot com|

-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101005194229.c066a13a5...@liszt.debian.org



[Bug middle-end/323] optimized code gives strange floating point results

2010-10-05 Thread postmaster at ansarisbio dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

--- Comment #149 from postmaster at ansarisbio dot com 2010-10-05 19:15:54 UTC 
---
Delivery has failed to these recipients or distribution lists:

postmas...@ansarisbio.commailto:postmas...@ansarisbio.com
The recipient's e-mail address was not found in the recipient's e-mail system.
Microsoft Exchange will not try to redeliver this message for you. Please check
the e-mail address and try resending this message, or provide the following
diagnostic text to your system administrator.


Sent by Microsoft Exchange Server 2007






Diagnostic information for administrators:

Generating server: discovery.com

postmas...@ansarisbio.com
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found
##rfc822;postmas...@ansarisbio.com

Original message headers:

Received: from ns1.locuspharma.com (192.168.254.2) by exchange.discovery.com
 (172.16.30.201) with Microsoft SMTP Server id 8.1.358.0; Tue, 5 Oct 2010
 15:15:44 -0400
Received: from sourceware.org (server1.sourceware.org [209.132.180.131])   
by
 ns1.locuspharma.com (Postfix) with SMTP id 0F8C8704074 for
 postmas...@ansarisbio.com; Tue,  5 Oct 2010 15:15:44 -0400 (EDT)
Received: (qmail 2487 invoked by uid 22791); 5 Oct 2010 19:15:44 -
X-SWARE-Spam-Status: No, hits=-2.4 required=5.0
tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID
X-Spam-Status: No, hits=-2.4 required=5.0
tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID
X-Spam-Check-By: sourceware.org
Received: from localhost (HELO gcc.gnu.org) (127.0.0.1)by sourceware.org
 (qpsmtpd/0.43rc1) with ESMTP; Tue, 05 Oct 2010 19:15:41 +
From: gcc-bugzi...@gcc.gnu.org
To: postmas...@ansarisbio.com
Subject: Re: Undeliverable: [Bug middle-end/323] optimized code gives strange
 floating point results
In-Reply-To:
References: bug-323-6...@http.gcc.gnu.org/bugzilla/
 3a193bdc-ca0f-4171-85e4-390f62a4f...@exchange.discovery.com
Date: Tue, 5 Oct 2010 18:52:48 +
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
Content-Type: text/plain; charset=UTF-8
MIME-Version: 1.0
Message-ID: b6e2898c-afd9-4630-892b-01962fd09...@exchange.discovery.com
Return-Path: gcc-bugzi...@gcc.gnu.org

-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101005194905.dbc2f13a5...@liszt.debian.org



[Bug middle-end/323] optimized code gives strange floating point results

2010-10-05 Thread postmaster at ansarisbio dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

--- Comment #150 from postmaster at ansarisbio dot com 2010-10-05 19:27:02 UTC 
---
Delivery has failed to these recipients or distribution lists:

postmas...@ansarisbio.commailto:postmas...@ansarisbio.com
The recipient's e-mail address was not found in the recipient's e-mail system.
Microsoft Exchange will not try to redeliver this message for you. Please check
the e-mail address and try resending this message, or provide the following
diagnostic text to your system administrator.


Sent by Microsoft Exchange Server 2007






Diagnostic information for administrators:

Generating server: discovery.com

postmas...@ansarisbio.com
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found
##rfc822;postmas...@ansarisbio.com

Original message headers:

Received: from ns1.locuspharma.com (192.168.254.2) by exchange.discovery.com
 (172.16.30.201) with Microsoft SMTP Server id 8.1.358.0; Tue, 5 Oct 2010
 15:26:51 -0400
Received: from sourceware.org (server1.sourceware.org [209.132.180.131])   
by
 ns1.locuspharma.com (Postfix) with SMTP id 33899704074 for
 postmas...@ansarisbio.com; Tue,  5 Oct 2010 15:26:50 -0400 (EDT)
Received: (qmail 9199 invoked by uid 22791); 5 Oct 2010 19:26:49 -
X-SWARE-Spam-Status: No, hits=-2.4 required=5.0
tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID
X-Spam-Status: No, hits=-2.4 required=5.0
tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID
X-Spam-Check-By: sourceware.org
Received: from localhost (HELO gcc.gnu.org) (127.0.0.1)by sourceware.org
 (qpsmtpd/0.43rc1) with ESMTP; Tue, 05 Oct 2010 19:26:47 +
From: gcc-bugzi...@gcc.gnu.org
To: postmas...@ansarisbio.com
Subject: Re: Undeliverable: [Bug middle-end/323] optimized code gives strange
 floating point results
In-Reply-To:
References: bug-323-6...@http.gcc.gnu.org/bugzilla/
 a0b5d31c-4b60-498a-88c9-f22634cc4...@exchange.discovery.com
Date: Tue, 5 Oct 2010 18:58:25 +
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
Content-Type: text/plain; charset=UTF-8
MIME-Version: 1.0
Message-ID: 0755e542-6fbe-4027-bdc4-69ffafba3...@exchange.discovery.com
Return-Path: gcc-bugzi...@gcc.gnu.org

-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101005195923.504f113a4...@liszt.debian.org



[Bug middle-end/323] optimized code gives strange floating point results

2010-10-05 Thread postmaster at jpmchase dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

--- Comment #151 from postmaster at jpmchase dot com 2010-10-05 19:29:02 UTC ---
Delivery has failed to these recipients or distribution lists:

rohit.x.tripa...@jpmchasex.jpmchase.netmailto:rohit.x.tripa...@jpmchasex.jpmchase.net
The recipient's e-mail address was not found in the recipient's e-mail system.
Microsoft Exchange will not try to redeliver this message for you. Please check
the e-mail address and try resending this message, or provide the following
diagnostic text to your system administrator.


Sent by Microsoft Exchange Server 2007






Diagnostic information for administrators:

Generating server: exchad.jpmchase.net

rohit.x.tripa...@jpmchasex.jpmchase.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##

Original message headers:

Received: from se2.svr.bankone.net (155.180.234.120) by
 HUBCS201.exchad.jpmchase.net (169.69.182.78) with Microsoft SMTP Server (TLS)
 id 8.2.247.2; Tue, 5 Oct 2010 15:28:45 -0400
Received: from jpmchase.com (img1.dmz.bankone.net [155.180.118.167])by
 se2.svr.bankone.net (Switch-3.4.3/Switch-3.3.3mp) with ESMTP id
 o95JSiO8002571 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256
 verify=OK) for rohit.x.tripa...@jpmchase.com; Tue, 5 Oct 2010 15:28:45
 -0400
Message-ID: 201010051928.o95jsio8002...@se2.svr.bankone.net
Received: from ([209.132.180.131])  by img1.jpmchase.com with SMTP  id
 45DC7G1.392889406; Tue, 05 Oct 2010 15:28:39 -0400
Received: (qmail 9801 invoked by uid 22791); 5 Oct 2010 19:28:38 -
X-SWARE-Spam-Status: No, hits=-2.4 required=5.0
tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID
X-Spam-Status: No, hits=-2.4 required=5.0
tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID
X-Spam-Check-By: sourceware.org
Received: from localhost (HELO gcc.gnu.org) (127.0.0.1)by sourceware.org
 (qpsmtpd/0.43rc1) with ESMTP; Tue, 05 Oct 2010 19:28:36 +
From: postmaster at ansarisbio dot com gcc-bugzi...@gcc.gnu.org
To: rohit.x.tripa...@jpmchase.com
Subject: [Bug middle-end/323] optimized code gives strange floating point
 results
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: middle-end
X-Bugzilla-Keywords: wrong-code
X-Bugzilla-Severity: normal
X-Bugzilla-Who: postmaster at ansarisbio dot com
X-Bugzilla-Status: SUSPENDED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Changed-Fields:
In-Reply-To: bug-323-16...@http.gcc.gnu.org/bugzilla/
References: bug-323-16...@http.gcc.gnu.org/bugzilla/
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
Content-Type: text/plain; charset=UTF-8
MIME-Version: 1.0
Date: Tue, 5 Oct 2010 19:28:35 +
X-esp: ESP41=
SHA:0
SHA_FLAGS:0
UHA:12
ISC:0
BAYES:0
SenderID:0
DKIM:0
TS:-11
SIG:dWI3WNz1AUpfbi9KWTKK1tZ8EFrk5x8UiYkqFShGRMAc6Bwq0IR97QC9iuNW
sGDk8PZnv1nfWF313K7nQv7D3SCstw99ZfSPk7CvVFjaVbf5LhqOCnU7rL8X
HJxDzXodvEW9AAKhCl8ACneFFhQJDUlanas0NLpZdKWZRF868melvCcN2rP9
l7hRc8kJV2hwQyxSi7gLMnYzrAsPCqVt5WWgmrB1akIjCY7KA
DSC:40 (obscure_url:40)
TRU_spam1: 0
TRU_scam_spam: 0
TRU_ru_spamsubj: 0
TRU_profanity_spam: 0
TRU_medical_spam: 0
TRU_urllinks: 0
URL Real-Time Signatures: 0
TRU_html_image_spam: 0
TRU_freehosting: 0
TRU_stock_spam: 0
TRU_watch_spam: 0
TRU_embedded_image_spam: 0
TRU_lotto_spam: 0
TRU_legal_spam: 0
TRU_adult_spam: 0
TRU_money_spam: 0
TRU_spam2: 0
TRU_playsites: 0
TRU_misc_spam: 0
TRU_marketing_spam: 0
TRU_phish_spam: 0
Return-Path: gcc-bugzi...@gcc.gnu.org

-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/2010100529.5737613a4...@liszt.debian.org



[Bug middle-end/323] optimized code gives strange floating point results

2010-10-05 Thread postmaster at jpmchase dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

--- Comment #152 from postmaster at jpmchase dot com 2010-10-05 19:30:12 UTC ---
Delivery has failed to these recipients or distribution lists:

rohit.x.tripa...@jpmchasex.jpmchase.netmailto:rohit.x.tripa...@jpmchasex.jpmchase.net
The recipient's e-mail address was not found in the recipient's e-mail system.
Microsoft Exchange will not try to redeliver this message for you. Please check
the e-mail address and try resending this message, or provide the following
diagnostic text to your system administrator.


Sent by Microsoft Exchange Server 2007






Diagnostic information for administrators:

Generating server: exchad.jpmchase.net

rohit.x.tripa...@jpmchasex.jpmchase.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##

Original message headers:

Received: from sg1.svr.us.jpmchase.net (155.180.248.9) by
 HUBR001.exchad.jpmchase.net (169.70.190.48) with Microsoft SMTP Server (TLS)
 id 8.2.247.2; Tue, 5 Oct 2010 15:29:50 -0400
Received: from jpmchase.com (imi5.dmz.bankone.net [155.180.102.188])by
 sg1.svr.us.jpmchase.net (Switch-3.4.3/Switch-3.3.3mp) with ESMTP id
 o95JTnn1009320 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256
 verify=OK) for rohit.x.tripa...@jpmchase.com; Tue, 5 Oct 2010 15:29:49
 -0400
Message-ID: 201010051929.o95jtnn1009...@sg1.svr.us.jpmchase.net
Received: from ([209.132.180.131])  by imi5.jpmchase.com with SMTP  id
 FY84LF1.438923142; Tue, 05 Oct 2010 15:29:44 -0400
Received: (qmail 10106 invoked by uid 22791); 5 Oct 2010 19:29:44 -
X-SWARE-Spam-Status: No, hits=-2.4 required=5.0
tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID
X-Spam-Status: No, hits=-2.4 required=5.0
tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID
X-Spam-Check-By: sourceware.org
Received: from localhost (HELO gcc.gnu.org) (127.0.0.1)by sourceware.org
 (qpsmtpd/0.43rc1) with ESMTP; Tue, 05 Oct 2010 19:29:42 +
From: postmaster at ansarisbio dot com gcc-bugzi...@gcc.gnu.org
To: rohit.x.tripa...@jpmchase.com
Subject: [Bug middle-end/323] optimized code gives strange floating point
 results
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: middle-end
X-Bugzilla-Keywords: wrong-code
X-Bugzilla-Severity: normal
X-Bugzilla-Who: postmaster at ansarisbio dot com
X-Bugzilla-Status: SUSPENDED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Changed-Fields:
In-Reply-To: bug-323-16...@http.gcc.gnu.org/bugzilla/
References: bug-323-16...@http.gcc.gnu.org/bugzilla/
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
Content-Type: text/plain; charset=UTF-8
MIME-Version: 1.0
Date: Tue, 5 Oct 2010 19:29:41 +
X-esp: ESP41=
SHA:0
SHA_FLAGS:0
UHA:12
ISC:0
BAYES:0
SenderID:0
DKIM:0
TS:-11
SIG:dWI3WNz1AUOwQIoB4TIDYa2z1QZ15ZarnYkqFShGRMAczRMsqv38zZKIOifn
GVYxYh2ik2vQzAXNwCm49yMH1OaGzL0bILBma3qP1WBxXRz3uOmEULYvm6bj
nne6HYJEc2HUPFXvnHaTCneFFhQJDUlanas0NLpZdKWZRF868melvCcN2rP9
l7hRc8kJV2hwQvMBn_uUqlSKrAswetRltFMYEZCdi52UyK-4A
DSC:40 (obscure_url:40)
TRU_adult_spam: 0
TRU_playsites: 0
TRU_spam1: 0
TRU_stock_spam: 0
TRU_embedded_image_spam: 0
TRU_html_image_spam: 0
TRU_misc_spam: 0
TRU_freehosting: 0
TRU_urllinks: 0
TRU_watch_spam: 0
TRU_marketing_spam: 0
TRU_profanity_spam: 0
TRU_ru_spamsubj: 0
TRU_phish_spam: 0
TRU_medical_spam: 0
TRU_lotto_spam: 0
TRU_money_spam: 0
TRU_spam2: 0
TRU_scam_spam: 0
TRU_legal_spam: 0
URL Real-Time Signatures: 0
Return-Path: gcc-bugzi...@gcc.gnu.org

-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101005200633.9d65c13a5...@liszt.debian.org



[Bug middle-end/323] optimized code gives strange floating point results

2010-10-05 Thread postmaster at jpmchase dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

--- Comment #153 from postmaster at jpmchase dot com 2010-10-05 19:36:18 UTC ---
Delivery has failed to these recipients or distribution lists:

rohit.x.tripa...@jpmchasex.jpmchase.netmailto:rohit.x.tripa...@jpmchasex.jpmchase.net
The recipient's e-mail address was not found in the recipient's e-mail system.
Microsoft Exchange will not try to redeliver this message for you. Please check
the e-mail address and try resending this message, or provide the following
diagnostic text to your system administrator.


Sent by Microsoft Exchange Server 2007






Diagnostic information for administrators:

Generating server: exchad.jpmchase.net

rohit.x.tripa...@jpmchasex.jpmchase.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##

Original message headers:

Received: from se2.svr.bankone.net (155.180.234.120) by
 HUBR001.exchad.jpmchase.net (169.70.190.48) with Microsoft SMTP Server (TLS)
 id 8.2.247.2; Tue, 5 Oct 2010 15:35:59 -0400
Received: from jpmchase.com (img1.dmz.bankone.net [155.180.118.167])by
 se2.svr.bankone.net (Switch-3.4.3/Switch-3.3.3mp) with ESMTP id
 o95JZvJi025183 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256
 verify=OK) for rohit.x.tripa...@jpmchase.com; Tue, 5 Oct 2010 15:35:58
 -0400
Message-ID: 201010051935.o95jzvji025...@se2.svr.bankone.net
Received: from ([209.132.180.131])  by img1.jpmchase.com with SMTP  id
 45DC7G1.392893766; Tue, 05 Oct 2010 15:35:53 -0400
Received: (qmail 26537 invoked by uid 22791); 5 Oct 2010 19:35:51 -
X-SWARE-Spam-Status: No, hits=-2.4 required=5.0
tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID,TW_BF
X-Spam-Status: No, hits=-2.4 required=5.0
tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID,TW_BF
X-Spam-Check-By: sourceware.org
Received: from localhost (HELO gcc.gnu.org) (127.0.0.1)by sourceware.org
 (qpsmtpd/0.43rc1) with ESMTP; Tue, 05 Oct 2010 19:35:49 +
From: postmaster at ansarisbio dot com gcc-bugzi...@gcc.gnu.org
To: rohit.x.tripa...@jpmchase.com
Subject: [Bug middle-end/323] optimized code gives strange floating point
 results
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: middle-end
X-Bugzilla-Keywords: wrong-code
X-Bugzilla-Severity: normal
X-Bugzilla-Who: postmaster at ansarisbio dot com
X-Bugzilla-Status: SUSPENDED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Changed-Fields:
In-Reply-To: bug-323-16...@http.gcc.gnu.org/bugzilla/
References: bug-323-16...@http.gcc.gnu.org/bugzilla/
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
Content-Type: text/plain; charset=UTF-8
MIME-Version: 1.0
Date: Tue, 5 Oct 2010 19:35:48 +
X-esp: ESP36=
SHA:0
SHA_FLAGS:0
UHA:12
ISC:0
BAYES:0
SenderID:0
DKIM:0
TS:-16
SIG:dWI3WNz1AUp-bi9KWTKK1tqzR8eU3QoNrSDXLjxP5wfWwCm49yMH1OtdnIXj
j8JtSinrtfa5HXuiOEWZwb0ekzwWCdY8KsY7I334maAQz1p2PxMbCbYI_v7M
869L7tgYmxGscixLx6dSCneFFhQJDUlanas0NLpZdKWZRF868melvCcN2rP9
l7hRc8kJV2hwQyxSOCgLMnYzrAw0kio3tvWkav9iUe79Qc7zA
DSC:40 (obscure_url:40)
TRU_spam1: 0
TRU_scam_spam: 0
TRU_ru_spamsubj: 0
TRU_profanity_spam: 0
TRU_medical_spam: 0
TRU_urllinks: 0
URL Real-Time Signatures: 0
TRU_html_image_spam: 0
TRU_freehosting: 0
TRU_stock_spam: 0
TRU_watch_spam: 0
TRU_embedded_image_spam: 0
TRU_lotto_spam: 0
TRU_legal_spam: 0
TRU_adult_spam: 0
TRU_money_spam: 0
TRU_spam2: 0
TRU_playsites: 0
TRU_misc_spam: 0
TRU_marketing_spam: 0
TRU_phish_spam: 0
Return-Path: gcc-bugzi...@gcc.gnu.org

-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101005201138.0eae113a5...@liszt.debian.org



[Bug middle-end/323] optimized code gives strange floating point results

2010-10-05 Thread postmaster at jpmchase dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

--- Comment #155 from postmaster at jpmchase dot com 2010-10-05 19:40:16 UTC ---
Delivery has failed to these recipients or distribution lists:

rohit.x.tripa...@jpmchasex.jpmchase.netmailto:rohit.x.tripa...@jpmchasex.jpmchase.net
The recipient's e-mail address was not found in the recipient's e-mail system.
Microsoft Exchange will not try to redeliver this message for you. Please check
the e-mail address and try resending this message, or provide the following
diagnostic text to your system administrator.


Sent by Microsoft Exchange Server 2007






Diagnostic information for administrators:

Generating server: exchad.jpmchase.net

rohit.x.tripa...@jpmchasex.jpmchase.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##

Original message headers:

Received: from sg3.svr.us.jpmchase.net (155.180.248.7) by
 HUBR002.exchad.jpmchase.net (169.69.182.48) with Microsoft SMTP Server (TLS)
 id 8.2.247.2; Tue, 5 Oct 2010 15:39:30 -0400
Received: from jpmchase.com (ime6.dmz.bankone.net [155.180.110.185])by
 sg3.svr.us.jpmchase.net (Switch-3.4.3/Switch-3.3.3mp) with ESMTP id
 o95JdTZR023284 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256
 verify=OK) for rohit.x.tripa...@jpmchase.com; Tue, 5 Oct 2010 15:39:30
 -0400
Message-ID: 201010051939.o95jdtzr023...@sg3.svr.us.jpmchase.net
Received: from ([209.132.180.131])  by ime6.jpmchase.com with SMTP  id
 G6DC7G1.476932631; Tue, 05 Oct 2010 15:39:22 -0400
Received: (qmail 27172 invoked by uid 22791); 5 Oct 2010 19:39:22 -
X-SWARE-Spam-Status: No, hits=-2.4 required=5.0
tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID
X-Spam-Status: No, hits=-2.4 required=5.0
tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID
X-Spam-Check-By: sourceware.org
Received: from localhost (HELO gcc.gnu.org) (127.0.0.1)by sourceware.org
 (qpsmtpd/0.43rc1) with ESMTP; Tue, 05 Oct 2010 19:39:20 +
From: pinskia at gcc dot gnu.org gcc-bugzi...@gcc.gnu.org
To: rohit.x.tripa...@jpmchase.com
Subject: [Bug middle-end/323] optimized code gives strange floating point
 results
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: middle-end
X-Bugzilla-Keywords: wrong-code
X-Bugzilla-Severity: normal
X-Bugzilla-Who: pinskia at gcc dot gnu.org
X-Bugzilla-Status: SUSPENDED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Changed-Fields: CC
In-Reply-To: bug-323-16...@http.gcc.gnu.org/bugzilla/
References: bug-323-16...@http.gcc.gnu.org/bugzilla/
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
Content-Type: text/plain; charset=UTF-8
MIME-Version: 1.0
Date: Tue, 5 Oct 2010 19:39:18 +
X-esp: ESP41=
SHA:0
SHA_FLAGS:0
UHA:12
ISC:0
BAYES:0
SenderID:0
DKIM:0
TS:-11
SIG:dWI3WNz1AAjh29Sc0DGR4k_GzL0bILBmaAAA

CneFFhQJDUlanas0NLpZdKWZRF868melvCcN2rP9
l7hRc8kJV2hwQPv2gyHiLcJNrA-LboAsb2SPkTZmJUYz6-iAA
DSC:40 (obscure_url:40)
TRU_adult_spam: 0
TRU_watch_spam: 0
TRU_stock_spam: 0
TRU_lotto_spam: 0
TRU_html_image_spam: 0
TRU_freehosting: 0
URL Real-Time Signatures: 0
TRU_scam_spam: 0
TRU_misc_spam: 0
TRU_urllinks: 0
TRU_embedded_image_spam: 0
TRU_spam2: 0
TRU_marketing_spam: 0
TRU_profanity_spam: 0
TRU_playsites: 0
TRU_phish_spam: 0
TRU_medical_spam: 0
TRU_money_spam: 0
TRU_spam1: 0
TRU_legal_spam: 0
TRU_ru_spamsubj: 0
Return-Path: gcc-bugzi...@gcc.gnu.org

-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101005202328.a1b3413a4...@liszt.debian.org



[Bug middle-end/323] optimized code gives strange floating point results

2010-10-05 Thread postmaster at ansarisbio dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

--- Comment #154 from postmaster at ansarisbio dot com 2010-10-05 19:38:35 UTC 
---
Delivery has failed to these recipients or distribution lists:

postmas...@ansarisbio.commailto:postmas...@ansarisbio.com
The recipient's e-mail address was not found in the recipient's e-mail system.
Microsoft Exchange will not try to redeliver this message for you. Please check
the e-mail address and try resending this message, or provide the following
diagnostic text to your system administrator.


Sent by Microsoft Exchange Server 2007






Diagnostic information for administrators:

Generating server: discovery.com

postmas...@ansarisbio.com
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found
##rfc822;postmas...@ansarisbio.com

Original message headers:

Received: from ns1.locuspharma.com (192.168.254.2) by exchange.discovery.com
 (172.16.30.201) with Microsoft SMTP Server id 8.1.358.0; Tue, 5 Oct 2010
 15:38:22 -0400
Received: from sourceware.org (server1.sourceware.org [209.132.180.131])   
by
 ns1.locuspharma.com (Postfix) with SMTP id 377C7704074 for
 postmas...@ansarisbio.com; Tue,  5 Oct 2010 15:38:22 -0400 (EDT)
Received: (qmail 15851 invoked by uid 22791); 5 Oct 2010 19:38:22 -
X-SWARE-Spam-Status: No, hits=-2.4 required=5.0
tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID
X-Spam-Status: No, hits=-2.4 required=5.0
tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID
X-Spam-Check-By: sourceware.org
Received: from localhost (HELO gcc.gnu.org) (127.0.0.1)by sourceware.org
 (qpsmtpd/0.43rc1) with ESMTP; Tue, 05 Oct 2010 19:38:19 +
From: gcc-bugzi...@gcc.gnu.org
To: postmas...@ansarisbio.com
Subject: Undeliverable: Re: Undeliverable: [Bug middle-end/323] optimized
 code gives strange floating point results
In-Reply-To:
References: bug-323-6...@http.gcc.gnu.org/bugzilla/
 b961d911-beb7-4994-b60c-903ac2842...@exchange.discovery.com
 a7b850cb-0eb8-4e02-8463-750a407c8...@exchange.discovery.com
Date: Tue, 5 Oct 2010 19:02:25 +
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
Content-Type: text/plain; charset=UTF-8
MIME-Version: 1.0
Message-ID: 73da3815-c263-4eec-80b3-4692d8c04...@exchange.discovery.com
Return-Path: gcc-bugzi...@gcc.gnu.org

-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101005202501.a8d5313a4...@liszt.debian.org



[Bug middle-end/323] optimized code gives strange floating point results

2010-10-05 Thread postmaster at ansarisbio dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

--- Comment #156 from postmaster at ansarisbio dot com 2010-10-05 19:42:02 UTC 
---
Delivery has failed to these recipients or distribution lists:

postmas...@ansarisbio.commailto:postmas...@ansarisbio.com
The recipient's e-mail address was not found in the recipient's e-mail system.
Microsoft Exchange will not try to redeliver this message for you. Please check
the e-mail address and try resending this message, or provide the following
diagnostic text to your system administrator.


Sent by Microsoft Exchange Server 2007






Diagnostic information for administrators:

Generating server: discovery.com

postmas...@ansarisbio.com
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found
##rfc822;postmas...@ansarisbio.com

Original message headers:

Received: from ns1.locuspharma.com (192.168.254.2) by exchange.discovery.com
 (172.16.30.201) with Microsoft SMTP Server id 8.1.358.0; Tue, 5 Oct 2010
 15:41:49 -0400
Received: from sourceware.org (server1.sourceware.org [209.132.180.131])   
by
 ns1.locuspharma.com (Postfix) with SMTP id DEE10704074 for
 postmas...@ansarisbio.com; Tue,  5 Oct 2010 15:41:49 -0400 (EDT)
Received: (qmail 2154 invoked by uid 22791); 5 Oct 2010 19:41:49 -
X-SWARE-Spam-Status: No, hits=-2.4 required=5.0
tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID
X-Spam-Status: No, hits=-2.4 required=5.0
tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID
X-Spam-Check-By: sourceware.org
Received: from localhost (HELO gcc.gnu.org) (127.0.0.1)by sourceware.org
 (qpsmtpd/0.43rc1) with ESMTP; Tue, 05 Oct 2010 19:41:46 +
From: gcc-bugzi...@gcc.gnu.org
To: postmas...@ansarisbio.com
Subject: Re: Undeliverable: [Bug middle-end/323] optimized code gives strange
 floating point results
In-Reply-To:
References: bug-323-6...@http.gcc.gnu.org/bugzilla/
 3b6a815e-0487-4aa0-9bfc-b4ed53f2a...@exchange.discovery.com
Date: Tue, 5 Oct 2010 19:04:00 +
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
Content-Type: text/plain; charset=UTF-8
MIME-Version: 1.0
Message-ID: 75f74881-f01d-417b-99f0-8dfca5c54...@exchange.discovery.com
Return-Path: gcc-bugzi...@gcc.gnu.org

-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101005203419.65a4613a4...@liszt.debian.org



[Bug middle-end/323] optimized code gives strange floating point results

2010-10-05 Thread ismail at namtrac dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

Ismail cartman Donmez ismail at namtrac dot org changed:

   What|Removed |Added

 CC|ismail at namtrac dot org   |

-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101005203738.c89dd13a5...@liszt.debian.org



[Bug middle-end/323] optimized code gives strange floating point results

2010-10-05 Thread postmaster at ansarisbio dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

--- Comment #158 from postmaster at ansarisbio dot com 2010-10-05 20:01:22 UTC 
---
Delivery has failed to these recipients or distribution lists:

postmas...@ansarisbio.commailto:postmas...@ansarisbio.com
The recipient's e-mail address was not found in the recipient's e-mail system.
Microsoft Exchange will not try to redeliver this message for you. Please check
the e-mail address and try resending this message, or provide the following
diagnostic text to your system administrator.


Sent by Microsoft Exchange Server 2007






Diagnostic information for administrators:

Generating server: discovery.com

postmas...@ansarisbio.com
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found
##rfc822;postmas...@ansarisbio.com

Original message headers:

Received: from ns1.locuspharma.com (192.168.254.2) by exchange.discovery.com
 (172.16.30.201) with Microsoft SMTP Server id 8.1.358.0; Tue, 5 Oct 2010
 16:01:12 -0400
Received: from sourceware.org (server1.sourceware.org [209.132.180.131])   
by
 ns1.locuspharma.com (Postfix) with SMTP id 3CA317040B8 for
 postmas...@ansarisbio.com; Tue,  5 Oct 2010 16:01:12 -0400 (EDT)
Received: (qmail 26332 invoked by uid 22791); 5 Oct 2010 20:01:12 -
X-SWARE-Spam-Status: No, hits=-2.4 required=5.0
tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID
X-Spam-Status: No, hits=-2.4 required=5.0
tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID
X-Spam-Check-By: sourceware.org
Received: from localhost (HELO gcc.gnu.org) (127.0.0.1)by sourceware.org
 (qpsmtpd/0.43rc1) with ESMTP; Tue, 05 Oct 2010 20:01:08 +
From: gcc-bugzi...@gcc.gnu.org
To: postmas...@ansarisbio.com
Subject: Undeliverable: Re: Undeliverable: [Bug middle-end/323] optimized
 code gives strange floating point results
In-Reply-To:
References: bug-323-6...@http.gcc.gnu.org/bugzilla/
 a0b5d31c-4b60-498a-88c9-f22634cc4...@exchange.discovery.com
 0755e542-6fbe-4027-bdc4-69ffafba3...@exchange.discovery.com
Date: Tue, 5 Oct 2010 19:27:08 +
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
Content-Type: text/plain; charset=UTF-8
MIME-Version: 1.0
Message-ID: e525d940-3df5-43ef-9012-36bb82ef9...@exchange.discovery.com
Return-Path: gcc-bugzi...@gcc.gnu.org

-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101005204440.554ce13a5...@liszt.debian.org



[Bug middle-end/323] optimized code gives strange floating point results

2010-10-05 Thread postmaster at ansarisbio dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

--- Comment #159 from postmaster at ansarisbio dot com 2010-10-05 20:23:20 UTC 
---
Delivery has failed to these recipients or distribution lists:

postmas...@ansarisbio.commailto:postmas...@ansarisbio.com
The recipient's e-mail address was not found in the recipient's e-mail system.
Microsoft Exchange will not try to redeliver this message for you. Please check
the e-mail address and try resending this message, or provide the following
diagnostic text to your system administrator.


Sent by Microsoft Exchange Server 2007






Diagnostic information for administrators:

Generating server: discovery.com

postmas...@ansarisbio.com
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found
##rfc822;postmas...@ansarisbio.com

Original message headers:

Received: from ns1.locuspharma.com (192.168.254.2) by exchange.discovery.com
 (172.16.30.201) with Microsoft SMTP Server id 8.1.358.0; Tue, 5 Oct 2010
 16:23:07 -0400
Received: from sourceware.org (server1.sourceware.org [209.132.180.131])   
by
 ns1.locuspharma.com (Postfix) with SMTP id 9AAC7704098 for
 postmas...@ansarisbio.com; Tue,  5 Oct 2010 16:23:08 -0400 (EDT)
Received: (qmail 7851 invoked by uid 22791); 5 Oct 2010 20:23:05 -
X-SWARE-Spam-Status: No, hits=-2.4 required=5.0
tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID
X-Spam-Status: No, hits=-2.4 required=5.0
tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID
X-Spam-Check-By: sourceware.org
Received: from localhost (HELO gcc.gnu.org) (127.0.0.1)by sourceware.org
 (qpsmtpd/0.43rc1) with ESMTP; Tue, 05 Oct 2010 20:23:03 +
From: gcc-bugzi...@gcc.gnu.org
To: postmas...@ansarisbio.com
Subject: Undeliverable: Undeliverable: Re: Undeliverable: [Bug
 middle-end/323] optimized code gives strange floating point results
In-Reply-To:
References: bug-323-6...@http.gcc.gnu.org/bugzilla/
 b961d911-beb7-4994-b60c-903ac2842...@exchange.discovery.com
 a7b850cb-0eb8-4e02-8463-750a407c8...@exchange.discovery.com
 73da3815-c263-4eec-80b3-4692d8c04...@exchange.discovery.com
Date: Tue, 5 Oct 2010 19:38:41 +
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
Content-Type: text/plain; charset=UTF-8
MIME-Version: 1.0
Message-ID: 7707959c-627f-42dd-a95a-a9588cc51...@exchange.discovery.com
Return-Path: gcc-bugzi...@gcc.gnu.org

-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101005205415.e7c5a13a4...@liszt.debian.org



[Bug middle-end/323] optimized code gives strange floating point results

2010-10-05 Thread ian at macky dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

--- Comment #160 from Ian Macky ian at macky dot net 2010-10-05 20:34:12 UTC 
---
Whoever is testing mail: couldn't you have made a phoney bug report to test
with, and not used a live one which had me on the CC list?

I've gotten about two dozen random mailer-daemon bounces so far because of
this and they keep coming.

Don't test with real data: test with test data!!

On Tue, 5 Oct 2010, postmaster at jpmchase dot com wrote:

 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

 --- Comment #155 from postmaster at jpmchase dot com 2010-10-05 19:40:16 UTC 
 ---
 Delivery has failed to these recipients or distribution lists:

 rohit.x.tripa...@jpmchasex.jpmchase.netmailto:rohit.x.tripa...@jpmchasex.jpmchase.net
 The recipient's e-mail address was not found in the recipient's e-mail system.
 Microsoft Exchange will not try to redeliver this message for you. Please 
 check
 the e-mail address and try resending this message, or provide the following
 diagnostic text to your system administrator.

 
 Sent by Microsoft Exchange Server 2007






 Diagnostic information for administrators:

 Generating server: exchad.jpmchase.net

 rohit.x.tripa...@jpmchasex.jpmchase.net
 #550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##

 Original message headers:

 Received: from sg3.svr.us.jpmchase.net (155.180.248.7) by
 HUBR002.exchad.jpmchase.net (169.69.182.48) with Microsoft SMTP Server (TLS)
 id 8.2.247.2; Tue, 5 Oct 2010 15:39:30 -0400
 Received: from jpmchase.com (ime6.dmz.bankone.net [155.180.110.185])by
 sg3.svr.us.jpmchase.net (Switch-3.4.3/Switch-3.3.3mp) with ESMTP id
 o95JdTZR023284 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256
 verify=OK) for rohit.x.tripa...@jpmchase.com; Tue, 5 Oct 2010 15:39:30
 -0400
 Message-ID: 201010051939.o95jdtzr023...@sg3.svr.us.jpmchase.net
 Received: from ([209.132.180.131])  by ime6.jpmchase.com with SMTP  id
 G6DC7G1.476932631; Tue, 05 Oct 2010 15:39:22 -0400
 Received: (qmail 27172 invoked by uid 22791); 5 Oct 2010 19:39:22 -
 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0
tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID
 X-Spam-Status: No, hits=-2.4 required=5.0
tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID
 X-Spam-Check-By: sourceware.org
 Received: from localhost (HELO gcc.gnu.org) (127.0.0.1)by sourceware.org
 (qpsmtpd/0.43rc1) with ESMTP; Tue, 05 Oct 2010 19:39:20 +
 From: pinskia at gcc dot gnu.org gcc-bugzi...@gcc.gnu.org
 To: rohit.x.tripa...@jpmchase.com
 Subject: [Bug middle-end/323] optimized code gives strange floating point
 results
 X-Bugzilla-Reason: CC
 X-Bugzilla-Type: changed
 X-Bugzilla-Watch-Reason: None
 X-Bugzilla-Product: gcc
 X-Bugzilla-Component: middle-end
 X-Bugzilla-Keywords: wrong-code
 X-Bugzilla-Severity: normal
 X-Bugzilla-Who: pinskia at gcc dot gnu.org
 X-Bugzilla-Status: SUSPENDED
 X-Bugzilla-Priority: P3
 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
 X-Bugzilla-Target-Milestone: ---
 X-Bugzilla-Changed-Fields: CC
 In-Reply-To: bug-323-16...@http.gcc.gnu.org/bugzilla/
 References: bug-323-16...@http.gcc.gnu.org/bugzilla/
 X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
 Auto-Submitted: auto-generated
 Content-Type: text/plain; charset=UTF-8
 MIME-Version: 1.0
 Date: Tue, 5 Oct 2010 19:39:18 +
 X-esp: ESP41=
SHA:0
SHA_FLAGS:0
UHA:12
ISC:0
BAYES:0
SenderID:0
DKIM:0
TS:-11
SIG:dWI3WNz1AAjh29Sc0DGR4k_GzL0bILBmaAAA

CneFFhQJDUlanas0NLpZdKWZRF868melvCcN2rP9
l7hRc8kJV2hwQPv2gyHiLcJNrA-LboAsb2SPkTZmJUYz6-iAA
DSC:40 (obscure_url:40)
TRU_adult_spam: 0
TRU_watch_spam: 0
TRU_stock_spam: 0
TRU_lotto_spam: 0
TRU_html_image_spam: 0
TRU_freehosting: 0
URL Real-Time Signatures: 0
TRU_scam_spam: 0
TRU_misc_spam: 0
TRU_urllinks: 0
TRU_embedded_image_spam: 0
TRU_spam2: 0
TRU_marketing_spam: 0
TRU_profanity_spam: 0
TRU_playsites: 0
TRU_phish_spam: 0
TRU_medical_spam: 0
TRU_money_spam: 0
TRU_spam1: 0
TRU_legal_spam: 0
TRU_ru_spamsubj: 0
 Return-Path: gcc-bugzi...@gcc.gnu.org

 -- 
 Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
 --- You are receiving this mail because: ---
 You are on the CC list for the bug.


-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101005210333.ca53a13a5...@liszt.debian.org



[Bug middle-end/323] optimized code gives strange floating point results

2010-10-05 Thread postmaster at ansarisbio dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

--- Comment #161 from postmaster at ansarisbio dot com 2010-10-05 20:37:06 UTC 
---
Delivery has failed to these recipients or distribution lists:

postmas...@ansarisbio.commailto:postmas...@ansarisbio.com
The recipient's e-mail address was not found in the recipient's e-mail system.
Microsoft Exchange will not try to redeliver this message for you. Please check
the e-mail address and try resending this message, or provide the following
diagnostic text to your system administrator.


Sent by Microsoft Exchange Server 2007






Diagnostic information for administrators:

Generating server: discovery.com

postmas...@ansarisbio.com
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found
##rfc822;postmas...@ansarisbio.com

Original message headers:

Received: from ns1.locuspharma.com (192.168.254.2) by exchange.discovery.com
 (172.16.30.201) with Microsoft SMTP Server id 8.1.358.0; Tue, 5 Oct 2010
 16:36:53 -0400
Received: from sourceware.org (server1.sourceware.org [209.132.180.131])   
by
 ns1.locuspharma.com (Postfix) with SMTP id 35A86704098 for
 postmas...@ansarisbio.com; Tue,  5 Oct 2010 16:36:54 -0400 (EDT)
Received: (qmail 25859 invoked by uid 22791); 5 Oct 2010 20:36:53 -
X-SWARE-Spam-Status: No, hits=-2.4 required=5.0
tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID
X-Spam-Status: No, hits=-2.4 required=5.0
tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID
X-Spam-Check-By: sourceware.org
Received: from localhost (HELO gcc.gnu.org) (127.0.0.1)by sourceware.org
 (qpsmtpd/0.43rc1) with ESMTP; Tue, 05 Oct 2010 20:36:50 +
From: gcc-bugzi...@gcc.gnu.org
To: postmas...@ansarisbio.com
Subject: Undeliverable: Re: Undeliverable: [Bug middle-end/323] optimized
 code gives strange floating point results
In-Reply-To:
References: bug-323-6...@http.gcc.gnu.org/bugzilla/
 3b6a815e-0487-4aa0-9bfc-b4ed53f2a...@exchange.discovery.com
 75f74881-f01d-417b-99f0-8dfca5c54...@exchange.discovery.com
Date: Tue, 5 Oct 2010 19:42:07 +
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
Content-Type: text/plain; charset=UTF-8
MIME-Version: 1.0
Message-ID: fc5b27a7-812e-45ad-921d-ea9bc2463...@exchange.discovery.com
Return-Path: gcc-bugzi...@gcc.gnu.org

-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101005210612.b285513a5...@liszt.debian.org



[Bug middle-end/323] optimized code gives strange floating point results

2010-10-05 Thread postmaster at ansarisbio dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

--- Comment #162 from postmaster at ansarisbio dot com 2010-10-05 20:43:15 UTC 
---
Delivery has failed to these recipients or distribution lists:

postmas...@ansarisbio.commailto:postmas...@ansarisbio.com
The recipient's e-mail address was not found in the recipient's e-mail system.
Microsoft Exchange will not try to redeliver this message for you. Please check
the e-mail address and try resending this message, or provide the following
diagnostic text to your system administrator.


Sent by Microsoft Exchange Server 2007






Diagnostic information for administrators:

Generating server: discovery.com

postmas...@ansarisbio.com
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found
##rfc822;postmas...@ansarisbio.com

Original message headers:

Received: from ns1.locuspharma.com (192.168.254.2) by exchange.discovery.com
 (172.16.30.201) with Microsoft SMTP Server id 8.1.358.0; Tue, 5 Oct 2010
 16:43:03 -0400
Received: from sourceware.org (server1.sourceware.org [209.132.180.131])   
by
 ns1.locuspharma.com (Postfix) with SMTP id 703AA704098 for
 postmas...@ansarisbio.com; Tue,  5 Oct 2010 16:43:03 -0400 (EDT)
Received: (qmail 1029 invoked by uid 22791); 5 Oct 2010 20:43:02 -
X-SWARE-Spam-Status: No, hits=-2.4 required=5.0
tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID
X-Spam-Status: No, hits=-2.4 required=5.0
tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID
X-Spam-Check-By: sourceware.org
Received: from localhost (HELO gcc.gnu.org) (127.0.0.1)by sourceware.org
 (qpsmtpd/0.43rc1) with ESMTP; Tue, 05 Oct 2010 20:43:00 +
From: gcc-bugzi...@gcc.gnu.org
To: postmas...@ansarisbio.com
Subject: Undeliverable: Undeliverable: Re: Undeliverable: [Bug
 middle-end/323] optimized code gives strange floating point results
In-Reply-To:
References: bug-323-6...@http.gcc.gnu.org/bugzilla/
 3a193bdc-ca0f-4171-85e4-390f62a4f...@exchange.discovery.com
 b6e2898c-afd9-4630-892b-01962fd09...@exchange.discovery.com
 33a8d458-5ac8-46a6-a0c7-d9095b1f3...@exchange.discovery.com
Date: Tue, 5 Oct 2010 19:51:13 +
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
Content-Type: text/plain; charset=UTF-8
MIME-Version: 1.0
Message-ID: 602aefc0-70dc-4c4a-9e32-4fd1f5110...@exchange.discovery.com
Return-Path: gcc-bugzi...@gcc.gnu.org

-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101005211048.25e0713a5...@liszt.debian.org



[Bug middle-end/323] optimized code gives strange floating point results

2010-10-05 Thread eda-qa at disemia dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323

eda-qa at disemia dot com changed:

   What|Removed |Added

 CC|eda-qa at disemia dot com   |

-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101005211310.7ef7813a4...@liszt.debian.org



  1   2   >