[Bug target/22553] [4.1 regression] ICE building libstdc++

2005-11-11 Thread pinskia at gcc dot gnu dot org


--- Comment #8 from pinskia at gcc dot gnu dot org  2005-11-12 00:11 ---
This was worked around for now.


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|4.1.0   |4.2.0


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



[Bug target/22553] [4.1 regression] ICE building libstdc++

2005-10-30 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Priority|P2  |P5
   Target Milestone|4.2.0   |4.1.0


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



[Bug target/22553] [4.1 regression] ICE building libstdc++

2005-10-17 Thread kkojima at gcc dot gnu dot org


--- Comment #6 from kkojima at gcc dot gnu dot org  2005-10-17 12:44 ---
There is an argument about this PR in gcc-patches list
http://gcc.gnu.org/ml/gcc-patches/2005-10/msg00816.html
and I've commited the patch in
http://gcc.gnu.org/ml/gcc-patches/2005-10/msg00859.html
which disables sched1 optimization for SH-4 when exceptions are
used as a release workwround on mainline under Joern's approval.
It gets rid of the ICEs for the testcases, though it doesn't fix
the real issue.  So please don't close this PR ATM.


-- 


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



[Bug target/22553] [4.1 regression] ICE building libstdc++

2005-10-17 Thread pinskia at gcc dot gnu dot org


--- Comment #7 from pinskia at gcc dot gnu dot org  2005-10-17 12:59 ---
(In reply to comment #6)
I am going to move the target milestone to 4.2 so that for 4.2, it will be
fixed without a workaround and that if people start to look at bugs which
should be added back the target milestone, they don't look at this bug.


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|--- |4.2.0


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



[Bug target/22553] [4.1 regression] ICE building libstdc++

2005-10-03 Thread kkojima at gcc dot gnu dot org


--- Comment #5 from kkojima at gcc dot gnu dot org  2005-10-03 23:13 ---
Joern has analyzed this PR in
http://gcc.gnu.org/ml/gcc-patches/2005-09/msg01654.html
and pointed out that it's a middle-end issue.


-- 

kkojima at gcc dot gnu dot org changed:

   What|Removed |Added

 CC||kkojima at gcc dot gnu dot
   ||org


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



[Bug target/22553] [4.1 regression] ICE building libstdc++

2005-09-23 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-23 
12:47 ---
*** Bug 24032 has been marked as a duplicate of this bug. ***

-- 
   What|Removed |Added

 CC||sieb at sscd dot de


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


[Bug target/22553] [4.1 regression] ICE building libstdc++

2005-08-21 Thread mmitchel at gcc dot gnu dot org

--- Additional Comments From mmitchel at gcc dot gnu dot org  2005-08-22 
04:44 ---
SH is not a primary or secondary target; removing target milestone.

-- 
   What|Removed |Added

   Target Milestone|4.1.0   |---


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


[Bug target/22553] [4.1 regression] ICE building libstdc++

2005-07-28 Thread belyshev at depni dot sinp dot msu dot ru

--- Additional Comments From belyshev at depni dot sinp dot msu dot ru  
2005-07-28 17:55 ---
// Confirmed, reduced testcase (compile with -O2 -fPIC):

int k, foo ();
void baz (int, int);

template  typename  class T
{
  void bla () throw ()
  {
int j = foo ();
baz (k ,  j);
  }
  
  void bam () 
  {
while (k  foo ())
  bla ();
  }
};

template class T  int ;


-- 
   What|Removed |Added

 CC||belyshev at depni dot sinp
   ||dot msu dot ru
 Status|UNCONFIRMED |NEW
 Ever Confirmed||1
   Last reconfirmed|-00-00 00:00:00 |2005-07-28 17:55:17
   date||


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


[Bug target/22553] [4.1 regression] ICE building libstdc++

2005-07-18 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From dank at kegel dot com  2005-07-18 19:10 ---
Created an attachment (id=9303)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9303action=view)
Preprocessed source showing the problem


-- 
   What|Removed |Added

  Component|rtl-optimization|target
   Keywords||build, ice-on-valid-code
   Target Milestone|--- |4.1.0


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


[Bug target/22553] [4.1 regression] ICE building libstdc++

2005-07-18 Thread dank at kegel dot com

--- Additional Comments From dank at kegel dot com  2005-07-18 19:10 ---
Created an attachment (id=9303)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9303action=view)
Preprocessed source showing the problem


-- 
   What|Removed |Added

  Component|rtl-optimization|target
   Keywords||build, ice-on-valid-code
   Target Milestone|--- |4.1.0


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