]> gcc.gnu.org Git - gcc.git/commit
re PR middle-end/53790 (ICE on dereferencing a extern union in asm statement)
authorRichard Guenther <rguenther@suse.de>
Thu, 28 Jun 2012 11:45:14 +0000 (11:45 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 28 Jun 2012 11:45:14 +0000 (11:45 +0000)
commit4519d7458855f282a510a6da8f7c9e7e3d925b22
tree0feb4042fea4a18558cbd0b1ca50e4ec4759e3c6
parent7db2226d074092cb701cdbc8e82ff49530a751cd
re PR middle-end/53790 (ICE on dereferencing a extern union in asm statement)

2012-06-28  Richard Guenther  <rguenther@suse.de>

PR middle-end/53790
* expr.c (expand_expr_real_1): Verify if the type is complete
before inspecting its size.

* gcc.dg/torture/pr53790.c: New testcase.

From-SVN: r189045
gcc/ChangeLog
gcc/expr.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr53790.c [new file with mode: 0644]
This page took 0.064917 seconds and 5 git commands to generate.