Commit 628d4410 by Nick Clifton Committed by Nick Clifton

New test: check ability to generate debug information for incomplete types in

inline functions.

From-SVN: r29696
parent bbc6ae08
1999-09-28 Nick Clifton <nickc@cygnus.com>
* compile/990928-1.c: New test.
1999-09-23 Nick Clifton <nickc@cygnus.com>
* execute/990923-1.c: New test.
......
/* Make sure that debug information can be generated
for inline functions containing incomplete type
declarations. */
inline int foo (void)
{
struct imcomplete1 * ptr1;
union incomplete2 * ptr2;
enum incomplete3 * ptr3;
return 1;
}
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