This is the mail archive of the gcc@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]

define_delay working only when optimization on!


Hi,
I just added a define_delay statement to my machine description file
(derived from rs6000-2.95.3).
It works when I have optimization option like O1 and O2 on. But its not
working ehn I dont supply any optimization options.
Does anyone know why is this behavior? This would mean that without O
options on, the compiler would produce wrong code, not taking care of my
slotted branches.
Thanx for all your help
Spundun


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