------- Comment #2 from paul dot richard dot thomas at cea dot fr 2006-08-04 09:44 ------- Created an attachment (id=12015) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12015&action=view) Fix and testcase for this PR
The check that sequence type components are themselves sequence types was being done in parse.c. This is too early for pointer components, since there is no requirement that they be already defined. This is cured by moving the test to resolve.c. The testcase is Chris's submission with a bit of DejaGnuery and a comment. Paul -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28590