Re: [PATCH, 4.6] Fix PR53170: missing target c++11 selector

2012-05-23 Thread Paolo Carlini
On 05/23/2012 05:39 AM, Michael Hope wrote: On 21/05/12 21:14, Paolo Carlini wrote: On 05/21/2012 01:45 AM, Michael Hope wrote: The testsuite for PR52796 uses the 'target c++11' selector which doesn't exist in 4.6. This patch backports the selector, clearing the 'ERROR:

Re: [PATCH, 4.6] Fix PR53170: missing target c++11 selector

2012-05-23 Thread Michael Hope
On 24 May 2012 00:27, Paolo Carlini paolo.carl...@oracle.com wrote: On 05/23/2012 05:39 AM, Michael Hope wrote: On 21/05/12 21:14, Paolo Carlini wrote: On 05/21/2012 01:45 AM, Michael Hope wrote: The testsuite for PR52796 uses the 'target c++11' selector which doesn't exist in 4.6. This

Re: [PATCH, 4.6] Fix PR53170: missing target c++11 selector

2012-05-22 Thread Michael Hope
On 21/05/12 21:14, Paolo Carlini wrote: On 05/21/2012 01:45 AM, Michael Hope wrote: The testsuite for PR52796 uses the 'target c++11' selector which doesn't exist in 4.6. This patch backports the selector, clearing the 'ERROR: g++.dg/cpp0x/variadic-value1.C: syntax error in target selector

Re: [PATCH, 4.6] Fix PR53170: missing target c++11 selector

2012-05-21 Thread Paolo Carlini
On 05/21/2012 01:45 AM, Michael Hope wrote: The testsuite for PR52796 uses the 'target c++11' selector which doesn't exist in 4.6. This patch backports the selector, clearing the 'ERROR: g++.dg/cpp0x/variadic-value1.C: syntax error in target selector target c++11 for dg-do 2 run { target

Re: [PATCH, 4.6] Fix PR53170: missing target c++11 selector

2012-05-21 Thread Fabien ChĂȘne
2012/5/21 Paolo Carlini paolo.carl...@oracle.com: On 05/21/2012 01:45 AM, Michael Hope wrote: The testsuite for PR52796 uses the 'target c++11' selector which doesn't exist in 4.6. This patch backports the selector, clearing the 'ERROR: g++.dg/cpp0x/variadic-value1.C: syntax error in target

Re: [PATCH, 4.6] Fix PR53170: missing target c++11 selector

2012-05-21 Thread Paolo Carlini
On 05/21/2012 11:49 AM, Fabien ChĂȘne wrote: Doesn't the target selector c++11 set -pedantic as well ? You may be right, I didn't check, sorry. Then just add that too, wouldn't be the first time. Paolo.

[PATCH, 4.6] Fix PR53170: missing target c++11 selector

2012-05-20 Thread Michael Hope
The testsuite for PR52796 uses the 'target c++11' selector which doesn't exist in 4.6. This patch backports the selector, clearing the 'ERROR: g++.dg/cpp0x/variadic-value1.C: syntax error in target selector target c++11 for dg-do 2 run { target c++11 } ' errors which have appeared in recent