Commit 3c3947b8 by Nathan Sidwell Committed by Nathan Sidwell

Re: [PATCH] fix fdump-lang-raw ICE

https://gcc.gnu.org/ml/gcc-patches/2017-11/msg00093.html
	* g++.dg/lang-dump.C: New.

From-SVN: r254344
parent 6d7e169e
2017-11-02 Nathan Sidwell <nathan@acm.org>
* g++.dg/lang-dump.C: New.
2017-11-02 Richard Biener <rguenther@suse.de>
PR tree-optimization/82795
......
// { dg-additional-options "-fdump-lang-all" }
// Just check we don't explode when asking for language dumps. Does
// not necessarily mean any particular language dump is useful.
struct X
{
int m;
virtual ~X ();
};
X::~X () {}
struct Y : X
{
};
int frob (int a)
{
return 2 * a;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment