summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * ChangeLog: Remove duplication.danglin2004-11-251-1908/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91265 138bc75d-0d04-0410-961f-82ee72b054a4
* * tree-phinodes.c (remove_phi_args): Replace phi_arg_from_edgekazu2004-11-252-5/+4
| | | | | | | with e->dest_idx. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91264 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2004-11-251-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91262 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2004-11-251-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91261 138bc75d-0d04-0410-961f-82ee72b054a4
* * tree-outof-ssa.c (coalesce_abnormal_edges): Use e->dest_idxkazu2004-11-252-4/+6
| | | | | | | instead of calling phi_arg_from_edge. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91259 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/i386/i386.h (ASM_OUTPUT_DWARF_ADDR_CONST): Remove.bje2004-11-244-27/+7
| | | | | | | | | * config/i386/i386.c (i386_dwarf_output_addr_const): Likewise. * config/i386/i386-protos.h (i386_dwarf_output_addr_const): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91255 138bc75d-0d04-0410-961f-82ee72b054a4
* PR c++/17473mmitchel2004-11-248-24/+44
| | | | | | | | | | | | | | | | | | | | * name-lookup.c (supplement_binding): Do not allow typedefs to be redefined in class scope. PR c++/18285 * parser.c (cp_parser_set_decl_type_spec): Do not try to allow redefinitions of builtin types other that "bool" or "wchar_t". PR c++/17473 * g++.dg/tc1/dr56.C: Remove. * g++.dg/template/typedef1.C: Add dg-error markers. * g++.old-deja/g++.other/typedef7.C: Likewise. PR c++/18285 * g++.dg/parse/typedef7.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91254 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>kcook2004-11-247-953/+41
| | | | | | | | | | * Makefile.am: Define ACLOCAL_AMFLAGS. * acinclude.m4: Remove. * aclocal.m4, configure, Makefile.in: Regenerate. * testsuite/Makefile.in: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91209 138bc75d-0d04-0410-961f-82ee72b054a4
* Undo mistaken commitkcook2004-11-241-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91201 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>kcook2004-11-2417-189/+249
| | | | | | | | | | | | | | | * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case from CVS libtool to always pass_all. * boehm-gc/configure: Regenerate. * libffi/configure: Regenerate. * libgfortran/configure: Regenerate. * libjava/configure: Regenerate. * libobjc/configure: Regenerate. * libstdc++-v3/configure: Regenerate. * zlib/configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91200 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>kcook2004-11-244-2/+10
| | | | | | | * aclocal.m4: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91199 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>kcook2004-11-243-1/+8
| | | | | | | * aclocal.m4, config.h.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91198 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>kcook2004-11-249-9/+20
| | | | | | | | | | | | | * Makefile.in, aclocal.m4: Regenerate with automake 1.9.3. * include/Makefile.in: Likewise. * libmath/Makefile.in: Likewise. * libsupc++/Makefile.in: Likewise. * po/Makefile.in: Likewise. * src/Makefile.in: Likewise. * testsuite/Makefile.in: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91197 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>kcook2004-11-243-3/+7
| | | | | | | * Makefile.in, aclocal.m4: Regenerate with automake 1.9.3. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91196 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>kcook2004-11-244-112/+188
| | | | | | | | | * Makefile.in: Regenrate with Automake 1.9.3. * aclocal.m4: Likewise. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91195 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix indentation on line 3063.kenner2004-11-241-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91194 138bc75d-0d04-0410-961f-82ee72b054a4
* * tree-sra.c (sra_walk_modify_expr): Handle RHS first, then LHS.kenner2004-11-242-23/+31
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91193 138bc75d-0d04-0410-961f-82ee72b054a4
* * tree-inline.c (copy_body_r): Explicitly copy a constant if thekenner2004-11-242-0/+24
| | | | | | | type will be remapped. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91192 138bc75d-0d04-0410-961f-82ee72b054a4
* PR c++/18586mmitchel2004-11-241-0/+4
| | | | | | | * g++.dg/template/crash27.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91191 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc/steven2004-11-2415-75/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * c-opts.c (c_common_post_options): Don't clear flag_inline_functions. * dojump.c (clear_pending_stack_adjust): Remove check on flag_inline_functions, it's always true. * config/alpha/alpha.md (movdi_er_maybe_g): Remove splitter that can never trigger. * config/c4x/c4x.h (TARGET_CPU_CPP_BUILTINS): Don't look at flag_inline_trees, now that flag_inline_functions is never cleared. * config/pdp11/pdp11.h (OPTIMIZATION_OPTIONS): Don't set flag_inline_functions at optimization levels greater than or equal to 3. This is already done by default. ada/ * misc.c (gnat_post_options): Don't clear flag_inline_functions. cp/ * decl.c (cxx_init_decl_processing): Don't clear flag_inline_functions. fortran/ * options.c (gfc_post_options): Don't clear flag_inline_functions. java/ * class.c (make_class_data): Don't check flag_inline_functions. * lang.c (flag_really_inline): Remove unused flag. (java_handle_option): Don't set it here. Remove special handling of flag_inline_functions for Java. (java_init): Don't set flag_inline_trees here. Already done... (java_post_options): ...here. Don't clear flag_inline_functions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91190 138bc75d-0d04-0410-961f-82ee72b054a4
* * tree-outof-ssa.c (eliminate_build): Use g->e->dest_idxkazu2004-11-242-21/+19
| | | | | | | | | | | instead to find the PHI argument. Do not take I as an argument. (eliminate_phi): Adjust the call to eliminate_build. Do not take I as an argument. (rewrite_trees): Adjust the call to eliminate_phi. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91188 138bc75d-0d04-0410-961f-82ee72b054a4
* * optabs.h (force_expand_binop): Declare.rsandifo2004-11-249-82/+110
| | | | | | | | | | | | | | | | | | | | | | * optabs.c (force_expand_binop): Export. * stmt.c (shift_return_value): Delete. (expand_return): Don't call it. * expr.h (shift_return_value): Declare. * calls.c (shift_returned_value): Delete in favor of... (shift_return_value): ...this new function. Leave the caller to check for non-BLKmode values passed in the msb of a register. Take said mode and a shift direction as argument. Operate on the hard function value, not a pseudo. (expand_call): Adjust accordingly. * function.c (expand_function_start): If a non-BLKmode return value is padded at the last significant end of the return register, use the return value's natural mode for the DECL_RESULT, not the mode of the padded register. (expand_function_end): Shift the same sort of return values left by the appropriate amount. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91187 138bc75d-0d04-0410-961f-82ee72b054a4
* * pt.c (tsubst_function_type): Do not permit function types whichmmitchel2004-11-243-0/+21
| | | | | | | | | return arrays or functions. * g++.dg/template/deduce3.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91186 138bc75d-0d04-0410-961f-82ee72b054a4
* Minor back end speedup.austern2004-11-243-19/+24
| | | | | | | | | * recog.c (recog_memoized_1): Remove. * recog.h (recog_memoized_1): Remove declaration. (recog_memoized): Change from macro to inline function. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91185 138bc75d-0d04-0410-961f-82ee72b054a4
* PR c++/18586mmitchel2004-11-244-1/+19
| | | | | | | | | | * parser.c (cp_parser_init_declarator): Do not pop scope twice. PR c++/18586 * g++.dg/template/crash27.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91182 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-11-24 Jonathan Wakely <redi@kayari.org>redi2004-11-243-2/+7
| | | | | | | | * docs/html/ext/howto.html: Fix incorrect link. * docs/html/documentation.html: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91181 138bc75d-0d04-0410-961f-82ee72b054a4
* PR c++/18530mmitchel2004-11-245-9/+30
| | | | | | | | | | | | | * cp-tree.h (CTOR_NAME): Remove. (DTOR_NAME): Remove. * decl.c (initialize_predefined_identifiers): Add spaces to the end of constructor and destructor names. PR c++/18530 * g++.dg/warn/Wshadow-3.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91179 138bc75d-0d04-0410-961f-82ee72b054a4
* PR/18555dpatel2004-11-248-2/+51
| | | | | | | | | | | | | | | * gcc.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Add isysroot. * config/darwin-c.c (darwin_register_frameworks): Use sysroot. testsuite * gcc.dg/cpp/isysroot-1.c: New test. * gcc.dg/cpp/usr/include/stdio.h: New file. * gcc.dg/cpp/isysroot-2.c: New test. * gcc.dg/cpp/System/Library/Framework/Carbon.framework/Headers/Carbon.h: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91178 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc.c (process_command): Supply -v to linker.dpatel2004-11-242-0/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91177 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-11-24 Nathan Myers <ncm@cantrip.org>paolo2004-11-242-12/+16
| | | | | | | | | * include/bits/streambuf_iterator.h (istreambuf_iterator<>::operator++(), operator++(int)): Don't check unnecessarily the return value of _M_sbuf->sbumpc(). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91176 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/rs6000/rs6000.c (rs6000_return_in_memory): Allow Altivecdje2004-11-242-11/+47
| | | | | | | | | | vector modes without ALTIVEC_ABI. Use GCC vector instead of synthetic vector. (rs6000_pass_by_reference): Split conditional into pieces. Use GCC vector instead of synthetic vector. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91175 138bc75d-0d04-0410-961f-82ee72b054a4
* * tree.c (recompute_tree_invarant_for_addr_expr): The address of aaldyh2004-11-242-1/+8
| | | | | | | thread-local variable is invariant. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91174 138bc75d-0d04-0410-961f-82ee72b054a4
* * tree-pretty-print.c (dump_generic_node, case POINTER_TYPE):kenner2004-11-242-7/+19
| | | | | | | | Handle TYPE_REF_CAN_ALIAS_ALL. (print_declaration): Print array dimensions like dump_generic_node. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91173 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-11-24 Benjamin Kosnik <bkoz@redhat.com>bkoz2004-11-247-150/+284
| | | | | | | | | | | | | | | | | | | | | | | * include/Makefile.am (tr1_headers): Add utility, functional. * include/Makefile.in: Regenerate. 2004-11-24 Chris Jefferson <chris@bubblescope.net> * include/tr1/tuple(operator!=): Change operator definition to match (draft) technical report. (operator>): Same. (operator<=): Same. (operator>=): Same. (ref): Move to include/tr1/functional. (cref): Same. (tuple_size<pair>): Move to include/tr1/utility. (tuple_element<,pair>): Same. * include/tr1/functional: New. * include/tr1/utility: New. * testsuite/tr1/6_container/utility/pair.cc: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91171 138bc75d-0d04-0410-961f-82ee72b054a4
* * fold-const.c (operand_equal_p): Remove kludge allowing ARG0 andkenner2004-11-242-54/+42
| | | | | | | ARG1 to be null; instead define OP_SAME and OP_SAME_NULL and use them. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91170 138bc75d-0d04-0410-961f-82ee72b054a4
* * tree-ssa-dom.c (cprop_into_successor_phis): Replace indexkazu2004-11-242-4/+7
| | | | | | | with indx. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91169 138bc75d-0d04-0410-961f-82ee72b054a4
* * bitmap.c (INLINE): Do not define.nathan2004-11-242-17/+14
| | | | | | | | | (bitmap_elem_to_freelist, bitmap_element_free, bitmap_element_allocate, bitmap_clear, bitmap_element_zerop, bitmap_element_link, bitmap_find_bit): Use inline keyword/macro. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91168 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix a date.kazu2004-11-241-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91167 138bc75d-0d04-0410-961f-82ee72b054a4
* * tree-ssa-dom.c (cprop_into_successor_phis): Remove code tokazu2004-11-242-35/+10
| | | | | | | | find the index of a PHI argument. Use e->dest_idx instead. Replace hint with index. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91166 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-11-24 Michael Koch <konqueror@gmx.de>mkoch2004-11-244-1/+680
| | | | | | | | | * gnu/java/security/PolicyFile.java: New file. * Makefile.am: Added gnu/java/security/PolicyFile.java. * Makefile.in: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91165 138bc75d-0d04-0410-961f-82ee72b054a4
* * tree-ssa-alias.c (merge_pointed_to_info): Fix commentdnovillo2004-11-242-14/+16
| | | | | | | regarding PT_MALLOC. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91164 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/i386/i386.c (optimization_options): Usejsm282004-11-243-2/+20
| | | | | | | | | | SUBTARGET_OPTIMIZATION_OPTIONS. * config/i386/sol2-10.h (SUBTARGET_OPTIMIZATION_OPTIONS): Define. (TARGET_SUBTARGET_DEFAULT): Don't include MASK_OMIT_LEAF_FRAME_POINTER. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91163 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/i386/sol2.h (X86_FILE_START_VERSION_DIRECTIVE):jsm282004-11-242-0/+9
| | | | | | | Define to false. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91162 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/i386/t-sol2-10 (MULTILIB_DIRNAMES, MULTILIB_OSDIRNAMES):jsm282004-11-242-2/+7
| | | | | | | Use amd64 instead of 64. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91161 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-11-24 Mark Mitchell <mark@codesourcery.com>jsm282004-11-247-25/+83
| | | | | | | | | | | | | | | | | Joseph Myers <joseph@codesourcery.com> * crtstuff.c (IN_LIBGCC2): Define it. (EH_FRAME_SECTION_CONST): Check EH_TABLES_CAN_BE_READ_ONLY instead of HAVE_LD_RO_RW_SECTION_MIXING. * defaults.h (EH_TABLES_CAN_BE_READ_ONLY): New macro. * dwarf2out.c (named_section_eh_frame_section): Check EH_TABLES_CAN_BE_READ_ONLY. * except.c (default_exception_section): Likewise. * config/i386/sol2.h (EH_TABLES_CAN_BE_READ_ONLY): Define. * doc/tm.texi (EH_TABLES_CAN_BE_READ_ONLY): Document. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91160 138bc75d-0d04-0410-961f-82ee72b054a4
* PR preprocessor/15824sayle2004-11-243-4/+9
| | | | | | | | | * configure.ac: Correct HAVE_UCHAR test to #include <sys/types.h> directly, instead of the non-existant "system.h" and "ansidecl.h". * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91157 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-11-24 Volker Reichelt <reichelt@igpm.rwth-aachen.de>paolo2004-11-242-5/+9
| | | | | | | | * config/locale/ieee_1003.1-2001/codecvt_specializations.h (do_out, do_unshift, do_in): Remove redundant typedef. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91156 138bc75d-0d04-0410-961f-82ee72b054a4
* * tree-ssa-loop-manip.c (lv_adjust_loop_header_phi): Usekazu2004-11-242-7/+8
| | | | | | | find_edge to find the index of a PHI argument. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91155 138bc75d-0d04-0410-961f-82ee72b054a4
* * tree-ssa-pre.c (phi_translate): Use find_edge to find thekazu2004-11-242-10/+14
| | | | | | | index of a PHI argument. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91154 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-11-24 Michael Koch <konqueror@gmx.de>mkoch2004-11-243-90/+95
| | | | | | | | * java/lang/Character.java, scripts/unicode-blocks.pl: Reorder "final static" to "static final". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91153 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud