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 target/17345] [3.5 Regression] internal compiler error: in optimize_mode_switching, at lcm.c:1225


------- Additional Comments From hubicka at ucw dot cz  2004-09-09 15:14 -------
Subject: Re:  [3.5 Regression] internal compiler error: in optimize_mode_switching, at lcm.c:1225

> 
> ------- Additional Comments From uros at kss-loka dot si  2004-09-09 15:01 -------
> Jan,
> 
> what is your opinion on attached patch (slots.diff) which implements your idea
> of each control word having its own local stack slot?

Does it actually help something in this form?  I think we will still end
up reinitializing them at each change from one mode to another.  What we
really need is either somewhat extended optimize_mode_switching
interface or create independent entities for these so multiple of them
can be intialized at once...

Honza
> 
> Uros.
> 
> -- 
> 
> 
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17345
> 
> ------- You are receiving this mail because: -------
> You are on the CC list for the bug, or are watching someone who is.


-- 


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


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