gcc

View Git repositories

gcc hosts its code at svn://gcc.gnu.org/svn/gcc/trunk.

Launchpad imports the master branch and you can create branches from it.

You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:gcc

gcc has 6 active reviews. See all merge proposals.

gcc has 23 active branches owned by 5 people and 3 teams. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:gcc
Series: head
1 Development 2018-06-08 00:16:33 UTC
162052. Daily bump.

Author: gccadmin
Revision Date: 2018-06-08 00:16:33 UTC

Daily bump.

lp:gcc/4.7
Series: 4.7
1 Development 2014-06-12 12:08:36 UTC
117843. Mark as release

Author: rguenth
Revision Date: 2014-06-12 12:08:36 UTC

Mark as release

lp:gcc/4.6
Series: 4.6
1 Development 2013-04-12 09:52:28 UTC
109347. Mark as release

Author: gccadmin
Revision Date: 2013-04-12 09:52:28 UTC

Mark as release

lp:gcc/4.5
Series: 4.5
1 Development 2012-07-02 09:28:37 UTC
101266. Mark as release

Author: rguenth
Revision Date: 2012-07-02 09:28:37 UTC

Mark as release

lp:gcc/4.4
Series: 4.4
1 Development 2012-03-13 08:53:46 UTC
94677. Mark as release

Author: gccadmin
Revision Date: 2012-03-13 08:53:46 UTC

Mark as release

lp:gcc/4.3
Series: 4.3
1 Development 2011-06-27 11:19:46 UTC
88401. Mark as release

Author: rguenth
Revision Date: 2011-06-27 11:19:46 UTC

Mark as release

lp:~vcs-imports/gcc/git-mirror 1 Development 2018-06-08 00:16:33 UTC
162062. Daily bump. git-svn-id: svn+ssh://gc...

Author: gccadmin
Revision Date: 2018-06-08 00:16:33 UTC

Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@261303 138bc75d-0d04-0410-961f-82ee72b054a4

lp:~vcs-imports/gcc/gccgo 1 Development 2016-04-13 00:18:43 UTC
131230. Merge from trunk revision 234923.

Author: ian
Revision Date: 2016-04-13 00:18:43 UTC

Merge from trunk revision 234923.

lp:~linaro-toolchain-dev/gcc/lra 0 Experimental 2014-07-28 19:30:43 UTC
109383. delete bad clone

Author: meissner
Revision Date: 2014-07-28 19:30:43 UTC

delete bad clone

lp:~christophe-lyon/gcc/aarch64-frame-downward (Has a merge proposal) 1 Development 2013-06-26 18:41:58 UTC This branch is empty.
lp:~linaro-toolchain-dev/gcc/arm-aarch64-4.7 0 Experimental 2013-05-07 17:12:55 UTC
116497. Backport of AArch64 -fomit-frame-poin...

Author: ibolton
Revision Date: 2013-05-07 17:12:55 UTC

Backport of AArch64 -fomit-frame-pointer fix

lp:~christophe-lyon/gcc/gcc-4.8+bzr122581-disable-peeling4 (Has a merge proposal) 1 Development 2013-04-22 12:01:36 UTC This branch has not been scanned yet.
lp:~christophe-lyon/gcc/4.9-revert-coalesce-vars (Has a merge proposal) 1 Development 2013-04-02 15:12:22 UTC This branch is empty.
lp:~christophe-lyon/gcc/gcc-4.9-revert-coalesce-vars 1 Development 2013-04-02 08:11:33 UTC This branch is empty.
lp:~christophe-lyon/gcc/4.8-revert-coalesce-vars (Has a merge proposal) 1 Development 2013-03-04 09:06:44 UTC This branch is empty.
lp:~kugan-vivekanandarajah/gcc/gcc-lr-CoreMark-regression-base 1 Development 2013-02-08 05:53:35 UTC This branch is empty.
lp:~christophe-lyon/gcc/vect-cost-model (Has a merge proposal) 1 Development 2012-12-17 17:25:49 UTC This branch is empty.
lp:~linaro-toolchain-dev/gcc/arm-aarch64 0 Experimental 2012-10-22 12:28:14 UTC
116878. Merge from trunk 192445:192598.

