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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [other/] [redecl1.C] - Diff between revs 149 and 154

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 149 Rev 154
// PR c++/5857
// PR c++/5857
// This testcase failed because during duplicate_decls the type was promoted
// This testcase failed because during duplicate_decls the type was promoted
// to int.
// to int.
// { dg-do compile }
// { dg-do compile }
typedef char baz;
typedef char baz;
extern const char foo[];
extern const char foo[];
const baz foo[] = "xyz";
const baz foo[] = "xyz";
const char bar[] = "abc";
const char bar[] = "abc";
 
 

powered by: WebSVN 2.1.0

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