public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/20214] New: [3.3/3.4/4.0 Regression] ICE with register name which is not a register in x86
@ 2005-02-26  2:00 pinskia at gcc dot gnu dot org
  2005-02-26  2:31 ` [Bug target/20214] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-26  2:00 UTC (permalink / raw)
  To: gcc-bugs

The following invalid x86 code ICEs on the mainline and has since at least 3.2.3:
int main()
{
  register void *return_dst __asm__ ("r13");
  return *(int*)(return_dst);
}

-- 
           Summary: [3.3/3.4/4.0 Regression] ICE with register name which is
                    not a register in x86
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Keywords: ice-on-invalid-code
          Severity: minor
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug target/20214] [3.3/3.4/4.0 Regression] ICE with register name which is not a register in x86
  2005-02-26  2:00 [Bug target/20214] New: [3.3/3.4/4.0 Regression] ICE with register name which is not a register in x86 pinskia at gcc dot gnu dot org
@ 2005-02-26  2:31 ` pinskia at gcc dot gnu dot org
  2005-02-26  3:28 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-26  2:31 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |4.0.0 3.3.3 3.2.3 3.4.0
      Known to work|                            |3.0.4 2.95.3


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


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

* [Bug target/20214] [3.3/3.4/4.0 Regression] ICE with register name which is not a register in x86
  2005-02-26  2:00 [Bug target/20214] New: [3.3/3.4/4.0 Regression] ICE with register name which is not a register in x86 pinskia at gcc dot gnu dot org
  2005-02-26  2:31 ` [Bug target/20214] " pinskia at gcc dot gnu dot org
@ 2005-02-26  3:28 ` pinskia at gcc dot gnu dot org
  2005-02-26  9:20 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-26  3:28 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.0.0


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


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

* [Bug target/20214] [3.3/3.4/4.0 Regression] ICE with register name which is not a register in x86
  2005-02-26  2:00 [Bug target/20214] New: [3.3/3.4/4.0 Regression] ICE with register name which is not a register in x86 pinskia at gcc dot gnu dot org
  2005-02-26  2:31 ` [Bug target/20214] " pinskia at gcc dot gnu dot org
  2005-02-26  3:28 ` pinskia at gcc dot gnu dot org
@ 2005-02-26  9:20 ` pinskia at gcc dot gnu dot org
  2005-03-01  1:20 ` [Bug target/20214] [3.3/3.4/4.0/4.1 " pinskia at gcc dot gnu dot org
  2005-04-07  6:31 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-26  9:20 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 410 bytes --]


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-25 19:49 -------
By the way here is the ICE:
t4.c: In function ‘main’:
t4.c:5: internal compiler error: in print_reg, at config/i386/i386.c:6241
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 


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


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

* [Bug target/20214] [3.3/3.4/4.0/4.1 Regression] ICE with register name which is not a register in x86
  2005-02-26  2:00 [Bug target/20214] New: [3.3/3.4/4.0 Regression] ICE with register name which is not a register in x86 pinskia at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-02-26  9:20 ` pinskia at gcc dot gnu dot org
@ 2005-03-01  1:20 ` pinskia at gcc dot gnu dot org
  2005-04-07  6:31 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-01  1:20 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-01 01:20 -------
: Search converges between 2001-03-25-trunk (#12) and 2001-04-01-trunk (#13).

Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-03-01 01:20:28
               date|                            |


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


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

* [Bug target/20214] [3.3/3.4/4.0/4.1 Regression] ICE with register name which is not a register in x86
  2005-02-26  2:00 [Bug target/20214] New: [3.3/3.4/4.0 Regression] ICE with register name which is not a register in x86 pinskia at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-03-01  1:20 ` [Bug target/20214] [3.3/3.4/4.0/4.1 " pinskia at gcc dot gnu dot org
@ 2005-04-07  6:31 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-07  6:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-07 06:31 -------


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

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


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


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

end of thread, other threads:[~2005-04-07  6:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-26  2:00 [Bug target/20214] New: [3.3/3.4/4.0 Regression] ICE with register name which is not a register in x86 pinskia at gcc dot gnu dot org
2005-02-26  2:31 ` [Bug target/20214] " pinskia at gcc dot gnu dot org
2005-02-26  3:28 ` pinskia at gcc dot gnu dot org
2005-02-26  9:20 ` pinskia at gcc dot gnu dot org
2005-03-01  1:20 ` [Bug target/20214] [3.3/3.4/4.0/4.1 " pinskia at gcc dot gnu dot org
2005-04-07  6:31 ` 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).