Skip to content

[llvmgcc] Crash compiling variable length array of structures #746

@lattner

Description

@lattner
Bugzilla Link 374
Resolution FIXED
Resolved on Feb 22, 2010 12:55
Version 1.0
OS All

Extended Description

This reduced testcase crashes llvmgcc.

struct S { };

int xxxx(int a) {
struct S comps[a];
&comps[0];
}

-Chris

Metadata

Metadata

Assignees

Labels

bugzillaIssues migrated from bugzillacompile-failUse [accepts-invalid] and [rejects-valid] insteadllvm-toolsAll llvm tools that do not have corresponding tag

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions