public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/15384] New: Lines witout effect in t-m68hc11-gas file
@ 2004-05-12 17:33 marcel at telka dot sk
  2004-05-13  0:51 ` [Bug target/15384] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: marcel at telka dot sk @ 2004-05-12 17:33 UTC (permalink / raw)
  To: gcc-bugs

File gcc/config/m68hc11/t-m68hc11-gas (all revisions in the CVS tree are
affected) contains following lines:

dp-bit.c: $(srcdir)/config/fp-bit.c
        echo '#define SMALL_MACHINE' >> dp-bit.c
        echo '#define CMPtype HItype' >> dp-bit.c
        echo '#ifdef __LITTLE_ENDIAN__' > dp-bit.c
        echo '#define FLOAT_BIT_ORDER_MISMATCH' >>dp-bit.c
        echo '#endif'                 >> dp-bit.c
        cat $(srcdir)/config/fp-bit.c >> dp-bit.c

The first and second 'echo' lines have no effect (please note '>' in the third
line). 

Please note, that I've no experience with m68hc11 target. I've found the bug
while reading the gcc sources.

Thanks.

-- 
           Summary: Lines witout effect in t-m68hc11-gas file
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: marcel at telka dot sk
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug target/15384] Lines witout effect in t-m68hc11-gas file
  2004-05-12 17:33 [Bug target/15384] New: Lines witout effect in t-m68hc11-gas file marcel at telka dot sk
@ 2004-05-13  0:51 ` pinskia at gcc dot gnu dot org
  2005-01-28 20:31 ` ciceron at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-13  0:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-12 12:49 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-05-12 12:49:42
               date|                            |
            Version|unknown                     |3.5.0


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


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

* [Bug target/15384] Lines witout effect in t-m68hc11-gas file
  2004-05-12 17:33 [Bug target/15384] New: Lines witout effect in t-m68hc11-gas file marcel at telka dot sk
  2004-05-13  0:51 ` [Bug target/15384] " pinskia at gcc dot gnu dot org
@ 2005-01-28 20:31 ` ciceron at gcc dot gnu dot org
  2005-01-28 22:08 ` cvs-commit at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ciceron at gcc dot gnu dot org @ 2005-01-28 20:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ciceron at gcc dot gnu dot org  2005-01-28 20:31 -------
Mine.  The bug is present since 3.0 I guess and should be fixed
in 3.3.6, 3.4.4 and 4.0.  It does not affect the behavior but increases
a little the size of libgcc.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |ciceron at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Target Milestone|---                         |3.3.6


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


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

* [Bug target/15384] Lines witout effect in t-m68hc11-gas file
  2004-05-12 17:33 [Bug target/15384] New: Lines witout effect in t-m68hc11-gas file marcel at telka dot sk
  2004-05-13  0:51 ` [Bug target/15384] " pinskia at gcc dot gnu dot org
  2005-01-28 20:31 ` ciceron at gcc dot gnu dot org
@ 2005-01-28 22:08 ` cvs-commit at gcc dot gnu dot org
  2005-01-28 22:18 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-01-28 22:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-01-28 22:08 -------
Subject: Bug 15384

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	ciceron@gcc.gnu.org	2005-01-28 22:08:17

Modified files:
	gcc            : ChangeLog 
	gcc/config/m68hc11: t-m68hc11-gas 

Log message:
	PR target/15384
	* config/m68hc11/t-m68hc11-gas (dp-bit.c): Fix typo causing a
	configuration part of dp-bit.c to be lost.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.7321&r2=2.7322
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/m68hc11/t-m68hc11-gas.diff?cvsroot=gcc&r1=1.12&r2=1.13



-- 


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


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

* [Bug target/15384] Lines witout effect in t-m68hc11-gas file
  2004-05-12 17:33 [Bug target/15384] New: Lines witout effect in t-m68hc11-gas file marcel at telka dot sk
                   ` (2 preceding siblings ...)
  2005-01-28 22:08 ` cvs-commit at gcc dot gnu dot org
@ 2005-01-28 22:18 ` cvs-commit at gcc dot gnu dot org
  2005-01-28 22:21 ` cvs-commit at gcc dot gnu dot org
  2005-01-28 22:25 ` ciceron at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-01-28 22:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-01-28 22:18 -------
Subject: Bug 15384

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_4-branch
Changes by:	ciceron@gcc.gnu.org	2005-01-28 22:18:27

Modified files:
	gcc            : ChangeLog 
	gcc/config/m68hc11: t-m68hc11-gas 

Log message:
	PR target/15384
	* config/m68hc11/t-m68hc11-gas (dp-bit.c): Fix typo causing a
	configuration part of dp-bit.c to be lost.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=2.2326.2.787&r2=2.2326.2.788
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/m68hc11/t-m68hc11-gas.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.12&r2=1.12.10.1



-- 


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


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

* [Bug target/15384] Lines witout effect in t-m68hc11-gas file
  2004-05-12 17:33 [Bug target/15384] New: Lines witout effect in t-m68hc11-gas file marcel at telka dot sk
                   ` (3 preceding siblings ...)
  2005-01-28 22:18 ` cvs-commit at gcc dot gnu dot org
@ 2005-01-28 22:21 ` cvs-commit at gcc dot gnu dot org
  2005-01-28 22:25 ` ciceron at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-01-28 22:21 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-01-28 22:21 -------
Subject: Bug 15384

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-branch
Changes by:	ciceron@gcc.gnu.org	2005-01-28 22:21:39

Modified files:
	gcc            : ChangeLog 
	gcc/config/m68hc11: t-m68hc11-gas 

Log message:
	PR target/15384
	* config/m68hc11/t-m68hc11-gas (dp-bit.c): Fix typo causing a
	configuration part of dp-bit.c to be lost.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.16114.2.1057&r2=1.16114.2.1058
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/m68hc11/t-m68hc11-gas.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.7.14.3&r2=1.7.14.4



-- 


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


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

* [Bug target/15384] Lines witout effect in t-m68hc11-gas file
  2004-05-12 17:33 [Bug target/15384] New: Lines witout effect in t-m68hc11-gas file marcel at telka dot sk
                   ` (4 preceding siblings ...)
  2005-01-28 22:21 ` cvs-commit at gcc dot gnu dot org
@ 2005-01-28 22:25 ` ciceron at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: ciceron at gcc dot gnu dot org @ 2005-01-28 22:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ciceron at gcc dot gnu dot org  2005-01-28 22:25 -------
Fixed in 3_3, 3_4 and main.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2005-01-28 22:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-12 17:33 [Bug target/15384] New: Lines witout effect in t-m68hc11-gas file marcel at telka dot sk
2004-05-13  0:51 ` [Bug target/15384] " pinskia at gcc dot gnu dot org
2005-01-28 20:31 ` ciceron at gcc dot gnu dot org
2005-01-28 22:08 ` cvs-commit at gcc dot gnu dot org
2005-01-28 22:18 ` cvs-commit at gcc dot gnu dot org
2005-01-28 22:21 ` cvs-commit at gcc dot gnu dot org
2005-01-28 22:25 ` ciceron 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).