public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug inline-asm/16194] New: [3.4/3.5 Regression] In case of H8/300 target, internal compiler error (ICE): asm clobber conflict with output operand
@ 2004-06-25  9:30 prafullat at kpitcummins dot com
  2004-06-26  0:07 ` [Bug target/16194] " pinskia at gcc dot gnu dot org
                   ` (16 more replies)
  0 siblings, 17 replies; 22+ messages in thread
From: prafullat at kpitcummins dot com @ 2004-06-25  9:30 UTC (permalink / raw)
  To: gcc-bugs

Hi,

GCC-3.5 snapshot dated 20.06.2004 gives an ICE (Internal Compiler Error) for 
following code when compiled with options -ms for H8/300 targets. This bug was 
there in Released GCC version 3.4.

bug.c
*************************************************************
void bug(char* dst) 
{ 
	register char* _dst __asm ("er6"); 
	__asm__ ("eepmov.b":"=g"(*_dst)::"r4","er5","er6"); 
}
*************************************************************
$h8300-elf-gcc -ms bug.c
bug.c: In function `bug':
bug.c:5: internal compiler error: asm clobber conflict with output operand
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

I have already posted this bug on gcc mailing list. 
Please refer to http://gcc.gnu.org/ml/gcc/2004-05/msg00690.html for two 
postings related to this bug.

Regards,
Prafulla Thakare,
KPIT Cummins InfoSystems Ltd.
Pune, India

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Free download of GNU based tool-chains for Renesas' SH and H8 Series.
The following site also offers free technical support to its users. 
Visit http://www.kpitgnutools.com for details. 
Latest versions of KPIT GNU tools are released on June 1, 2004.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

-- 
           Summary: [3.4/3.5 Regression] In case of H8/300 target, internal
                    compiler error (ICE): asm clobber conflict with output
                    operand
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: inline-asm
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: prafullat at kpitcummins dot com
                CC: gcc-bugs at gcc dot gnu dot org,prafullat at kpitcummins
                    dot com
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: h8300-unknown-elf


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


^ permalink raw reply	[flat|nested] 22+ messages in thread
[parent not found: <bug-16194-8804@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2006-02-14 14:36 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-25  9:30 [Bug inline-asm/16194] New: [3.4/3.5 Regression] In case of H8/300 target, internal compiler error (ICE): asm clobber conflict with output operand prafullat at kpitcummins dot com
2004-06-26  0:07 ` [Bug target/16194] " pinskia at gcc dot gnu dot org
2004-07-01  5:25 ` prafullat at kpitcummins dot com
2004-08-03 10:40 ` prafullat at kpitcummins dot com
2004-10-07 16:21 ` [Bug target/16194] [3.4/4.0 " pinskia at gcc dot gnu dot org
2004-11-01  0:45 ` mmitchel at gcc dot gnu dot org
2004-11-08 16:01 ` [Bug rtl-optimization/16194] " pinskia at gcc dot gnu dot org
2004-11-08 18:26 ` [Bug rtl-optimization/16194] [3.3/3.4/4.0 " pinskia at gcc dot gnu dot org
2004-12-13 18:26 ` [Bug inline-asm/16194] [3.3/3.4/4.0 Regression] global register with inline-asm and clobered pinskia at gcc dot gnu dot org
2004-12-13 18:26 ` pinskia at gcc dot gnu dot org
2005-01-15  6:33 ` pinskia at gcc dot gnu dot org
2005-01-15  7:20 ` pinskia at gcc dot gnu dot org
2005-01-15  7:20 ` pinskia at gcc dot gnu dot org
2005-01-15 19:13 ` hp at gcc dot gnu dot org
2005-04-21 16:58 ` [Bug inline-asm/16194] [3.3/3.4/4.0/4.1 " pinskia at gcc dot gnu dot org
2005-05-19 17:22 ` mmitchel at gcc dot gnu dot org
2005-07-22 21:15 ` [Bug inline-asm/16194] [3.4/4.0/4.1 " pinskia at gcc dot gnu dot org
2005-09-27 15:57 ` mmitchel at gcc dot gnu dot org
     [not found] <bug-16194-8804@http.gcc.gnu.org/bugzilla/>
2005-10-30 22:38 ` mmitchel at gcc dot gnu dot org
2006-02-09 20:25 ` pinskia at gcc dot gnu dot org
2006-02-09 21:53 ` amylaar at gcc dot gnu dot org
2006-02-14 14:36 ` amylaar 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).