Commit 09eeac26 by Jakub Jelinek Committed by Jakub Jelinek

re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining…

re PR debug/47106 (-fcompare-debug failure (length) with  -fpartial-inlining -flto -fconserve-stack)

	PR debug/47106
	* g++.dg/debug/pr47106.C: Require effective target lto.

From-SVN: r170366
parent 9931a2bf
2011-02-21 Jakub Jelinek <jakub@redhat.com>
PR debug/47106
* g++.dg/debug/pr47106.C: Require effective target lto.
2011-02-21 Jason Merrill <jason@redhat.com>
* g++.dg/cpp0x/constexpr-diag2.C: New.
......
// { dg-do compile }
// { dg-options "-O -fpartial-inlining -flto -fconserve-stack -fcompare-debug" }
// { dg-require-effective-target lto }
void end (int, int) __attribute__ ((__noreturn__));
......
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