gcc

~vcs-imports/gcc/+git/gcc:balaji/cilkplus-merge

Last commit made on 2013-03-20
Get this branch:
git clone -b balaji/cilkplus-merge https://git.launchpad.net/~vcs-imports/gcc/+git/gcc

Branch merges

Branch information

Name:
balaji/cilkplus-merge
Repository:
lp:~vcs-imports/gcc/+git/gcc

Recent commits

605c14e... by "Balaji V. Iyer" <email address hidden>

Fixed all the changes mentioned by Aldy.

4447dcf... by Aldy Hernandez <email address hidden>

Add new test to verify that the array index, limit, and stride are
only evaluated once.

4b951af... by Aldy Hernandez <email address hidden>

Add cilkplus changelog entries.

df82d18... by Aldy Hernandez <email address hidden>

Error out nicely for dimensionless arrays trying to use array notation.

This will error out for:

     extern int a[];
     a[:] = 5;

...instead of ICEing.

1534f76... by Aldy Hernandez <email address hidden>

First import into the cilkplus-merge branch.
This contains the initial array notation implementation.

7034750... by jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>

 PR tree-optimization/56635
 * fold-const.c (operand_equal_p): For MEM_REF and TARGET_MEM_REF,
 require types_compatible_p types.

 * g++.dg/torture/pr56635.C: New test.

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

c694a5c... by nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>

 * config/stormy16/stormy16.c (xstormy16_expand_prologue): Remove
 spurious backslash.

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

23ecf10... by nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>

 * config/mn10300/mn10300.c (mn10300_get_live_callee_saved_regs):
 Add missing line to comment describing function.

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

4953672... by rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>

2013-03-18 Richard Biener <email address hidden>

 PR tree-optimization/56210
 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
 Handle string / character search functions.
 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Likewise.

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

9532a31... by rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>

2013-03-18 Richard Biener <email address hidden>

 PR middle-end/56483
 * cfgexpand.c (expand_gimple_cond): Inline gimple_cond_single_var_p
 and implement properly.
 * gimple.h (gimple_cond_single_var_p): Remove.

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