[Bug middle-end/53790] New: ICE on dereferencing a extern union in asm statement

2012-06-27 Thread samueldotj at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53790 Bug #: 53790 Summary: ICE on dereferencing a extern union in asm statement Classification: Unclassified Product: gcc Version: 4.6.3 Status: UNCONFIRMED Severity: major

[Bug middle-end/53790] ICE on dereferencing a extern union in asm statement

2012-06-27 Thread samueldotj at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53790 --- Comment #1 from Samuel Jacob 2012-06-27 21:18:03 UTC --- Adding back trace just in case if it is needed.. (gdb) bt #0 0x005b999e in expand_expr_real_1 (exp=0x770b9580, target=, tmode=VOIDmode, modifier=EXPAND_NORMAL, alt_rtl=)

[Bug middle-end/53790] ICE on dereferencing a extern union in asm statement

2012-06-27 Thread samueldotj at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53790 Samuel Jacob changed: What|Removed |Added Known to work||4.5.3 --- Comment #3 from Samuel Jacob 20

[Bug middle-end/53790] ICE on dereferencing a extern union in asm statement

2012-06-27 Thread samueldotj at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53790 --- Comment #4 from Samuel Jacob 2012-06-27 21:31:25 UTC --- Also this doesnt happen with extern structures and variables. ie typedef struct u u_t; or typedef int u_t; is not causing the ICE.

[Bug middle-end/53790] [4.6/4.7/4.8 Regression] ICE on dereferencing a extern union in asm statement

2012-06-28 Thread samueldotj at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53790 --- Comment #10 from Samuel Jacob 2012-06-29 00:26:44 UTC --- (In reply to comment #9) > Fixed. Thanks Richard for the quick response.