public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug optimization/13996] New: Assembler warning: Use of 'mov' may violate WAW dependency 'GR%, % in 1 - 127' (impliedf), specific resource number is 14
@ 2004-02-03 11:29 bugreport4 at hotmail dot com
  2004-02-03 11:33 ` [Bug optimization/13996] " bugreport4 at hotmail dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: bugreport4 at hotmail dot com @ 2004-02-03 11:29 UTC (permalink / raw)
  To: gcc-bugs

See also bug reports 7908 and 7909. 

I am getting the following GAS warning when compiling my code, 

g++   -Wall -O2 -g  -DHPUX_VERS=1123  -DACE_HAS_THREADS -
D_POSIX_C_SOURCE=199506L -D_INCLUDE_LONGLONG    -fno-exceptions -fcheck-new -
DANAM_HP_BUILD_ID_2  -I. -I/home/ace/5.3/ACE_wrappers/ -
I//home/nightly_build/ia64-hp-hpux11.23_g++_3.3.2/snmp//snmpkit -
I//home/nightly_build/ia64-hp-hpux11.23_g++_3.3.2/snmp//include -
I//home/nightly_build/ia64-hp-hpux11.23_g++_3.3.2/snmp//snmplib -
I../../DATAKINETICS/inc -I//home/nightly_build/ia64-hp-
hpux11.23_g++_3.3.2/snacc//ia64-hp-hpux11.23_g++_3.3.2/include/snacc/c++ -
I../../MML  -v -save-temps -Wno-unknown-pragmas -Werror  -c -fPIC -
o .shobj/FAR_GsmToAsc.ia64-hp-hpux11.23_g++_3.3.2.o FAR_GsmToAsc.cpp
Reading specs from /usr/local/lib/gcc-lib/ia64-hp-hpux11.23/3.3.2/specs
Configured with: ./configure --enable-threads=posix --with-gnu-as --enable-
languages=c,c++,f77 --disable-nls --with-as=/var/home/binutils/binutils-
2.14/gas/as-new
Thread model: posix
gcc version 3.3.2
 /usr/local/lib/gcc-lib/ia64-hp-hpux11.23/3.3.2/cc1plus -E -D__GNUG__=3 -
quiet -v -I. -I/home/ace/5.3/ACE_wrappers/ -I//home/nightly_build/ia64-hp-
hpux11.23_g++_3.3.2/snmp//snmpkit -I//home/nightly_build/ia64-hp-
hpux11.23_g++_3.3.2/snmp//include -I//home/nightly_build/ia64-hp-
hpux11.23_g++_3.3.2/snmp//snmplib -I../../DATAKINETICS/inc -
I//home/nightly_build/ia64-hp-hpux11.23_g++_3.3.2/snacc//ia64-hp-
hpux11.23_g++_3.3.2/include/snacc/c++ -I../../MML -D__GNUC__=3 -
D__GNUC_MINOR__=3 -D__GNUC_PATCHLEVEL__=2 -DHPUX_VERS=1123 -DACE_HAS_THREADS -
D_POSIX_C_SOURCE=199506L -D_INCLUDE_LONGLONG -DANAM_HP_BUILD_ID_2 
FAR_GsmToAsc.cpp -Wall -Wno-unknown-pragmas -Werror -fno-exceptions -fcheck-
new -fPIC -O2 FAR_GsmToAsc.ii
ignoring nonexistent directory "NONE/include"
ignoring nonexistent directory "/usr/local/ia64-hp-hpux11.23/include"
#include "..." search starts here:
#include <...> search starts here:
 .
 /home/ace/5.3/ACE_wrappers
 //home/nightly_build/ia64-hp-hpux11.23_g++_3.3.2/snmp/snmpkit
 //home/nightly_build/ia64-hp-hpux11.23_g++_3.3.2/snmp/include
 //home/nightly_build/ia64-hp-hpux11.23_g++_3.3.2/snmp/snmplib
 ../../DATAKINETICS/inc
 //home/nightly_build/ia64-hp-hpux11.23_g++_3.3.2/snacc/ia64-hp-
hpux11.23_g++_3.3.2/include/snacc/c++
 ../../MML
 /usr/local/include/c++/3.3.2
 /usr/local/include/c++/3.3.2/ia64-hp-hpux11.23
 /usr/local/include/c++/3.3.2/backward
 /usr/local/include
 /usr/local/lib/gcc-lib/ia64-hp-hpux11.23/3.3.2/include
 /usr/include
End of search list.
 /usr/local/lib/gcc-lib/ia64-hp-hpux11.23/3.3.2/cc1plus -fpreprocessed 
FAR_GsmToAsc.ii -quiet -dumpbase FAR_GsmToAsc.cpp -auxbase-
strip .shobj/FAR_GsmToAsc.ia64-hp-hpux11.23_g++_3.3.2.o -g -O2 -Wall -Wno-
unknown-pragmas -Werror -version -fno-exceptions -fcheck-new -fPIC -o 
FAR_GsmToAsc.s
GNU C++ version 3.3.2 (ia64-hp-hpux11.23)
	compiled by GNU C version 3.3.2.
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
 /var/home/binutils/binutils-2.14/gas/as-new -x -o .shobj/FAR_GsmToAsc.ia64-hp-
hpux11.23_g++_3.3.2.o FAR_GsmToAsc.s
FAR_GsmToAsc.s: Assembler messages:
FAR_GsmToAsc.s:716: Warning: Use of 'mov' may violate WAW dependency 'GR%, % 
in 1 - 127' (impliedf), specific resource number is 14
FAR_GsmToAsc.s:716: Warning: Only the first path encountering the conflict is 
reported
FAR_GsmToAsc.s:715: Warning: This is the location of the conflicting usage
FAR_GsmToAsc.s:1292: Warning: Use of 'mov' may violate WAW dependency 'GR%, % 
in 1 - 127' (impliedf), specific resource number is 14
FAR_GsmToAsc.s:1292: Warning: Only the first path encountering the conflict is 
reported
FAR_GsmToAsc.s:1291: Warning: This is the location of the conflicting usage

-- 
           Summary: Assembler warning: Use of 'mov' may violate WAW
                    dependency 'GR%, % in 1 - 127' (impliedf), specific
                    resource number is 14
           Product: gcc
           Version: 3.3.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bugreport4 at hotmail dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: ia64-hp-hpux11.23
  GCC host triplet: ia64-hp-hpux11.23
GCC target triplet: ia64-hp-hpux11.23


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13996


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug optimization/13996] Assembler warning: Use of 'mov' may violate WAW dependency 'GR%, % in 1 - 127' (impliedf), specific resource number is 14
  2004-02-03 11:29 [Bug optimization/13996] New: Assembler warning: Use of 'mov' may violate WAW dependency 'GR%, % in 1 - 127' (impliedf), specific resource number is 14 bugreport4 at hotmail dot com
  2004-02-03 11:33 ` [Bug optimization/13996] " bugreport4 at hotmail dot com
