[Patch] Fix COMPILE error in regex and remove default parameter in function definition

2013-10-05 Thread Tim Shen
Stupid errors hidden in some large commit. I don't think they will break boostrap? Thanks! -- Tim Shen a.patch Description: Binary data

[C++ Patch] PR 56060

2013-10-05 Thread Paolo Carlini
Hi, in this old (Jakub figured out it already existed in 2007!) ICE on invalid, the problem happens in type_dependent_expression_p: the code for unknown_type_node as TREE_TYPE of the expression doesn't handle EXPR_PACK_EXPANSION as TREE_CODE. It seems to me that we simply have to look inside

Re: Using gen_int_mode instead of GEN_INT minor testsuite fallout on MIPS

2013-10-05 Thread Oleg Endo
On Fri, 2013-09-27 at 11:38 -0700, Mike Stump wrote: > Can the sh people weigh in on this? Are the PSI and PDI precisions 32 and 64? PSI is used for representing FPSCR (floating point control register), which has only max. 22 bits (as far as I know). PDI is used on SH-5 for representing target a

Re: [Patch] Internal functions for testsuite in regex

2013-10-05 Thread Paolo Carlini
Hi, Tim Shen ha scritto: >Some are changed to size_t, some to long; some harmless ones are left. > >I'll do a bootstrap & full test before committing. Patch looks great to me. If you don't get more comments over the next day or so, please go ahead. Thanks! Paolo

Re: [Patch] Internal functions for testsuite in regex

2013-10-05 Thread Paolo Carlini
On 10/05/2013 03:58 AM, Tim Shen wrote: On Fri, Oct 4, 2013 at 12:30 PM, Paolo Carlini wrote: A completely different option, which I also like a lot in fact, would be putting the new *_testsuite functions inside the already existing testsuite/util/testsuite/regex.h. There you would use namespac