[Bug c++/69826] problem with cilkplus pragma and preprocessor variable

2016-03-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69826 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/69826] problem with cilkplus pragma and preprocessor variable

2016-03-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69826 --- Comment #10 from Jakub Jelinek --- Author: jakub Date: Wed Mar 30 12:33:02 2016 New Revision: 234553 URL: https://gcc.gnu.org/viewcvs?rev=234553&root=gcc&view=rev Log: Backported from mainline 2016-02-19 Jakub Jelinek

[Bug c++/69826] problem with cilkplus pragma and preprocessor variable

2016-02-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69826 --- Comment #9 from Jakub Jelinek --- Fixed on the trunk so far.

[Bug c++/69826] problem with cilkplus pragma and preprocessor variable

2016-02-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69826 --- Comment #8 from Jakub Jelinek --- Author: jakub Date: Fri Feb 19 22:12:54 2016 New Revision: 233571 URL: https://gcc.gnu.org/viewcvs?rev=233571&root=gcc&view=rev Log: PR c++/69826 * c-pragma.c (c_pp_lookup_pragma): Handle PRA

[Bug c++/69826] problem with cilkplus pragma and preprocessor variable

2016-02-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69826 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/69826] problem with cilkplus pragma and preprocessor variable

2016-02-17 Thread ycollette.nospam at free dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69826 --- Comment #6 from collette --- Yes, I use ccache. Thanks for the highlight ...

[Bug c++/69826] problem with cilkplus pragma and preprocessor variable

2016-02-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69826 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #5

[Bug c++/69826] problem with cilkplus pragma and preprocessor variable

2016-02-17 Thread ycollette.nospam at free dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69826 --- Comment #4 from collette --- The following bug has been filled on fedora bugtracker: https://bugzilla.redhat.com/show_bug.cgi?id=1309321 This kind of code is used in the cbc solver (version 2.9.7 - with aboca level 4 enable) from the coin-or

[Bug c++/69826] problem with cilkplus pragma and preprocessor variable

2016-02-17 Thread ycollette.nospam at free dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69826 --- Comment #3 from collette --- I downloaded gcc-5.3.0 from the gnu ftp server. The example code compiles fine. So, this is a problem with the fedora gcc version (labelled 5.3.1).

[Bug c++/69826] problem with cilkplus pragma and preprocessor variable

2016-02-15 Thread ycollette.nospam at free dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69826 --- Comment #2 from collette --- The problem is that this code used to compile. And now, it doesn't. It compiles fine with intel compiler (under Windows).

[Bug c++/69826] problem with cilkplus pragma and preprocessor variable

2016-02-15 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69826 --- Comment #1 from Andrew Pinski --- What does the CILK+ documentation say about the pragma and using macros. I do know that not all pragma want to process macros in them.