]>
git.ipfire.org Git - thirdparty/gcc.git/log
Daniel Morris [Wed, 18 Sep 2013 11:08:02 +0000 (11:08 +0000)]
re PR c++/58458 (ISO 14882 typo in docs)
2013-09-18 Daniel Morris <danielm@ecoscentric.com>
Paolo Carlini <paolo.carlini@oracle.com>
PR c++/58458
* doc/implement-cxx.texi: Fix references to the C++ standards.
Co-Authored-By: Paolo Carlini <paolo.carlini@oracle.com>
From-SVN: r202698
Eric Botcazou [Wed, 18 Sep 2013 10:25:44 +0000 (10:25 +0000)]
trans.c (Subprogram_Body_to_gnu): Pop the stack of return variables for subprograms using the CICO mechanism.
* gcc-interface/trans.c (Subprogram_Body_to_gnu): Pop the stack of
return variables for subprograms using the CICO mechanism.
From-SVN: r202686
GCC Administrator [Wed, 18 Sep 2013 00:16:31 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r202673
GCC Administrator [Tue, 17 Sep 2013 00:16:27 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r202639
GCC Administrator [Mon, 16 Sep 2013 00:16:33 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r202606
GCC Administrator [Sun, 15 Sep 2013 00:16:20 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r202597
John David Anglin [Sat, 14 Sep 2013 17:03:32 +0000 (17:03 +0000)]
re PR target/58382 (unwind.inc:136:1: ICE: in trunc_int_for_mode, at explow.c:55)
PR target/58382
* config/pa/pa.c (pa_expand_prologue): Change mode in gen_rtx_POST_INC
calls to word_mode.
From-SVN: r202596
GCC Administrator [Sat, 14 Sep 2013 00:16:36 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r202584
Jason Merrill [Fri, 13 Sep 2013 22:38:42 +0000 (18:38 -0400)]
re PR c++/58273 (Segmentation fault with C++11)
PR c++/58273
* pt.c (any_type_dependent_elements_p): Actually check for
type-dependence, not value-dependence.
From-SVN: r202583
Terry Guo [Fri, 13 Sep 2013 05:26:32 +0000 (05:26 +0000)]
backport: re PR lto/54598 (ICE: Segmentation fault in lto1 at tree-streamer-in.c:unpack_ts_fixed_cst_value_fields())
2013-09-12 Terry Guo <terry.guo@arm.com>
Backport from mainline
2012-09-17 Richard Guenther <rguenther@suse.de>
PR lto/54598
* tree-streamer-in.c (unpack_ts_real_cst_value_fields): Use ggc'ed
FIXED_VALUE_TYPE instead of struct fixed_value.
From-SVN: r202551
GCC Administrator [Fri, 13 Sep 2013 00:16:30 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r202547
GCC Administrator [Thu, 12 Sep 2013 00:16:41 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r202512
GCC Administrator [Wed, 11 Sep 2013 00:16:27 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r202484
Richard Earnshaw [Tue, 10 Sep 2013 16:55:44 +0000 (16:55 +0000)]
re PR target/58361 (Wrong floating point code generated for ARM target)
PR target/58361
* arm/vfp.md (combine_vcvt_f32_<FCVTI32typename>): Fix pattern to
support conditional execution.
(combine_vcvt_f64_<FCVTI32typename>): Likewise.
From-SVN: r202477
GCC Administrator [Tue, 10 Sep 2013 00:16:19 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r202419
GCC Administrator [Mon, 9 Sep 2013 00:16:29 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r202375
GCC Administrator [Sun, 8 Sep 2013 00:16:19 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r202361
GCC Administrator [Sat, 7 Sep 2013 00:16:16 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r202348
GCC Administrator [Fri, 6 Sep 2013 00:16:29 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r202303
GCC Administrator [Thu, 5 Sep 2013 00:16:39 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r202267
GCC Administrator [Wed, 4 Sep 2013 00:16:16 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r202235
Paolo Carlini [Tue, 3 Sep 2013 10:19:16 +0000 (10:19 +0000)]
re PR libstdc++/58302 (compilation error : std::negative_binomial_distribution::operator(e, p))
2013-09-03 Paolo Carlini <paolo.carlini@oracle.com>
PR libstdc++/58302
* include/bits/random.tcc (negative_binomial_distribution<>::
operator()(_UniformRandomNumberGenerator&, const param_type&):
Fix typo in template argument.
* testsuite/26_numerics/random/negative_binomial_distribution/
operators/58302.cc: New.
From-SVN: r202210
GCC Administrator [Tue, 3 Sep 2013 00:16:21 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r202193
Uros Bizjak [Mon, 2 Sep 2013 17:00:25 +0000 (19:00 +0200)]
backport: alpha.c (alpha_emit_conditional_move): Update "cmp" RTX before signed_comparison_operator check to account for "code"...
Backport from mainline
2013-08-31 Uros Bizjak <ubizjak@gmail.com>
* config/alpha/alpha.c (alpha_emit_conditional_move): Update
"cmp" RTX before signed_comparison_operator check to account
for "code" changes.
From-SVN: r202183
GCC Administrator [Mon, 2 Sep 2013 00:16:27 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r202156
Iain Sandoe [Sun, 1 Sep 2013 19:21:33 +0000 (19:21 +0000)]
backport: tm.texi.in (TARGET_OBJC_DECLARE_UNRESOLVED_CLASS_REFERENCE, [...]): Add @hooks.
backport from 4.8
gcc/
* doc/tm.texi.in (TARGET_OBJC_DECLARE_UNRESOLVED_CLASS_REFERENCE,
TARGET_OBJC_DECLARE_CLASS_DEFINITION): Add @hooks.
(ASM_DECLARE_CLASS_REFERENCE, ASM_DECLARE_UNRESOLVED_REFERENCE):
Remove.
* doc/tm.texi: Regenerate.
* config/darwin.h (ASM_OUTPUT_LABELREF): Remove special case for
.objc_class_name_*.
* config/darwin-c.c: Include target.h.
(darwin_objc_declare_unresolved_class_reference): New function.
(darwin_objc_declare_class_definition): New function.
(TARGET_OBJC_DECLARE_UNRESOLVED_CLASS_REFERENCE): Define.
(TARGET_OBJC_DECLARE_CLASS_DEFINITION): Define.
c-family/
* c-target.def (objc_declare_unresolved_class_reference,
objc_declare_class_definition): Add new hooks.
objc/
* objc-next-runtime-abi-01.c: Do not include tm.h and output.h.
Include c-family/c-target.h.
(handle_next_class_ref): Rewrite to emit top-level asm statements.
(handle_next_impent): Likewise.
* objc/Make-lang.in: Fix dependencies for objc-next-runtime-abi-01.o.
From-SVN: r202155
John David Anglin [Sun, 1 Sep 2013 16:56:11 +0000 (16:56 +0000)]
pa.md: Allow "const 0" operand 1 in "scc" insns.
* config/pa/pa.md: Allow "const 0" operand 1 in "scc" insns.
From-SVN: r202152
Iain Sandoe [Sun, 1 Sep 2013 15:39:28 +0000 (15:39 +0000)]
backport: re PR target/51784 (PIC register not correctly preserved in nested funcs / with non-local goto)
gcc:
Backport from mainline:
2013-07-22 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.md (nonlocal_goto_receiver): Delete insn if
it is not needed after split.
2013-07-20 Iain Sandoe <iain@codesourcery.com>
PR target/51784
* config/i386/i386.c (output_set_got) [TARGET_MACHO]: Adjust to emit a
second label for nonlocal goto receivers. Don't output pic base labels
unless we're producing PIC; mark that action unreachable().
(ix86_save_reg): If the function contains a nonlocal label, save the
PIC base reg.
* config/darwin-protos.h (machopic_should_output_picbase_label): New.
* gcc/config/darwin.c (emitted_pic_label_num): New GTY.
(update_pic_label_number_if_needed): New.
(machopic_output_function_base_name): Adjust for nonlocal receiver
case.
(machopic_should_output_picbase_label): New.
* config/i386/i386.md (enum unspecv): UNSPECV_NLGR: New.
(nonlocal_goto_receiver): New insn and split.
From-SVN: r202147
GCC Administrator [Sun, 1 Sep 2013 00:16:15 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r202137
GCC Administrator [Sat, 31 Aug 2013 00:16:17 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r202122
GCC Administrator [Fri, 30 Aug 2013 00:16:23 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r202090
GCC Administrator [Thu, 29 Aug 2013 00:16:21 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r202062
Uros Bizjak [Wed, 28 Aug 2013 08:36:37 +0000 (10:36 +0200)]
backport: re PR target/57927 (-march=core-avx2 different than -march=native on INTEL Haswell (i7-4700K))
Backport from mainline
2013-08-27 Christian Widmer <shadow@umbrox.de>
PR target/57927
* config/i386/driver-i386.c (host_detect_local_cpu): Add detection
of Ivy Bridge processors.
From-SVN: r202047
GCC Administrator [Wed, 28 Aug 2013 00:16:25 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r202037
GCC Administrator [Tue, 27 Aug 2013 00:16:37 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r202011
GCC Administrator [Mon, 26 Aug 2013 00:16:31 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r201982
GCC Administrator [Sun, 25 Aug 2013 00:16:25 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r201970
GCC Administrator [Sat, 24 Aug 2013 00:16:24 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r201957
GCC Administrator [Fri, 23 Aug 2013 00:16:33 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r201930
GCC Administrator [Thu, 22 Aug 2013 00:16:08 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r201911
Richard Earnshaw [Wed, 21 Aug 2013 16:21:04 +0000 (16:21 +0000)]
re PR target/56979 (ICE in output_operand: invalid operand for code 'P')
PR target/56979
* arm.c (aapcs_vfp_allocate): Decompose the argument if the
suggested mode for the assignment isn't compatible with the
registers required.
From-SVN: r201904
GCC Administrator [Wed, 21 Aug 2013 00:16:34 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r201892
Jason Merrill [Tue, 20 Aug 2013 12:59:24 +0000 (08:59 -0400)]
re PR c++/58119 (Invalid ambiguous default type conversion with only a single invalid conversion listed.)
PR c++/58119
* cp-tree.h (WILDCARD_TYPE_P): Split out from...
(MAYBE_CLASS_TYPE_P): ...here.
* cvt.c (build_expr_type_conversion): Don't complain about a
template that can't match the desired type category.
From-SVN: r201881
GCC Administrator [Tue, 20 Aug 2013 00:16:32 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r201861
GCC Administrator [Mon, 19 Aug 2013 00:16:27 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r201830
GCC Administrator [Sun, 18 Aug 2013 00:16:14 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r201819
Uros Bizjak [Sat, 17 Aug 2013 11:42:17 +0000 (13:42 +0200)]
backport: re PR target/58132 (x86-64 gcc generate wrong movabs code for intel syntax)
Backport from mainline
2013-08-12 Perez Read <netfirewall@gmail.com>
PR target/58132
* config/i386/i386.md (*movabs<mode>_1): Add <ptrsize> PTR before
operand 0 for intel asm alternative.
(*movabs<mode>_2): Ditto for operand 1.
From-SVN: r201814
Uros Bizjak [Sat, 17 Aug 2013 10:23:41 +0000 (12:23 +0200)]
compatibility.cc (_ZTIe): Use reinterpret_cast<const cast *> to avoid -Wcast-qual warnings.
* src/c++98/compatibility.cc (_ZTIe): Use
reinterpret_cast<const cast *> to avoid -Wcast-qual warnings.
(_ZTIPe): Ditto.
(ZTIPKe): Ditto.
From-SVN: r201813
GCC Administrator [Sat, 17 Aug 2013 00:16:17 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r201809
GCC Administrator [Fri, 16 Aug 2013 00:16:22 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r201777
GCC Administrator [Thu, 15 Aug 2013 00:16:20 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r201756
GCC Administrator [Wed, 14 Aug 2013 00:16:29 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r201715
Eric Botcazou [Tue, 13 Aug 2013 16:02:49 +0000 (16:02 +0000)]
trans.c (can_equal_min_or_max_val_p): Be prepared for values outside of the range of the type.
* gcc-interface/trans.c (can_equal_min_or_max_val_p): Be prepared for
values outside of the range of the type.
From-SVN: r201694
Marek Polacek [Tue, 13 Aug 2013 13:42:28 +0000 (13:42 +0000)]
re PR tree-optimization/57980 (gcc 4.8.1 -foptimize-sibling-calls -O1 ICE in build_int_cst_wide, at tree.c:1210)
2013-08-13 Marek Polacek <polacek@redhat.com>
Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/57980
* tree-tailcall.c (process_assignment): Return false
when not dealing with integers or floats.
* gcc.dg/pr57980.c: New test.
From-SVN: r201688
GCC Administrator [Tue, 13 Aug 2013 00:16:16 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r201676
David Edelsohn [Mon, 12 Aug 2013 15:41:34 +0000 (15:41 +0000)]
backport: collect2-aix.h: Define F_LOADONLY.
Backport from mainline
2013-02-14 Steven Bosscher <steven@gcc.gnu.org>
* collect2-aix.h: Define F_LOADONLY.
From-SVN: r201665
GCC Administrator [Mon, 12 Aug 2013 00:16:34 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r201655
Janus Weil [Sun, 11 Aug 2013 14:08:12 +0000 (16:08 +0200)]
backport: re PR fortran/58058 (Memory leak with transfer function)
2013-08-11 Janus Weil <janus@gcc.gnu.org>
Backport from trunk:
2013-08-09 Janus Weil <janus@gcc.gnu.org>
PR fortran/58058
* trans-intrinsic.c (gfc_conv_intrinsic_transfer): Free the temporary
string, if necessary.
2013-08-11 Janus Weil <janus@gcc.gnu.org>
Backport from trunk:
2013-08-09 Janus Weil <janus@gcc.gnu.org>
PR fortran/58058
* gfortran.dg/transfer_intrinsic_6.f90: New.
From-SVN: r201653
GCC Administrator [Sun, 11 Aug 2013 00:16:15 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r201649
GCC Administrator [Sat, 10 Aug 2013 00:16:32 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r201641
GCC Administrator [Fri, 9 Aug 2013 00:16:31 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r201612
GCC Administrator [Thu, 8 Aug 2013 00:16:40 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r201586
GCC Administrator [Wed, 7 Aug 2013 00:16:21 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r201546
GCC Administrator [Tue, 6 Aug 2013 00:16:13 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r201514
GCC Administrator [Mon, 5 Aug 2013 00:16:30 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r201476
GCC Administrator [Sun, 4 Aug 2013 00:16:26 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r201471
GCC Administrator [Sat, 3 Aug 2013 00:16:23 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r201459
Eric Botcazou [Fri, 2 Aug 2013 21:43:51 +0000 (21:43 +0000)]
sparc.c (sparc_emit_membar_for_model): Add the implied StoreLoad barrier for atomic operations if before.
* config/sparc/sparc.c (sparc_emit_membar_for_model) <SMM_TSO>: Add
the implied StoreLoad barrier for atomic operations if before.
From-SVN: r201452
GCC Administrator [Fri, 2 Aug 2013 00:16:22 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r201421
Maxim Kuvyrkov [Thu, 1 Aug 2013 21:28:16 +0000 (21:28 +0000)]
Backport from trunk: Fix licenses on several libgcc files.
* config/ia64/unwind-ia64.h,
* config/mips/vr4120-div.S: Fix license from GPL-3.0+ to
GPL-3.0-with-GCC-exception.
From-SVN: r201419
GCC Administrator [Thu, 1 Aug 2013 00:16:20 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r201395
GCC Administrator [Wed, 31 Jul 2013 00:16:24 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r201355
GCC Administrator [Tue, 30 Jul 2013 00:16:14 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r201322
GCC Administrator [Mon, 29 Jul 2013 00:16:21 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r201295
GCC Administrator [Sun, 28 Jul 2013 00:16:26 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r201288
GCC Administrator [Sat, 27 Jul 2013 00:16:24 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r201277
GCC Administrator [Fri, 26 Jul 2013 00:16:16 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r201257
GCC Administrator [Thu, 25 Jul 2013 00:16:31 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r201231
GCC Administrator [Wed, 24 Jul 2013 00:16:27 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r201197
GCC Administrator [Tue, 23 Jul 2013 00:16:23 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r201150
GCC Administrator [Mon, 22 Jul 2013 00:16:26 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r201114
GCC Administrator [Sun, 21 Jul 2013 00:16:08 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r201088
GCC Administrator [Sat, 20 Jul 2013 00:16:07 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r201076
GCC Administrator [Fri, 19 Jul 2013 00:16:08 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r201043
GCC Administrator [Thu, 18 Jul 2013 00:16:27 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r201017
GCC Administrator [Wed, 17 Jul 2013 00:16:24 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r200994
Iain Sandoe [Tue, 16 Jul 2013 14:44:29 +0000 (14:44 +0000)]
re PR target/55656 (objc/obj-c++ failures present under darwin11)
gcc/testsuite/
PR target/55656
PR target/55657
* obj-c++.dg/cxx-ivars-3.mm: Use NSObject instead of Object.
* obj-c++.dg/strings/const-cfstring-5.mm: Likewise.
* obj-c++.dg/torture/strings/const-str-10.mm: Likewise.
* obj-c++.dg/torture/strings/const-str-9.mm: Likewise.
* objc.dg/image-info.m: Likewise.
* objc.dg/symtab-1.m: Likewise.
* objc.dg/torture/strings/const-str-10.m: Likewise.
* objc.dg/torture/strings/const-str-11.m: Likewise.
* objc.dg/torture/strings/const-str-9.m: Likewise.
* objc.dg/zero-link-1.m: Likewise.
* objc.dg/zero-link-2.m: Likewise.
* objc.dg/no-extra-load.m: Avoid Foundation.h.
* objc.dg/objc-foreach-4.m: Likewise.
* objc.dg/objc-foreach-5.m: Likewise.
* obj-c++.dg/proto-lossage-7.mm: Use NSObject instead of Object
(for Darwin).
* obj-c++.dg/strings/const-str-12.mm: Likewise.
* obj-c++.dg/syntax-error-1.mm: Likewise.
* objc.dg/method-6.m: Likewise.
* objc.dg/pr23214.m: Likewise.
* objc.dg/proto-lossage-7.m: Likewise.
* objc.dg/strings/const-str-12b.m: Likewise.
* objc.dg/zero-link-3.m: Likewise.
* obj-c++.dg/method-12.mm: Skip on Darwin versions without 'Object'.
* objc.dg/encode-7-next-64bit.m: Use NSObject instead of Object,
adjust headers, interfaces and encoded types to reflect current system
versions. Add FIXME and outputs from current system compiler for
reference.
From-SVN: r200982
GCC Administrator [Tue, 16 Jul 2013 00:16:30 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r200970
GCC Administrator [Mon, 15 Jul 2013 00:16:28 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r200951
GCC Administrator [Sun, 14 Jul 2013 00:16:12 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r200942
GCC Administrator [Sat, 13 Jul 2013 00:16:28 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r200933
GCC Administrator [Fri, 12 Jul 2013 00:16:09 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r200916
Georg-Johann Lay [Thu, 11 Jul 2013 08:50:09 +0000 (08:50 +0000)]
backport: re PR target/57631 (Use assembler name for sanity checking of ISR names provided it is set)
Backport from 2013-07-11 trunk r200901.
PR target/57631
* config/avr/avr.c (avr_set_current_function): Sanity-check signal
name seen by assembler/linker if available.
From-SVN: r200903
GCC Administrator [Thu, 11 Jul 2013 00:16:06 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r200894
Georg-Johann Lay [Wed, 10 Jul 2013 12:43:07 +0000 (12:43 +0000)]
backport: re PR target/57844 (ICE: unrecognizable addqi3 insn with -msp8 and frame size of 128 bytes)
Backport from 2013-07-10 trunk r200872.
PR target/57844
* config/avr/avr.c (avr_prologue_setup_frame): Trunk -size to mode
of my_fp.
From-SVN: r200874
Jason Merrill [Wed, 10 Jul 2013 08:53:49 +0000 (04:53 -0400)]
Revert accidental checkin.
From-SVN: r200866
Uros Bizjak [Wed, 10 Jul 2013 06:30:30 +0000 (08:30 +0200)]
backport: sse.md (sse_movlhps): Change alternative 3 of operand 2 to "m".
Backport from mainline
2013-07-06 Uros Bizjak <ubizjak@gmail.com>
* config/i386/sse.md (sse_movlhps): Change alternative 3
of operand 2 to "m".
From-SVN: r200864
Paolo Carlini [Wed, 10 Jul 2013 05:53:45 +0000 (05:53 +0000)]
re PR c++/54170 (Call to lambda elided)
/cp
2012-12-03 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/54170
* cvt.c (cp_convert_to_pointer): Don't discard side-effects from
expressions of nullptr_t.
* typeck.c (build_ptrmemfunc): Likewise.
/testsuite
2012-12-03 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/54170
* g++.dg/cpp0x/lambda/lambda-nullptr.C: New.
From-SVN: r200863
Jason Merrill [Wed, 10 Jul 2013 05:53:35 +0000 (01:53 -0400)]
re PR c++/57793 (ICE with bitfields in get_bit_range)
PR c++/57793
* expr.c (get_inner_reference): Avoid returning a negative bitpos.
From-SVN: r200862
GCC Administrator [Wed, 10 Jul 2013 00:16:18 +0000 (00:16 +0000)]
Daily bump.
From-SVN: r200857