This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53790

--- Comment #4 from Samuel Jacob <samueldotj at gmail dot com> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]