[Bug middle-end/43861] -Os creates larger binaries than before in some cases (-falign-... options enabled)

2010-05-02 Thread rwahl at gmx dot de
--- Comment #3 from rwahl at gmx dot de 2010-05-02 16:55 --- Created an attachment (id=20535) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20535&action=view) Disable alignment when using -Os The attached patch fixes the problem. It could be written in a more elegant way by changi

[Bug middle-end/43861] -Os creates larger binaries than before in some cases (-falign-... options enabled)

2010-04-22 Thread rwahl at gmx dot de
--- Comment #2 from rwahl at gmx dot de 2010-04-23 00:10 --- All my own cross compilers for ARM and x86 hosted on x86 and the native gcc in Fedora 12 (x86) show this behavior. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43861

[Bug middle-end/43861] -Os creates larger binaries than before in some cases (-falign-... options enabled)

2010-04-22 Thread pinskia at gmail dot com
--- Comment #1 from pinskia at gmail dot com 2010-04-22 23:51 --- Subject: Re: New: -Os creates larger binaries than before in some cases (-falign-... options enabled) Which target is this for? Sent from my iPhone On Apr 22, 2010, at 4:48 PM, "rwahl at gmx dot de" wrote: > Hi, > >