@ 2004-02-03 11:33 ` bugreport4 at hotmail dot com
  2004-02-03 11:34 ` bugreport4 at hotmail dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugreport4 at hotmail dot com @ 2004-02-03 11:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bugreport4 at hotmail dot com  2004-02-03 11:33 -------
Created an attachment (id=5658)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5658&action=view)
cpp file


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13996


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug optimization/13996] Assembler warning: Use of 'mov' may violate WAW dependency 'GR%, % in 1 - 127' (impliedf), specific resource number is 14
  2004-02-03 11:29 [Bug optimization/13996] New: Assembler warning: Use of 'mov' may violate WAW dependency 'GR%, % in 1 - 127' (impliedf), specific resource number is 14 bugreport4 at hotmail dot com
@ 2004-02-03 11:33 ` bugreport4 at hotmail dot com
  2004-02-03 11:33 ` bugreport4 at hotmail dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugreport4 at hotmail dot com @ 2004-02-03 11:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bugreport4 at hotmail dot com  2004-02-03 11:33 -------
Created an attachment (id=5659)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5659&action=view)
.h file


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13996


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug optimization/13996] Assembler warning: Use of 'mov' may violate WAW dependency 'GR%, % in 1 - 127' (impliedf), specific resource number is 14
  2004-02-03 11:29 [Bug optimization/13996] New: Assembler warning: Use of 'mov' may violate WAW dependency 'GR%, % in 1 - 127' (impliedf), specific resource number is 14 bugreport4 at hotmail dot com
  2004-02-03 11:33 ` [Bug optimization/13996] " bugreport4 at hotmail dot com
  2004-02-03 11:33 ` bugreport4 at hotmail dot com
