This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 264f061997c path solver: Solve PHI imports first for ranges. new 4d2d5565a09 Fix wrong code with pure functions new 1bac7d31a12 or1k: Fix clobbering of _mcount argument if fPIC is enabled
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/config/or1k/or1k-protos.h | 1 + gcc/config/or1k/or1k.c | 49 +++++++++++++++++++++----- gcc/config/or1k/or1k.h | 8 +---- gcc/testsuite/gcc.c-torture/execute/pr103209.c | 36 +++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pta-callused.c | 2 +- gcc/tree-ssa-structalias.c | 2 +- 6 files changed, 80 insertions(+), 18 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr103209.c