Re: [PATCH 0/4] Properly handle GCC target("march=") (PR71652)

2016-09-22 Thread jh
OK for patches 1-4. Honza Dne 2016-08-12 14:15, Martin Liška napsal: PING^1 Hello. Following small patch set targets $subject, where we ICE if someone uses #pragma GCC target ("arch=generic"). My attempt is to not to create a new target optimization node in case of a wrong value of march

Re: [PATCH 0/4] Properly handle GCC target("march=") (PR71652)

2016-08-12 Thread Martin Liška
PING^1 > Hello. > > Following small patch set targets $subject, where we ICE if someone > uses #pragma GCC target ("arch=generic"). My attempt is to not to > create a new target optimization node in case of a wrong value > of march string. Such approach does not generate multiple errors. > >

[PATCH 0/4] Properly handle GCC target("march=") (PR71652)

2016-07-18 Thread marxin
Hello. Following small patch set targets $subject, where we ICE if someone uses #pragma GCC target ("arch=generic"). My attempt is to not to create a new target optimization node in case of a wrong value of march string. Such approach does not generate multiple errors. Apart from that, I also