-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillaclang:frontendLanguage frontend issues, e.g. anything involving "Sema"Language frontend issues, e.g. anything involving "Sema"worksformeResolved as "works for me"Resolved as "works for me"
Description
| Bugzilla Link | 11336 |
| Resolution | WORKSFORME |
| Resolved on | Nov 08, 2011 16:44 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
Extended Description
The 'online-demo' compiler crash with this code:
#include <stdarg.h>
struct S;
void deref_incomplete(int a, ...)
{
va_list ap;
int i;
va_start(ap, a);
va_arg(ap, struct S);
va_end(ap);
}
clang: error: unable to execute command: Segmentation fault
Metadata
Metadata
Assignees
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillaclang:frontendLanguage frontend issues, e.g. anything involving "Sema"Language frontend issues, e.g. anything involving "Sema"worksformeResolved as "works for me"Resolved as "works for me"