This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/12287] Assembler warnings when building with -O2
- From: "jbarnes at sgi dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Oct 2003 22:20:46 -0000
- Subject: [Bug optimization/12287] Assembler warnings when building with -O2
- References: <20030915152217.12287.d92-jwa@nada.kth.se>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12287
jbarnes at sgi dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jbarnes at sgi dot com
------- Additional Comments From jbarnes at sgi dot com 2003-10-15 22:20 -------
I see this problem as well, with gcc 3.3.1 and binutils 2.14.90.0.6:
[jbarnes@tomahawk linux-2.5-bigsur]$ $CROSS_COMPILE/gcc --version
gcc (GCC) 3.3.1
[jbarnes@tomahawk linux-2.5-bigsur]$ $CROSS_COMPILE/ld --version
GNU ld version 2.14.90.0.6 20030820
I always see a number of these 'dependency violation' messages when I compile
an ia64 Linux kernel. For example:
...
LD fs/lockd/built-in.o
{standard input}: Assembler messages:
{standard input}:4421: Warning: Use of 'ssm' violates WAW dependency 'PSR.i'
(impliedf)
{standard input}:4421: Warning: Only the first path encountering the conflict
is reported
{standard input}:4414: Warning: This is the location of the conflicting usage
{standard input}:4492: Warning: Use of 'ssm' violates WAW dependency 'PSR.i'
(impliedf)
{standard input}:4492: Warning: Only the first path encountering the conflict
is reported
{standard input}:4485: Warning: This is the location of the conflicting usage
CC fs/nfs/dir.o
....
Thanks,
Jesse