[Bug target/20051] ICE when compiling SSE intrinics

2005-03-21 Thread commie1 at gmx dot net
--- Additional Comments From commie1 at gmx dot net 2005-03-21 16:33 --- Alright, sorry again. I didn't use the right pr14981 testcase. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20051

[Bug target/20051] ICE when compiling SSE intrinics

2005-03-21 Thread uros at kss-loka dot si
--- Additional Comments From uros at kss-loka dot si 2005-03-21 13:15 --- (In reply to comment #4) > I'm sorry Uros, but PR1901 was fixed three months ago; I reduced this testcase > with the latest 3.4 snapshot (20050318). I checked the testcase in PR14981, > and > that one indeed doesn

[Bug target/20051] ICE when compiling SSE intrinics

2005-03-21 Thread commie1 at gmx dot net
--- Additional Comments From commie1 at gmx dot net 2005-03-21 11:03 --- I'm sorry Uros, but PR1901 was fixed three months ago; I reduced this testcase with the latest 3.4 snapshot (20050318). I checked the testcase in PR14981, and that one indeed doesn't cause an ICE anymore. It can't b

[Bug target/20051] ICE when compiling SSE intrinics

2005-03-20 Thread uros at kss-loka dot si
--- Additional Comments From uros at kss-loka dot si 2005-03-21 06:20 --- This is a duplicate of PR 14981. The fix is in a follow-up bug PR 19010. *** This bug has been marked as a duplicate of 14981 *** -- What|Removed |Added ---

[Bug target/20051] ICE when compiling SSE intrinics

2005-03-19 Thread commie1 at gmx dot net
--- Additional Comments From commie1 at gmx dot net 2005-03-20 02:08 --- Testacse reduces to: == void SSEFunc(float* pDataIn) { float __attribute__ ((__mode__(__V4SF__))) accum; accum = __builtin_ia32_xorps(accum,accum); __builtin_ia32_storeaps(pDataIn, ac

[Bug target/20051] ICE when compiling SSE intrinics

2005-02-18 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|c++ |target Keywords||ice-on-valid-code http://gcc.gnu.org/bugzilla/show_bug