--- Comment #2 from jsm28 at gcc dot gnu dot org 2010-05-22 17:42 ---
As discussed, not a bug.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #5 from jsm28 at gcc dot gnu dot org 2010-01-12 23:10 ---
Fixed for 4.5.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status|NEW
--- Comment #4 from jsm28 at gcc dot gnu dot org 2010-01-12 23:09 ---
Subject: Bug 42708
Author: jsm28
Date: Tue Jan 12 23:09:00 2010
New Revision: 155846
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155846
Log:
PR c/42708
* c-typeck.c (build_c_cas
--- Comment #135 from jsm28 at gcc dot gnu dot org 2009-10-31 18:37 ---
*** Bug 41867 has been marked as a duplicate of this bug. ***
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are
--- Comment #5 from jsm28 at gcc dot gnu dot org 2009-10-31 18:37 ---
323 covers all excess precision issues. Predictable results that do
not depend on when a computation is carried out require
-fexcess-precision=standard which requires 4.5. It so happens that all
C conformance
--- Comment #3 from jsm28 at gcc dot gnu dot org 2009-10-29 20:26 ---
If you want C99-conforming excess precision, then use 4.5 or later (not 4.4)
with -fexcess-precision=standard or strict conformance options such as
-std=c99 that imply it (not -std=gnu99). With that I get:
ls_ld2
--- Comment #134 from jsm28 at gcc dot gnu dot org 2009-10-29 20:26 ---
*** Bug 41867 has been marked as a duplicate of this bug. ***
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P4
Target Milestone|--- |4.4.2
http
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P4
Target Milestone|--- |4.4.2
http
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P1
Target Milestone|--- |4.5.0
http
--- Comment #8 from jsm28 at gcc dot gnu dot org 2009-07-29 22:37 ---
Is comment #5 meant to be a claim that the patch does not fully fix the bug?
If so, please state with what revision on what target the problem is still
observed.
In any case, the targets mentioned are not primary or
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|--- |4.4.1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40181
--- You
--- Comment #14 from jsm28 at gcc dot gnu dot org 2009-03-31 19:44 ---
Closing 4.2 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #7 from jsm28 at gcc dot gnu dot org 2009-03-31 19:39 ---
Closing 4.2 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Summary
--- Comment #36 from jsm28 at gcc dot gnu dot org 2009-03-31 19:36 ---
Closing 4.2 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #16 from jsm28 at gcc dot gnu dot org 2009-03-31 19:31 ---
Closing 4.2 branch. What is the status now on the three testcases?
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #12 from jsm28 at gcc dot gnu dot org 2009-03-31 19:04 ---
Closing 4.2 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #10 from jsm28 at gcc dot gnu dot org 2009-03-31 18:53 ---
Closing 4.2 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|--- |4.4.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39491
--- You
--- Comment #6 from jsm28 at gcc dot gnu dot org 2009-03-31 01:41 ---
Closing 4.2 branch, fixed in 4.3.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #13 from jsm28 at gcc dot gnu dot org 2009-03-30 21:49 ---
Closing 4.2 branch, fixed in 4.3.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #21 from jsm28 at gcc dot gnu dot org 2009-03-30 20:16 ---
Closing 4.2 branch, fixed in 4.3.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #19 from jsm28 at gcc dot gnu dot org 2009-03-30 19:43 ---
Closing 4.2 branch, fixed in 4.3.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #9 from jsm28 at gcc dot gnu dot org 2009-03-30 19:40 ---
Closing 4.2 branch, fixed in 4.3.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #8 from jsm28 at gcc dot gnu dot org 2009-03-30 19:39 ---
Closing 4.2 branch, fixed in 4.3.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #11 from jsm28 at gcc dot gnu dot org 2009-03-30 19:38 ---
Closing 4.2 branch, fixed in 4.3.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #14 from jsm28 at gcc dot gnu dot org 2009-03-30 16:58 ---
Closing 4.2 branch, fixed in 4.3.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #25 from jsm28 at gcc dot gnu dot org 2009-03-30 15:37 ---
Closing 4.2 branch. Original bug was fixed for 4.2.0, rejects-valid
for 4.3.0.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #127 from jsm28 at gcc dot gnu dot org 2009-03-30 01:57 ---
Fixed for C (and ObjC) for 4.5 with the new -fexcess-precision=standard
support.
The issue remains for other languages (and maybe for some m68k processors);
I quote from my original message
<http://gcc.gnu.org
--- Comment #126 from jsm28 at gcc dot gnu dot org 2009-03-30 01:51 ---
Subject: Bug 323
Author: jsm28
Date: Mon Mar 30 01:50:44 2009
New Revision: 145272
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145272
Log:
PR rtl-optimization/323
* c-
--- Comment #17 from jsm28 at gcc dot gnu dot org 2009-03-29 18:16 ---
Fixed for 4.5.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #16 from jsm28 at gcc dot gnu dot org 2009-03-29 18:14 ---
Subject: Bug 456
Author: jsm28
Date: Sun Mar 29 18:13:43 2009
New Revision: 145254
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145254
Log:
PR c/456
PR c/5675
PR c/19976
--- Comment #6 from jsm28 at gcc dot gnu dot org 2009-02-18 01:14 ---
For a long time glibc has used __builtin_huge_val in this definition which
avoids this problem. fixincludes has fixed the definitions from old
glibc to avoid this problem since:
2005-09-15 Joseph S. Myers
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P4
Target Milestone|--- |4.4.0
http
--- Comment #123 from jsm28 at gcc dot gnu dot org 2008-11-04 13:25 ---
Subject: Bug 323
Author: jsm28
Date: Tue Nov 4 13:24:30 2008
New Revision: 141578
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141578
Log:
PR rtl-optimization/323
* c-
--- Comment #1 from jsm28 at gcc dot gnu dot org 2008-10-28 20:25 ---
*** This bug has been marked as a duplicate of 23144 ***
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #9 from jsm28 at gcc dot gnu dot org 2008-10-28 20:25 ---
*** Bug 37940 has been marked as a duplicate of this bug. ***
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #15 from jsm28 at gcc dot gnu dot org 2008-10-24 19:36 ---
Subject: Bug 456
Author: jsm28
Date: Fri Oct 24 19:34:52 2008
New Revision: 141349
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141349
Log:
PR c/456
PR c/5675
PR c/19976
--- Comment #14 from jsm28 at gcc dot gnu dot org 2008-10-24 00:06 ---
Testing a patch for 4.5.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37349
--- You are
--- Comment #5 from jsm28 at gcc dot gnu dot org 2008-08-27 22:04 ---
4.3.2 is released, changing milestones to 4.3.3.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #12 from jsm28 at gcc dot gnu dot org 2008-08-27 22:03 ---
4.3.2 is released, changing milestones to 4.3.3.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #6 from jsm28 at gcc dot gnu dot org 2008-08-27 22:03 ---
4.3.2 is released, changing milestones to 4.3.3.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #6 from jsm28 at gcc dot gnu dot org 2008-08-27 22:02 ---
4.3.2 is released, changing milestones to 4.3.3.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #1 from jsm28 at gcc dot gnu dot org 2008-07-31 15:44 ---
Bug 456 covers c9[09]-const-expr-[12].c, bug 5675 covers
c9[0-9]-const-expr-3.c.
*** This bug has been marked as a duplicate of 456 ***
--
jsm28 at gcc dot gnu dot org changed:
What|Removed
--- Comment #13 from jsm28 at gcc dot gnu dot org 2008-07-31 15:44 ---
*** Bug 36989 has been marked as a duplicate of this bug. ***
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #24 from jsm28 at gcc dot gnu dot org 2008-07-04 22:44 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #9 from jsm28 at gcc dot gnu dot org 2008-07-04 22:32 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Summary
--- Comment #20 from jsm28 at gcc dot gnu dot org 2008-07-04 21:45 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #18 from jsm28 at gcc dot gnu dot org 2008-07-04 21:45 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #8 from jsm28 at gcc dot gnu dot org 2008-07-04 21:43 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Summary
--- Comment #14 from jsm28 at gcc dot gnu dot org 2008-07-04 21:43 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #8 from jsm28 at gcc dot gnu dot org 2008-07-04 21:40 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Summary
--- Comment #7 from jsm28 at gcc dot gnu dot org 2008-07-04 21:39 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Summary
--- Comment #10 from jsm28 at gcc dot gnu dot org 2008-07-04 21:37 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #10 from jsm28 at gcc dot gnu dot org 2008-07-04 21:32 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #13 from jsm28 at gcc dot gnu dot org 2008-07-04 21:25 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #4 from jsm28 at gcc dot gnu dot org 2008-07-04 21:25 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Summary
--- Comment #10 from jsm28 at gcc dot gnu dot org 2008-07-04 20:16 ---
Closing 4.1 branch. Patches should be pinged on the gcc-patches list, every
week or two until they are reviewed.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #8 from jsm28 at gcc dot gnu dot org 2008-07-04 19:58 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Summary
--- Comment #11 from jsm28 at gcc dot gnu dot org 2008-07-04 16:09 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #5 from jsm28 at gcc dot gnu dot org 2008-07-04 16:01 ---
Closing 4.1 branch, please reopen and mark accordingly if still present with
later versions.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #9 from jsm28 at gcc dot gnu dot org 2008-07-04 15:47 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #11 from jsm28 at gcc dot gnu dot org 2008-07-04 15:17 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #5 from jsm28 at gcc dot gnu dot org 2008-05-19 20:24 ---
4.2.4 is being released, changing milestones to 4.2.5.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #12 from jsm28 at gcc dot gnu dot org 2008-05-19 20:23 ---
4.2.4 is being released, changing milestones to 4.2.5.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #13 from jsm28 at gcc dot gnu dot org 2008-05-19 20:22 ---
4.2.4 is being released, changing milestones to 4.2.5.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #15 from jsm28 at gcc dot gnu dot org 2008-05-19 20:22 ---
4.2.4 is being released, changing milestones to 4.2.5.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #25 from jsm28 at gcc dot gnu dot org 2008-05-19 20:22 ---
4.2.4 is being released, changing milestones to 4.2.5.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #23 from jsm28 at gcc dot gnu dot org 2008-05-19 20:22 ---
4.2.4 is being released, changing milestones to 4.2.5.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #4 from jsm28 at gcc dot gnu dot org 2008-03-15 00:41 ---
Update milestone after 4.3.0 release.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #4 from jsm28 at gcc dot gnu dot org 2008-02-01 16:55 ---
4.2.3 is being released now, changing milestones of open bugs to 4.2.4.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #22 from jsm28 at gcc dot gnu dot org 2008-02-01 16:52 ---
4.2.3 is being released now, changing milestones of open bugs to 4.2.4.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #10 from jsm28 at gcc dot gnu dot org 2008-02-01 16:55 ---
4.2.3 is being released now, changing milestones of open bugs to 4.2.4.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #15 from jsm28 at gcc dot gnu dot org 2008-02-01 16:54 ---
4.2.3 is being released now, changing milestones of open bugs to 4.2.4.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #51 from jsm28 at gcc dot gnu dot org 2008-02-01 16:53 ---
4.2.3 is being released now, changing milestones of open bugs to 4.2.4.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #12 from jsm28 at gcc dot gnu dot org 2008-02-01 16:53 ---
4.2.3 is being released now, changing milestones of open bugs to 4.2.4.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #14 from jsm28 at gcc dot gnu dot org 2008-02-01 16:52 ---
4.2.3 is being released now, changing milestones of open bugs to 4.2.4.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #21 from jsm28 at gcc dot gnu dot org 2008-02-01 16:52 ---
4.2.3 is being released now, changing milestones of open bugs to 4.2.4.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #11 from jsm28 at gcc dot gnu dot org 2008-02-01 16:54 ---
4.2.3 is being released now, changing milestones of open bugs to 4.2.4.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #9 from jsm28 at gcc dot gnu dot org 2008-01-21 16:30 ---
Bugs waiting for the committee should not be release-critical; we can restore
this to P3 and reconsider the priority when unsuspending.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed
--- Comment #13 from jsm28 at gcc dot gnu dot org 2008-01-21 16:32 ---
Bugs waiting for the committee should not be release-critical; we can restore
this to P3 and reconsider the priority when unsuspending.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed
--- Comment #9 from jsm28 at gcc dot gnu dot org 2007-10-10 18:31 ---
Fixed for 4.2.3.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo
--- Comment #8 from jsm28 at gcc dot gnu dot org 2007-10-10 18:24 ---
Subject: Bug 32295
Author: jsm28
Date: Wed Oct 10 18:24:29 2007
New Revision: 129215
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129215
Log:
PR c/32295
* c-typeck.c (default_co
--- Comment #7 from jsm28 at gcc dot gnu dot org 2007-09-27 12:20 ---
Fixed for 4.3.0.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Summary
--- Comment #6 from jsm28 at gcc dot gnu dot org 2007-09-25 15:05 ---
Subject: Bug 32295
Author: jsm28
Date: Tue Sep 25 15:04:58 2007
New Revision: 128765
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128765
Log:
PR c/32295
* c-typeck.c (default_co
--- Comment #5 from jsm28 at gcc dot gnu dot org 2007-09-24 17:36 ---
Working on a patch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|--- |4.3.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33368
--- You
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|--- |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30618
--- You
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|--- |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25343
--- You
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|--- |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23144
--- You
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|--- |4.0.4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28183
--- You
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|--- |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28077
--- You
--- Comment #11 from jsm28 at gcc dot gnu dot org 2006-08-15 16:16 ---
The patch http://gcc.gnu.org/ml/gcc-patches/2006-07/txt00017.txt is OK.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28280
--- You are receiving this mail because: ---
You are on the CC list for the
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|--- |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26866
--- You
--- Additional Comments From jsm28 at gcc dot gnu dot org 2005-05-28 10:45
---
*** Bug 21794 has been marked as a duplicate of this bug. ***
--
What|Removed |Added
--
What|Removed |Added
Target Milestone|4.0.0 |3.4.4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11459
--- You are receiving this mail because: ---
--- Additional Comments From jsm28 at gcc dot gnu dot org 2005-03-19 13:34
---
*** Bug 20535 has been marked as a duplicate of this bug. ***
--
What|Removed |Added
--
What|Removed |Added
OtherBugsDependingO||16989
nThis||
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=456
-
--- Additional Comments From jsm28 at gcc dot gnu dot org 2004-08-11 20:50
---
Semi-formal model of constant expressions proposed for discussion:
http://gcc.gnu.org/ml/gcc/2004-08/msg00377.html
(with informal documentation of the extensions in GNU C).
--
http://gcc.gnu.org/bugzilla
1 - 100 of 104 matches
Mail list logo