This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: target/8795: [PPC] Altivec related bugs concerning gcc3.2.1 and gcc3.3


Wolfgang, 
first thanks for your concern,
I attached the test.cpp (153 bytes) file to this email.

btw. -about the gnats web page- I found that the gnats web page fails to 
attach the file if I am using Konqueror browser (Linux), however it seems to 
attach files fine with IE explorer on windows. However the bug may be in the 
browser rather tnan in the gnats...

regards,
Kostadin 


On Tuesday 14 January 2003 09:25, you wrote:
> Old Synopsis: Altivec realted bugs concerning gcc3.2.1 and gcc3.3
> New Synopsis: [PPC] Altivec related bugs concerning gcc3.2.1 and gcc3.3
>
> State-Changed-From-To: open->feedback
> State-Changed-By: bangerth
> State-Changed-When: Tue Jan 14 13:25:17 2003
> State-Changed-Why:
>     The attachment to your report got somehow lost. Do you still
>     have it, so that I can attach it to the report?
>
>     Thanks
>       Wolfgang
>
> http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&;
>pr=8795

-- 
Kostadin Dabov
Software Engineer
Terascale Europe EOOD, Sofia
#include <altivec.h>

int main()
{
return 0;
}

class F32vec4 {
   public:
      vector float val;
      vector float operator++(void) { return val;}
};

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]