--- Comment #5 from hjl at gcc dot gnu dot org 2009-02-13 17:48 ---
Subject: Bug 39149
Author: hjl
Date: Fri Feb 13 17:48:20 2009
New Revision: 144160
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144160
Log:
2009-02-13 H.J. Lu
PR target/39149
* config/i386/
--- Comment #4 from hjl dot tools at gmail dot com 2009-02-13 17:44 ---
A patch is posted at
http://gcc.gnu.org/ml/gcc-patches/2009-02/msg00657.html
--
hjl dot tools at gmail dot com changed:
What|Removed |Added
---
--- Comment #3 from hjl dot tools at gmail dot com 2009-02-13 17:31 ---
(In reply to comment #2)
> See the comment:
>
> "... Remove this code in GCC 3.2 or later."
>
But given the bogus warning message, we may never remove it :-).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39
--- Comment #2 from ubizjak at gmail dot com 2009-02-11 07:15 ---
See the comment:
"... Remove this code in GCC 3.2 or later."
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39149
--- Comment #1 from hjl dot tools at gmail dot com 2009-02-10 22:03 ---
[...@gnu-6 gcc]$ ./xgcc -B./ -malign-loops=3 /tmp/x.c -S
/tmp/x.c:1: warning: -malign-loops is obsolete, use -malign-loops
[...@gnu-6 gcc]$ ./xgcc -B./ -malign-jumps=3 /tmp/x.c -S
/tmp/x.c:1: warning: -malign-jumps i
--
hjl dot tools at gmail dot com changed:
What|Removed |Added
Target Milestone|--- |4.4.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39149