OSDN Git Service

pf3gnuchains/gcc-fork.git
15 years ago PR debug/39485
jakub [Wed, 18 Mar 2009 17:06:15 +0000 (17:06 +0000)]
PR debug/39485
* function.c (use_register_for_decl): When not optimizing, disregard
register keyword for variables with types containing methods.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144939 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * dse.c (struct group_info): Reorder fields for 64-bit hosts.
jakub [Wed, 18 Mar 2009 17:04:26 +0000 (17:04 +0000)]
* dse.c (struct group_info): Reorder fields for 64-bit hosts.
* matrix-reorg.c (struct matrix_info): Likewise.
* tree-ssa-loop-ivopts.c (struct ivopts_data): Likewise.
* rtl.h (struct mem_attrs): Likewise.
* df.h (struct df): Likewise.
* tree-data-ref.h (struct data_dependence_relation): Likewise.
* ira-int.h (struct ira_allocno): Likewise.
* df-scan.c (struct df_collection_rec): Likewise.
* ira.c (struct equivalence): Likewise.
* function.c (struct temp_slot): Likewise.
* cfgloop.h (struct loop): Likewise.

* parser.c (struct cp_token): Reorder fields for 64-bit hosts.
(eof_token): Adjust.

* include/cpplib.h (struct cpp_dir): Reorder fields for 64-bit hosts.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144938 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-18 Sebastian Pop <sebastian.pop@amd.com>
spop [Wed, 18 Mar 2009 16:59:55 +0000 (16:59 +0000)]
2009-03-18  Sebastian Pop  <sebastian.pop@amd.com>

* graphite.c (exclude_component_ref): Renamed contains_component_ref_p.
(is_simple_operand): Call contains_component_ref_p before calling data
reference analysis that would fail on COMPONENT_REFs.

* tree-vrp.c (search_for_addr_array): Fix formatting.

* g++.dg/graphite: New.
* g++.dg/graphite/graphite.exp: New.
* g++.dg/graphite/pr39447.C: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144937 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-18 Richard Guenther <rguenther@suse.de>
rguenth [Wed, 18 Mar 2009 15:29:28 +0000 (15:29 +0000)]
2009-03-18  Richard Guenther  <rguenther@suse.de>

* tree-vect-transform.c (vect_loop_versioning): Fold the
generated comparisons.
* tree-vectorizer.c (set_prologue_iterations): Likewise.
(slpeel_tree_peel_loop_to_edge): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144934 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agogcc/cp/
hjl [Wed, 18 Mar 2009 14:56:45 +0000 (14:56 +0000)]
gcc/cp/

2009-03-18  H.J. Lu  <hongjiu.lu@intel.com>

PR c++/39425
* parser.c (cp_parser_explicit_specialization): Don't skip the
rest of the specialization when begin_specialization returns
false.

gcc/testsuite/

2009-03-18  H.J. Lu  <hongjiu.lu@intel.com>

PR c++/39425
* g++.dg/template/pr39425.C: New.

* g++.dg/template/spec33.C: Updated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144932 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoDaily bump.
gccadmin [Wed, 18 Mar 2009 00:16:40 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144927 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago cp/:
jason [Tue, 17 Mar 2009 23:31:18 +0000 (23:31 +0000)]
    cp/:
        * decl.c (grokfndecl): Set DECL_CONTEXT on parms.
        (duplicate_decls): Adjust DECL_CONTEXT of newdecl's parms.
        * pt.c (check_explicit_specialization): Likewise.
        (tsubst_copy) [PARM_DECL]: Return a dummy parm if we don't have a
        local specialization.
        * tree.c (cp_tree_equal) [PARM_DECL]: Check type and index, not name.
        * decl2.c (parm_index): New fn.
        * semantics.c (finish_decltype_type): Don't use describable_type.
        * mangle.c (write_expression): Likewise.  Mangle ALIGNOF_EXPR.
        Give a sorry for unsupported codes rather than crash.  Mangle
        conversions with other than 1 operand.  New mangling for PARM_DECL.
        * operators.def (ALIGNOF_EXPR): Mangle as az.

        * include/demangle.h (enum demangle_component_type): Add
        DEMANGLE_COMPONENT_FUNCTION_PARAM.
        * libiberty/cp-demangle.c (d_make_function_param): new fn.
        (cplus_demangle_mangled_name): Work around abi v2 bug.
        (d_expr_primary): Likewise.
        (cplus_demangle_operators): Add alignof ops.
        (d_expression): Handle function parameters and conversions
        with other than 1 operand.
        (d_print_comp): Handle function parameters.  Fix bug with
        function used in type of function.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144924 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-17 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 17 Mar 2009 22:09:26 +0000 (22:09 +0000)]
