summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2003-06-30 Giovanni Bajo <giovannibajo@libero.it>bangerth2003-06-302-4/+22
| | | | | | | | | | PR c++/4933 * error.c (dump_expr): Support correctly the COMPOUND_EXPR tree generated within a template. Use dump_expr to dump an expression sizeof. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68733 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-30 Giovanni Bajo <giovannibajo@libero.it>bangerth2003-06-302-0/+23
| | | | | | | | PR c++/4933 * g++.dg/template/sizeof4.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68732 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-30 Gary Benson <gbenson@redhat.com>tromey2003-06-302-2/+8
| | | | | | | | For PR libgcj/11349: * javax/naming/spi/NamingManager.java (getURLContext): Use git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68730 138bc75d-0d04-0410-961f-82ee72b054a4
* Don't initialize an insert_iterator with a singular iteratordgregor2003-06-302-2/+7
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68729 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-30 Giovanni Bajo <giovannibajo@libero.it>bangerth2003-06-301-3/+6
| | | | | | | | * pt.c (value_dependent_expression_p): Cast expressions are value-dependent also if their operand is value-dependent itself. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68728 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-30 Giovanni Bajo <giovannibajo@libero.it>bangerth2003-06-302-0/+9
| | | | | | | | * mangle.c (write_expression): Exit gracefully when trying to mangle a CALL_EXPR. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68724 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-30 Giovanni Bajo <giovannibajo@libero.it>bangerth2003-06-302-1/+24
| | | | | | | * g++.dg/other/error6.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68723 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix bad indentation due to changes in whitespace between patch creation and ↵bangerth2003-06-301-7/+7
| | | | | | patch application. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68722 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-17 Giovanni Bajo <giovannibajo@libero.it>bangerth2003-06-302-0/+33
| | | | | | | | PR c++/10750 * g++.dg/parse/constant2.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68721 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-30 Giovanni Bajo <giovannibajo@libero.it>bangerth2003-06-302-2/+14
| | | | | | | | | | PR c++/10750 * parser.c (cp_parser_primary_expression): A VAR_DECL with a (value- or type-) dependent expression as DECL_INITIAL is a valid constant-expression (at parser time). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68720 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-30 Paolo Carlini <pcarlini@unitus.it>paolo2003-06-301-4/+4
| | | | | | | Tweak a couple of recent Changelog entries. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68716 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-30 Benjamin Kosnik <bkoz@redhat.com>bkoz2003-06-3011-1406/+1509
| | | | | | | | | | | | * acinclude.m4 (GLIBCPP_ENABLE_PCH): Add bits for --enable-pch. * aclocal.m4: Regenerate. * configure.in (GLIBCPP_CHECK_PCH): Move, change to GLIBCPP_ENABLE_PCH, default to yes. * configure: Regenerate. * docs/html/configopts.html: Add --enable-pch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68715 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/alpha/alpha.h (FUNCTION_ARG_PADDING): Remove.kazu2003-06-303-13/+5
| | | | | | | * config/alpha/unicosmk.h: Don't #undef FUNCTION_ARG_PADDING. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68714 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-30 Phil Edwards <pme@gcc.gnu.org>pme2003-06-302-1/+15
| | | | | | | | * testsuite/lib/libstdc++-v3-dg.exp: Add comments. (libstdc++-v3-init): Also set LD_RUN_PATH. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68713 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-30 Giovanni Bajo <giovannibajo@libero.it>bangerth2003-06-302-0/+18
| | | | | | | | PR c++/11106 * g++.dg/other/error5.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68712 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-10 Giovanni Bajo <giovannibajo@libero.it>bangerth2003-06-302-1/+7
| | | | | | | | | PR c++/11106 * error.c (dump_decl): Call dump_decl to dump the DECL_NAME for a USING_DECL, instead of print_tree_identifier. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68711 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-30 Wolfgang Bangerth <bangerth@dealii.org>bangerth2003-06-302-2/+5
| | | | | | | * doc/sourcebuild.texi: Don't reference gnats.html any more. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68710 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/h8300/h8300.c (compute_mov_length): Fix length ofkazu2003-06-302-4/+6
| | | | | | | mov:SF on H8/300. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68709 138bc75d-0d04-0410-961f-82ee72b054a4
* oops - entry omitted during previous deltanickc2003-06-301-0/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68708 138bc75d-0d04-0410-961f-82ee72b054a4
* (fyl2x_sfxf3, fyl2x_dfxf3, fscale_sfxf3, fscale_dfxf3): Fix condition.hubicka2003-06-302-6/+10
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68706 138bc75d-0d04-0410-961f-82ee72b054a4
* fix typocgf2003-06-301-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68705 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-30 Hartmut Penner <hpenner@de.ibm.com>hpenner2003-06-304-20/+222
| | | | | | | | | | | | | | | | | | | * config/rs6000/rs6000.c (rs6000_split_altivec_in_gprs): New function. (altivec_in_gprs_p): New function. * config/rs6000/rs6000-protos (rs6000_split_altivec_in_gprs): New prototype. (altivec_in_gprs_p): New prototype. * config/rs6000/altivec.md (*movv4si_internal): Change multi-assembler alternative to '#'. Add postreload splitter to handle this cases. (*movv4hi_internal): Likewise. (*movv4qi_internal): Likewise. (*movv4sf_internal): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68704 138bc75d-0d04-0410-961f-82ee72b054a4
* (BIGGEST_FIELD_ALIGNMENT): Make defintion constant.nickc2003-06-301-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68703 138bc75d-0d04-0410-961f-82ee72b054a4
* * defaults.h (PUSH_ARGS_REVERSED): Define default here.jason2003-06-304-20/+32
| | | | | | | * calls.c: Not here. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68701 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/arm/arm.c (arm_rtx_costs): Remove #if 0 block.bje2003-06-302-30/+7
| | | | | | | | | (bad_signed_byte_operand): Likewise. (arm_output_epilogue): Likewise. (arm_final_prescan_insn): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68698 138bc75d-0d04-0410-961f-82ee72b054a4
* * cfgrtl.c (mark_killed_regs): Cast HARD_REGNO_NREGS to int.ro2003-06-302-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68697 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-pch.c (c_common_write_pch): Flush asm_out_file to allow forro2003-06-302-0/+7
| | | | | | | subsequent writes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68696 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-30 Paolo Carlini <pcarlini@unitus.it>paolo2003-06-3011-69/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * include/std/std_streambuf.h (_M_mode): Move from here to filebuf and stringbuf. (~basic_streambuf()): Don't set _M_mode. (basic_streambuf()): Don't set _M_mode. * include/std/std_fstream.h (_M_mode): Move here, from streambuf. (~basic_filebuf()): Clean up. * include/bits/fstream.tcc (basic_filebuf()): Set _M_mode. * include/std/std_sstream.h (_M_mode): Move here, from streambuf. * testsuite/27_io/basic_streambuf/cons/char/1.cc: Don't set _M_mode. * testsuite/27_io/basic_streambuf/overflow/char/1.cc: Likewise. * testsuite/27_io/basic_streambuf/sgetc/char/1.cc: Likewise. * testsuite/27_io/basic_streambuf/sgetn/char/1.cc: Likewise. * testsuite/27_io/basic_streambuf/sputn/char/1.cc: Likewise. 2003-06-30 Paolo Carlini <pcarlini@unitus.it> * include/std/std_fstream.h (_M_underflow): Remove. (uflow): Remove, inherited from streambuf. (underflow): Only declare. * include/bits/fstream.tcc (_M_underflow): Rename to underflow, to which is equivalent for __bump == false, simplify. * include/std/std_sstream.h (_M_underflow): Remove. (uflow): Remove, inherited from streambuf. (underflow): Only declare. * include/bits/sstream.tcc (_M_underflow): Rename to underflow, to which is equivalent for __bump == false, simplify. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68695 138bc75d-0d04-0410-961f-82ee72b054a4
* * cfgrtl.c (verify_flow_info): Accept degenerated condjumpshubicka2003-06-302-3/+8
| | | | | | | in cfglayout mode. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68694 138bc75d-0d04-0410-961f-82ee72b054a4
* * i386.c (standard_80387_constant_p): Accept TFmode constants too.hubicka2003-06-303-29/+168
| | | | | | | | | | | | | | | | | | | (init_ext_80387_constants): Likewise. (standard_80387_constant_rtx): Likewise. * i386.md (atanxf): Disable for TARGET_128BIT_LONG_LONG (atantf): Disable for !TARGET_128BIT_LONG_LONG (fyl2x_sfxf3, fyl2x_dfxf3): Accept TFmode operands. (fyl2x_xfxf3, fyl2x_tfxf3): Enable/disable as needed. (fscale_sfxf3, fscale_dfxf3): Accept TFmode operands. (fscale_xfxf3, fscale_tfxf3): Enable/disable as needed. (frndinttf2): New. (f2xm1tf2): New. (exp?f2): Use expsf2_tf when needed. (exp?f2_tf): New. (exptf): New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68693 138bc75d-0d04-0410-961f-82ee72b054a4
* Patch from Uwe Stieber.wilson2003-06-302-0/+7
| | | | | | | | * config.gcc (sh*-*-kaos*): Put tm_file setting in separate case statement from tmake_file set. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68692 138bc75d-0d04-0410-961f-82ee72b054a4
* * reload.c (find_reloads): Change push_reloads to push_reload inwilson2003-06-303-4/+10
| | | | | | | | | comment. * reload1.c (eliminate_regs): Likewise. (dump_needs): Delete prototype for deleted function. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68691 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-29 Paolo Carlini <pcarlini@unitus.it>paolo2003-06-302-908/+908
| | | | | | | | * include/bits/stl_algo.h (LOTS): Fully qualify standard functions with std::, thus avoiding Koenig lookup. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68690 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc:ghazi2003-06-305-4/+482
| | | | | | | | | | | | | | | | | | | | | | * builtin-attrs.def (gcc_diag, gcc_cdiag, gcc_cxxdiag): New format attributes. * c-format.c (enum format_type): Add gcc_diag_format_type, gcc_cdiag_format_type, and gcc_cxxdiag_format_type. (gcc_diag_length_specs, gcc_cdiag_length_specs, gcc_cxxdiag_length_specs, gcc_diag_flag_pairs, gcc_cdiag_flag_pairs, gcc_cxxdiag_flag_pairs, gcc_diag_flag_specs, gcc_cdiag_flag_specs, gcc_cxxdiag_flag_specs, gcc_diag_char_table, gcc_cdiag_char_table, gcc_cxxdiag_char_table): New. (format_types_orig): Add new data. (find_char_info_specifier_index, init_dynamic_diag_info): New functions. (handle_format_attribute): Update to handle new format attributes. testsuite: * gcc.dg/format/gcc_diag-1.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68689 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2003-06-302-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68687 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/i386/mingw32.h (__GTHREAD_HIDE_WIN32API): Define to 1.cgf2003-06-291-0/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68685 138bc75d-0d04-0410-961f-82ee72b054a4
* Patch from Dara Hazeghi.wilson2003-06-292-53/+15
| | | | | | | | | | | * doc/install.texi: Remove install documentation for obsoleted targets i?86-*-sco, i?86-*-sco3.2v4, powerpcle-*-pe, powerpcle-*-winnt, arm-*-aof. Update information about IA64 toolchain, AIX make requirements, and binutils for m68k-*-hpux and *-*-linuxaout targets. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68683 138bc75d-0d04-0410-961f-82ee72b054a4
* * regmove.c (regmove_optimize): Don't try to make src and dst matchhubicka2003-06-292-1/+7
| | | | | | | when they are in different modes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68682 138bc75d-0d04-0410-961f-82ee72b054a4
* * builtins.c (expand_builtin_mathfn, expand_builtin_mathfn_2): Avoidhubicka2003-06-292-0/+14
| | | | | | | busy work when builtin is not supported by the backend. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68681 138bc75d-0d04-0410-961f-82ee72b054a4
* * loop.c (count_one_set): Fix detection of registers set in morerakdver2003-06-292-1/+6
| | | | | | | than one basic block. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68680 138bc75d-0d04-0410-961f-82ee72b054a4
* * target-def.h: Remove usage of OBJECT_FORMAT_ROSE.aj2003-06-296-687/+14
| | | | | | | | | | | * system.h: Poison OBJ_FORMAT_ROSE. * doc/tm.texi (Macros for Initialization): Remove documentatin of OBJECT_FORMAT_ROSE. * config/rs6000/lynx.h: Remove undef of OBJECT_FORMAT_ROSE. * collect2.c: Remove usage of OBJECT_FORMAT_ROSE. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68678 138bc75d-0d04-0410-961f-82ee72b054a4
* * pa.c (update_total_code_bytes): New function.danglin2003-06-292-92/+303
| | | | | | | | | | | | | | | | | | | | | (last_address): Number of bytes output for a function and its associated thunks. (compute_frame_size): Use BITS_PER_UNIT. (pa_output_function_epilogue): Compute last_address. Use update_total_code_bytes. (output_lbranch): Handle long branch on portable runtime. (attr_length_millicode_call, attr_length_call, attr_length_indirect_call): Only use total_code_bytes for calls in the text section. (output_call): Only use an indirect call sequence when the target is not local. (pa_asm_output_mi_thunk): Handle updating of total_code_bytes. Improve test to determine when an IA-relative branch can be used. Add various long branch sequences. Avoid using an indirect branch on all ports except SOM. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68677 138bc75d-0d04-0410-961f-82ee72b054a4
* * expr.c (clear_by_pieces): Fix prototype.uweigand2003-06-292-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68676 138bc75d-0d04-0410-961f-82ee72b054a4
* * config.gcc: Add 970.dje2003-06-292-1/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68675 138bc75d-0d04-0410-961f-82ee72b054a4
* * except.c: Convert prototypes to ISO C90.aj2003-06-2910-1569/+916
| | | | | | | | | | | | | | | * except.h: Likewise. * emit-rtl.c: Likewise. * et-forest.c: Likewise. * et-forest.h: Likewise. * except.c: Likewise. * explow.c: Likewise. * expmed.c: Likewise. * expr.c: Likewise. * expr.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68674 138bc75d-0d04-0410-961f-82ee72b054a4
* * cse.c: Convert prototypes to ISO C90.aj2003-06-2915-2856/+1610
| | | | | | | | | | | | | | | | | | | * cselib.c: Likewise. * cselib.h: Likewise. * dbxout.c: Likewise. * debug.c: Likewise. * df.c: Likewise. * df.h: Likewise. * dojump.c: Likewise. * doloop.c: Likewise. * dominance.c: Likewise. * dwarf2asm.c: Likewise. * dwarf2out.c: Likewise. * dwarf2out.h: Likewise. * dwarfout.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68673 138bc75d-0d04-0410-961f-82ee72b054a4
* * alloc-pool.c: Fix comment formatting.kazu2003-06-2934-74/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bitmap.c: Likewise. * bitmap.h: Likewise. * bt-load.c: Likewise. * builtins.c: Likewise. * caller-save.c: Likewise. * cfganal.c: Likewise. * cfgrtl.c: Likewise. * collect2.c: Likewise. * cse.c: Likewise. * df.c: Likewise. * diagnostic.c: Likewise. * dwarf2out.c: Likewise. * dwarfout.c: Likewise. * expmed.c: Likewise. * final.c: Likewise. * flags.h: Likewise. * fold-const.c: Likewise. * gcc.c: Likewise. * gcov-io.h: Likewise. * gcov.c: Likewise. * genattrtab.c: Likewise. * genautomata.c: Likewise. * libgcov.c: Likewise. * mips-tfile.c: Likewise. * optabs.c: Likewise. * prefix.c: Likewise. * rtlanal.c: Likewise. * stmt.c: Likewise. * stor-layout.c: Likewise. * toplev.c: Likewise. * varasm.c: Likewise. * vmsdbgout.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68672 138bc75d-0d04-0410-961f-82ee72b054a4
* * expr.c (emit_single_push_insn): If padding is neededkazu2003-06-292-0/+42
| | | | | | | | downward, adjust the stack pointer first, and then store the data into the stack location using an offset. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68670 138bc75d-0d04-0410-961f-82ee72b054a4
* * collect2.h: Convert prototypes to ISO C90.aj2003-06-297-399/+281
| | | | | | | | | | | * collect2.c: Likewise. * conflict.c: Likewise. * coverage.c: Likewise. * convert.h: Likewise. * convert.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68669 138bc75d-0d04-0410-961f-82ee72b054a4
* * cp-tree.h (language_to_string): Adjust declaration.gdr2003-06-294-37/+48
| | | | | | | | | | | | | | | | * dump.c (cp_dump_tree): Adjust usage. * error.c (dump_char): Use output_formatted_scalar. Tidy. (parm_to_string): Lose unused parameter. Tidy. (expr_to_string): Likewise. (code_to_string): Likewise. (language_to_string): Likewise. (op_to_string): Likewise. (assop_to_string): Likewise. (digit_buffer): Remove. (dump_type): Format builtin vector type as __vector__. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68668 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud