public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/45273] [4.4/4.5/4.6 Regression] The compiler depends on the host double (-fprofile-corection only)
       [not found] <bug-45273-4@http.gcc.gnu.org/bugzilla/>
@ 2010-10-01 11:54 ` jakub at gcc dot gnu.org
  2011-03-13  0:32 ` steven at gcc dot gnu.org
                   ` (19 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: jakub at gcc dot gnu.org @ 2010-10-01 11:54 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.4.5                       |4.4.6


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug middle-end/45273] [4.4/4.5/4.6 Regression] The compiler depends on the host double (-fprofile-corection only)
       [not found] <bug-45273-4@http.gcc.gnu.org/bugzilla/>
  2010-10-01 11:54 ` [Bug middle-end/45273] [4.4/4.5/4.6 Regression] The compiler depends on the host double (-fprofile-corection only) jakub at gcc dot gnu.org
@ 2011-03-13  0:32 ` steven at gcc dot gnu.org
  2011-03-13 10:55 ` steven at gcc dot gnu.org
                   ` (18 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: steven at gcc dot gnu.org @ 2011-03-13  0:32 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Steven Bosscher <steven at gcc dot gnu.org> 2011-03-13 00:32:06 UTC ---
Created attachment 23643
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23643
Use mpfr in predict.c instead of sreal, and in mcf.c instead of host double

This completely untested patch shows what I'd like to do: Use mpfr instead of
sreal and host double. Comments on the approach welcome.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug middle-end/45273] [4.4/4.5/4.6 Regression] The compiler depends on the host double (-fprofile-corection only)
       [not found] <bug-45273-4@http.gcc.gnu.org/bugzilla/>
  2010-10-01 11:54 ` [Bug middle-end/45273] [4.4/4.5/4.6 Regression] The compiler depends on the host double (-fprofile-corection only) jakub at gcc dot gnu.org
  2011-03-13  0:32 ` steven at gcc dot gnu.org
@ 2011-03-13 10:55 ` steven at gcc dot gnu.org
  2011-03-13 12:39 ` steven at gcc dot gnu.org
                   ` (17 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: steven at gcc dot gnu.org @ 2011-03-13 10:55 UTC (permalink / raw)
  To: gcc-bugs

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

Steven Bosscher <steven at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |steven at gcc dot gnu.org

--- Comment #5 from Steven Bosscher <steven at gcc dot gnu.org> 2011-03-13 10:55:05 UTC ---
Heh, with my patch (with some further changes) I get failures like this one:
../../trunk/gcc/sel-sched-ir.c:6253:1: error: caller edge frequency 38613 does
not match BB frequency 38610

Excess precision? :-)


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug middle-end/45273] [4.4/4.5/4.6 Regression] The compiler depends on the host double (-fprofile-corection only)
       [not found] <bug-45273-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2011-03-13 10:55 ` steven at gcc dot gnu.org
@ 2011-03-13 12:39 ` steven at gcc dot gnu.org
  2011-04-16 10:52 ` [Bug middle-end/45273] [4.4/4.5/4.6/4.7 " jakub at gcc dot gnu.org
                   ` (16 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: steven at gcc dot gnu.org @ 2011-03-13 12:39 UTC (permalink / raw)
  To: gcc-bugs

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

Steven Bosscher <steven at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #23643|0                           |1
        is obsolete|                            |

--- Comment #6 from Steven Bosscher <steven at gcc dot gnu.org> 2011-03-13 12:39:51 UTC ---
Created attachment 23644
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23644
Use mpfr in predict.c instead of sreal, and in mcf.c instead of host double

Bootstrapped&tested on x86_64-unknown-linux-gnu. Can be queued for GCC 4.7 if
the Powers That Be agree this is the right approach.

The mcf.c parts can be posted separately for GCC 4.6 if necessary, but I
propose to close this big as WONTFIX for older releases.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug middle-end/45273] [4.4/4.5/4.6/4.7 Regression] The compiler depends on the host double (-fprofile-corection only)
       [not found] <bug-45273-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2011-03-13 12:39 ` steven at gcc dot gnu.org
@ 2011-04-16 10:52 ` jakub at gcc dot gnu.org
  2012-01-20 13:17 ` rguenth at gcc dot gnu.org
                   ` (15 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-04-16 10:52 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.4.6                       |4.4.7


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug middle-end/45273] [4.4/4.5/4.6/4.7 Regression] The compiler depends on the host double (-fprofile-corection only)
       [not found] <bug-45273-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2011-04-16 10:52 ` [Bug middle-end/45273] [4.4/4.5/4.6/4.7 " jakub at gcc dot gnu.org
@ 2012-01-20 13:17 ` rguenth at gcc dot gnu.org
  2012-01-20 19:40 ` stevenb.gcc at gmail dot com
                   ` (14 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-01-20 13:17 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.4.7                       |4.8.0

--- Comment #7 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-01-20 12:38:42 UTC ---
OTOH, nowadays all(?) host platforms we support have IEEE enough compliant
HW floating-point (well, details like signed zeros and NaNs/Infs are not
really relevant for GCC) that a hwfloat.h could provide a mapping to
a 32bit / 64bit IEEE float format?

Else the patch certainly looks good to me, but lets queue it for 4.8
(I remembered you posted patches to remove sreal.c, did you?)


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug middle-end/45273] [4.4/4.5/4.6/4.7 Regression] The compiler depends on the host double (-fprofile-corection only)
       [not found] <bug-45273-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2012-01-20 13:17 ` rguenth at gcc dot gnu.org
@ 2012-01-20 19:40 ` stevenb.gcc at gmail dot com
  2013-03-22 14:44 ` [Bug middle-end/45273] [4.6/4.7/4.8/4.9 " jakub at gcc dot gnu.org
                   ` (13 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: stevenb.gcc at gmail dot com @ 2012-01-20 19:40 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #8 from stevenb.gcc at gmail dot com <stevenb.gcc at gmail dot com> 2012-01-20 19:17:53 UTC ---
Is there already a meta bug for patches queued for 4.8?


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug middle-end/45273] [4.6/4.7/4.8/4.9 Regression] The compiler depends on the host double (-fprofile-corection only)
       [not found] <bug-45273-4@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2012-01-20 19:40 ` stevenb.gcc at gmail dot com
@ 2013-03-22 14:44 ` jakub at gcc dot gnu.org
  2013-05-31 10:58 ` [Bug middle-end/45273] [4.7/4.8/4.9 " jakub at gcc dot gnu.org
                   ` (12 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: jakub at gcc dot gnu.org @ 2013-03-22 14:44 UTC (permalink / raw)
  To: gcc-bugs


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.8.0                       |4.8.1

--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-03-22 14:43:29 UTC ---
GCC 4.8.0 is being released, adjusting target milestone.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug middle-end/45273] [4.7/4.8/4.9 Regression] The compiler depends on the host double (-fprofile-corection only)
       [not found] <bug-45273-4@http.gcc.gnu.org/bugzilla/>
                   ` (7 preceding siblings ...)
  2013-03-22 14:44 ` [Bug middle-end/45273] [4.6/4.7/4.8/4.9 " jakub at gcc dot gnu.org
@ 2013-05-31 10:58 ` jakub at gcc dot gnu.org
  2013-10-16  9:48 ` jakub at gcc dot gnu.org
                   ` (11 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: jakub at gcc dot gnu.org @ 2013-05-31 10:58 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.8.1                       |4.8.2

--- Comment #10 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 4.8.1 has been released.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug middle-end/45273] [4.7/4.8/4.9 Regression] The compiler depends on the host double (-fprofile-corection only)
       [not found] <bug-45273-4@http.gcc.gnu.org/bugzilla/>
                   ` (8 preceding siblings ...)
  2013-05-31 10:58 ` [Bug middle-end/45273] [4.7/4.8/4.9 " jakub at gcc dot gnu.org
@ 2013-10-16  9:48 ` jakub at gcc dot gnu.org
  2014-05-22  9:04 ` [Bug middle-end/45273] [4.7/4.8/4.9/4.10 " rguenth at gcc dot gnu.org
                   ` (10 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: jakub at gcc dot gnu.org @ 2013-10-16  9:48 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.8.2                       |4.8.3

--- Comment #11 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 4.8.2 has been released.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug middle-end/45273] [4.7/4.8/4.9/4.10 Regression] The compiler depends on the host double (-fprofile-corection only)
       [not found] <bug-45273-4@http.gcc.gnu.org/bugzilla/>
                   ` (9 preceding siblings ...)
  2013-10-16  9:48 ` jakub at gcc dot gnu.org
@ 2014-05-22  9:04 ` rguenth at gcc dot gnu.org
  2014-12-19 13:35 ` [Bug middle-end/45273] [4.8/4.9/5 " jakub at gcc dot gnu.org
                   ` (9 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-05-22  9:04 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45273

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.8.3                       |4.8.4

--- Comment #12 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 4.8.3 is being released, adjusting target milestone.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug middle-end/45273] [4.8/4.9/5 Regression] The compiler depends on the host double (-fprofile-corection only)
       [not found] <bug-45273-4@http.gcc.gnu.org/bugzilla/>
                   ` (10 preceding siblings ...)
  2014-05-22  9:04 ` [Bug middle-end/45273] [4.7/4.8/4.9/4.10 " rguenth at gcc dot gnu.org
@ 2014-12-19 13:35 ` jakub at gcc dot gnu.org
  2015-06-23  8:18 ` [Bug middle-end/45273] [4.8/4.9/5/6 " rguenth at gcc dot gnu.org
                   ` (8 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: jakub at gcc dot gnu.org @ 2014-12-19 13:35 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45273

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.8.4                       |4.8.5

--- Comment #13 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 4.8.4 has been released.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug middle-end/45273] [4.8/4.9/5/6 Regression] The compiler depends on the host double (-fprofile-corection only)
       [not found] <bug-45273-4@http.gcc.gnu.org/bugzilla/>
                   ` (11 preceding siblings ...)
  2014-12-19 13:35 ` [Bug middle-end/45273] [4.8/4.9/5 " jakub at gcc dot gnu.org
@ 2015-06-23  8:18 ` rguenth at gcc dot gnu.org
  2015-06-26 20:04 ` [Bug middle-end/45273] [4.9/5/6 " jakub at gcc dot gnu.org
                   ` (7 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-06-23  8:18 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45273

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.8.5                       |4.9.3

--- Comment #14 from Richard Biener <rguenth at gcc dot gnu.org> ---
The gcc-4_8-branch is being closed, re-targeting regressions to 4.9.3.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug middle-end/45273] [4.9/5/6 Regression] The compiler depends on the host double (-fprofile-corection only)
       [not found] <bug-45273-4@http.gcc.gnu.org/bugzilla/>
                   ` (12 preceding siblings ...)
  2015-06-23  8:18 ` [Bug middle-end/45273] [4.8/4.9/5/6 " rguenth at gcc dot gnu.org
@ 2015-06-26 20:04 ` jakub at gcc dot gnu.org
  2015-06-26 20:34 ` jakub at gcc dot gnu.org
                   ` (6 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: jakub at gcc dot gnu.org @ 2015-06-26 20:04 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45273

--- Comment #15 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 4.9.3 has been released.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug middle-end/45273] [4.9/5/6 Regression] The compiler depends on the host double (-fprofile-corection only)
       [not found] <bug-45273-4@http.gcc.gnu.org/bugzilla/>
                   ` (13 preceding siblings ...)
  2015-06-26 20:04 ` [Bug middle-end/45273] [4.9/5/6 " jakub at gcc dot gnu.org
@ 2015-06-26 20:34 ` jakub at gcc dot gnu.org
  2021-05-14  9:46 ` [Bug middle-end/45273] [9/10/11/12 " jakub at gcc dot gnu.org
                   ` (5 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: jakub at gcc dot gnu.org @ 2015-06-26 20:34 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45273

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.9.3                       |4.9.4


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug middle-end/45273] [9/10/11/12 Regression] The compiler depends on the host double (-fprofile-corection only)
       [not found] <bug-45273-4@http.gcc.gnu.org/bugzilla/>
                   ` (14 preceding siblings ...)
  2015-06-26 20:34 ` jakub at gcc dot gnu.org
@ 2021-05-14  9:46 ` jakub at gcc dot gnu.org
  2021-06-01  8:04 ` rguenth at gcc dot gnu.org
                   ` (4 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: jakub at gcc dot gnu.org @ 2021-05-14  9:46 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45273

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|8.5                         |9.4

--- Comment #21 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 8 branch is being closed.

^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug middle-end/45273] [9/10/11/12 Regression] The compiler depends on the host double (-fprofile-corection only)
       [not found] <bug-45273-4@http.gcc.gnu.org/bugzilla/>
                   ` (15 preceding siblings ...)
  2021-05-14  9:46 ` [Bug middle-end/45273] [9/10/11/12 " jakub at gcc dot gnu.org
@ 2021-06-01  8:04 ` rguenth at gcc dot gnu.org
  2022-01-06 11:52 ` hubicka at gcc dot gnu.org
                   ` (3 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-06-01  8:04 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45273

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|9.4                         |9.5

--- Comment #22 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 9.4 is being released, retargeting bugs to GCC 9.5.

^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug middle-end/45273] [9/10/11/12 Regression] The compiler depends on the host double (-fprofile-corection only)
       [not found] <bug-45273-4@http.gcc.gnu.org/bugzilla/>
                   ` (16 preceding siblings ...)
  2021-06-01  8:04 ` rguenth at gcc dot gnu.org
@ 2022-01-06 11:52 ` hubicka at gcc dot gnu.org
  2022-05-27  9:34 ` [Bug middle-end/45273] [10/11/12/13 " rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: hubicka at gcc dot gnu.org @ 2022-01-06 11:52 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45273

Jan Hubicka <hubicka at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hubicka at gcc dot gnu.org

--- Comment #23 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
Note that with the introduction of profile-count.h I chased away most of uses
of double for profile calculation. In predict.c we have last occurence when
combinindg probabilities from predictors:

          combined_probability = (((double) combined_probability) * probability 
                                  * REG_BR_PROB_BASE / d + 0.5);                

These are still REG_BR_PROB_BASE based (unlike rest of code that uses
profile_probability datatype) since that was easier to have in .def file.

Cast to double is there only to get type wide enough for REG_BR_PROB_BASE third
power in the 32bit x86 era. It is set to 10000 that is roughly 2^14 so 43 bits
(with sign bits) is enough that should be good for all reasonable double
implementations. However we could easily change it to int64_t.

^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug middle-end/45273] [10/11/12/13 Regression] The compiler depends on the host double (-fprofile-corection only)
       [not found] <bug-45273-4@http.gcc.gnu.org/bugzilla/>
                   ` (17 preceding siblings ...)
  2022-01-06 11:52 ` hubicka at gcc dot gnu.org
@ 2022-05-27  9:34 ` rguenth at gcc dot gnu.org
  2022-06-28 10:29 ` jakub at gcc dot gnu.org
  2023-07-07 10:29 ` [Bug middle-end/45273] [11/12/13/14 " rguenth at gcc dot gnu.org
  20 siblings, 0 replies; 21+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-05-27  9:34 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45273

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|9.5                         |10.4

--- Comment #24 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 9 branch is being closed

^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug middle-end/45273] [10/11/12/13 Regression] The compiler depends on the host double (-fprofile-corection only)
       [not found] <bug-45273-4@http.gcc.gnu.org/bugzilla/>
                   ` (18 preceding siblings ...)
  2022-05-27  9:34 ` [Bug middle-end/45273] [10/11/12/13 " rguenth at gcc dot gnu.org
@ 2022-06-28 10:29 ` jakub at gcc dot gnu.org
  2023-07-07 10:29 ` [Bug middle-end/45273] [11/12/13/14 " rguenth at gcc dot gnu.org
  20 siblings, 0 replies; 21+ messages in thread
From: jakub at gcc dot gnu.org @ 2022-06-28 10:29 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45273

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|10.4                        |10.5

--- Comment #25 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 10.4 is being released, retargeting bugs to GCC 10.5.

^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug middle-end/45273] [11/12/13/14 Regression] The compiler depends on the host double (-fprofile-corection only)
       [not found] <bug-45273-4@http.gcc.gnu.org/bugzilla/>
                   ` (19 preceding siblings ...)
  2022-06-28 10:29 ` jakub at gcc dot gnu.org
@ 2023-07-07 10:29 ` rguenth at gcc dot gnu.org
  20 siblings, 0 replies; 21+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-07-07 10:29 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45273

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|10.5                        |11.5

--- Comment #26 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 10 branch is being closed.

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2023-07-07 10:29 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-45273-4@http.gcc.gnu.org/bugzilla/>
2010-10-01 11:54 ` [Bug middle-end/45273] [4.4/4.5/4.6 Regression] The compiler depends on the host double (-fprofile-corection only) jakub at gcc dot gnu.org
2011-03-13  0:32 ` steven at gcc dot gnu.org
2011-03-13 10:55 ` steven at gcc dot gnu.org
2011-03-13 12:39 ` steven at gcc dot gnu.org
2011-04-16 10:52 ` [Bug middle-end/45273] [4.4/4.5/4.6/4.7 " jakub at gcc dot gnu.org
2012-01-20 13:17 ` rguenth at gcc dot gnu.org
2012-01-20 19:40 ` stevenb.gcc at gmail dot com
2013-03-22 14:44 ` [Bug middle-end/45273] [4.6/4.7/4.8/4.9 " jakub at gcc dot gnu.org
2013-05-31 10:58 ` [Bug middle-end/45273] [4.7/4.8/4.9 " jakub at gcc dot gnu.org
2013-10-16  9:48 ` jakub at gcc dot gnu.org
2014-05-22  9:04 ` [Bug middle-end/45273] [4.7/4.8/4.9/4.10 " rguenth at gcc dot gnu.org
2014-12-19 13:35 ` [Bug middle-end/45273] [4.8/4.9/5 " jakub at gcc dot gnu.org
2015-06-23  8:18 ` [Bug middle-end/45273] [4.8/4.9/5/6 " rguenth at gcc dot gnu.org
2015-06-26 20:04 ` [Bug middle-end/45273] [4.9/5/6 " jakub at gcc dot gnu.org
2015-06-26 20:34 ` jakub at gcc dot gnu.org
2021-05-14  9:46 ` [Bug middle-end/45273] [9/10/11/12 " jakub at gcc dot gnu.org
2021-06-01  8:04 ` rguenth at gcc dot gnu.org
2022-01-06 11:52 ` hubicka at gcc dot gnu.org
2022-05-27  9:34 ` [Bug middle-end/45273] [10/11/12/13 " rguenth at gcc dot gnu.org
2022-06-28 10:29 ` jakub at gcc dot gnu.org
2023-07-07 10:29 ` [Bug middle-end/45273] [11/12/13/14 " rguenth at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).