2009-03-17  Benjamin Kosnik  <bkoz@redhat.com>

* doc/xml/manual/appendix_contributing.xml: Add docbook style
sheet version information. Table-ize docbook element examples.
* doc/xml/manual/using.xml: Human-readable header
markup. Alphabetized. Add new headers.
* doc/html: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144923 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoFix a documentation issue in a previous check in. Move C++ entry to
dougkwan [Tue, 17 Mar 2009 21:33:00 +0000 (21:33 +0000)]
Fix a documentation issue in a previous check in.  Move C++ entry to
cp/ChangeLog

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144922 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agogcc/
rwild [Tue, 17 Mar 2009 21:25:59 +0000 (21:25 +0000)]
gcc/
PR middle-end/37805
* opts.c (print_specific_help): In addition to `undocumented',
accept `separate' and `joined' flags if passed alone.  Describe
output by the first matched one of those.
(common_handle_option): Skip over empty strings.
* gcc.c (display_help): Fix help string for `--help='.
* doc/invoke.texi (Option Summary, Overall Options): With
`--help=', classes and qualifiers can both be repeated, but
only the latter can be negated.  One should not pass only
negated qualifiers.  Fix markup and examples.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144921 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agogcc/
rwild [Tue, 17 Mar 2009 21:23:28 +0000 (21:23 +0000)]
gcc/
Revert
2008-10-14  Jakub Jelinek  <jakub@redhat.com>
PR middle-end/37805
* opts.c (common_handle_option): Don't ICE on -fhelp=joined
and -fhelp=separate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144920 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago/cp
paolo [Tue, 17 Mar 2009 20:49:23 +0000 (20:49 +0000)]
/cp
2009-03-17  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/39475
* semantics.c (check_trait_type): New.
(finish_trait_expr): Use it.

/testsuite
2009-03-17  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/39475
* g++.dg/ext/unary_trait_incomplete.C: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144919 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-12 Jing Yu <jingyu@google.com>
dougkwan [Tue, 17 Mar 2009 20:18:21 +0000 (20:18 +0000)]
2009-03-12  Jing Yu  <jingyu@google.com>

PR middle-end/39378
* function.h: Move is_thunk from rtl_data structure to function
structure.
* cp/method.c (use_thunk): Change is_thunk from crtl to cfun.
* varasm.c (assemble_start_function): Change is_thunk from crtl to
cfun.
* config/alpha/alpha.c: Change is_thunk from crtl to cfun.
* config/rs6000/rs6000.c: Change is_thunk from crtl to cfun.
* config/arm/arm.h: Change is_thunk from crtl to cfun.
* testsuite/g++.dg/inherit/thunk10.C: New file.

Patch submitted by Doug Kwan <dougkwan@google.com>

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144918 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR target/39482
uros [Tue, 17 Mar 2009 18:55:40 +0000 (18:55 +0000)]
PR target/39482
* config/i386/i386.md (*truncdfsf_mixed): Avoid combining registers
from different units in a single alternative.
(*truncdfsf_i387): Ditto.
(*truncxfsf2_mixed): Ditto.
(*truncxfdf2_mixed): Ditto.

testsuite/ChangeLog:

PR target/39482
* gcc.target/i386/pr39482.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144915 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR debug/39474
jakub [Tue, 17 Mar 2009 17:53:01 +0000 (17:53 +0000)]
PR debug/39474
* tree-ssa-live.c (remove_unused_locals): Don't remove local
unused non-artificial variables when not optimizing.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144914 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR debug/37890
jakub [Tue, 17 Mar 2009 17:52:08 +0000 (17:52 +0000)]
PR debug/37890
* name-lookup.c (do_namespace_alias): Don't call global_decl debug
hook at function scope.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144913 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * dwarf2out.c (dwarf2out_imported_module_or_decl_1): Allow
jakub [Tue, 17 Mar 2009 17:51:10 +0000 (17:51 +0000)]
* dwarf2out.c (dwarf2out_imported_module_or_decl_1): Allow
non-NAMESPACE_DECL IMPORTED_DECL_ASSOCIATED_DECL.

* name-lookup.c (cp_emit_debug_info_for_using): Emit USING_STMTs
instead of calling imported_module_or_decl debug hook if
building_stmt_tree ().
* cp-gimplify.c (cp_gimplify_expr): Don't assert the first operand
is a NAMESPACE_DECL.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144912 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR debug/39471
jakub [Tue, 17 Mar 2009 17:49:28 +0000 (17:49 +0000)]
PR debug/39471
* dwarf2out.c (dwarf2out_imported_module_or_decl_1): Emit
DW_TAG_imported_module even if decl is IMPORTED_DECL with
NAMESPACE_DECL in its DECL_INITIAL.

