Re: gccadmin hooks: make it a public git repo

2021-01-14 Thread Martin Liška

On 1/13/21 6:00 PM, Joseph Myers wrote:

I'm fine with having it set up with a public repository.


Ok, can you please do it Joseph?


If you have a
public (bare) repository that would of course need to have its own hooks
to update the (non-bare) hooks-bin checkout after a push.


I can imagine a cron job similar to which one we use for 'Daily bump'.
Would it be feasible?

Thanks,
Martin



GCC 11.0.0 Status Report (2021-01-14), Stage 3 closes Jan 16th

2021-01-14 Thread Richard Biener


Status
==

GCC trunk which eventually will become GCC 11 is nearing the
end of Stage 3 which will happen on Jan 17th which is when
Stage 4 starts (aka regression and documentation fixes only).

We have accumulated quite a number of regressions, where
P1 classified regressions should be fixed before the release
or analyzed up to a point where they no longer classify as P1.


Quality Data


Priority  #   Change from last report
---   ---
P1   67   + 30 
P2  331   + 74 
P3   34   - 60
P4  190   +  6
P5   24
---   ---
Total P1-P3 432   + 44
Total   646   + 50


Previous Report
===

https://gcc.gnu.org/pipermail/gcc/2020-November/234246.html


nios2 -mcustom-round vs. libatomic

2021-01-14 Thread Sebastian Huber

Hello,

I try to add a nios2 multilib to support the "Nios II Floating Point 
Hardware 2 Component":


https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug_nios2_custom_instruction.pdf

If I add all custom instructions supported by the component, then I get 
an error in libatomic since -Werror is used:


cc1: error: switch '-mcustom-fmins' has no effect unless 
'-ffinite-math-only' is specified [-Werror]
cc1: error: switch '-mcustom-fmaxs' has no effect unless 
'-ffinite-math-only' is specified [-Werror]
cc1: error: switch '-mcustom-round' has no effect unless 
'-fno-math-errno' is specified [-Werror]


I am not sure how to fix this.

--
embedded brains GmbH
Herr Sebastian HUBER
Dornierstr. 4
82178 Puchheim
Germany
email: sebastian.hu...@embedded-brains.de
phone: +49-89-18 94 741 - 16
fax:   +49-89-18 94 741 - 08

Registergericht: Amtsgericht München
Registernummer: HRB 157899
Vertretungsberechtigte Geschäftsführer: Peter Rasmussen, Thomas Dörfler
Unsere Datenschutzerklärung finden Sie hier:
https://embedded-brains.de/datenschutzerklaerung/



gcc-8-20210114 is now available

2021-01-14 Thread GCC Administrator via Gcc
Snapshot gcc-8-20210114 is now available on
  https://gcc.gnu.org/pub/gcc/snapshots/8-20210114/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.

This snapshot has been generated from the GCC 8 git branch
with the following options: git://gcc.gnu.org/git/gcc.git branch releases/gcc-8 
revision f9267925c648f2ccd9e4680b699e581003125bcf

You'll find:

 gcc-8-20210114.tar.xzComplete GCC

  SHA256=ecbf588fe222e22aa109db69c06617581e9afa27fe2332195895d4b88d98557c
  SHA1=f701745ba4e103700418ccde69911f26a7a77163

Diffs from 8-20210107 are available in the diffs/ subdirectory.

When a particular snapshot is ready for public consumption the LATEST-8
link is updated and a message is sent to the gcc list.  Please do not use
a snapshot before it has been announced that way.


Re: nios2 -mcustom-round vs. libatomic

2021-01-14 Thread Sebastian Huber

On 14/01/2021 15:16, Sebastian Huber wrote:


Hello,

I try to add a nios2 multilib to support the "Nios II Floating Point 
Hardware 2 Component":


https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug_nios2_custom_instruction.pdf 



If I add all custom instructions supported by the component, then I 
get an error in libatomic since -Werror is used:


cc1: error: switch '-mcustom-fmins' has no effect unless 
'-ffinite-math-only' is specified [-Werror]
cc1: error: switch '-mcustom-fmaxs' has no effect unless 
'-ffinite-math-only' is specified [-Werror]
cc1: error: switch '-mcustom-round' has no effect unless 
'-fno-math-errno' is specified [-Werror]


I am not sure how to fix this.
Is a compiler warning the right diagnostic for an inconsistent use of 
compiler options? This warning is not related to code processed by GCC.


--
embedded brains GmbH
Herr Sebastian HUBER
Dornierstr. 4
82178 Puchheim
Germany
email: sebastian.hu...@embedded-brains.de
phone: +49-89-18 94 741 - 16
fax:   +49-89-18 94 741 - 08

Registergericht: Amtsgericht München
Registernummer: HRB 157899
Vertretungsberechtigte Geschäftsführer: Peter Rasmussen, Thomas Dörfler
Unsere Datenschutzerklärung finden Sie hier:
https://embedded-brains.de/datenschutzerklaerung/