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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [warn/] [Wparentheses-3.C] - Rev 816

Compare with Previous | Blame | View Log

// Test that -Wparentheses does not give bogus warnings in the
// presence of templates.  Bug 17041.

// { dg-do compile }
// { dg-options "-Wparentheses" }

template<int> struct A
{
    int i;
    A() { if ((i = 0)) ; }
};

A<0> a;

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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