Re: RFC: c-common PATCH to allow __int128_t literals

2013-02-13 Thread Joseph S. Myers
On Tue, 12 Feb 2013, Jason Merrill wrote: Although __int128_t is technically not an extended integer type because we don't want to change intmax_t, it seems appropriate to me to give it the same semantics as an extended integer type apart from that one aspect. The only thing we weren't

Re: [PATCH][C++11][ PR55582] Let string literals starting with lower-case 's' be a user-defined literal instead of string + macro.

2013-02-13 Thread Ed Smith-Rowland
On 02/13/2013 01:40 PM, Jason Merrill wrote: I just noticed this patch. Since it was submitted well before the end of stage 3 and looks quite safe, it's OK to go in for 4.8. Please remember to CC/ping me for C++ patches. Thanks, Jason Applied the following after build and test on

C++ PATCH for c++/55670 (wrong error with function pointer member and nsdmi)

2013-02-13 Thread Jason Merrill
cp_parser_member_declaration was seeing that the type-specifier in the declaration had function type and concluded from that that the declaration would have function type, without noticing that the declarator isn't a simple identifier. We should check that. Tested x86_64-pc-linux-gnu,

RE: [patch][wwwdocs] gcc 4.8 changes - AMD new cores

2013-02-13 Thread Gopalasubramanian, Ganesh
Is it OK for wwdocs? Index: gcc-4.8/changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v retrieving revision 1.96 diff -u -r1.96 changes.html --- gcc-4.8/changes.html12 Feb 2013 16:33:58 - 1.96

[PING^1] [AArch64] Implement Bitwise AND and Set Flags

2013-02-13 Thread Hurugalawadi, Naveen
Hi, Please consider this as a reminder to review the patch posted at following link:- http://gcc.gnu.org/ml/gcc-patches/2013-01/msg01374.html The patch is slightly modified to use CC_NZ mode instead of CC. Please review the patch and let me know if its okay? Thanks Regards, Naveen.H.S ---

[PING^1] [Patch, AArch64] Implement SIMD Absolute Difference Instructions

2013-02-13 Thread Hurugalawadi, Naveen
Hi, Please consider this as a gentle reminder to review the patch posted at following link:- http://gcc.gnu.org/ml/gcc-patches/2013-01/msg01412.html Please review the patch and let me know if its okay? Thanks Regards, Naveen.H.S

[PING^2] Allow widening multiplication in tree-ssa/slsr-*.c

2013-02-13 Thread Hurugalawadi, Naveen
Hi, Please consider this as a gentle reminder to review the patch posted at following link:- http://gcc.gnu.org/ml/gcc-patches/2013-01/msg00823.html Please review the patch and let me know if its okay? Thanks Regards, Naveen.H.S

<    1   2