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/30165] Gimplifier does not produce valid gimple for &(int)real_val



------- Comment #3 from pinskia at gcc dot gnu dot org  2008-01-09 15:53 -------
>  D.862 = (integer(kind=4)) t;
>  D.863 = _gfortran_selected_int_kind (&D.862);

D.862 is not a gimple register so it should have not a non expression in the
assignment.


-- 


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


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