Re: GIT: Monotonically increasing trunk and release branch ids

2020-01-13 Thread Joel Brobecker
> So, the current SVN mails are like: > Subject: r280117 - in /trunk/libstdc++-v3: ChangeLog tes... > To: gcc-...@gcc.gnu.org > > Author: redi > Date: Fri Jan 10 15:27:50 2020 > New Revision: 280117 > > URL: https://gcc.gnu.org/viewcvs?rev=280117&root=gcc&view=rev > Log: > libstdc++: Fix testcase f

GCC 10.0 Status Report (2020-01-13), Stage 4 in effect now

2020-01-13 Thread Richard Biener
Status == Stage 3 ended, GCC trunk is open for regression and documentation fixes only, stage 4. Quality Data Priority # Change from last report --- --- P1 20 + 14 P2 196 - 5 P3 16

Re: [EXT] Re: Comparing types at LTO time

2020-01-13 Thread Richard Biener
On Sat, Jan 11, 2020 at 12:47 AM Gary Oblock wrote: > > Richard, > > Let me see if I've got this straight. Are you saying it's the > shape of objects combined with the variables that point at these > objects (or some subpart of them) that should drive struct reorg? Yes. Shape of objects and acce

Re: Option processing question

2020-01-13 Thread Richard Biener
On Sat, Jan 11, 2020 at 4:47 AM Gary Oblock wrote: > > I'm writing an LTO optimization that requires "-flto-partition=one" How can I > make > sure that this is the case? I've spent hours greping the code and the > Internals Doc is > worth less than nothing for something like this. That's of cou

Re: Rebasing local git branches on the new repo

2020-01-13 Thread Jonathan Wakely
On Sun, 12 Jan 2020 at 18:08, Jonathan Wakely wrote: > > Now that I've switched my local git tree to the new repo (by changing > the URL for the 'origin' remote, and adding the old one as a 'gcc-old' > remote) I've been experimenting with these commands to switch some of > the ~400 local branches

1-800-GIT-HELP

2020-01-13 Thread Jonathan Wakely
I imagine a lot of people are going to feel lost in the first few weeks of using Git. If you are stuck or confused about using Git for GCC development and too embarrassed to ask in public, feel free to contact me on IRC. I'm jwakely on OFTC, redi on Freenode. It would be nice if other experienced

Re: git conversion in progress

2020-01-13 Thread Joseph Myers
The repository is now open for commits. Snapshot generation and DATESTAMP updates from cron are now enabled. I intend to work on the scripts to update online documentation, but they aren't done yet. *Please help with updating documentation for using git with GCC*.

Re: 1-800-GIT-HELP

2020-01-13 Thread Jason Merrill
I'm also happy to help. On Mon, Jan 13, 2020 at 6:40 AM Jonathan Wakely wrote: > I imagine a lot of people are going to feel lost in the first few > weeks of using Git. > > If you are stuck or confused about using Git for GCC development and > too embarrassed to ask in public, feel free to conta

Re: 1-800-GIT-HELP

2020-01-13 Thread Paul Smith
On Mon, 2020-01-13 at 11:33 +, Jonathan Wakely wrote: > I imagine a lot of people are going to feel lost in the first few > weeks of using Git. I don't do IRC (and I'm not a GCC dev :)) but I'm happy to help via email. One thing I'll say though: if you're an Emacs user then IMO you should run

Re: 1-800-GIT-HELP

2020-01-13 Thread Nathan Sidwell
On 1/13/20 6:33 AM, Jonathan Wakely wrote: I imagine a lot of people are going to feel lost in the first few weeks of using Git. thanks. I have a question, but first some info that may well be useful to others. Today I learnt that one can use worktrees to work with different checked out br

Re: 1-800-GIT-HELP

2020-01-13 Thread Jason Merrill
On Mon, Jan 13, 2020 at 10:29 AM Nathan Sidwell wrote: > On 1/13/20 6:33 AM, Jonathan Wakely wrote: > > I imagine a lot of people are going to feel lost in the first few > > weeks of using Git. > > thanks. I have a question, but first some info that may well be useful > to others. > > Today I le

New redirects for git

2020-01-13 Thread Jakub Jelinek
Hi! Due to the svn to git migration, we now have several new redirects. https://gcc.gnu.org/r280156 style URLs still point to the svn web (might change in the future) https://gcc.gnu.org/g:e19db6a2f7aa20b708ffa112767efbd378c94416 style URLs redirect to gitweb for the specified git

Re: 1-800-GIT-HELP