@ 2004-02-03 11:34 ` bugreport4 at hotmail dot com
  2004-02-03 11:34 ` bugreport4 at hotmail dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugreport4 at hotmail dot com @ 2004-02-03 11:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bugreport4 at hotmail dot com  2004-02-03 11:34 -------
Created an attachment (id=5660)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5660&action=view)
ii.gz


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13996


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug optimization/13996] Assembler warning: Use of 'mov' may violate WAW dependency 'GR%, % in 1 - 127' (impliedf), specific resource number is 14
  2004-02-03 11:29 [Bug optimization/13996] New: Assembler warning: Use of 'mov' may violate WAW dependency 'GR%, % in 1 - 127' (impliedf), specific resource number is 14 bugreport4 at hotmail dot com
                   ` (2 preceding siblings ...)
  2004-02-03 11:34 ` bugreport4 at hotmail dot com
@ 2004-02-03 11:34 ` bugreport4 at hotmail dot com
  2004-02-05 20:42 ` wilson at gcc dot gnu dot org
  2004-02-06  0:11 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: bugreport4 at hotmail dot com @ 2004-02-03 11:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bugreport4 at hotmail dot com  2004-02-03 11:34 -------
Created an attachment (id=5661)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5661&action=view)
.s.gz file


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13996


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug optimization/13996] Assembler warning: Use of 'mov' may violate WAW dependency 'GR%, % in 1 - 127' (impliedf), specific resource number is 14
  2004-02-03 11:29 [Bug optimization/13996] New: Assembler warning: Use of 'mov' may violate WAW dependency 'GR%, % in 1 - 127' (impliedf), specific resource number is 14 bugreport4 at hotmail dot com
                   ` (3 preceding siblings ...)
  2004-02-03 11:34 ` bugreport4 at hotmail dot com
@ 2004-02-05 20:42 ` wilson at gcc dot gnu dot org
  2004-02-06  0:11 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: wilson at gcc dot gnu dot org @ 2004-02-05 20:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From wilson at gcc dot gnu dot org  2004-02-05 20:41 -------
I get the assembler errors on my debian system if I use /usr/bin/as, but not if
I use binutils CVS mainline.  So I believe this was fixed by HJ's 2003-10-22 gas
patch.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13996


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug optimization/13996] Assembler warning: Use of 'mov' may violate WAW dependency 'GR%, % in 1 - 127' (impliedf), specific resource number is 14
  2004-02-03 11:29 [Bug optimization/13996] New: Assembler warning: Use of 'mov' may violate WAW dependency 'GR%, % in 1 - 127' (impliedf), specific resource number is 14 bugreport4 at hotmail dot com
                   ` (4 preceding siblings ...)
  2004-02-05 20:42 ` wilson at gcc dot gnu dot org
@ 2004-02-06  0:11 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-06  0:11 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-06 00:11 -------
Not a gcc bug but a binutils one which has been fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13996


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2004-02-06  0:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-03 11:29 [Bug optimization/13996] New: Assembler warning: Use of 'mov' may violate WAW dependency 'GR%, % in 1 - 127' (impliedf), specific resource number is 14 bugreport4 at hotmail dot com
2004-02-03 11:33 ` [Bug optimization/13996] " bugreport4 at hotmail dot com
2004-02-03 11:33 ` bugreport4 at hotmail dot com
2004-02-03 11:34 ` bugreport4 at hotmail dot com
2004-02-03 11:34 ` bugreport4 at hotmail dot com
2004-02-05 20:42 ` wilson at gcc dot gnu dot org
2004-02-06  0:11 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).