mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-29 14:55:20 +08:00
re PR libmudflap/19319 (Mudflap produce many violations on simple, correct c++ program)
2005-02-13 Frank Ch. Eigler <fche@redhat.com> PR mudflap/19319 * testsuite/libmudflap.c++/pass55-frag.c: New test. From-SVN: r94983
This commit is contained in:
parent
ae63a1cc46
commit
478cc36ff6
@ -1,3 +1,8 @@
|
||||
2005-02-13 Frank Ch. Eigler <fche@redhat.com>
|
||||
|
||||
PR mudflap/19319
|
||||
* testsuite/libmudflap.c++/pass55-frag.c: New test.
|
||||
|
||||
2005-01-05 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* testsuite/libmudflap.c/pass32-frag.c: Fix typo.
|
||||
|
6
libmudflap/testsuite/libmudflap.c++/pass55-frag.cxx
Normal file
6
libmudflap/testsuite/libmudflap.c++/pass55-frag.cxx
Normal file
@ -0,0 +1,6 @@
|
||||
#include <vector>
|
||||
|
||||
int main() {
|
||||
std::vector<int> v;
|
||||
v.push_back(1);
|
||||
}
|
Loading…
Reference in New Issue
Block a user