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/68701] [4.9/5/6 Regression] "gcc -m32 -finstrument-functions -ffixed-ebp" produces internal compiler error


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68701

--- Comment #7 from UroÅ Bizjak <ubizjak at gmail dot com> ---
(In reply to UroÅ Bizjak from comment #6)
> > Yeah.  Or if neither -m{,no-}accumulate-outgoing-args is specified, perhaps
> > turn that on automatically instead if -ffixed-ebp and only error out if
> > explicit -mno-accumulate-outgoing-args?
> 
> IMO, this is a good idea.

Perhaps a warning should be emitted when switching
MASK_ACCUMULATE_OUTGOING_ARGS option automatically, again as is already the
case with stack probe (i386.c, around line 5294).

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