]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/g++.old-deja/g++.pt/crash51.C
static11.C: Add xtensa-*-elf* to the list of targets to skip.
[gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / crash51.C
1 // Build don't link:
2 // Special g++ Options: -fpermissive -w
3 // Origin: Mark Mitchell <mark@codesourcery.com>
4
5 char foo[26];
6
7 template <class T>
8 void f ()
9 {
10 foo = "0123456789012345678901234";
11 }
12
13 template void f<int>();
This page took 0.037167 seconds and 5 git commands to generate.