public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug optimization/14544] New: gcc.c-torture/execute/20040307-1.c fails on 16-bit targets
@ 2004-03-12  4:29 kazu at cs dot umass dot edu
  2004-03-12  4:29 ` [Bug optimization/14544] " kazu at cs dot umass dot edu
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: kazu at cs dot umass dot edu @ 2004-03-12  4:29 UTC (permalink / raw)
  To: gcc-bugs

I need this PR later on so that a fix can be ported to 3.4 and 3.3 with
release managers' permission.

-- 
           Summary: gcc.c-torture/execute/20040307-1.c fails on 16-bit
                    targets
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kazu at cs dot umass dot edu
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug optimization/14544] gcc.c-torture/execute/20040307-1.c fails on 16-bit targets
  2004-03-12  4:29 [Bug optimization/14544] New: gcc.c-torture/execute/20040307-1.c fails on 16-bit targets kazu at cs dot umass dot edu
@ 2004-03-12  4:29 ` kazu at cs dot umass dot edu
  2004-03-12  4:36 ` [Bug other/14544] " kazu at cs dot umass dot edu
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: kazu at cs dot umass dot edu @ 2004-03-12  4:29 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |kazu at cs dot umass dot edu
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-03-12 04:29:42
               date|                            |


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


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

* [Bug other/14544] gcc.c-torture/execute/20040307-1.c fails on 16-bit targets
  2004-03-12  4:29 [Bug optimization/14544] New: gcc.c-torture/execute/20040307-1.c fails on 16-bit targets kazu at cs dot umass dot edu
  2004-03-12  4:29 ` [Bug optimization/14544] " kazu at cs dot umass dot edu
@ 2004-03-12  4:36 ` kazu at cs dot umass dot edu
  2004-03-13  3:02 ` cvs-commit at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: kazu at cs dot umass dot edu @ 2004-03-12  4:36 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From kazu at cs dot umass dot edu  2004-03-12 04:36 -------
I've got a patch in testing.


-- 


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


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

* [Bug other/14544] gcc.c-torture/execute/20040307-1.c fails on 16-bit targets
  2004-03-12  4:29 [Bug optimization/14544] New: gcc.c-torture/execute/20040307-1.c fails on 16-bit targets kazu at cs dot umass dot edu
  2004-03-12  4:29 ` [Bug optimization/14544] " kazu at cs dot umass dot edu
  2004-03-12  4:36 ` [Bug other/14544] " kazu at cs dot umass dot edu
@ 2004-03-13  3:02 ` cvs-commit at gcc dot gnu dot org
  2004-03-13  3:04 ` kazu at cs dot umass dot edu
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-03-13  3:02 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-03-13 03:01 -------
Subject: Bug 14544

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	kazu@gcc.gnu.org	2004-03-13 03:01:55

Modified files:
	gcc/testsuite  : ChangeLog 
	gcc/testsuite/gcc.c-torture/execute: 20040307-1.c 

Log message:
	PR other/14544
	* gcc.c-torture/execute/20040307-1.c: Remove the 24-bit
	bit-field.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.3600&r2=1.3601
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.c-torture/execute/20040307-1.c.diff?cvsroot=gcc&r1=1.1&r2=1.2



-- 


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


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

* [Bug other/14544] gcc.c-torture/execute/20040307-1.c fails on 16-bit targets
  2004-03-12  4:29 [Bug optimization/14544] New: gcc.c-torture/execute/20040307-1.c fails on 16-bit targets kazu at cs dot umass dot edu
                   ` (2 preceding siblings ...)
  2004-03-13  3:02 ` cvs-commit at gcc dot gnu dot org
