[Bug target/18347] [3.4/4.0 regression] mmix-knuth-mmixware testsuite failure: gcc.dg/uninit-C.c

2004-11-13 Thread hp at gcc dot gnu dot org

--- Additional Comments From hp at gcc dot gnu dot org  2004-11-14 05:15 
---
See http://gcc.gnu.org/ml/gcc-patches/2004-11/msg0.html>
and http://gcc.gnu.org/ml/gcc-patches/2004-11/msg01141.html>.

-- 
   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED


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


[Bug target/18347] [3.4/4.0 regression] mmix-knuth-mmixware testsuite failure: gcc.dg/uninit-C.c

2004-11-13 Thread cvs-commit at gcc dot gnu dot org

--- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-11-14 
04:53 ---
Subject: Bug 18347

CVSROOT:/cvs/gcc
Module name:gcc
Branch: gcc-3_4-branch
Changes by: [EMAIL PROTECTED]   2004-11-14 04:53:23

Modified files:
gcc: ChangeLog 
gcc/config/mmix: mmix.c mmix.h 

Log message:
PR target/18347
* config/mmix/mmix.c (mmix_function_outgoing_value): Handle
TImode.  Sorry for other non-complex larger-than-64-bit modes.
* config/mmix/mmix.h (MIN_UNITS_PER_WORD): Do not define.
(INIT_CUMULATIVE_ARGS): Correct unused macro name FNDECL.

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.690&r2=2.2326.2.691
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/mmix/mmix.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.55&r2=1.55.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/mmix/mmix.h.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.58.14.1&r2=1.58.14.2



-- 


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


[Bug target/18347] [3.4/4.0 regression] mmix-knuth-mmixware testsuite failure: gcc.dg/uninit-C.c

2004-11-13 Thread hp at gcc dot gnu dot org

--- Additional Comments From hp at gcc dot gnu dot org  2004-11-13 20:00 
---
Keeping this open until I've checked the 3.4 branch.

-- 
   What|Removed |Added

 AssignedTo|unassigned at gcc dot gnu   |hp at gcc dot gnu dot org
   |dot org |
 Status|NEW |ASSIGNED


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


[Bug target/18347] [3.4/4.0 regression] mmix-knuth-mmixware testsuite failure: gcc.dg/uninit-C.c

2004-11-13 Thread cvs-commit at gcc dot gnu dot org

--- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-11-13 
19:53 ---
Subject: Bug 18347

CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED]   2004-11-13 19:52:55

Modified files:
gcc: ChangeLog 
gcc/config/mmix: mmix.c mmix.h 

Log message:
PR target/18347
* config/mmix/mmix.c (mmix_function_outgoing_value): Handle
TImode.  Sorry for other non-complex larger-than-64-bit modes.
* config/mmix/mmix.h (MIN_UNITS_PER_WORD): Do not define.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.6316&r2=2.6317
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/mmix/mmix.c.diff?cvsroot=gcc&r1=1.71&r2=1.72
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/mmix/mmix.h.diff?cvsroot=gcc&r1=1.69&r2=1.70



-- 


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


[Bug target/18347] [3.4/4.0 regression] mmix-knuth-mmixware testsuite failure: gcc.dg/uninit-C.c

2004-11-12 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-13 
05:38 ---
Well it is still a target bug because then you override the 
TARGET_SCALAR_MODE_SUPPORTED_P to 
reject the TI mode.

-- 


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


[Bug target/18347] [3.4/4.0 regression] mmix-knuth-mmixware testsuite failure: gcc.dg/uninit-C.c

2004-11-12 Thread hp at bitrange dot com

--- Additional Comments From hp at bitrange dot com  2004-11-13 05:36 
---
Subject: Re:  [3.4/4.0 regression] mmix-knuth-mmixware
 testsuite failure: gcc.dg/uninit-C.c

On Sat, 13 Nov 2004, pinskia at gcc dot gnu dot org wrote:
>
> --- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-13 
> 05:25 ---
> Because that is what the testcase is testing :).

That doesn't make it a target-bug, i.e. in the target
description.  If the target hasn't asked to see TImode, it
shouldn't have to handle it.  I suggest you leave the analysis
to me.

brgds, H-P


-- 


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


[Bug target/18347] [3.4/4.0 regression] mmix-knuth-mmixware testsuite failure: gcc.dg/uninit-C.c

2004-11-12 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-13 
05:25 ---
Because that is what the testcase is testing :).

-- 


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


[Bug target/18347] [3.4/4.0 regression] mmix-knuth-mmixware testsuite failure: gcc.dg/uninit-C.c

2004-11-12 Thread hp at bitrange dot com

--- Additional Comments From hp at bitrange dot com  2004-11-13 01:25 
---
Subject: Re:  [3.4/4.0 regression] mmix-knuth-mmixware
 testsuite failure: gcc.dg/uninit-C.c

On Fri, 12 Nov 2004, pinskia at gcc dot gnu dot org wrote:

>
> --- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-12 
> 23:03 ---
> This is definitely a target bug, mmix_function_outgoing_value does not 
> support TI mode at all.

Nope.  The target isn't supposed to have to support TImode.
What makes you think it has to support TImode?

brgds, H-P


-- 


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


[Bug target/18347] [3.4/4.0 regression] mmix-knuth-mmixware testsuite failure: gcc.dg/uninit-C.c

2004-11-12 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-12 
23:03 ---
This is definitely a target bug, mmix_function_outgoing_value does not support 
TI mode at all.

-- 
   What|Removed |Added

   Keywords||ice-on-valid-code


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


[Bug target/18347] [3.4/4.0 regression] mmix-knuth-mmixware testsuite failure: gcc.dg/uninit-C.c

2004-11-09 Thread hp at gcc dot gnu dot org


-- 
   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed||1
   Last reconfirmed|2004-11-09 09:54:31 |2004-11-09 10:01:10
   date||


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


[Bug target/18347] [3.4/4.0 regression] mmix-knuth-mmixware testsuite failure: gcc.dg/uninit-C.c

2004-11-09 Thread hp at gcc dot gnu dot org


-- 
   What|Removed |Added

   Last reconfirmed|2004-11-09 09:49:01 |2004-11-09 09:54:31
   date||


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


[Bug target/18347] [3.4/4.0 regression] mmix-knuth-mmixware testsuite failure: gcc.dg/uninit-C.c

2004-11-09 Thread hp at gcc dot gnu dot org

--- Additional Comments From hp at gcc dot gnu dot org  2004-11-09 09:49 
---
Confirmed, separate system than original report, with "Tue Nov  9 00:36:20 UTC
2004" (no .log reconfirmation)

-- 
   What|Removed |Added

   Last reconfirmed|-00-00 00:00:00 |2004-11-09 09:49:01
   date||


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


[Bug target/18347] [3.4/4.0 regression] mmix-knuth-mmixware testsuite failure: gcc.dg/uninit-C.c

2004-11-06 Thread hp at gcc dot gnu dot org


-- 
   What|Removed |Added

   Target Milestone|--- |3.4.4


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