public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/53327] New: Invalid ASM being generated
@ 2012-05-11 18:30 bugzilla-gcc at thewrittenword dot com
  2012-05-11 18:32 ` [Bug c/53327] " bugzilla-gcc at thewrittenword dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: bugzilla-gcc at thewrittenword dot com @ 2012-05-11 18:30 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 53327
           Summary: Invalid ASM being generated
    Classification: Unclassified
           Product: gcc
           Version: 4.4.6
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: bugzilla-gcc@thewrittenword.com


Created attachment 27380
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27380
Problematic C source file

We have a 64-bit build of GCC 4.4.6 on hppa64-hp-hpux11.31 that, when compiling
a particular .c file, is returning an "Invalid operands" error:
  % /opt/TWWfsw/gcc64-44/bin/gcc -v
  Reading specs from /opt/TWWfsw/gcc64-44/lib/gcc/hppa64-hp-hpux11.31/4.4/specs
  Target: hppa64-hp-hpux11.31
  Configured with: /opt/build/gcc-4.4.6/configure --with-included-gettext
--enable-shared --with-gnu-as
--with-as=/opt/TWWfsw/gcc64-44/hppa64-hp-hpux11.31/bin/as
--with-gmp-include=/opt/TWWfsw/libgmp43/include
--with-gmp-lib=/opt/TWWfsw/libgmp43/lib/pa20_64
--with-mpfr-include=/opt/TWWfsw/libmpfr30/include
--with-mpfr-lib=/opt/TWWfsw/libmpfr30/lib/pa20_64
--with-gmp-ldflags=-Wl,+s,+b,/opt/TWWfsw/libgmp43/lib/pa20_64
--with-mpfr-ldflags=-Wl,+s,+b,/opt/TWWfsw/libmpfr30/lib/pa20_64
--datadir=/opt/TWWfsw/gcc64-44/share --with-x --enable-java-awt=xlib
--build=hppa64-hp-hpux11.31 --host=hppa64-hp-hpux11.31
--with-local-prefix=/opt/TWWfsw/gcc64-44
--with-gxx-include-dir=/opt/TWWfsw/gcc64-44/include/c++
--prefix=/opt/TWWfsw/gcc64-44
  Thread model: posix

  % /opt/TWWfsw/gcc64-44/bin/gcc -O2 -c a.c  
  /var/tmp//cc8ArhN4.s: Assembler messages:
  /var/tmp//cc8ArhN4.s:30: Error: Invalid operands


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

* [Bug c/53327] Invalid ASM being generated
  2012-05-11 18:30 [Bug c/53327] New: Invalid ASM being generated bugzilla-gcc at thewrittenword dot com
@ 2012-05-11 18:32 ` bugzilla-gcc at thewrittenword dot com
  2012-05-11 18:35 ` bugzilla-gcc at thewrittenword dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-gcc at thewrittenword dot com @ 2012-05-11 18:32 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from The Written Word <bugzilla-gcc at thewrittenword dot com> 2012-05-11 18:30:02 UTC ---
Created attachment 27381
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27381
a.c from -save-temps


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

* [Bug c/53327] Invalid ASM being generated
  2012-05-11 18:30 [Bug c/53327] New: Invalid ASM being generated bugzilla-gcc at thewrittenword dot com
  2012-05-11 18:32 ` [Bug c/53327] " bugzilla-gcc at thewrittenword dot com
@ 2012-05-11 18:35 ` bugzilla-gcc at thewrittenword dot com
  2012-05-27  3:26 ` [Bug target/53327] " pinskia at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-gcc at thewrittenword dot com @ 2012-05-11 18:35 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from The Written Word <bugzilla-gcc at thewrittenword dot com> 2012-05-11 18:31:55 UTC ---
Created attachment 27382
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27382
Assembler file from -save-temps


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

* [Bug target/53327] Invalid ASM being generated
  2012-05-11 18:30 [Bug c/53327] New: Invalid ASM being generated bugzilla-gcc at thewrittenword dot com
  2012-05-11 18:32 ` [Bug c/53327] " bugzilla-gcc at thewrittenword dot com
  2012-05-11 18:35 ` bugzilla-gcc at thewrittenword dot com
@ 2012-05-27  3:26 ` pinskia at gcc dot gnu.org
  2012-12-23  4:16 ` danglin at gcc dot gnu.org
  2012-12-23  4:30 ` danglin at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2012-05-27  3:26 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |assemble-failure

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-05-26 23:57:56 UTC ---
    subi,* 1,%r28,%r0


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

* [Bug target/53327] Invalid ASM being generated
  2012-05-11 18:30 [Bug c/53327] New: Invalid ASM being generated bugzilla-gcc at thewrittenword dot com
                   ` (2 preceding siblings ...)
  2012-05-27  3:26 ` [Bug target/53327] " pinskia at gcc dot gnu.org
@ 2012-12-23  4:16 ` danglin at gcc dot gnu.org
  2012-12-23  4:30 ` danglin at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: danglin at gcc dot gnu.org @ 2012-12-23  4:16 UTC (permalink / raw)
  To: gcc-bugs


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

John David Anglin <danglin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2012-12-23
                 CC|                            |danglin at gcc dot gnu.org
     Ever Confirmed|0                           |1

--- Comment #4 from John David Anglin <danglin at gcc dot gnu.org> 2012-12-23 04:16:21 UTC ---
I believe this is fixed.


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

* [Bug target/53327] Invalid ASM being generated
  2012-05-11 18:30 [Bug c/53327] New: Invalid ASM being generated bugzilla-gcc at thewrittenword dot com
                   ` (3 preceding siblings ...)
  2012-12-23  4:16 ` danglin at gcc dot gnu.org
@ 2012-12-23  4:30 ` danglin at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: danglin at gcc dot gnu.org @ 2012-12-23  4:30 UTC (permalink / raw)
  To: gcc-bugs


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

John David Anglin <danglin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |DUPLICATE

--- Comment #5 from John David Anglin <danglin at gcc dot gnu.org> 2012-12-23 04:30:02 UTC ---


*** This bug has been marked as a duplicate of bug 49746 ***


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

end of thread, other threads:[~2012-12-23  4:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-11 18:30 [Bug c/53327] New: Invalid ASM being generated bugzilla-gcc at thewrittenword dot com
2012-05-11 18:32 ` [Bug c/53327] " bugzilla-gcc at thewrittenword dot com
2012-05-11 18:35 ` bugzilla-gcc at thewrittenword dot com
2012-05-27  3:26 ` [Bug target/53327] " pinskia at gcc dot gnu.org
2012-12-23  4:16 ` danglin at gcc dot gnu.org
2012-12-23  4:30 ` danglin at gcc dot gnu.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).