This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Is ther document that describes how the "braching/fixing" on releases is done


Am 16.02.2020 um 18:27 schrieb David Edelsohn:
On Sun, Feb 16, 2020 at 12:19 PM Dennis Luehring <dl.soluz@gmx.net> wrote:
>
> Am 16.02.2020 um 18:03 schrieb David Edelsohn:
> > https://gcc.gnu.org/develop.html#timeline
> >
> Thanks
>
> any idea how to reintegrate (many) changes from a release/6.3.0 branch
> back into mainline?
>
> is there a tag or something where mainline was for short time in sync
> with 6.3.0?

There is no need to reintegrate changes from a release into trunk.
The intent is that all bugs are fixed on trunk and back-ported to
branches.  The fix on a release branch may be implemented differently
or as a work-around, but the bug is intended to be fixed in all
release branches that still are maintained, where the bug is relevant,
that exhibited the bug and where the benefit justifies the potential
risk of the bug fix.

Thanks David


i've got an older project where features where integrated based on an
6.3.0 branch

no bug fixes - only new features and no backporting was done :(


i now want to reintegrate these new features back into mainline (not
directly into head due to amount conflicts)

but somewhere around "GCC 7 Stage 4 (starts 2017-01-20)" could work i think

or should i try to directly merge with a 7.1 tag branch, i've no idea
how many changes where done






Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]