OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [g++.dg/] [tree-ssa/] [pr21463.C] - Diff between revs 301 and 338

Only display areas with differences | Details | Blame | View Log

Rev 301 Rev 338
/* { dg-do compile } */
/* { dg-do compile } */
/* { dg-options "-O -fdump-tree-phiopt1" } */
/* { dg-options "-O -fdump-tree-phiopt1" } */
template static inline const T &ref_max(const T &a, const T &b)
template static inline const T &ref_max(const T &a, const T &b)
{ return a
{ return a
template static inline const T &ref_min(const T &a, const T &b)
template static inline const T &ref_min(const T &a, const T &b)
{ return a
{ return a
template struct foo_t {
template struct foo_t {
        T a0, a1;
        T a0, a1;
        T bar_ref(const T b, const T c) {
        T bar_ref(const T b, const T c) {
                return ref_max(ref_min(a0, c), ref_min(ref_max(a1, c), b));
                return ref_max(ref_min(a0, c), ref_min(ref_max(a1, c), b));
        }
        }
};
};
template struct foo_t;
template struct foo_t;
/* { dg-final { scan-tree-dump-times "MIN_EXPR" 2 "phiopt1" } } */
/* { dg-final { scan-tree-dump-times "MIN_EXPR" 2 "phiopt1" } } */
/* { dg-final { scan-tree-dump-times "MAX_EXPR" 2 "phiopt1" } } */
/* { dg-final { scan-tree-dump-times "MAX_EXPR" 2 "phiopt1" } } */
/* { dg-final { cleanup-tree-dump "phiopt1" } } */
/* { dg-final { cleanup-tree-dump "phiopt1" } } */
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.