gcc

lp:~vcs-imports/gcc/git-mirror

Created by Jelmer Vernooij and last modified
Get this branch:
bzr branch lp:~vcs-imports/gcc/git-mirror

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
VCS imports
Project:
gcc
Status:
Development

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at git://gcc.gnu.org/git/gcc.git.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on alnitak and finished taking 2 hours 10 minutes — see the log
Import started on izar and finished taking 1 hour 50 minutes — see the log
Import started on izar and finished taking 1 hour 50 minutes — see the log
Import started on izar and finished taking 1 hour 20 minutes — see the log

Recent revisions

162062. By gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4>

Daily bump.

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

162061. By carll <carll@138bc75d-0d04-0410-961f-82ee72b054a4>

gcc/ChangeLog:

2018-06-07 Carl Love <email address hidden>

 * gcc/config/rs6000/vsx.md (vextract_fp_from_shorth,
 vextract_fp_from_shortl): Add BE support.

gcc/testsuite/ChangeLog:

2018-06-07 Carl Love <email address hidden>

 * gcc.target/powerpc/builtins-3-p9-runnable.c: Add debug print
 statements.

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

162060. By carll <carll@138bc75d-0d04-0410-961f-82ee72b054a4>

gcc/testsuite/ChangeLog:

2018-06-07 Carl Love <email address hidden>

        * gcc.target/powerpc/vsu/vec-cntlz-lsbb-2.c (dg-error): Update expected
        error message.

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

162059. By mpolacek <mpolacek@138bc75d-0d04-0410-961f-82ee72b054a4>

 PR c/85318
 * c-decl.c (check_for_loop_decls): Add -Wc90-c99-compat warning about
 for loop initial declarations.

 * gcc.dg/Wc90-c99-compat-10.c: New test.
 * gcc.dg/Wc90-c99-compat-11.c: New test.
 * gcc.dg/Wc90-c99-compat-12.c: New test.
 * gcc.dg/Wc90-c99-compat-9.c: New test.

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

162058. By pkoning <pkoning@138bc75d-0d04-0410-961f-82ee72b054a4>

2018-06-07 Paul Koning <email address hidden>

gcc/

 * compare-elim.c (try_merge_compare): Don't merge compare if
 address contains a side effect.
 (try_eliminate_compare): Likewise.

gcc/testsuite/

 * gcc.c-torture/compile/20180605-1.c: New test.

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

162057. By kargl <kargl@138bc75d-0d04-0410-961f-82ee72b054a4>

2018-06-07 Steven G. Kargl <email address hidden>

 PR fortran/86045
 * simplify.c (gfc_simplify_mod): Re-arrange code to test whether
 'P' is zero and issue an error if it is.

2018-06-07 Steven G. Kargl <email address hidden>

 PR fortran/86045
 * gfortran.dg/pr86045.f90: New test.

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

162056. By ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>

    compiler: speed up variable initializer sorting

    The compiler used to do variable initializer sorting by looping
    through all the initialized variables and, for each one, looping
    through all the initialized variables and checking for a dependency.
    For very large packages with thousands of initialized global
    variables, this quadratic loop could take quite a long time.

    Change the approach to first loop through all the initialized
    variables and fetch all the references to other variables from the
    initialization code. Then, loop through them again and this time add
    a dependency for each referenced, initialized, variable, while
    checking for initialization loops. We still have a nested loop, but
    this time the inner loop should normally be short--just the list of
    referenced variables, not the list of all variables.

    Reviewed-on: https://go-review.googlesource.com/116816

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

162055. By jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>

 * eo.po: Update.

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

162054. By mpolacek <mpolacek@138bc75d-0d04-0410-961f-82ee72b054a4>

* g++.dg/cpp0x/range-for9.C: Adjust dg-error.

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

162053. By hainque <hainque@138bc75d-0d04-0410-961f-82ee72b054a4>

2018-06-07 Olivier Hainque <email address hidden>

        * config/t-vxworks (LIBGCC_INCLUDES): Add
        -I$(MULTIBUILDTOP)../../gcc/include.
        * config/t-vxworks7: Likewise. Reformat a bit to match
        the t-vxworks layout.

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

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers

No subscribers.