2020-01-13 Thread Andreas Schwab
On Jan 13 2020, Jason Merrill wrote: > On Mon, Jan 13, 2020 at 10:29 AM Nathan Sidwell wrote: > >> If I drop 'master' from the command I get: >> >git worktree add ../../error/src >> Preparing ../../error/src (identifier src1) >> >> * what does 'identifier src1' mean, and what did that do? >> > >

Re: 1-800-GIT-HELP

2020-01-13 Thread Nathan Sidwell
On 1/13/20 10:58 AM, Andreas Schwab wrote: On Jan 13 2020, Jason Merrill wrote: On Mon, Jan 13, 2020 at 10:29 AM Nathan Sidwell wrote: If I drop 'master' from the command I get: >git worktree add ../../error/src Preparing ../../error/src (identifier src1) * what does 'identifier src1' mea

Re: 1-800-GIT-HELP

2020-01-13 Thread Thomas Rodgers
Paul Smith writes: > On Mon, 2020-01-13 at 11:33 +, Jonathan Wakely wrote: >> I imagine a lot of people are going to feel lost in the first few >> weeks of using Git. > > I don't do IRC (and I'm not a GCC dev :)) but I'm happy to help via email. > > One thing I'll say though: if you're an Em

Re: 1-800-GIT-HELP

2020-01-13 Thread Thomas Rodgers
I am also happy to help Jonathan Wakely writes: > I imagine a lot of people are going to feel lost in the first few > weeks of using Git. > > If you are stuck or confused about using Git for GCC development and > too embarrassed to ask in public, feel free to contact me on IRC. I'm > jwakely on O

Re: 1-800-GIT-HELP

2020-01-13 Thread Thomas Rodgers
Thomas Rodgers writes: > I am also happy to help > rodgertq on freenode and oftc > Jonathan Wakely writes: > >> I imagine a lot of people are going to feel lost in the first few >> weeks of using Git. >> >> If you are stuck or confused about using Git for GCC development and >> too embarrassed

Re: GCC Git hooks

2020-01-13 Thread Joseph Myers
One more addition I've made to the hooks: rejecting new commits with a line in the commit message starting 'From-SVN: ', since such commits would confuse the scripts people have to find the git commit corresponding to a given SVN commit, and without such a rejection it would be easy for someone

Contributing to GCC Page Update?

2020-01-13 Thread Nicholas Krause
Greetings, Not sure as I just checked, but is theĀ  gcc webpage for contributing updated for git or is it the same contributing guidelines but with git? Thanks, Nick

Re: Contributing to GCC Page Update?

2020-01-13 Thread Jonathan Wakely
On Mon, 13 Jan 2020 at 18:09, Nicholas Krause wrote: > > Greetings, > Not sure as I just checked, but is the gcc webpage for contributing updated > for git or is it the same contributing guidelines but with git? The guidelines are the same. References to svn will be updated.

Re: [EXT] Re: Option processing question

2020-01-13 Thread Gary Oblock
If I have an optimization set up to run in LTO (call it my_opt) and the flags -flto-partition=one, -flto options and -fmy-opt are set then the optimization might or might not be run depending of whether it can all fit in one partition. What I'm thinking is as long as it's a fatal error detectable

Re: Rebasing local git branches on the new repo

2020-01-13 Thread Jason Merrill
On 1/13/20 6:00 AM, Jonathan Wakely wrote: On Sun, 12 Jan 2020 at 18:08, Jonathan Wakely wrote: Now that I've switched my local git tree to the new repo (by changing the URL for the 'origin' remote, and adding the old one as a 'gcc-old' remote) I've been experimenting with these commands to sw

Re: Proposal for the transition timetable for the move to GIT

2020-01-13 Thread Jeff Law
On Thu, 2020-01-09 at 12:30 +, Joseph Myers wrote: > On Wed, 8 Jan 2020, Jeff Law wrote: > > > Is there any chance we could get one more trunk snapshot before the > > conversion starts -- even if that means firing up the snapshot process > > Friday? It'd be quite useful for the ongoing Fedora

Official GIT based scripts????

2020-01-13 Thread Gary Oblock
I'm using the recommended old git mirror based scripts... Where are the new scripts documented? Note, I looked on gcc.gnu.org and could find noting. Note, if somebody posted them here already, I apologize, but I'm forced to use our official Microsoft Outlook webmail email reader which turns half

Re: Official GIT based scripts????

2020-01-13 Thread Jonathan Wakely
On Mon, 13 Jan 2020 at 23:23, Gary Oblock wrote: > > I'm using the recommended old git mirror based scripts... > Where are the new scripts documented? Note, I looked on > gcc.gnu.org and could find noting. Which scripts are you referring to?