This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
ABI voilation
- From: "kanishk rastogi" <kanishk dot 85 at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Mon, 8 Oct 2007 11:47:19 +0545
- Subject: ABI voilation
hi all,
I wanted to know if when i specify -O[0-3] flag to gcc does gcc
optimize the code even violating ABI for that specific arch.
If yes can i specify gcc not to violate the ABI ....
I am mostly concerned witht he ABI specification which tells how to
call another function..
regards
kanishk