Author: sofiane
Revision Date: 2012-10-22 12:28:14 UTC

Merge from trunk 192445:192598.

lp:~zhenqiang-chen/gcc/shrink-wrap2 (Has a merge proposal) 1 Development 2012-09-27 06:49:42 UTC This branch is empty.
lp:~vcs-imports/gcc/gcc-trunk-import 1 Development 2011-08-08 13:26:06 UTC
111035. Fix Dwarf unwind library for UNITS_PE...

Author: hjl
Revision Date: 2011-08-08 13:26:06 UTC

Fix Dwarf unwind library for UNITS_PER_WORD > sizeof (void *)

gcc/

2011-08-08 H.J. Lu <hongjiu.lu@intel.com>

 PR other/48007
 * config.gcc (libgcc_tm_file): Add i386/value-unwind.h for
 Linux/x86.

 * system.h (REG_VALUE_IN_UNWIND_CONTEXT): Poisoned.
 (ASSUME_EXTENDED_UNWIND_CONTEXT): Likewise.

 * unwind-dw2.c (ASSUME_EXTENDED_UNWIND_CONTEXT): New.
 (_Unwind_Context_Reg_Val): Likewise.
 (_Unwind_Get_Unwind_Word): Likewise.
 (_Unwind_Get_Unwind_Context_Reg_Val): Likewise.
 (_Unwind_Context): Use _Unwind_Context_Reg_Val on the reg field.
 (_Unwind_IsExtendedContext): Check ASSUME_EXTENDED_UNWIND_CONTEXT
 for EXTENDED_CONTEXT_BIT.
 (__frame_state_for): Likewise.
 (uw_init_context_1): Likewise.
 (_Unwind_GetGR): Updated.
 (_Unwind_SetGR): Likewise.
 (_Unwind_GetGRPtr): Likewise.
 (_Unwind_SetGRPtr): Likewise.
 (_Unwind_SetGRValue): Likewise.
 (_Unwind_GRByValue): Likewise.
 (uw_install_context_1): Likewise.

 * doc/tm.texi.in: Document REG_VALUE_IN_UNWIND_CONTEXT and
 ASSUME_EXTENDED_UNWIND_CONTEXT.
 * doc/tm.texi: Regenerated.

libgcc/

2011-08-08 H.J. Lu <hongjiu.lu@intel.com>

 PR other/48007
 * config/i386/value-unwind.h: New.

lp:~vorlon/gcc/multiarch-packaging 1 Development 2011-02-13 08:58:04 UTC
2254. merge from trunk

Author: Steve Langasek
Revision Date: 2011-02-13 08:58:04 UTC

merge from trunk

lp:~mingw-w64/gcc/4.5-cherry 1 Development 2010-07-04 23:05:01 UTC
99669. [cherry] svn revno: 158482 (on /trunk...

Author: Dimitri John Ledkov
Revision Date: 2010-07-04 23:04:03 UTC

[cherry] svn revno: 158482 (on /trunk)

revno: 99508
svn revno: 158482 (on /trunk)
committer: ktietz
timestamp: Sun 2010-04-18 09:15:52 +0000
message:
  2010-04-18 Ozkan Sezer <sezeroz@gmail.com>

          * gsocket.h: Make sure that winsock2.h is included before windows.h.

lp:~mingw-w64/gcc/4.4-cherry 1 Development 2010-07-04 12:54:42 UTC
93535. [cherrypick] svn revno: 151417 (on /t...

Author: Dimitri John Ledkov
Revision Date: 2010-07-04 11:14:07 UTC

[cherrypick] svn revno: 151417 (on /trunk)

revno: 95613
committer: burnus
timestamp: Fri 2009-09-04 08:25:00 +0000
message:
  2009-09-04 Tobias Burnus <burnus@net-b.de>

          PR fortran/41219
          * intrinsics/getlog.c: Define _POSIX for MINGW32.

123 of 23 results
You can't create new branches for gcc.