Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(565)

Side by Side Diff: gcc/gcc/testsuite/g++.dg/parse/crash10.C

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « gcc/gcc/testsuite/g++.dg/overload/ellipsis1.C ('k') | gcc/gcc/testsuite/g++.dg/parse/crash38.C » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // { dg-do compile } 1 // { dg-do compile }
2 2
3 // Copyright (C) 2003 Free Software Foundation, Inc. 3 // Copyright (C) 2003 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 22 Jul 2003 <nathan@codesourcery.com> 4 // Contributed by Nathan Sidwell 22 Jul 2003 <nathan@codesourcery.com>
5 5
6 // PR c++ 10953. ICE 6 // PR c++ 10953. ICE
7 7
8 // { dg-bogus "" "" { target *-*-* } 14 } 8 // { dg-bogus "" "" { target *-*-* } 14 }
9 9
10 class 10 class
11 { 11 {
12 typename:: // { dg-error "" "" } 12 typename::
13 ; // { dg-error "" "" } 13 ; // { dg-error "" "" }
OLDNEW
« no previous file with comments | « gcc/gcc/testsuite/g++.dg/overload/ellipsis1.C ('k') | gcc/gcc/testsuite/g++.dg/parse/crash38.C » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698