* cp-gimplify.c (cp_gimplify_expr): Don't set DECL_NAME
on IMPORTED_DECL.

* g++.dg/debug/dwarf2/imported-module-2.C: Expect
DW_TAG_imported_module, not just any DW_TAG_imported prefixed tag.
* g++.dg/debug/dwarf2/imported-module-3.C: Likewise.
* g++.dg/debug/dwarf2/imported-module-4.C: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144911 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR middle-end/39443
jakub [Tue, 17 Mar 2009 17:46:23 +0000 (17:46 +0000)]
PR middle-end/39443
* optabs.c (set_user_assembler_libfunc): New function.
* expr.h (set_user_assembler_libfunc): New prototype.
* c-common.c: Include libfuncs.h.
(set_builtin_user_assembler_name): Call set_user_assembler_libfunc
for memcmp, memset, memcpy, memmove and abort.
* Makefile.in (c-common.o): Depend on libfuncs.h.

* gcc.dg/pr39443.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144910 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR debug/39412
jakub [Tue, 17 Mar 2009 17:43:52 +0000 (17:43 +0000)]
PR debug/39412
* dwarf2out.c (gen_inlined_enumeration_type_die,
gen_inlined_structure_type_die, gen_inlined_union_type_die,
gen_tagged_type_instantiation_die): Removed.
(gen_decl_die): For TYPE_DECL_IS_STUB with non-NULL decl_origin
do nothing.

* gcc.dg/debug/pr39412.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144909 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agogcc/
janis [Tue, 17 Mar 2009 17:35:55 +0000 (17:35 +0000)]
gcc/
PR testsuite/38526
* Makefile.in (site.exp): Rename TEST_GCC_EXEC_PREFIX and comment
its use.
(check-%): Don't set GCC_EXEC_PREFIX when invoking runtest.
(check-parallel-%): Ditto.
(check-consistency): Ditto.
testsuite/
PR testsuite/38526
* lib/target-libpath.exp (set_ld_library_path_env_vars): Save
existing GCC_EXEC_PREFIX, set to TEST_GCC_EXEC_PREFIX if that
is defined.
(restore_ld_library_path_env_vars): Restore GCC_EXEC_PREFIX to
its original value, or unset if it was not defined.
* gcc.dg/compat/struct-layout-1.exp: Use set/restore library
path procs around use of HOSTCC.
* g++.dg/compat/struct-layout-1.exp: Ditto.
* objc.dg/gnu-encoding/gnu-encoding.exp: Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144908 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-17 Kai Tietz <kai.tietz@onevision.com>
ktietz [Tue, 17 Mar 2009 17:14:09 +0000 (17:14 +0000)]
2009-03-17  Kai Tietz  <kai.tietz@onevision.com>

        * ipa-struct-reorg.c (create_general_new_stmt): Initialize
        local variable rhs by NULL_TREE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144907 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-17 H.J. Lu <hongjiu.lu@intel.com>
hjl [Tue, 17 Mar 2009 13:10:24 +0000 (13:10 +0000)]
2009-03-17  H.J. Lu  <hongjiu.lu@intel.com>

PR target/39477
* doc/extend.texi: Correct register behavior for regparm on
Intel 386.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144903 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-17 H.J. Lu <hongjiu.lu@intel.com>
hjl [Tue, 17 Mar 2009 12:55:18 +0000 (12:55 +0000)]
2009-03-17  H.J. Lu  <hongjiu.lu@intel.com>

PR target/39476
* config/i386/i386.c (ix86_function_regparm): Rewrite for
64bit.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144902 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-16 H.J. Lu <hongjiu.lu@intel.com>
hjl [Tue, 17 Mar 2009 12:50:52 +0000 (12:50 +0000)]
2009-03-16  H.J. Lu  <hongjiu.lu@intel.com>

PR target/39473
* config/i386/i386.c (ix86_expand_call): Check extra clobbers
for ms->sysv ABI calls only in 64bit mode.

* config/i386/i386.md (untyped_call): Support 32bit.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144901 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-16 H.J. Lu <hongjiu.lu@intel.com>
hjl [Tue, 17 Mar 2009 01:12:28 +0000 (01:12 +0000)]
2009-03-16  H.J. Lu  <hongjiu.lu@intel.com>

* gcc.target/x86_64/abi/callabi/func-indirect.c (main): Return 0.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144898 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-16 H.J. Lu <hongjiu.lu@intel.com>
hjl [Tue, 17 Mar 2009 00:27:35 +0000 (00:27 +0000)]
2009-03-16  H.J. Lu  <hongjiu.lu@intel.com>

