--- Comment #3 from pinskia at gcc dot gnu dot org 2006-08-16 17:37 ---
Confirmed, here is the testcase for lazy people (like me) who really don't want
to download the tar file:
struct fb_videomode {
const char *name;
unsigned refresh;
unsigned xres;
unsigned yres;
unsigned pixclock
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-08-16 17:36 ---
This is an expand/middle-end issue as get:
*mode = vesa_modes[0];
in the final_cleanup.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
---