summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* PR bootstrap/56258jakub2013-02-217-9/+26
| | | | | | | | | | | | | | | * doc/invoke.texi (-fdump-rtl-pro_and_epilogue): Use @item instead of @itemx. * gnat-style.texi (@title): Remove @hfill. * projects.texi: Avoid line wrapping inside of @pxref or @xref. * doc/cp-tools.texinfo (Virtual Machine Options): Use just one @gccoptlist instead of 3 separate ones. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196196 138bc75d-0d04-0410-961f-82ee72b054a4
* PR inline-asm/56405jakub2013-02-214-0/+20
| | | | | | | | | | * expr.c (expand_expr_real_1) <case TARGET_MEM_REF, MEM_REF>: Don't use movmisalign or extract_bit_field for EXPAND_MEMORY modifier. * gcc.c-torture/compile/pr56405.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196195 138bc75d-0d04-0410-961f-82ee72b054a4
* 2012-02-21 Tobias Burnus <burnus@net-b.de>burnus2013-02-213-101/+109
| | | | | | | | | | | | PR fortran/56416 * gfortran.texi (Part II: Language Reference, Extensions, Non-Fortran Main Program): Sort @menu to match actual section order. * intrinsic.texi (Intrinsic Procedures): Ditto. (C_F_POINTER, PRECISION): Move to the alphabetically correct place. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196194 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2013-02-211-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196191 138bc75d-0d04-0410-961f-82ee72b054a4
* * include/std/streambuf (basic_streambuf): Use injected class nameredi2013-02-202-13/+18
| | | | | | | instead of non-standard __streambuf_type typedef. Fix unclosed Doxygen group. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196185 138bc75d-0d04-0410-961f-82ee72b054a4
* * doc/html/faq.html: Fix spelling.redi2013-02-207-7/+16
| | | | | | | | | | * doc/xml/faq.xml: Likewise. * include/bits/basic_ios.h: Likewise. * include/bits/regex.h: Likewise. * include/std/istream: Likewise. * include/std/streambuf: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196184 138bc75d-0d04-0410-961f-82ee72b054a4
* * testsuite/23_containers/unordered_set/55043.cc: Add missingredi2013-02-203-2/+8
| | | | | | | namespace qualification. * testsuite/23_containers/unordered_multiset/55043.cc: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196183 138bc75d-0d04-0410-961f-82ee72b054a4
* PR go/56171ian2013-02-206-29/+103
| | | | | | | | | syscall: Solaris fixes for passing file descriptor. From Rainer Orth. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196180 138bc75d-0d04-0410-961f-82ee72b054a4
* PR go/56320ian2013-02-201-3/+4
| | | | | | | | | runtime: Support Solaris AMD64 in lfstack. The address space layout is similar on SPARC64 and AMD64 when running Solaris. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196179 138bc75d-0d04-0410-961f-82ee72b054a4
* PR tree-optimization/56265hubicka2013-02-204-3/+119
| | | | | | | | | * ipa-prop.c (ipa_make_edge_direct_to_target): Fixup callgraph when target is referenced for firs ttime. * testsuite/g++.dg/ipa/devirt-11.C: New testcase. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196177 138bc75d-0d04-0410-961f-82ee72b054a4
* 2013-02-20 Richard Biener <rguenther@suse.de>rguenth2013-02-2011-41/+53
| | | | | | | | | | | | | | | | | | | | | * tree-call-cdce.c (tree_call_cdce): Do not remove unused locals. * tree-ssa-forwprop.c (ssa_forward_propagate_and_combine): Likewise. * tree-ssa-dce.c (perform_tree_ssa_dce): Likewise. * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Do not return anything. (rename_ssa_copies): Do not remove unused locals. * tree-ssa-ccp.c (do_ssa_ccp): Likewise. * tree-ssanames.c (pass_release_ssa_names): Remove unused locals first. * passes.c (execute_function_todo): Do not schedule unused locals removal if cleanup_tree_cfg did something. * tree-ssa-live.c (remove_unused_locals): Dump statistics about the number of removed locals. * gcc.dg/tree-ssa/forwprop-8.c: Adjust. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196174 138bc75d-0d04-0410-961f-82ee72b054a4
* 2013-02-20 Richard Biener <rguenther@suse.de>rguenth2013-02-202-0/+7
| | | | | | | | | PR tree-optimization/56398 * tree-vect-loop-manip.c (adjust_debug_stmts): Skip SSA default defs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196172 138bc75d-0d04-0410-961f-82ee72b054a4
* 2013-02-20 Martin Jambor <mjambor@suse.cz>jamborm2013-02-202-0/+22
| | | | | | | | | | PR tree-optimization/55334 * ipa-cp.c (initialize_node_lattices): Disable IPA-CP through and to restricted pointers to arrays. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196171 138bc75d-0d04-0410-961f-82ee72b054a4
* 2013-02-20 Richard Biener <rguenther@suse.de>rguenth2013-02-205-4/+53
| | | | | | | | | | | | | | | | | | | Jakub Jelinek <jakub@redhat.com> PR tree-optimization/56396 * tree-ssa-ccp.c (n_const_val): New static variable. (get_value): Return NULL for SSA names we don't have a lattice entry for. (ccp_initialize): Initialize n_const_val. * tree-ssa-copy.c (n_copy_of): New static variable. (init_copy_prop): Initialize n_copy_of. (get_value): Return NULL_TREE for SSA names we don't have a lattice entry for. * gcc.dg/pr56396.c: New testcase. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196170 138bc75d-0d04-0410-961f-82ee72b054a4
* 2013-02-20 Martin Jambor <mjambor@suse.cz>jamborm2013-02-202-1/+5
| | | | | | | | * ipa-cp.c (initialize_node_lattices): Fix dumping condition. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196169 138bc75d-0d04-0410-961f-82ee72b054a4
* 2013-02-20 Richard Biener <rguenther@suse.de>rguenth2013-02-202-2/+8
| | | | | | | | * genpreds.c (write_lookup_constraint): Do not compare first letter of the constraint again. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196167 138bc75d-0d04-0410-961f-82ee72b054a4
* 2013-02-20 Richard Biener <rguenther@suse.de>rguenth2013-02-202-10/+15
| | | | | | | | | | * tree-ssa-loop-ivopts.c (alloc_use_cost_map): Use bitmap_count_bits and ceil_log2. (get_use_iv_cost): Terminate hashtable walk when coming across an empty entry. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196166 138bc75d-0d04-0410-961f-82ee72b054a4
* /cppaolo2013-02-208-19/+57
| | | | | | | | | | | | | | | | | | | | | 2013-02-20 Paolo Carlini <paolo.carlini@oracle.com> PR c++/56373 * tree.c (maybe_warn_zero_as_null_pointer_constant): Add. * cvt.c (ocp_convert): Use the latter. (cp_convert_to_pointer): Likewise. * decl.c (check_default_argument): Likewise. * typeck.c (cp_build_binary_op): Likewise. * cp-tree.h (maybe_warn_zero_as_null_pointer_constant): Declare. /testsuite 2013-02-20 Paolo Carlini <paolo.carlini@oracle.com> PR c++/56373 * g++.dg/cpp0x/Wzero-as-null-pointer-constant-2.C: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196165 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/i386/i386.c (initial_ix86_tune_features): Turn on fpkyukhin2013-02-202-1/+6
| | | | | | | reassociation for avx2 targets. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196164 138bc75d-0d04-0410-961f-82ee72b054a4
* 2013-02-19 Benjamin Kosnik <bkoz@redhat.com>bkoz2013-02-2012-75/+179
| | | | | | | | | | | | | | | | | | | * doc/doxygen/user.cfg.in: Set __cplusplus to 201103L. Change to _GLIBCXX_INCLUDE_AS_CXX11. DIRECTORY_GRAPH, MARKDOWN_SUPPORT, AUTOLINK_SUPPORT to NO. Update to doxygen 1.8.3.1. * include/bits/stl_pair.h: Add to utilities group. * include/std/tuple: Same. * include/std/typeindex: Same. * include/bits/stringfwd.h: Fix markup. * include/std/limits: Same. * include/std/type_traits: Same. * include/tr1/memory: Same. * include/tr1/regex: Same. * scripts/run_doxygen: Comment. * testsuite/20_util/uses_allocator/cons_neg.cc: Fixup line numbers. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196162 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2013-02-201-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196161 138bc75d-0d04-0410-961f-82ee72b054a4
* Add support for the CLZ insneager2013-02-194-0/+32
| | | | | | | | | | | | * config/microblaze/microblaze.c: microblaze_has_clz = 0 Add version check for v8.10.a to enable microblaze_has_clz * config/microblaze/microblaze.h: Add TARGET_HAS_CLZ as combined version and TARGET_PATTERN_COMPARE check * config/microblaze/microblaze.md: New clzsi2 instruction git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196158 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/microblaze/microblaze.md (call_value_intern): Check symbol is eager2013-02-192-3/+16
| | | | | | | | function before branching. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196157 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/microblaze/modsi3.S (modsi3): Fix case with 0x80000000 eager2013-02-192-0/+6
| | | | | | | | as dividend. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196156 138bc75d-0d04-0410-961f-82ee72b054a4
* PR libquadmath/56379jakub2013-02-192-21/+29
| | | | | | | | * strtod/strtod_l.c (mpn_lshift_1): Rewritten as function-like macro. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196155 138bc75d-0d04-0410-961f-82ee72b054a4
* PR target/56347danglin2013-02-196-42/+10
| | | | | | | | | | | | | * acinclude.m4 (LIBGFOR_CHECK_FOR_BROKEN_POWF): Remove check for broken powf. * configure.ac (LIBGFOR_CHECK_FOR_BROKEN_POWF): Likewise. * intrinsics/c99_functions.c: Likewise. * configure: Rebuilt. * config.h.in: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196139 138bc75d-0d04-0410-961f-82ee72b054a4
* * sel-sched-dump.c (dump_insn_rtx_flags): Explicitly setabel2013-02-192-2/+8
| | | | | | | | | DUMP_INSN_RTX_UID. (dump_insn_rtx_1): Pass PATTERN (insn) to str_pattern_slim. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196138 138bc75d-0d04-0410-961f-82ee72b054a4
* 2012-02-19 Andrey Belevantsev <abel@ispras.ru>abel2013-02-193-1/+77
| | | | | | | | | | | | | | PR middle-end/55889 * sel-sched.c: Include ira.h. (implicit_clobber_conflict_p): New function. (moveup_expr): Use it. * Makefile.in (sel-sched.o): Depend on ira.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196137 138bc75d-0d04-0410-961f-82ee72b054a4
* 2013-02-19 Richard Biener <rguenther@suse.de>rguenth2013-02-195-10/+58
| | | | | | | | | | | | | | | | PR tree-optimization/56384 * tree-ssa-sccvn.h (struct vn_phi_s): Add type member. (vn_hash_type): Split out from ... (vn_hash_constant_with_type): ... here. * tree-ssa-sccvn.c (vn_phi_compute_hash): Use vn_hash_type. (vn_phi_eq): Compare types from vn_phi_s structure. (vn_phi_lookup): Populate vn_phi_s type. (vn_phi_insert): Likewise. * gcc.dg/torture/pr56384.c: New testcase. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196136 138bc75d-0d04-0410-961f-82ee72b054a4
* PR tree-optimization/56350jakub2013-02-194-6/+34
| | | | | | | | | | | * tree-vect-loop.c (vectorizable_reduction): If orig_stmt, return false if haven't found reduction or nested cycle operand, rather than asserting we must find it. * gcc.dg/pr56350.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196134 138bc75d-0d04-0410-961f-82ee72b054a4
* PR tree-optimization/56381jakub2013-02-195-3/+170
| | | | | | | | | | * tree-ssa-pre.c (create_expression_by_pieces): Fix up last argument to fold_build3. * g++.dg/opt/pr56381.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196133 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2013-02-191-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196132 138bc75d-0d04-0410-961f-82ee72b054a4
* PR target/52555aldyh2013-02-1914-8/+148
| | | | | | | | | | | | | | | | | | | | | | | | | | | * genopinit.c (raw_optab_handler): Use this_fn_optabs. (swap_optab_enable): Same. (init_all_optabs): Use argument instead of global. * tree.h (struct tree_optimization_option): New field target_optabs. * expr.h (init_all_optabs): Add argument to prototype. (TREE_OPTIMIZATION_OPTABS): New. (save_optabs_if_changed): Protoize. * optabs.h: Declare this_fn_optabs. * optabs.c (save_optabs_if_changed): New. Declare this_fn_optabs. (init_optabs): Add argument to init_all_optabs() call. * function.c (invoke_set_current_function_hook): Handle per function optabs. * function.h (struct function): New field optabs. * config/mips/mips.c (mips_set_mips16_mode): Handle when optimization_current_node has changed. * target-globals.h (save_target_globals_default_opts): Protoize. * target-globals.c (save_target_globals_default_opts): New. c-family/ * c-common.c (handle_optimize_attribute): Call save_optabs_if_changed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196129 138bc75d-0d04-0410-961f-82ee72b054a4
* PR pch/54117jakub2013-02-1811-2/+96
| | | | | | | | | | | | | | | | | | | | | | | | * c-opts.c (c_common_post_options): If debug info is enabled and non-dwarf*, refuse to load PCH files and when writing PCH file warn. * lib/dg-pch.exp (pch-init, pch-finish, check_effective_target_pch_supported_debug): New procs. (dg-flags-pch): If $pch_unsupported, make tests UNSUPPORTED. Likewise if $pch_unsupported_debug and $flags include -g. Skip FAILs about missing *.gch file if $pch_unsupported_debug and dg-require-effective-target pch_unsupported_debug. * g++.dg/pch/pch.exp: Call pch-init and pch-finish. * objc.dg/pch/pch.exp: Likewise. * gcc.dg/pch/pch.exp: Likewise. * gcc.dg/pch/valid-1.c: Add dg-require-effective-target pch_unsupported_debug. * gcc.dg/pch/valid-1.hs: Likewise. * gcc.dg/pch/valid-1b.c: Likewise. * gcc.dg/pch/valid-1b.hs: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196124 138bc75d-0d04-0410-961f-82ee72b054a4
* PR target/56347danglin2013-02-182-1/+20
| | | | | | | | | * config/pa/pa.c (pa_conditional_register_usage): On HP-UX, mark registers %fr12 and %fr12R as call used. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196123 138bc75d-0d04-0410-961f-82ee72b054a4
* PR target/56214danglin2013-02-183-30/+24
| | | | | | | | | | | | | | * config/pa/predicates.md (base14_operand): Except for BLKmode, QImode and HImode, require all displacements to be an integer multiple of the mode size. * config/pa/pa.c (pa_legitimate_address_p): For REG+BASE addresses, only allow QImode and HImode when reload is in progress and strict is true. Likewise for symbolic addresses. Use base14_operand to check displacements in REG+BASE addresses. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196122 138bc75d-0d04-0410-961f-82ee72b054a4
* 2013-02-18 Richard Biener <rguenther@suse.de>rguenth2013-02-184-0/+43
| | | | | | | | | | | PR tree-optimization/56366 * tree-vect-loop.c (get_initial_def_for_induction): Properly handle sign-conversion of outer-loop initial induction value. * gcc.dg/torture/pr56366.c: New testcase. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196121 138bc75d-0d04-0410-961f-82ee72b054a4
* 2013-02-18 Richard Biener <rguenther@suse.de>rguenth2013-02-183-3/+3
| | | | | | | | | PR middle-end/56349 * gcc.dg/torture/pr56350.c: Move ... * gcc.dg/torture/pr56349.c: ... here. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196119 138bc75d-0d04-0410-961f-82ee72b054a4
* 2013-02-18 Richard Biener <rguenther@suse.de>rguenth2013-02-185-1/+76
| | | | | | | | | | | | | | PR middle-end/56350 * cfghooks.c (merge_blocks): If we merge a latch into another block adjust references to it. * cfgloop.c (flow_loops_find): Reset latch before recomputing it. (verify_loop_structure): Verify that a recorded latch is in fact a latch. * gcc.dg/torture/pr56350.c: New testcase. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196118 138bc75d-0d04-0410-961f-82ee72b054a4
* 2013-02-18 Richard Biener <rguenther@suse.de>rguenth2013-02-184-3/+23
| | | | | | | | | | | PR tree-optimization/56321 * tree-ssa-reassoc.c (propagate_op_to_single_use): Properly order SSA name release and virtual operand unlinking. * gcc.dg/torture/pr56321.c: New testcase. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196117 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2013-02-181-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196115 138bc75d-0d04-0410-961f-82ee72b054a4
* Free variable local allocs at block ends.eager2013-02-172-0/+31
| | | | | | | | | * config/microblaze/microblaze.md (save_stack_block): Define. (restore_stack_block): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196110 138bc75d-0d04-0410-961f-82ee72b054a4
* 2013-02-17 Tobias Burnus <burnus@net-b.de>burnus2013-02-172-1/+5
| | | | | | | | * math/cacoshq.c (cacoshq): Call signbitq instead of signbit. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196109 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2013-02-171-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196107 138bc75d-0d04-0410-961f-82ee72b054a4
* Add TARGET_SUPPORTS_PIC flag and check that the flag_pic = 2eager2013-02-166-0/+30
| | | | | | | | | | | * config/microblaze/linux.h (TARGET_SUPPORTS_PIC): Define as 1. * config/microblaze/microblaze.h (TARGET_SUPPORTS_PIC): Define as 1. * config/microblaze/microblaze.c (microblaze_option_override): Bail out early for PIC modes when target does not support PIC. * gcc.dg/20020312-2.c: Define MicroBlaze PIC register git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196104 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/microblaze/microblaze.c (microblaze_asm_trampoline_template): eager2013-02-163-12/+17
| | | | | | | | | | | Replace with a microblaze version. (microblaze_trampoline_init): Adapt for microblaze. * gcc/config/microblaze/microblaze.h (TRAMPOLINE_SIZE): Adapt for microblaze. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196103 138bc75d-0d04-0410-961f-82ee72b054a4
* [asan] Fix for PR asan/56330dodji2013-02-1610-45/+185
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | gcc/ * asan.c (get_mem_refs_of_builtin_call): White space and style cleanup. (instrument_mem_region_access): Do not forget to always put instrumentation of the of 'base' and 'base + len' in a "if (len != 0) statement, even for cases where either 'base' or 'base + len' are not instrumented -- because they have been previously instrumented. Simplify the logic by putting all the statements instrument 'base + len' inside a sequence, and then insert that sequence right before the current insertion point. Then, to instrument 'base + len', just get an iterator on that statement. And do not forget to update the pointer to iterator the function received as argument. gcc/testsuite/ * c-c++-common/asan/no-redundant-instrumentation-4.c: New test file. * c-c++-common/asan/no-redundant-instrumentation-5.c: Likewise. * c-c++-common/asan/no-redundant-instrumentation-6.c: Likewise. * c-c++-common/asan/no-redundant-instrumentation-7.c: Likewise. * c-c++-common/asan/no-redundant-instrumentation-8.c: Likewise. * c-c++-common/asan/pr56330.c: Likewise. * c-c++-common/asan/no-redundant-instrumentation-1.c (test1): Ensure the size argument of __builtin_memcpy is a constant. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196102 138bc75d-0d04-0410-961f-82ee72b054a4
* /cppaolo2013-02-164-1/+22
| | | | | | | | | | | | | | | | | | | 2013-02-15 Jonathan Wakely <jwakely.gcc@gmail.com> Paolo Carlini <paolo.carlini@oracle.com> PR c++/51242 * decl2.c (grokbitfield): Allow scoped enumeration types. /testsuite 2013-02-15 Jonathan Wakely <jwakely.gcc@gmail.com> Paolo Carlini <paolo.carlini@oracle.com> PR c++/51242 * g++.dg/cpp0x/enum23.C: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196100 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2013-02-161-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196098 138bc75d-0d04-0410-961f-82ee72b054a4
* PR target/54685olegendo2013-02-152-4/+9
| | | | | | | | * gcc.target/sh/pr54685.c: Fix scanning of not insn. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196092 138bc75d-0d04-0410-961f-82ee72b054a4