@ 2004-03-13  3:04 ` kazu at cs dot umass dot edu
  2004-03-13  7:22 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: kazu at cs dot umass dot edu @ 2004-03-13  3:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From kazu at cs dot umass dot edu  2004-03-13 03:04 -------
Patch here.

http://gcc.gnu.org/ml/gcc-patches/2004-03/msg01092.html


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch
   Target Milestone|---                         |3.5.0


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


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

* [Bug other/14544] gcc.c-torture/execute/20040307-1.c fails on 16-bit targets
  2004-03-12  4:29 [Bug optimization/14544] New: gcc.c-torture/execute/20040307-1.c fails on 16-bit targets kazu at cs dot umass dot edu
                   ` (3 preceding siblings ...)
  2004-03-13  3:04 ` kazu at cs dot umass dot edu
@ 2004-03-13  7:22 ` pinskia at gcc dot gnu dot org
  2004-03-13 15:33 ` mark at codesourcery dot com
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-03-13  7:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-03-13 07:22 -------
Mark, this is patch against the tessuite and it fixes the testcase for targets where int is 16bits wide.
Is it okay for 3.4.0?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mmitchel at gcc dot gnu dot
                   |                            |org
   Target Milestone|3.5.0                       |3.4.1


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


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

* [Bug other/14544] gcc.c-torture/execute/20040307-1.c fails on 16-bit targets
  2004-03-12  4:29 [Bug optimization/14544] New: gcc.c-torture/execute/20040307-1.c fails on 16-bit targets kazu at cs dot umass dot edu
                   ` (4 preceding siblings ...)
  2004-03-13  7:22 ` pinskia at gcc dot gnu dot org
@ 2004-03-13 15:33 ` mark at codesourcery dot com
  2004-03-14  4:42 ` kazu at cs dot umass dot edu
  2004-03-14  4:42 ` cvs-commit at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: mark at codesourcery dot com @ 2004-03-13 15:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mark at codesourcery dot com  2004-03-13 15:33 -------
Subject: Re:  gcc.c-torture/execute/20040307-1.c fails on
 16-bit targets

pinskia at gcc dot gnu dot org wrote:

> ------- Additional Comments From pinskia at gcc dot gnu dot org  2004-03-13 07:22 -------
> Mark, this is patch against the tessuite and it fixes the testcase for targets where int is 16bits wide.
> Is it okay for 3.4.0?

This patch is OK for 3.4.0.



-- 


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


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

* [Bug other/14544] gcc.c-torture/execute/20040307-1.c fails on 16-bit targets
  2004-03-12  4:29 [Bug optimization/14544] New: gcc.c-torture/execute/20040307-1.c fails on 16-bit targets kazu at cs dot umass dot edu
                   ` (5 preceding siblings ...)
  2004-03-13 15:33 ` mark at codesourcery dot com
@ 2004-03-14  4:42 ` kazu at cs dot umass dot edu
  2004-03-14  4:42 ` cvs-commit at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: kazu at cs dot umass dot edu @ 2004-03-14  4:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From kazu at cs dot umass dot edu  2004-03-14 04:42 -------
Just checked in a patch.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|3.4.1                       |3.4.0


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


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

* [Bug other/14544] gcc.c-torture/execute/20040307-1.c fails on 16-bit targets
  2004-03-12  4:29 [Bug optimization/14544] New: gcc.c-torture/execute/20040307-1.c fails on 16-bit targets kazu at cs dot umass dot edu
                   ` (6 preceding siblings ...)
  2004-03-14  4:42 ` kazu at cs dot umass dot edu
@ 2004-03-14  4:42 ` cvs-commit at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-03-14  4:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-03-14 04:42 -------
Subject: Bug 14544

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_4-branch
Changes by:	kazu@gcc.gnu.org	2004-03-14 04:42:04

Modified files:
	gcc/testsuite  : ChangeLog 
	gcc/testsuite/gcc.c-torture/execute: 20040307-1.c 

Log message:
	PR other/14544
	* gcc.c-torture/execute/20040307-1.c: Remove the 24-bit
	bit-field.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.3389.2.144&r2=1.3389.2.145
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.c-torture/execute/20040307-1.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.1.6.1&r2=1.1.6.2



-- 


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


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

end of thread, other threads:[~2004-03-14  4:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-12  4:29 [Bug optimization/14544] New: gcc.c-torture/execute/20040307-1.c fails on 16-bit targets kazu at cs dot umass dot edu
2004-03-12  4:29 ` [Bug optimization/14544] " kazu at cs dot umass dot edu
2004-03-12  4:36 ` [Bug other/14544] " kazu at cs dot umass dot edu
2004-03-13  3:02 ` cvs-commit at gcc dot gnu dot org
2004-03-13  3:04 ` kazu at cs dot umass dot edu
2004-03-13  7:22 ` pinskia at gcc dot gnu dot org
2004-03-13 15:33 ` mark at codesourcery dot com
2004-03-14  4:42 ` kazu at cs dot umass dot edu
2004-03-14  4:42 ` cvs-commit 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).