summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * prefix.c (translate_name): Don't strip trailing DIR_SEPARATOR.Jeff Law2000-08-042-9/+9
| | | | From-SVN: r35485
* x-djgpp: Delete code that conditionally modifies target_alias.Mark Elbrecht2000-08-046-31/+120
| | | | | | | | | | | | | | | | | | | | | * i386/x-djgpp: Delete code that conditionally modifies target_alias. Delete code that conditionally modifies 'version'. Delete X_CPPFLAGS. Add comment for SYSTEM_HEADER_DIR. * i386/xm-djgpp.h (GCC_DRIVER_HOST_INITIALIZATION): New macro. * gcc.c (main): Use it. * config/i386/xm-djgpp.h (UPDATE_PATH_HOST_CANONICALIZE): New macro. * prefix.c (update_path): Use it. * i386/djgpp.h (STANDARD_INCLUDE_DIR): Define. (MD_EXEC_PREFIX): Set to '/dev/env/DJDIR/bin/'. (ASM_OUTPUT_SECTION_NAME): Add code attribute to sections containing code. (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY): Default to true. (SUBTARGET_SWITCHES): Adjust. (WCHAR_UNSIGNED, WCHAR_TYPE_SIZE, WCHAR_TYPE): Undefine before defining. (WINT_TYPE, SIZE_TYPE, PTRDIFF_TYPE): Define. From-SVN: r35484
* mh-djgpp: Conditionally set 'target_alias' to djgpp.Mark Elbrecht2000-08-042-0/+20
| | | | | | | * mh-djgpp: Conditionally set 'target_alias' to djgpp. Conditionally modify 'gcc_version'. From-SVN: r35483
* c-common.h (flag_isoc94): Declare.Joseph Myers2000-08-049-48/+415
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * c-common.h (flag_isoc94): Declare. * c-decl.c (flag_isoc94): Define. (c_decode_option): Set flag_isoc94 as appropriate. * c-common.c (T_PD, T_IM, T_UIM): Define. (format_char_info): Add tlen and jlen. (print_char_table): Add entries for %t and %j. Allow %zn. Allow %F. Allow %lf. (scan_char_table): Add entries for %t and %j. Allow %F. Allow %l[. (time_char_table): Add NULL entries for %t and %j. (check_format_info): Allow for %t and %j. Warn for %F if pedantic and not C99. Warn for %lc, %ls and %l[ if pedantic and not C94. Warn for printf %lf if pedantic and not C99. Don't warn for empty precision. Allow precision argument to be unsigned int. If pedantic, warn for %p passed an argument not a pointer to possibly qualified void or a possibly qualified character type, and for pointer targets of the wrong sign, except for character pointers. cp: * decl.c (flag_isoc94): New variable. testsuite: * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests. From-SVN: r35482
* stddef.h: Don't declare wint_t unless __need_wint_t.Joseph Myers2000-08-045-2/+21
| | | | | | | | | | | | * ginclude/stddef.h: Don't declare wint_t unless __need_wint_t. * c-common.h (enum c_tree_index): Add CTI_WINT_TYPE. (wint_type_node): Define. * c-decl.c (WINT_TYPE): Define. (init_decl_processing): Create the wint_type_node type. * c-common.c (T_WI): Define. (print_char_table): Use T_WI for %lc format. From-SVN: r35481
* Removed conditional #defines of macros GCC always definesBruce Korb2000-08-041-9/+0
| | | | From-SVN: r35480
* Implement, but leave disabled, MSDOS functionalityBruce Korb2000-08-048-96/+498
| | | | From-SVN: r35479
* cppdefault.h (WINT_TYPE): Define.Joseph Myers2000-08-044-0/+19
| | | | | | | | | * cppdefault.h (WINT_TYPE): Define. * cppinit.c (builtin_array): Define __WINT_TYPE__. * tradcpp.c (initialize_builtins): Define __WINT_TYPE__. * tm.texi (NO_BUILTIN_WINT_TYPE, WINT_TYPE): Document. From-SVN: r35478
* (mips_legitimate_address_p): Don't allow register+offset if the offset is ↵Clinton Popetz2000-08-042-0/+10
| | | | | | | | | | large and negative... * (mips_legitimate_address_p): Don't allow register+offset if the offset is large and negative, and we are compiling for 64 bit registers. From-SVN: r35477
* * MAINTAINERS: Add self to Write After Approval list.Joseph Myers2000-08-042-0/+5
| | | | From-SVN: r35476
* Daily bump.Jeff Law2000-08-045-5/+5
| | | | From-SVN: r35475
* h8300.c (function_prologue): Rearrange code for conciseness.Kazu Hirata2000-08-043-145/+91
| | | | | | | | * h8300.c (function_prologue): Rearrange code for conciseness. (function_epilogue): Likewise. * hh8300.h (OK_FOR_U): Fix formatting. From-SVN: r35474
* gencodes.c (main): Define CODE_FOR_nothing as the last possible ↵Herman A.J. ten Brugge2000-08-042-1/+6
| | | | | | | | | insn_code_number + 1. * gencodes.c (main): Define CODE_FOR_nothing as the last possible insn_code_number + 1. From-SVN: r35473
* * cse.c: Fix a comment typo. Fix formatting.Kazu Hirata2000-08-042-162/+169
| | | | From-SVN: r35472
* i386.md (return_indirect_internal): New.Richard Henderson2000-08-033-1/+14
| | | | | | | * i386.md (return_indirect_internal): New. * i386.c (ix86_expand_epilogue): Use it. From-SVN: r35471
* cpplex.c (parse_name): Might have to glue a CPP_OTHER token before the name.Zack Weinberg2000-08-0413-102/+144
| | | | | | | | | | | | | | | | | | | | | | | | * cpplex.c (parse_name): Might have to glue a CPP_OTHER token before the name. (lex_line): Glue @ onto the beginning of identifiers and string constants, in Objective-C mode. (output_token, spell_token): Handle CPP_OSTRING. (can_paste, maybe_paste_with_next): Handle pasting @ onto the beginning of a NAME or a STRING, in objc mode. * cpplib.c (get_define_node): Do not permit identifiers that begin with @ to be #defined. * cppmacro.c (CAN_PASTE_AFTER): Add CPP_OTHER. * cpplib.h (TTYPE_TABLE): Add CPP_OSTRING. * c-lang.c, objc/objc-act.c (build_objc_string): Delete. * c-tree.h (build_objc_string): Delete prototype. * objc/objc-tree.def: Delete OBJC_STRING_CST. * c-lex.c (yylex): Use build_string for all three kinds of strings. * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4. From-SVN: r35470
* Missing changelog entryBryce McKinlay2000-08-041-0/+19
| | | | From-SVN: r35469
* ObjectInputStream.java (readFields): Turn off readDataFromBlock while ↵Warren Levy2000-08-044-17/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | reading via GetField. * java/io/ObjectInputStream.java (readFields): Turn off readDataFromBlock while reading via GetField. (GetField$1.get(String, Object)): Pass Class of default value to getField. (getField): Allow for null default values. * java/io/ObjectOutputStream.java: Fixed typo in comment. (PutField$1.put): Fixed calls of checkType in most of the put methods to pass the correct parameter. (PutField$1.put(String, Object)): Allow for null value arg. (PutField$1.write): Turn off writeDataAsBlocks while writing via PutField. * java/io/ObjectStreamClass.java (serialPersistentFields): Fixed typo in spec'ed field name. (getSerialPersistentFields): Changed spelling of method to match the correct spelling of the spec'ed field name. More serialization fixes per Mauve errors. From-SVN: r35468
* pt.c (do_type_instantiation): Add complain parm; don't complain if called ↵Jason Merrill2000-08-034-10/+27
| | | | | | | | | | recursively. * pt.c (do_type_instantiation): Add complain parm; don't complain if called recursively. * cp-tree.h, parse.y: Adjust. From-SVN: r35467
* * extend.texi: Fix typo in last change.Mark Mitchell2000-08-032-1/+3
| | | | From-SVN: r35466
* * configure.in (libstdcxx_flags): Don't use `"'.Alexandre Oliva2000-08-032-1/+3
| | | | From-SVN: r35465
* extend.texi: Add commentary on statement-expressions and their interactions ↵Mark Mitchell2000-08-031-0/+5
| | | | | | | | | with C++. * extend.texi: Add commentary on statement-expressions and their interactions with C++. From-SVN: r35464
* ChangeLogMark Mitchell2000-08-031-0/+43
| | | | From-SVN: r35463
* Change java language number to 0x000bNick Clifton2000-08-033-3/+8
| | | | From-SVN: r35462
* * dce: New file.Mark Mitchell2000-08-031-0/+1
| | | | From-SVN: r35461
* Apply patch from Anthony Green to add java language support to Dwarf generation.Anthony Green2000-08-035-3/+27
| | | | From-SVN: r35460
* config-ml.in: Adjust multilib search paths to the appropriate multilib tree.Alexandre Oliva2000-08-032-1/+39
| | | | | | | * config-ml.in: Adjust multilib search paths to the appropriate multilib tree. From-SVN: r35459
* reg-stack.c (subst_stack_regs_pat): Use replace_reg to swap operands.Jan Hubicka2000-08-033-4/+12
| | | | | | | | | | * reg-stack.c (subst_stack_regs_pat): Use replace_reg to swap operands. * i386.c (ix86_expand_branch): Mode of comparison in IF_THEN_ELSE is VOIDmode. From-SVN: r35458
* Makefile.in: Rebuilt.Tom Tromey2000-08-033-58/+786
| | | | | | | * Makefile.in: Rebuilt. * Makefile.am (awt_java_source_files): Added new files. From-SVN: r35457
* * gengenrtl.c, rtl.c: Avoid #elif.Akiko Matsushita2000-08-033-48/+90
| | | | From-SVN: r35456
* h8300.c: Fix a comment typo.Kazu Hirata2000-08-033-4/+7
| | | | | | | * h8300.c: Fix a comment typo. * h8300.h (OK_FOR_U): Accept a 32-bit constant address on H8/S. From-SVN: r35455
* tm.texi (Register Classes): Clarify order of sub-initializers in ↵Michael Poole2000-08-031-0/+5
| | | | | | | | | REG_CLASS_CONTENTS. * tm.texi (Register Classes): Clarify order of sub-initializers in REG_CLASS_CONTENTS. From-SVN: r35454
* * jump.c: Fix formatting.Kazu Hirata2000-08-032-99/+114
| | | | From-SVN: r35453
* From SAITOH Masanobu:J"orn Rennecke2000-08-032-1/+6
| | | | | | * sh.h (ASM_OUTPUT_REG_PUSH): Fix syntax. From-SVN: r35452
* cygwin.h: Remove -remap from CPP_SPEC since this option is not supported by ↵David Billinghurst2000-08-032-1/+6
| | | | | | | | | tradcpp and... * config/i386/cygwin.h: Remove -remap from CPP_SPEC since this option is not supported by tradcpp and isn't actually needed for cygwin. From-SVN: r35451
* Makefile.am: Add new AWT stubs.Bryce McKinlay2000-08-0314-41/+404
| | | | | | | | | | | | | | | | | | | | | | * Makefile.am: Add new AWT stubs. * java/awt/Canvas.java: New placeholder class. * java/awt/Checkbox.java: Ditto. * java/awt/CheckboxMenuItem.java: Ditto. * java/awt/Choice.java: Ditto. * java/awt/Dialog.java: Ditto. * java/awt/FileDialog.java: Ditto. * java/awt/List.java: Ditto. * java/awt/ScrollPane.java: Ditto. * java/awt/TextField.java: Ditto. * java/awt/datatransfer/Clipboard.java: Ditto. * java/awt/Component.java (treeLock): Now a static String. Add comment. * java/awt/MenuItem.java (MenuItem): Add default constructor. * java/awt/Toolkit.java: Added all methods from J2SE 1.3 API docs. Some commented out. Partially implemented. * java/awt/natToolkit.cc: Removed file. From-SVN: r35450
* decl2.c: Silently ignore -Wstrict-prototypes; warn about -Wno-strict-prototypes.Zack Weinberg2000-08-032-0/+8
| | | | | | | * decl2.c: Silently ignore -Wstrict-prototypes; warn about -Wno-strict-prototypes. From-SVN: r35449
* locale_facets.h (ctype::ctype): Don't name unused parameters.Mark Mitchell2000-08-032-1/+6
| | | | | | | * bits/locale_facets.h (ctype::ctype): Don't name unused parameters. From-SVN: r35448
* * gcc.c-torture/compile/20000803-1.c: New test.Jeffrey A Law2000-08-032-0/+15
| | | | From-SVN: r35447
* Daily bump.Jeff Law2000-08-035-5/+5
| | | | From-SVN: r35446
* 20000801-3.c, [...]: New tests.Joseph Myers2000-08-035-0/+62
| | | | | | | | | * gcc.c-torture/execute/20000801-3.c, gcc.c-torture/20000801-4.c: New tests. * gcc.c-torture/execute/20000801-3.x, gcc/c-torture/20000801-4.x: Xfail. From-SVN: r35445
* * toplev.c: Fix formatting.Kazu Hirata2000-08-032-214/+229
| | | | From-SVN: r35444
* flow.c (find_auto_inc): Verify that we've got a REG before peeking at its regno.Jeffrey A Law2000-08-032-3/+7
| | | | | | | | * flow.c (find_auto_inc): Verify that we've got a REG before peeking at its regno. Fail, don't abort if we can't find the increment of the desired register. From-SVN: r35443
* * pa.md (shadd height reduction patterns/splitters): Remove.Jeffrey A Law2000-08-032-67/+4
| | | | From-SVN: r35442
* Makefile.am: Make inner class CNI headers depend on libgcj.zip only.Bryce McKinlay2000-08-033-743/+52
| | | | | | | | | | | 2000-08-03 Bryce McKinlay <bryce@albatross.co.nz> * Makefile.am: Make inner class CNI headers depend on libgcj.zip only. Fixes "make -j" builds. * Makefile.in: Rebuild. From-SVN: r35441
* configure.in (CHILL_FOR_TARGET, [...]): Convert blanks to commas in $LANGUAGES.Alexandre Oliva2000-08-032-3/+8
| | | | | | | * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to commas in $LANGUAGES. From-SVN: r35440
* Workaround for -fssa testsuite failures.Jim Wilson2000-08-023-0/+28
| | | | | | | * config/ia64/ia64-protos.h (flag_ssa): Declare. * config/ia64/ia64.md (movti_internal, movti_internal+1): New. From-SVN: r35439
* dce.c: Remove all uses of assert.Mark Mitchell2000-08-035-44/+27
| | | | | | | | | * dce.c: Remove all uses of assert. * dwarf2out.c: Likewise. * dwarfout.c: Likewise. * ssa.c: Likewise. From-SVN: r35438
* objc.exp (objc_target_compile): Look for libobjc.a in libobjc/.libs to allow ↵Geoff Keating2000-08-022-2/+7
| | | | | | | | | for libtool. * lib/objc.exp (objc_target_compile): Look for libobjc.a in libobjc/.libs to allow for libtool. From-SVN: r35437
* * pexecute.c: Don't use vfork. Initialize 'pid' before retry loop.Zack Weinberg2000-08-022-20/+9
| | | | From-SVN: r35436