* doc/extend.texi: Replace x86_65 with x86_64.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144897 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoDaily bump.
gccadmin [Tue, 17 Mar 2009 00:17:03 +0000 (00:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144896 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago Revert patch for PR testsuite/37630.
janis [Mon, 16 Mar 2009 21:11:57 +0000 (21:11 +0000)]
Revert patch for PR testsuite/37630.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144893 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR testsuite/37960
janis [Mon, 16 Mar 2009 20:01:15 +0000 (20:01 +0000)]
PR testsuite/37960
* gcc.dg/pr11492.c: Replace constant and remove xfail.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144892 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR testsuite/37630
janis [Mon, 16 Mar 2009 19:59:37 +0000 (19:59 +0000)]
PR testsuite/37630
* lib/target-supports.exp (check_effective_target_ieee): New.
* gcc.c-torture/execute/ieee/ieee.exp: Use it.
* gcc.dg/20001012-1.c: Require ieee.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144891 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR testsuite/37628
janis [Mon, 16 Mar 2009 19:58:32 +0000 (19:58 +0000)]
PR testsuite/37628
* gcc.c-torture/execute/pr35456.x: New, skip for vax.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144890 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoCorrect ChangeLog entries for revision 136311.
hjl [Mon, 16 Mar 2009 19:29:17 +0000 (19:29 +0000)]
Correct ChangeLog entries for revision 136311.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144889 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * configure.ac: Treat gdb as supported on x86_64-darwin.
brobecke [Mon, 16 Mar 2009 17:02:02 +0000 (17:02 +0000)]
    * configure.ac: Treat gdb as supported on x86_64-darwin.
        * configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144887 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR tree-optimization/39455
jakub [Mon, 16 Mar 2009 16:07:07 +0000 (16:07 +0000)]
PR tree-optimization/39455
* tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne): Fix types
mismatches for POINTER_TYPE_P (type).
(number_of_iterations_le): Likewise.

* gcc.dg/pr39455.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144885 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * config/picochip/picochip.c: Removed profiling support.
hariharans [Mon, 16 Mar 2009 14:59:45 +0000 (14:59 +0000)]
    * config/picochip/picochip.c: Removed profiling support.
        * config/picochip/picochip.md: Removed profiling instruction.
        * config/picochip/picochip.h: Removed profiling builtin.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144884 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * configure.ac (--with-host-libstdcxx): New option.
jsm28 [Mon, 16 Mar 2009 13:23:13 +0000 (13:23 +0000)]
* configure.ac (--with-host-libstdcxx): New option.
* configure: Regenerate.

gcc/doc:
* doc/install.texi (--with-host-libstdcxx): Document.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144881 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-16 Matthias Klose <doko@ubuntu.com>
doko [Mon, 16 Mar 2009 12:08:23 +0000 (12:08 +0000)]
2009-03-16  Matthias Klose  <doko@ubuntu.com>

        * configure.ac: Detect xulrunner-1.9.
        * configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144879 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoDaily bump.
gccadmin [Mon, 16 Mar 2009 00:16:42 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144878 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-15 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Mon, 16 Mar 2009 00:09:04 +0000 (00:09 +0000)]
2009-03-15  Paolo Carlini  <paolo.carlini@oracle.com>

* doc/xml/faq.xml: Fix link to setup documentation.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144875 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR target/34299
aesok [Sun, 15 Mar 2009 13:09:44 +0000 (13:09 +0000)]
PR target/34299
* config/avr/avr.c (avr_handle_fndecl_attribute): Move code for
generate a warning if the function name does not begin with
"__vector" and the function has either the 'signal' or 'interrupt'
attribute, from here to ...
(avr_declare_function_name): ...here. New function.
* config/avr/avr.h (ASM_DECLARE_FUNCTION_NAME): Redefine.
* config/avr/avr-protos.h (avr_declare_function_name): Declare.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144870 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-14 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Sun, 15 Mar 2009 00:56:31 +0000 (00:56 +0000)]
2009-03-14  Paolo Carlini  <paolo.carlini@oracle.com>

