[Bug c++/18073] [4.0 regression] mmintrin.h rejected by C++ frontend

2004-12-15 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2004-12-15 17:08 --- There's still trouble on x86_64, but this problem is tracked in PR18967. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18073

[Bug c++/18073] [4.0 regression] mmintrin.h rejected by C++ frontend

2004-12-09 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2004-12-09 10:39 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c++/18073] [4.0 regression] mmintrin.h rejected by C++ frontend

2004-12-09 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-12-09 10:34 --- Subject: Bug 18073 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-12-09 10:34:24 Modified files: gcc/cp : typeck.c ChangeLog gcc/tests

[Bug c++/18073] [4.0 regression] mmintrin.h rejected by C++ frontend

2004-12-08 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2004-12-08 16:54 --- Patch here: http://gcc.gnu.org/ml/gcc-patches/2004-12/msg00599.html Mark, the posted patch is a little different from the one in comment #9. (That's why I didn't apply it yet.) It uses convert_to_integer f

[Bug c++/18073] [4.0 regression] mmintrin.h rejected by C++ frontend

2004-12-07 Thread mark at codesourcery dot com
--- Additional Comments From mark at codesourcery dot com 2004-12-08 03:46 --- Subject: Re: [4.0 regression] mmintrin.h rejected by C++ frontend reichelt at gcc dot gnu dot org wrote: > --- Additional Comments From reichelt at gcc dot gnu dot org 2004-12-07 > 17:29 --- > Mark

[Bug c++/18073] [4.0 regression] mmintrin.h rejected by C++ frontend

2004-12-07 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Status|REOPENED|ASSIGNED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18073

[Bug c++/18073] [4.0 regression] mmintrin.h rejected by C++ frontend

2004-12-07 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2004-12-07 17:29 --- Mark, it looks like your patch only fixed conversion from integer to vector but not the other way round. The following patch fixes the problem for me. Does this look right? Index: typeck.c ===

[Bug c++/18073] [4.0 regression] mmintrin.h rejected by C++ frontend

2004-12-07 Thread nathan at gcc dot gnu dot org
--- Additional Comments From nathan at gcc dot gnu dot org 2004-12-07 16:11 --- not fixed. still rejecting ./include/mmintrin.h: In function 'int _mm_cvtsi64_si32(int __vector__)': ./include/mmintrin.h:91: error: invalid cast from type 'int __vector__' to type 'long long int' --

[Bug c++/18073] [4.0 regression] mmintrin.h rejected by C++ frontend

2004-12-01 Thread tbptbp at gmail dot com
--- Additional Comments From tbptbp at gmail dot com 2004-12-01 13:41 --- I don't think it's resolved at all, got bitten by exactly the same symptoms with snapshots gcc-4.0-20041128 & gcc-4.0-20041121 on cygwin. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18073

[Bug c++/18073] [4.0 regression] mmintrin.h rejected by C++ frontend

2004-10-22 Thread mark at codesourcery dot com
--- Additional Comments From mark at codesourcery dot com 2004-10-22 16:26 --- Subject: Re: [4.0 regression] mmintrin.h rejected by C++ frontend reichelt at gcc dot gnu dot org wrote: >--- Additional Comments From reichelt at gcc dot gnu dot org 2004-10-22 08:00 >--- >Fixed o

[Bug c++/18073] [4.0 regression] mmintrin.h rejected by C++ frontend

2004-10-22 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2004-10-22 08:00 --- Fixed on mainline. Mark, your patch http://gcc.gnu.org/ml/gcc-cvs/2004-10/msg01201.html adds __extension__ to __gthread_active_p to solve the issue in comment #2. However, this was already fixed by Nathan

[Bug c++/18073] [4.0 regression] mmintrin.h rejected by C++ frontend

2004-10-21 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-10-21 21:23 --- Subject: Bug 18073 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-10-21 21:23:42 Modified files: gcc/testsuite : ChangeLog gcc/cp : C

[Bug c++/18073] [4.0 regression] mmintrin.h rejected by C++ frontend

2004-10-21 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2004-10-21 07:53 --- Just for the record: The trouble with casting between pointer-to-function and void* has been resolved by Nathan's patch http://gcc.gnu.org/ml/gcc-cvs/2004-10/msg01199.html The trouble with mmintrin.h rema

[Bug c++/18073] [4.0 regression] mmintrin.h rejected by C++ frontend

2004-10-20 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |mark at codesourcery dot com |dot org | Status|NEW

[Bug c++/18073] [4.0 regression] mmintrin.h rejected by C++ frontend

2004-10-20 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2004-10-20 13:38 --- Many C++ headers also fail when compiled with -pedantic: == #include == /Work/reichelt/GCC/FARM/gcc-4.0-20041020/bin/../lib/gcc/i686-pc-linux-gnu/4.0.0/../../../../include/

[Bug c++/18073] [4.0 regression] mmintrin.h rejected by C++ frontend

2004-10-20 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-20 12:00 --- Confirmed. This should be accepted. -- What|Removed |Added Severity|normal