public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/8010] [vax-netbsdelf] ICE in extract_insn for g77.f-torture/execute/20010116.f
       [not found] <20020923111600.8010.matt@3am-software.com>
@ 2003-06-27  0:54 ` pinskia at physics dot uc dot edu
  2003-08-24 17:38 ` dhazeghi at yahoo dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-06-27  0:54 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
   Last reconfirmed|0000-00-00 00:00:00         |2003-06-27 00:54:21
               date|                            |


------- Additional Comments From pinskia at physics dot uc dot edu  2003-06-27 00:54 -------
I see the same behivour as in this report on the mainline (20030626) with a cross-
compiler from powerpc-apple-darwin6.6.


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

* [Bug target/8010] [vax-netbsdelf] ICE in extract_insn for g77.f-torture/execute/20010116.f
       [not found] <20020923111600.8010.matt@3am-software.com>
  2003-06-27  0:54 ` [Bug target/8010] [vax-netbsdelf] ICE in extract_insn for g77.f-torture/execute/20010116.f pinskia at physics dot uc dot edu
@ 2003-08-24 17:38 ` dhazeghi at yahoo dot com
  2004-01-10 19:10 ` pinskia at gcc dot gnu dot org
  2004-01-10 19:37 ` matt at 3am-software dot com
  3 siblings, 0 replies; 5+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-08-24 17:38 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


dhazeghi at yahoo dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|dhazeghi at yahoo dot com   |
  GCC build triplet|i386-pc-netbsdelf           |
   GCC host triplet|i386-pc-netbsdelf           |
   Last reconfirmed|2003-06-27 00:54:21         |2003-08-24 17:38:39
               date|                            |


------- Additional Comments From dhazeghi at yahoo dot com  2003-08-24 17:38 -------
New error on mainline (20030820):

[dara@draco objdir]$ gcc/f771 ../gcc/gcc/testsuite/g77.f-torture/execute/20010116.f 
 MAIN__
 chgeqz_
 abs1
../gcc/gcc/testsuite/g77.f-torture/execute/20010116.f: In subroutine `chgeqz':

In file included from ../gcc/gcc/testsuite/g77.f-torture/execute/20010116.f:0:
../gcc/gcc/testsuite/g77.f-torture/execute/20010116.f:38: internal compiler error: in 
instantiate_virtual_regs_lossage, at function.c:3706
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

Methinks gcc vax target is rather seriously broken right now.


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

* [Bug target/8010] [vax-netbsdelf] ICE in extract_insn for g77.f-torture/execute/20010116.f
       [not found] <20020923111600.8010.matt@3am-software.com>
  2003-06-27  0:54 ` [Bug target/8010] [vax-netbsdelf] ICE in extract_insn for g77.f-torture/execute/20010116.f pinskia at physics dot uc dot edu
  2003-08-24 17:38 ` dhazeghi at yahoo dot com
@ 2004-01-10 19:10 ` pinskia at gcc dot gnu dot org
  2004-01-10 19:37 ` matt at 3am-software dot com
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-10 19:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-10 19:10 -------
The ICE happens for both -O0 (the one that Dara pointed out) and at -O1 and above.
Are these defines really true:
#define HAVE_POST_INCREMENT 1
#define HAVE_PRE_DECREMENT 1

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2003-08-24 17:38:39         |2004-01-10 19:10:44
               date|                            |


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


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

* [Bug target/8010] [vax-netbsdelf] ICE in extract_insn for g77.f-torture/execute/20010116.f
       [not found] <20020923111600.8010.matt@3am-software.com>
                   ` (2 preceding siblings ...)
  2004-01-10 19:10 ` pinskia at gcc dot gnu dot org
@ 2004-01-10 19:37 ` matt at 3am-software dot com
  3 siblings, 0 replies; 5+ messages in thread
From: matt at 3am-software dot com @ 2004-01-10 19:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From matt at 3am-software dot com  2004-01-10 19:37 -------
(In reply to comment #5)
> The ICE happens for both -O0 (the one that Dara pointed out) and at -O1 and 
above.
> Are these defines really true:
> #define HAVE_POST_INCREMENT 1
> #define HAVE_PRE_DECREMENT 1

The VAX has true post-increment and pre-decrement addressing.
movb r1,(r0)+
movb -(r0),r1


-- 


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


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

* [Bug target/8010] [vax-netbsdelf] ICE in extract_insn for g77.f-torture/execute/20010116.f
       [not found] <bug-8010-3817@http.gcc.gnu.org/bugzilla/>
@ 2009-09-26  9:53 ` steven at gcc dot gnu dot org
  0 siblings, 0 replies; 5+ messages in thread
From: steven at gcc dot gnu dot org @ 2009-09-26  9:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from steven at gcc dot gnu dot org  2009-09-26 09:53 -------
Wow, a g77 bug.  I thought we had all of those closed by now -- g77 is
unsupported since GCC 4.0.  Closing this as WONTFIX.


-- 

steven at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX


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


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

end of thread, other threads:[~2009-09-26  9:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20020923111600.8010.matt@3am-software.com>
2003-06-27  0:54 ` [Bug target/8010] [vax-netbsdelf] ICE in extract_insn for g77.f-torture/execute/20010116.f pinskia at physics dot uc dot edu
2003-08-24 17:38 ` dhazeghi at yahoo dot com
2004-01-10 19:10 ` pinskia at gcc dot gnu dot org
2004-01-10 19:37 ` matt at 3am-software dot com
     [not found] <bug-8010-3817@http.gcc.gnu.org/bugzilla/>
2009-09-26  9:53 ` steven 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).