* include/std/type_traits (__add_lvalue_reference_helper,
__add_rvalue_reference_helper): As an optimization, rewrite
condition (avoid is_function).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144868 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoDaily bump.
gccadmin [Sun, 15 Mar 2009 00:16:54 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144866 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-13 David Ayers <ayers@fsfe.org>
ayers [Sat, 14 Mar 2009 14:41:45 +0000 (14:41 +0000)]
2009-03-13  David Ayers  <ayers@fsfe.org>

* objc/execute/trivial.m. New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144858 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR bootstrap/39454
jakub [Sat, 14 Mar 2009 08:10:55 +0000 (08:10 +0000)]
PR bootstrap/39454
* cse.c (fold_rtx): Don't modify original const_arg1 when
canonicalizing SHIFT_COUNT_TRUNCATED shift count, do it on a
separate variable instead.
* rtlanal.c (nonzero_bits1) <case ASHIFTRT>: Don't assume anything
from out of range shift counts.
(num_sign_bit_copies1) <case ASHIFTRT, case ASHIFT>: Similarly.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144857 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoDaily bump.
gccadmin [Sat, 14 Mar 2009 00:17:08 +0000 (00:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144855 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago gcc/
clm [Fri, 13 Mar 2009 17:06:10 +0000 (17:06 +0000)]
   gcc/
       *  gcc/config/i386/x-mingw32 (host-mingw32.o): Replace
       diagnostic.h with $(DIAGNOSTIC_H).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144842 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
janis [Fri, 13 Mar 2009 17:05:08 +0000 (17:05 +0000)]
2009-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>

PR target/39137
* testsuite/gcc.target/i386/stackalign/longlong-2.c: Skip on darwin.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144841 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-13 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Fri, 13 Mar 2009 15:01:50 +0000 (15:01 +0000)]
2009-03-13  Paolo Carlini  <paolo.carlini@oracle.com>

PR libstdc++/39405
* testsuite/20_util/shared_ptr/cons/39405.cc: New.
* testsuite/tr1/2_general_utilities/shared_ptr/cons/39405.cc: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144839 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-13 H.J. Lu <hongjiu.lu@intel.com>
hjl [Fri, 13 Mar 2009 13:24:14 +0000 (13:24 +0000)]
2009-03-13  H.J. Lu  <hongjiu.lu@intel.com>

PR testsuite/39451
* gcc.dg/asm-b.c: Use "Q" constraint on %b1/%h1 and "R"
constraint on (%2).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144834 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-12 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Fri, 13 Mar 2009 05:38:16 +0000 (05:38 +0000)]
2009-03-12  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/30_threads/condition_variable_any/native_handle/
typesizes.cc: Include tweaks.
* testsuite/30_threads/mutex/native_handle/typesizes.cc: Same.
* testsuite/30_threads/timed_mutex/native_handle/typesizes.cc: Same.
* testsuite/30_threads/thread/native_handle/typesizes.cc: Same.
* testsuite/30_threads/recursive_mutex/native_handle/typesizes.cc: Same.
* testsuite/30_threads/condition_variable/native_handle/
typesizes.cc: Same.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144830 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoDaily bump.
gccadmin [Fri, 13 Mar 2009 00:16:38 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144829 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agolibobjc/
ayers [Thu, 12 Mar 2009 22:28:15 +0000 (22:28 +0000)]
libobjc/

2009-03-12  Richard Frith-Macdonald  <rfm@gnu.org>
    David Ayers  <ayers@fsfe.org>

PR libobjc/27466
* objc/objc-api.h (_objc_unexpected_exception): Declare
new hook.  Update copyright dates.
* exception.c (objc_exception_throw): Use hook.  Update
copyright dates.
* libobjc.def (_objc_unexpected_exception): Export hook.
Update copyright dates.

gcc/testsuite/

2009-03-12  David Ayers  <ayers@fsfe.org>

PR libobjc/27466
* objc/execute/exceptions/handler-1.m. New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144826 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR target/39431
jakub [Thu, 12 Mar 2009 20:45:39 +0000 (20:45 +0000)]
PR target/39431
* config/i386/predicates.md (cmpxchg8b_pic_memory_operand): New
predicate.
* config/i386/sync.md (sync_compare_and_swap<mode>,
sync_compare_and_swap_cc<mode>): For DImode with -m32 -fpic check
if operands[1] is cmpxchg8b_pic_memory_operand, if not force address
into a register.
(sync_double_compare_and_swapdi_pic,
sync_double_compare_and_swap_ccdi_pic): Require operand 1 to be
cmpxchg8b_pic_memory_operand instead of just memory_operand.

* gcc.target/i386/pr39431.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144825 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agogcc/
hjl [Thu, 12 Mar 2009 19:56:34 +0000 (19:56 +0000)]
gcc/

2009-03-12  H.J. Lu  <hongjiu.lu@intel.com>

PR target/39445
* config/i386/i386.c (ix86_expand_push): Don't set memory
alignment.

gcc/testsuite/

2009-03-12  H.J. Lu  <hongjiu.lu@intel.com>

PR target/39445
* gcc.target/i386/pr39445.c: New.

* gcc.target/i386/push-1.c: XFAIL.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144823 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-12 H.J. Lu <hongjiu.lu@intel.com>
hjl [Thu, 12 Mar 2009 17:43:14 +0000 (17:43 +0000)]
2009-03-12  H.J. Lu  <hongjiu.lu@intel.com>

PR target/39327
* config/i386/sse.md (avx_addsubv8sf3): Correct item bits.
(avx_addsubv4df3): Likewise.
(*avx_addsubv4sf3): Likewise.
(sse3_addsubv4sf3): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144819 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-11 Andrew Haley <aph@redhat.com>
aph [Thu, 12 Mar 2009 16:13:19 +0000 (16:13 +0000)]
2009-03-11  Andrew Haley  <aph@redhat.com>

* java/lang/natClassLoader.cc (_Jv_RegisterClassHookDefault): Clear
INTERPRETED access modifier.

2009-03-11  Tom Tromey  <tromey@redhat.com>

* link.cc (_Jv_Linker::find_field): Pass the field_type to
_Jv_CheckOrCreateLoadingConstraint, not the class that is
requesting the field.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144818 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-12 H.J. Lu <hongjiu.lu@intel.com>
hjl [Thu, 12 Mar 2009 16:08:02 +0000 (16:08 +0000)]
2009-03-12  H.J. Lu  <hongjiu.lu@intel.com>

PR target/38824
* config/i386/i386.md: Compare REGNO on the new peephole2
patterns.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144817 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-12 Vladimir Makarov <vmakarov@redhat.com>
vmakarov [Thu, 12 Mar 2009 14:39:55 +0000 (14:39 +0000)]
2009-03-12  Vladimir Makarov  <vmakarov@redhat.com>

PR debug/39432
* ira-int.h (struct allocno): Fix comment for calls_crossed_num.
* ira-conflicts.c (ira_build_conflicts): Prohibit call used
registers for allocnos created from user-defined variables.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144812 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR target/39181
uweigand [Thu, 12 Mar 2009 14:00:21 +0000 (14:00 +0000)]
PR target/39181
* config/spu/spu.c (spu_expand_mov): Handle invalid subregs
of non-integer mode as well.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144811 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * MAINTAINERS: Move myself into the write after approval list.
amylaar [Thu, 12 Mar 2009 12:57:32 +0000 (12:57 +0000)]
* MAINTAINERS:  Move myself into the write after approval list.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144810 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * gimplify.c (gimplify_call_expr): Don't set CALL_CANNOT_INLINE_P
nemet [Thu, 12 Mar 2009 01:02:16 +0000 (01:02 +0000)]
* gimplify.c (gimplify_call_expr): Don't set CALL_CANNOT_INLINE_P
for functions for which the parameter types are unknown.

testsuite/
* gcc.dg/inline-33.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144801 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * gcc.dg/vect/vect-82.c: Combine dg-do and
froydnj [Thu, 12 Mar 2009 00:54:48 +0000 (00:54 +0000)]
* gcc.dg/vect/vect-82.c: Combine dg-do and
dg-require-effective-target into dg-skip-if.
* gcc.dg/vect/vect-83.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144800 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoDaily bump.
gccadmin [Thu, 12 Mar 2009 00:16:57 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144799 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR target/39137
jakub [Wed, 11 Mar 2009 21:12:33 +0000 (21:12 +0000)]
PR target/39137
* cfgexpand.c (get_decl_align_unit): Use LOCAL_DECL_ALIGNMENT
macro.
* defaults.h (LOCAL_DECL_ALIGNMENT): Define if not yet defined.
* config/i386/i386.h (LOCAL_DECL_ALIGNMENT): Define.
* config/i386/i386.c (ix86_local_alignment): For
-m32 -mpreferred-stack-boundary=2 use 32-bit alignment for
long long variables on the stack to avoid dynamic realignment.
Allow the first argument to be a decl rather than type.
* doc/tm.texi (LOCAL_DECL_ALIGNMENT): Document.

* gcc.target/i386/stackalign/longlong-1.c: New test.
* gcc.target/i386/stackalign/longlong-2.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144792 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * g++.old-deja/g++.jason/thunk2.C: Skip on SPU.
uweigand [Wed, 11 Mar 2009 17:52:06 +0000 (17:52 +0000)]
* g++.old-deja/g++.jason/thunk2.C: Skip on SPU.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144785 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR target/5362
nickc [Wed, 11 Mar 2009 16:57:01 +0000 (16:57 +0000)]
    PR target/5362
        * config/mcore/mcore.opt: Remove deprecated m4align and m8align
        options.
        Add description to mno-lsim option.
        * config/mcore/mcore.h: Remove comment about deprecated m4align
        option.
        (TARGET_DEFAULT): Remove deprecated MASK_M8ALIGN.
        * doc/invoke.texi: Add description of mno-lsim and
        mstack-increment options.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144783 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR target/5362
nickc [Wed, 11 Mar 2009 16:08:41 +0000 (16:08 +0000)]
    PR target/5362
        * config/fr30/fr30.opt: Document the -mno-lsim option.
        * doc/invoke.texi: Add descriptions of the FR30's -msmall-model
        and -mno-lsim options.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144780 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoChangeLog:
uweigand [Wed, 11 Mar 2009 15:24:00 +0000 (15:24 +0000)]
ChangeLog:

* fold-const.c (fold_comparison): Only call fold_inf_compare
if the mode supports infinities.

testsuite/ChangeLog:

* gcc.c-torture/execute/ieee/inf-3.c: New test.
* gcc.c-torture/execute/ieee/inf-2.c: Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144779 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-11 Jonathan Wakely <jwakely.gcc@gmail.com>
redi [Wed, 11 Mar 2009 15:18:12 +0000 (15:18 +0000)]
2009-03-11  Jonathan Wakely  <jwakely.gcc@gmail.com>

* include/bits/shared_ptr.h: Add include guards.
* include/tr1/shared_ptr.h: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144778 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-11 Jonathan Wakely <jwakely.gcc@gmail.com>
redi [Wed, 11 Mar 2009 15:16:21 +0000 (15:16 +0000)]
2009-03-11  Jonathan Wakely  <jwakely.gcc@gmail.com>

* include/std/iostream: Fix doxygen link.
* include/bits/forward_list.h: Fix doxygen markup.
* include/ext/vstring.h: Escape backslash in doxygen comment.
* include/bits/basic_string.h: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144777 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoUpdated my email address
nicola [Wed, 11 Mar 2009 14:40:29 +0000 (14:40 +0000)]
Updated my email address

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144776 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoMove Ada ChangeLog entry to proper place.
hainque [Wed, 11 Mar 2009 14:22:30 +0000 (14:22 +0000)]
Move Ada ChangeLog entry to proper place.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144775 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago ada/
hainque [Wed, 11 Mar 2009 14:20:07 +0000 (14:20 +0000)]
ada/
* gcc-interface/trans.c (gnat_to_gnu) <case N_Slice>: In range
check processing, remove unintended TREE_TYPE walk on index type
to get to base type.

testsuite/
* gnat.dg/slice_enum.adb: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144774 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-11 Dorit Nuzman <dorit@il.ibm.com>
dorit [Wed, 11 Mar 2009 07:09:15 +0000 (07:09 +0000)]
2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>

        * MAINTAINERS: Remove myself as auto-vectorizer maintainer.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144773 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR debug/39086
jason [Wed, 11 Mar 2009 05:01:30 +0000 (05:01 +0000)]
    PR debug/39086
        * tree-nrv.c (tree_nrv): Don't do this optimization if the front
        end already did.  Notice GIMPLE_CALL modifications of the result.
        Don't copy debug information from an ignored decl or a decl from
        another function.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144772 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-10 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Wed, 11 Mar 2009 02:11:08 +0000 (02:11 +0000)]
2009-03-10  Paolo Carlini  <paolo.carlini@oracle.com>

* doc/xml/faq.xml: Fix links to implementation status pages.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144771 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-10 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Wed, 11 Mar 2009 01:51:59 +0000 (01:51 +0000)]
2009-03-10  Paolo Carlini  <paolo.carlini@oracle.com>

* include/std/complex (operator+(const complex<>&, const _Tp&),
operator+(const _Tp&, const complex<>&),
operator-(const complex<>&, const _Tp&),
operator-(const _Tp&, const complex<>&)): Do not assume real()
returns a reference (against DR 387).
* testsuite/26_numerics/complex/dr387_2.cc: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144770 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoDaily bump.
gccadmin [Wed, 11 Mar 2009 00:16:57 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144768 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoRemove myself as vectorizer maintainer
dorit [Tue, 10 Mar 2009 20:55:06 +0000 (20:55 +0000)]
Remove myself as vectorizer maintainer

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144760 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR tree-optimization/39422
irar [Tue, 10 Mar 2009 17:29:21 +0000 (17:29 +0000)]
PR tree-optimization/39422
* gcc.dg/vect/costmodel/spu/costmodel-vect-76b.c: Move
constant array with static initialization to global memory.
* gcc.dg/vect/costmodel/spu/costmodel-vect-76c.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144754 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * gcc.c-torture/execute/pr39339.c: Bitfield sizes changed to avoid padding.
hariharans [Tue, 10 Mar 2009 16:25:28 +0000 (16:25 +0000)]
  * gcc.c-torture/execute/pr39339.c: Bitfield sizes changed to avoid padding.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144752 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR middle-end/37850
froydnj [Tue, 10 Mar 2009 15:42:51 +0000 (15:42 +0000)]
PR middle-end/37850
* libgcc2.c (__mulMODE3): Use explicit assignments to form the
result.
(__divMODE3): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144751 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-10 Ira Rosen <irar@il.ibm.com>
irar [Tue, 10 Mar 2009 14:37:15 +0000 (14:37 +0000)]
2009-03-10  Ira Rosen <irar@il.ibm.com>

* MAINTAINERS: Add myself as auto-vectorizer maintainer.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144747 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * libgcc/config/i386/t-cygming: Remove executable property.
uros [Tue, 10 Mar 2009 10:37:33 +0000 (10:37 +0000)]
* libgcc/config/i386/t-cygming: Remove executable property.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144742 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoDaily bump.
gccadmin [Tue, 10 Mar 2009 00:16:38 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144738 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR c++/39371
jakub [Mon, 9 Mar 2009 19:34:10 +0000 (19:34 +0000)]
PR c++/39371
* semantics.c (finish_switch_cond): Don't call get_unwidened.
* decl.c (finish_case_label): Pass SWITCH_STMT_TYPE as 3rd argument
instead of TREE_TYPE (cond).

* g++.dg/opt/switch2.C: Add -w to dg-options.
* g++.dg/warn/Wswitch-1.C: Adjust expected warnings.
* g++.dg/warn/switch1.C: New test.
* g++.dg/other/switch3.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144732 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR tree-optimization/39394
jakub [Mon, 9 Mar 2009 14:01:29 +0000 (14:01 +0000)]
PR tree-optimization/39394
* gimplify.c (gimplify_type_sizes): Gimplify DECL_SIZE and
DECL_SIZE_UNIT of variable length FIELD_DECLs.

* gcc.c-torture/compile/pr39394.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144727 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-09 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
krebbel [Mon, 9 Mar 2009 13:30:19 +0000 (13:30 +0000)]
2009-03-09  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

* recog.c (verfiy_changes): Disallow renaming of hard regs in
inline asms for register asm ("") declarations.

2009-03-09  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

* gcc.target/s390/20090223-1.c: New testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144726 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * fold-const.c (fold_unary): Fix comment.
ebotcazou [Mon, 9 Mar 2009 12:06:23 +0000 (12:06 +0000)]
* fold-const.c (fold_unary): Fix comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144723 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago Fix PR number reference in ChangeLog from 39409 to 39402.
jvdelisle [Mon, 9 Mar 2009 04:57:34 +0000 (04:57 +0000)]
Fix PR number reference in ChangeLog from 39409 to 39402.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144720 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-08 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Mon, 9 Mar 2009 04:54:50 +0000 (04:54 +0000)]
2009-03-08  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/39402
* gfortran.dg/fmt_f0_1.f90: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144719 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-08 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Mon, 9 Mar 2009 04:47:51 +0000 (04:47 +0000)]
2009-03-08  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/39409
* io/write_float.def (output_float): Handle F0.d formatting correctly
for any d when value is 0.0.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144718 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoDaily bump.
gccadmin [Mon, 9 Mar 2009 00:16:46 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144716 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR target/39361
hubicka [Sun, 8 Mar 2009 22:37:26 +0000 (22:37 +0000)]
PR target/39361
* tree-inline.c (setup_one_parameter): Do replacement of const argument
by constant in SSA form.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144713 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agogcc/cp/
hjl [Sun, 8 Mar 2009 17:29:12 +0000 (17:29 +0000)]
gcc/cp/

2009-03-08  H.J. Lu  <hongjiu.lu@intel.com>

PR c++/39060
* parser.c (cp_parser_late_parsing_default_args): Continue
the loop when cp_parser_assignment_expression returns
error_mark_node.

gcc/testsuite/

2009-03-08  H.J. Lu  <hongjiu.lu@intel.com>

PR c++/39060
* g++.dg/other/new1.C: Adjusted.
* g++.dg/parse/crash40.C: Likewise.
* g++.dg/parse/defarg12.C: Likewise.
* g++.dg/template/error15.C: Likewise.

* g++.dg/other/pr39060.C: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144710 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago(Add missing PR reference)
guerby [Sun, 8 Mar 2009 09:41:17 +0000 (09:41 +0000)]
(Add missing PR reference)

2009-02-25  Laurent GUERBY  <laurent@guerby.net>

PR ada/39221
* a-teioed.adb (Expand): Fix Result overflow.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144708 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * config/i386/i386.c (ix86_maybe_switch_abi): Use named
uros [Sun, 8 Mar 2009 07:24:32 +0000 (07:24 +0000)]
* config/i386/i386.c (ix86_maybe_switch_abi): Use named
constants instead of magic numbers.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144706 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoDaily bump.
gccadmin [Sun, 8 Mar 2009 00:16:42 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144705 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoCorrect filename.
hjl [Sat, 7 Mar 2009 19:08:02 +0000 (19:08 +0000)]
Correct filename.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144702 138bc75d-0d04-0410-961f-82ee72b054a4