Commit 10317a4f by Andrew Pinski Committed by Andrew Pinski

re PR c++/16205 (ICE with -Wall on no-throw specifier)

2004-06-27  Andrew Pinski  <pinskia@physics.uc.edu>

        PR c++/16205
        * g++.dg/warn/Wsequence-point-1.C: New test.

From-SVN: r83760
parent e3790655
2004-06-27 Andrew Pinski <pinskia@physics.uc.edu>
PR c++/16205
* g++.dg/warn/Wsequence-point-1.C: New test.
2004-06-27 Paul Brook <paul@codesourcery.com>
* gfortran.fortran-torture/execute/specfics.f90: Use correct typing.
......
// { dg-do compile }
// { dg-options "-Wsequence-point" }
struct C
{
~C() throw();
};
void t_test1 (C* mapping)
{
delete [] mapping;
}
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