mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-29 17:05:28 +08:00
tweak
From-SVN: r18872
This commit is contained in:
parent
845dc1e631
commit
4af466d08e
@ -24,6 +24,6 @@ void f()
|
||||
{
|
||||
((B*)0)->i = 3; // ERROR - protected
|
||||
((D*)0)->i = 4;
|
||||
B::j = 5;
|
||||
B::j = 5; // gets bogus error - XFAIL *-*-*
|
||||
D::j = 6;
|
||||
}
|
||||
|
@ -198,9 +198,6 @@ proc old-dejagnu { compiler prog cflagsx default_cflags libs } {
|
||||
#
|
||||
# Other keywords: "Build don't link:", "Build don't run:".
|
||||
|
||||
# FIXME: none of the current test cases use this, so It's not implemented
|
||||
# set tmp [grep $prog "remove -sanitize"]
|
||||
|
||||
set name "[file tail [file dirname $prog]]/[file tail $prog]"
|
||||
|
||||
set tmp [grep $prog "FIXME -.*"]
|
||||
|
Loading…
Reference in New Issue
Block a user