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


Synopsis: [PPC] Altivec related bugs concerning gcc3.2.1 and gcc3.3

State-Changed-From-To: feedback->open
State-Changed-By: bangerth
State-Changed-When: Wed Jan 15 06:55:14 2003
State-Changed-Why:
    Feedback received. This is the testcase:
    --------------------------
    #include <altivec.h>
    
    int main()
    {
    return 0;
    }
    
    class F32vec4 {
       public:
          vector float val;
          vector float operator++(void) { return val;}
    };
    ----------------------

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8795


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