[Bug target/19334] darwin backend places some CONST_DECLs in the wrong section

2005-01-12 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-01-13 00:47 --- Subject: Bug 19334 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-01-13 00:47:45 Modified files: gcc: ChangeLog gcc/config : d

[Bug target/19334] darwin backend places some CONST_DECLs in the wrong section

2005-01-12 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-13 00:47 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug target/19334] darwin backend places some CONST_DECLs in the wrong section

2005-01-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-09 20:07 --- Patch here: . -- What|Removed |Added

[Bug target/19334] darwin backend places some CONST_DECLs in the wrong section

2005-01-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-09 19:31 --- (In reply to comment #14) > (In reply to comment #12) > > The output from gfortran -fdump-tree-gimple (I hope this was the right > > thing to > > do) > > -fdump-tree-original gives you the output of the fr

[Bug target/19334] darwin backend places some CONST_DECLs in the wrong section

2005-01-09 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-01-09 19:28 --- (In reply to comment #12) > The output from gfortran -fdump-tree-gimple (I hope this was the right thing > to > do) -fdump-tree-original gives you the output of the frontend, so if the frontend produces crap,

[Bug target/19334] darwin backend places some CONST_DECLs in the wrong section

2005-01-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-09 19:21 --- Here is a reduced testcase now without ISHFT: call c_i1(0_1) end -- What|Removed |Added