summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * init.c (build_vec_delete): Copy the address into a temporaryjason2003-05-213-7/+22
| | | | | | | | variable before calling build_vec_delete_1. * decl2.c (delete_sanity): Don't call stabilize_reference. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67072 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-05-21 Janis Johnson <janis187@us.ibm.com>janis2003-05-2113-13/+996
| | | | | | | | | | | | | | | | | | | | * gcc.dg/compat/scalar-return-1_main.c: New file. * gcc.dg/compat/scalar-return-1_x.c: New file. * gcc.dg/compat/scalar-return-1_y.c: New file. * gcc.dg/compat/scalar-return-2_main.c: New file. * gcc.dg/compat/scalar-return-2_x.c: New file. * gcc.dg/compat/scalar-return-2_y.c: New file. * gcc.dg/compat/struct-return-3_main.c: New file. * gcc.dg/compat/struct-return-3_y.c: New file. * gcc.dg/compat/struct-return-3_x.c: New file. * gcc.dg/compat/struct-return-2_main.c: New file. * gcc.dg/compat/struct-return-2_x.c: New file. * gcc.dg/compat/struct-return-2_y.c: New file. (I thought I had committed these yesterday) git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67070 138bc75d-0d04-0410-961f-82ee72b054a4
* * gthr-win32.h (__GTHREAD_HIDE_WIN32API): Test for non-zerodannysmith2003-05-214-3/+27
| | | | | | | | | | | value, not just if defined. * libstdc++-v3/config/os/mingw32/os_defines.h (__GTHREAD_HIDE_WIN32API): Define to 1 by defualt. (NOMINMAX): Define. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67069 138bc75d-0d04-0410-961f-82ee72b054a4
* PR target/6428danglin2003-05-218-20/+76
| | | | | | | | | | | | | | | * pa-hpux10.h (LINK_SPEC, LIB_SPEC): Move -L options for profiling directories from LIB_SPEC to LINK_SPEC. Emit warning if `-p' or `-pg' option is used without `-static'. * pa-hpux11.h (LINK_SPEC, LIB_SPEC): Likewise. * pa64-hpux.h (LINK_SPEC, LIB_SPEC): Likewise. * g++.old-deja/g++.law/profile1.C (dg-options): Add -static to options for hppa*-hp-hpux*. * gcc.dg/20021014-1.c (dg-options): Likewise. * gcc.dg/nest.c (dg-options): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67068 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/xtensa/xtensa.h (MASK_SERIALIZE_VOLATILE,bwilson2003-05-215-24/+21
| | | | | | | | | | | | | | | | TARGET_SERIALIZE_VOLATILE): Delete. (MASK_CONST16, MASK_ABS, MASK_ADDX): Renumber flag bits. (TARGET_DEFAULT): Remove MASK_SERIALIZE_VOLATILE. (TARGET_SWITCHES): Remove "-mserialize-volatile" and "-mno-serialize-volatile". * config/xtensa/xtensa.c (print_operand): Remove checks of TARGET_SERIALIZE_VOLATILE. * config/xtensa/xtensa.md (*lsiu, *ssiu): Likewise. * doc/invoke.texi (Option Summary, Xtensa Options): Remove "-mserialize-volatile" and "-mno-serialize-volatile" options. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67067 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.tpl: Add missing empty maybe-check-gcc target.dj2003-05-213-0/+7
| | | | | | | * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67066 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-05-21 Paolo Carlini <pcarlini@unitus.it>paolo2003-05-212-11/+15
| | | | | | | * include/std/std_fstream.h (_M_set_buffer): Fix indentation. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67065 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-parse.in (fndef): Set DECL_SOURCE_LINE and FILE earlier.nathan2003-05-214-29/+54
| | | | | | | | | | | | (nested_function): Likewise. (notype_nested_function): Likewise. cp: * pt.c (register_specialization): Update the decl's location, if necessary. (check_explicit_specialization): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67063 138bc75d-0d04-0410-961f-82ee72b054a4
* Update overflow type for R_XSTORMY16_16 reloc.nickc2003-05-212-1/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67062 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-05-21 Jonathan Wakely <redi@gcc.gnu.org>redi2003-05-213-2/+7
| | | | | | | | * docs/html/faq/index.html: Fix typo. * docs/html/faq/index.txt: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67061 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-05-21 Jonathan Wakely <redi@gcc.gnu.org>redi2003-05-212-23/+40
| | | | | | | * docs/html/test.html: Fix markup. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67060 138bc75d-0d04-0410-961f-82ee72b054a4
* remove conflict markernathan2003-05-211-1/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67059 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-common.h (enum rid): Remove RID_BOUNDED, RID_UNBOUNDED.nathan2003-05-217-203/+33
| | | | | | | | | | | | | | | | | | | | | | | | | * c-parse.in (reswords): Remove __bounded__ and __unbounded__. (rid_to_yy): Remove RID_BOUNDED, RID_UNBOUNDED slots. * print-tree.c (print_node): Remove ambient-boundedness. * tree.h (tree_common): Remove bounded_flag. (BOUNDED_INDIRECT_YPE_P, BOUNDED_POINTER_TYPE_P, BOUNDED_REFERENCE_TYPE_P, MAYBE_BOUNDED_INDIRECT_TYPE_P, MAYBE_BOUNDED_POINTER_TYPE_P, MAYBE_BOUNDED_REFERENCE_TYPE_P, TREE_BOUNDED, TYPE_MAIN_VARIANTS_PHYSICALLY_EQUAL_P, TYPE_MAIN_PHYSICAL_VARIANT, TYPE_BOUNDED, TYPE_QUAL_BOUNDED): Remove. (TYPE_QUALS): Remove BOUNDED. (TREE_EXPR_QUALS, TREE_FUNC_QUALS): Remove. (TYPE_BOUNDED_VALUE, TYPE_BOUNDED_BASE, TYPE_BOUNDED_EXTENT, TYPE_BOUNDED_SUBTYPE, TYPE_UNBOUNDED_VARIANT, TYPE_POINTER_DEPTH, TYPE_AMBIENT_BOUNDEDNESS, MAX_POINTER_DEPT, VA_LIST_POINTER_DEPTH): Remove. (struct tree_type): Remove pointer_depth. treelang: * treetree.c (reswords): Remove __bounded__, __unbounded__. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67058 138bc75d-0d04-0410-961f-82ee72b054a4
* * doc/invoke.texi (Option Summary, PowerPC Options): Documentdje2003-05-212-0/+13
| | | | | | | new options. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67056 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc:ghazi2003-05-214-15/+14
| | | | | | | | | | | * c-pretty-print.c (pp_c_integer_literal): Use HOST_WIDE_INT_PRINT_DOUBLE_HEX. cp: * error.c (dump_expr): Use HOST_WIDE_INT_PRINT_DOUBLE_HEX. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67055 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcse.c (cprop_jump): Make use of REG_EQUAL notes on bothsayle2003-05-213-15/+93
| | | | | | | | | | | | | | | setcc and jump, if they exist. If substituted instruction fails to validate, store current effort in a REG_EQUAL note. (cprop_insn): Don't attempt further substitutions if the current instruction has been deleted. (local_cprop_pass): Likewise. * jump.c (redirect_jump): Also update REG_EQUAL note, if one is attached to the jump instruction. (invert_jump): Delete REG_EQUAL note on jump, if one exists. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67054 138bc75d-0d04-0410-961f-82ee72b054a4
* * MAINTAINERS: Update my e-mail address.ian2003-05-212-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67053 138bc75d-0d04-0410-961f-82ee72b054a4
* * libmath/stubs.c (hypot, hypotf, hypotl): Don't divide bydannysmith2003-05-212-1/+13
| | | | | | | | zero. Update copyright year. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67051 138bc75d-0d04-0410-961f-82ee72b054a4
* Concatenate one of the fprintf calls in the previous change.ghazi2003-05-211-3/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67050 138bc75d-0d04-0410-961f-82ee72b054a4
* PR c++/9738dannysmith2003-05-217-4/+70
| | | | | | | | | | | | | | | * config/i386/winnt.c (i386_pe_encode_section_info): Enable even if not first. * cp/decl.c (duplicate_decls): Re-invoke make_decl_rtl if the old decl had instantiated DECL_RTL. (Base on Richard Henderson 2003-05-13 patch to c-decl.c). * testsuite/g++.dg/ext/dllimport2.C: New file. * testsuite/g++.dg/ext/dllimport3.C: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67049 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2003-05-212-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67047 138bc75d-0d04-0410-961f-82ee72b054a4
* * genautomata.c (output_description, output_automaton_units,ghazi2003-05-212-3/+8
| | | | | | | output_state_arcs): Add missing specifiers. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67045 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/xtensa/lib1funcs.asm: Avoid use of .Lfe* in .size directives.bwilson2003-05-206-132/+198
| | | | | | | | | | | | | | | | | | | | | | | | (do_abs, do_addx2, do_addx4, do_addx8): New assembler macros. (__mulsi3): Use do_addx* instead of ADDX* instructions. Formatting. (nsau): Rename to do_nsau. Provide alternate version for use when the NSAU instruction is available. (__udivsi3, __divsi3, __umodsi3, __modsi3): Use do_nsau macro. (__divsi3, __modsi3): Use do_abs macro instead of ABS instruction. * config/xtensa/xtensa-config.h: Update comments to match binutils. (XCHAL_HAVE_ABS, XCHAL_HAVE_ADDX): Define. * config/xtensa/xtensa.h (MASK_ABS, MASK_ADDX): Define. (TARGET_ABS, TARGET_ADDX): Define. (TARGET_DEFAULT): Conditionally add MASK_ABS and MASK_ADDX. (TARGET_SWITCHES): Add "abs", "no-abs", "addx", and "no-addx". * config/xtensa/xtensa.md (*addx2, *addx4, *addx8, *subx2, *subx4, *subx8): Set predicate condition to TARGET_ADDX. (abssi2): Set predicate condition to TARGET_ABS. * doc/invoke.texi (Option Summary): Document new "-mabs", "-mno-abs", "-maddx", and "-mno-addx" options. (Xtensa Options): Likewise. Also tag some opcode names with @code. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67044 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-05-20 Paolo Carlini <pcarlini@unitus.it>paolo2003-05-202-2/+6
| | | | | | | * testsuite/27_io/basic_filebuf/close/char/4.cc: Fix typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67043 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-05-20 Paolo Carlini <pcarlini@unitus.it>paolo2003-05-202-0/+112
| | | | | | | | * testsuite/27_io/basic_filebuf/close/char/5.cc: New file, further testing that upon filebuf::close() 27.8.1.1,3 is enforced. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67042 138bc75d-0d04-0410-961f-82ee72b054a4
* * include/bits/stl_alloc.h (__default_alloc_template::_S_chunk_alloc):gerald2003-05-202-5/+11
| | | | | | | | Cast via void* to avoid -Wcast-align warnings. (__default_alloc_template::_S_refill): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67041 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-05-20 Benjamin Kosnik <bkoz@redhat.com>bkoz2003-05-2015-239/+1040
| | | | | | | | | | | | | | | | | | | | | | * testsuite/README: Move to... * docs/html/test.html: ...here. Add documentation. * docs/html/install.html: Move testing bits out.. * docs/html/documentation.html: Add separate testing link. * testsuite/performance: Add. * testsuite/performance/allocator.cc: New. * testsuite/performance/complex_norm.cc: New. * testsuite/performance/cout_insert_int.cc: New. * testsuite/performance/fstream_seek_write.cc: New. * testsuite/performance/ifstream_getline.cc: New. * testsuite/performance/map_create_fill.cc: New. * testsuite/performance/ofstream_insert_float.cc: New. * testsuite/performance/ofstream_insert_int.cc: New. * testsuite/performance/string_append.cc: New. * testsuite/lib/libstdc++-v3-dg.exp (v3-compute-tests): Filter performance tests. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67040 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-05-20 Janis Johnson <janis187@us.ibm.com>janis2003-05-2017-1390/+595
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gcc.dg/compat/struct-by-value-3_x.c: Move common pieces to headers. * gcc.dg/compat/struct-by-value-3_y.c: Ditto. * gcc.dg/compat/struct-by-value-5_x.c: Ditto. * gcc.dg/compat/struct-by-value-5_y.c: Ditto. * gcc.dg/compat/struct-by-value-6_x.c: Ditto. * gcc.dg/compat/struct-by-value-6_y.c: Ditto. * gcc.dg/compat/struct-by-value-7_x.c Ditto. * gcc.dg/compat/struct-by-value-7_y.c Ditto. * gcc.dg/compat/small-struct-defs.h: New file. * gcc.dg/compat/small-struct-init.h: New file. * gcc.dg/compat/small-struct-check.h: New file. * gcc.dg/compat/fp-struct-defs.h: New file. * gcc.dg/compat/fp-struct-check.h: New file. * gcc.dg/compat/fp-struct-init.h: New file. * gcc.dg/compat/fp-struct-test-by-value-y.h: New file. * gcc.dg/compat/fp-struct-test-by-value-x.h: New file. * gcc.dg/compat/scalar-return-1_main.c: New file. * gcc.dg/compat/scalar-return-1_x.c: New file. * gcc.dg/compat/scalar-return-1_y.c: New file. * gcc.dg/compat/scalar-return-2_main.c: New file. * gcc.dg/compat/scalar-return-2_x.c: New file. * gcc.dg/compat/scalar-return-2_y.c: New file. * gcc.dg/compat/struct-return-3_main.c: New file. * gcc.dg/compat/struct-return-3_y.c: New file. * gcc.dg/compat/struct-return-3_x.c: New file. * gcc.dg/compat/struct-return-2_main.c: New file. * gcc.dg/compat/struct-return-2_x.c: New file. * gcc.dg/compat/struct-return-2_y.c: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67038 138bc75d-0d04-0410-961f-82ee72b054a4
* doc/extend.texi: Put warning into documentation of attribute regparm.bangerth2003-05-202-0/+18
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67037 138bc75d-0d04-0410-961f-82ee72b054a4
* fix whitespacejason2003-05-201-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67036 138bc75d-0d04-0410-961f-82ee72b054a4
* * tree.c (expr_last): New fn.jason2003-05-204-4/+23
| | | | | | | | * tree.h: Declare it. * objc/objc-act (expr_last): Rename to objc_expr_last. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67035 138bc75d-0d04-0410-961f-82ee72b054a4
* * sh.c (sh_register_move_cost): Add clase for moving betweenamylaar2003-05-202-0/+9
| | | | | | | FP registers and MAC registers. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67028 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-05-20 Michael Koch <konqueror@gmx.de>mkoch2003-05-203-6/+22
| | | | | | | | | | | | | * java/io/DataInputStream.java (convertFromUTF): Merged comment from classpath. * java/io/PrintStream.java (error_occured): Renamed from error, merged comment from classpath. (PrintStream): No need to initialized error. (checkError): Replace error with error_occurred. (setError): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66997 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release (upload_files): Put diff files into a "diffs"gerald2003-05-202-3/+18
| | | | | | | subdirectory git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66996 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-05-20 Michael Koch <konqueror@gmx.de>mkoch2003-05-204-147/+167
| | | | | | | | | | | | * java/io/DataInputStream.java: Reformatted, Replaced < and & with html entitites in documentation. * java/io/File.java: Reformatted. * java/io/PrintWriter.java: Moved class documentation. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66992 138bc75d-0d04-0410-961f-82ee72b054a4
* Accidently comitted this during last commit, revert this little change:mkoch2003-05-201-1/+1
| | | | | | | | -TAR = tar +TAR = gtar git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66991 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-05-20 Michael Koch <konqueror@gmx.de>mkoch2003-05-2026-193/+145
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/java/nio/ByteBufferImpl.java, gnu/java/nio/CharBufferImpl.java, gnu/java/nio/CharViewBufferImpl.java, gnu/java/nio/DirectByteBufferImpl.java, gnu/java/nio/DoubleBufferImpl.java, gnu/java/nio/DoubleViewBufferImpl.java, gnu/java/nio/FloatBufferImpl.java, gnu/java/nio/FloatViewBufferImpl.java, gnu/java/nio/IntBufferImpl.java, gnu/java/nio/IntViewBufferImpl.java, gnu/java/nio/LongBufferImpl.java, gnu/java/nio/LongViewBufferImpl.java, gnu/java/nio/natDirectByteBufferImpl.cc, gnu/java/nio/ShortBufferImpl.java, gnu/java/nio/ShortViewBufferImpl.java: Moved files to java/nio. * gnu/java/nio/SocketChannelImpl.java * java/nio/ByteBuffer.java, java/nio/CharBuffer.java, java/nio/DoubleBuffer.java, java/nio/FloatBuffer.java, java/nio/IntBuffer.java, java/nio/LongBuffer.java, java/nio/ShortBuffer.java: Dont import anything. * java/nio/ByteBufferImpl.java, java/nio/CharBufferImpl.java, java/nio/CharViewBufferImpl.java, java/nio/DirectByteBufferImpl.java, java/nio/DoubleBufferImpl.java, java/nio/DoubleViewBufferImpl.java, java/nio/FloatBufferImpl.java, java/nio/FloatViewBufferImpl.java, java/nio/IntBufferImpl.java, java/nio/IntViewBufferImpl.java, java/nio/LongBufferImpl.java, java/nio/LongViewBufferImpl.java, java/nio/natDirectByteBufferImpl.cc, java/nio/ShortBufferImpl.java, java/nio/ShortViewBufferImpl.java: Moved from gnu/java/nio. * Makefile.am (ordinary_java_source_files): Moved files from gnu/java/nio to java/nio. (nat_source_files): Moved natDirectByteBufferImpl.cc from gnu/java/nio to java/nio. * Makefile.in: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66990 138bc75d-0d04-0410-961f-82ee72b054a4
* PR libstdc++/10689gdr2003-05-203-4/+29
| | | | | | | * include/std/std_complex.h (pow): Tidy git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66989 138bc75d-0d04-0410-961f-82ee72b054a4
* * config.table: Accept i[345867]86 variant.dj2003-05-202-2/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66986 138bc75d-0d04-0410-961f-82ee72b054a4
* * pa/milli64.S ($$mulI): Fix typo.danglin2003-05-202-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66985 138bc75d-0d04-0410-961f-82ee72b054a4
* * alias.c (nonlocal_mentioned_p, nonlocal_referenced_p)kraai2003-05-2010-13/+13
| | | | | | | | | | | | | | | (nonlocal_set_p): Remove initial blank line. * dwarf2out.c (simple_type_size_in_bits): Likewise. * et-forest.c (et_forest_create): Likewise. * explow.c (stabilize): Likewise. * fix-header.c (write_lbrac): Likewise. * graph.c (start_fct, node_data): Likewise. * jump.c (only_sets_cc0_p, sets_cc0_p): Likewise. * rtlanal.c (global_reg_mentioned_p): Likewise. * tree.c (bit_position): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66984 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>neroden2003-05-205-231/+472
| | | | | | | | | | | * configure.in: Switch more things to use maybe dependencies. * Makefile.tpl: Switch more things to use maybe dependencies. Factor out common code from autogen IF statements. * configure: Regenerate. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66982 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/mips/linux64.h (LIB_SPEC): Add missing -lc and correctaoliva2003-05-202-1/+8
| | | | | | | -lthread to -lpthread. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66981 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2003-05-202-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66979 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-opts.c (c_common_decode_option): Don't accept dollarsneil2003-05-193-3/+13
| | | | | | | | as identifier characters in assembly. * doc/cpp.texi: Document this. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66976 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-05-19 Aldy Hernandez <aldyh@redhat.com>aldyh2003-05-192-1/+6
| | | | | | | | * config/rs6000/rs6000.c (rs6000_stack_info): Do not add vrsave_size twice. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66974 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-05-19 Aldy Hernandez <aldyh@redhat.com>aldyh2003-05-192-1/+5
| | | | | | | * doc/tm.texi (function_arg): Fix typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66973 138bc75d-0d04-0410-961f-82ee72b054a4
* Add a new flag, -W(no-)invalid-offsetof, to control whether oraustern2003-05-1910-1/+79
| | | | | | | | not the compiler warns about incorrect use of the offsetof macro in C++. By default the warning is on. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66972 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-05-19 Paolo Carlini <pcarlini@unitus.it>paolo2003-05-192-0/+77
| | | | | | | | * testsuite/27_io/basic_filebuf/close/char/4.cc: New file, testing that upon filebuf::close() 27.8.1.1,3 is enforced. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66970 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Accept i[3456789]86 for machine type.dj2003-05-193-58/+63
| | | | | | | * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66969 138bc75d-0d04-0410-961f-82ee72b054a4