summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * common.opt: More -f switches.neil2003-06-225-85/+525
| | | | | | | | | | | | * opts.c (common_handle_options): Handle them. * toplev.c (time_report): Make extern. (f_options): USe flag_dummy. (decode_f_option): No need to use f_options now. * toplev.h (flag_cprop_registers, flag_ssa, flag_ssa_ccp, flag_ssa_dce, time_report, flag_new_regalloc): Make extern. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68328 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-lex.c: Convert to ISO C90.aj2003-06-2211-940/+612
| | | | | | | | | | | | | | | | * c-objc-common.c: Likewise. * c-opts.c: Likewise. * c-pch.c: Likewise. * c-ppoutput.c: Likewise. * c-pragma.h: Likewise. * c-pretty-print.c: Likewise. * c-pretty-print.h: Likewise. * c-semantics.c: Likewise. * c-tree.h: Likewise. * c-typeck.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68327 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-lang.c: Convert to ISO C90.aj2003-06-222-19/+16
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68326 138bc75d-0d04-0410-961f-82ee72b054a4
* * opts.c (find_opt): Fix to always guarantee a find of aneil2003-06-224-68/+92
| | | | | | | | | switch with joined parameter. * opts.h (struct cl_option): New member back_chain. * opts.sh: Update to calculate and add back_chain member. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68324 138bc75d-0d04-0410-961f-82ee72b054a4
* * diagnostic.h (output_host_wide_integer): Declare.gdr2003-06-223-0/+36
| | | | | | | | | * diagnostic.c (output_long_long_decicaml): New function. (output_host_wide_integer): Likewise. (output_format): Use them. Handle "%ll" and "%w". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68323 138bc75d-0d04-0410-961f-82ee72b054a4
* * config.gcc (*-*-netbsd*): Add t-libgcc-pic to tmake_file.thorpej2003-06-222-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68322 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2003-06-222-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68320 138bc75d-0d04-0410-961f-82ee72b054a4
* include:zack2003-06-2111-383/+338
| | | | | | | | | | | | | | | | | | * safe-ctype.h (HC_UNKNOWN, HC_ASCII, HC_EBCDIC, HOST_CHARSET): New #defines. libiberty: * safe-ctype.c: Separate out EOF==-1 check. Use HOST_CHARSET for charset determination. gcc: * aclocal.m4 (gcc_AC_C_CHARSET): Delete. * configure.in: Don't use gcc_AC_C_CHARSET. * configure, config.in: Regenerate. * config/i370/i370.c, config/i370/i370.h: Use (HOST_CHARSET == HC_EBCDIC) or (HOST_CHARSET == HC_ASCII) instead of HOST_EBCDIC or !HOST_EBCDIC. Clarify comments a tad. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68317 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in: Update.neil2003-06-219-88/+520
| | | | | | | | | | | | | | | | | | | | | | | * common.opt: New switches. * opts.c: Include diagnostic.h. (common_handle_option): Handle new switches. * toplev.c (flag_loop_optimize, flag_crossjumping, flag_if_conversion, flag_if_conversion2, flag_delete_null_pointer_checks, flag_rerun_cse_after_loop): Make extern. (flag_dummy): New. (f_options): Update to use flag_dummy for moved options. (decode_f_option): Some switches moved to opts.c. * toplev.h (flag_loop_optimize, flag_crossjumping, flag_if_conversion, flag_if_conversion2, flag_delete_null_pointer_checks, flag_rerun_cse_after_loop, flag_keep_static_consts, flag_peel_loops, flag_tracer, flag_thread_jumps, flag_unroll_loops, flag_unroll_all_loops, flag_unswitch_loops): New. f: * lang.opt: Add -fpreprocessed. * top.c (ffe_handle_option): Handle it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68315 138bc75d-0d04-0410-961f-82ee72b054a4
* cp/gdr2003-06-217-2/+19
| | | | | | | | | | | | | | | PR c++/10784 * call.c (joust): Warn about choosing conversion sequence only if -Wconversion. testsuite/ * g++.old-deja/g++.benjamin/16077.C: Add -Wconversion option. * g++.old-deja/g++.other/conv7.C: Likewise * g++.old-deja/g++.other/overcnv2.C: Likewise. * g++.old-deja/g++.other/overload14.C: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68312 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-21 Michael Koch <konqueror@gmx.de>mkoch2003-06-212-20/+38
| | | | | | | | | | | | | * java/io/File.java (static): Load javaio lib if existing (only in classpath). (File): Revised documentation to show the correct argument name. (createTempFile): Partly merged with classpath. (compareTo): Simplified. (lastModified): Throw exception if time < 0. (deleteOnExit): Revised documentation. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68310 138bc75d-0d04-0410-961f-82ee72b054a4
* PC c++/10864gdr2003-06-212-8/+19
| | | | | | | | | * call.c (op_error): Tidy. * error.c (dump_expr): Properly format 'T()' when T is an aggregate type. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68309 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in: Update.neil2003-06-216-115/+143
| | | | | | | | | | | | | | | | | | | | | * c-opts.c (c_common_handle_option): Don't return -1. * common.opt: New switches. * opts.c: Include rtl.h, ggc.h and output.h. (find_opt): Only stop searching when input switch compares less than the stored switch. Continue searching if greater. (handle_option): No need to handle negative return values. (common_handle_option): Handle new switches. (set_fast_math_flags, fast_math_flags_set_p): New. * toplev.c (set_fast_math_flags, fast_math_flags_set_p): Move to opts.c. (decode_f_option): Some switches moved to opts.c. (parse_options_and_default_flags): No need to cater for negative return values. f: * top.c (ffe_handle_option): No need to return -1 any more. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68307 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-21 Michael Koch <konqueror@gmx.de>mkoch2003-06-212-35/+187
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * java/net/PlainSocketImpl.java: Reformatted. (PlainSocketImpl): Merged class documentaion with classpath. (in): Moved. (out): Moved. (PlainSocketImpl): New empty constructor. (finalize): Moved. (setOption): Merged documentation from classpath. (getOption): Likewise. (create): Likewise. (connect): Likewise. (bind): Likewise. (listen): Likewise. (accept): Likewise. (available): Likewise. (close): Likewise. (read): Likewise. (write): Likewise. (getInputStream): Made synchronozed to get sure that only one stream object can be created for this socket, merged documentation from classpath. (getOutputStream): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68305 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-21 Michael Koch <konqueror@gmx.de>mkoch2003-06-212-6/+25
| | | | | | | | | | | * java/net/PlainSocketImpl.java: Reformatting. (static): New implicit method. (read): Made package private. (write): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68304 138bc75d-0d04-0410-961f-82ee72b054a4
* testsuite/gdr2003-06-216-1/+23
| | | | | | | | | | | | | * g++.old-deja/g++.jason/conversion5.C: Adjust option. * g++.old-deja/g++.bugs/900215_01.C: Likewise. cp/ PR c++/10915 * decl.c (grok_op_properties): Warn possible confusing conversion only if -Wconversion. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68303 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-21 Michael Koch <konqueror@gmx.de>mkoch2003-06-212-4/+10
| | | | | | | | * java/util/SimpleTimeZone.java: Removed unneeded import, reformatting. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68301 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-21 Michael Koch <konqueror@gmx.de>mkoch2003-06-214-16/+40
| | | | | | | | | | * java/text/DateFormat.java, java/text/SimpleDateFormat.java, java/util/Locale.java: New versions from classpath. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68300 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-21 Michael Koch <konqueror@gmx.de>mkoch2003-06-2112-12/+649
| | | | | | | | | | | | | | | | | | | | * javax/swing/SpinnerModel.java: New file from classpath. * javax/swing/border/LineBorder.java, javax/swing/border/SoftBevelBorder.java, javax/swing/plaf/BorderUIResource.java, javax/swing/plaf/basic/BasicBorders.java: New versions from classpath. * javax/swing/plaf/basic/doc-files/BasicBorders.MenuBarBorder-1.png, javax/swing/plaf/basic/doc-files/BasicBorders.RadioButtonBorder-1.png, javax/swing/plaf/basic/doc-files/BasicBorders.SplitPaneBorder-1.png, javax/swing/plaf/basic/doc-files/BasicBorders.SplitPaneBorder-2.png, javax/swing/plaf/basic/doc-files/BasicBorders.SplitPaneDividerBorder-1.png, javax/swing/plaf/basic/doc-files/BasicBorders.ToggleButtonBorder-1.png: New binary files from classpath. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68299 138bc75d-0d04-0410-961f-82ee72b054a4
* * i386.c (ix86_va_arg): Fix allocation of temporary slot.hubicka2003-06-212-2/+8
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68298 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/h8300/h8300-protos.h: Add a prototype forkazu2003-06-214-25/+86
| | | | | | | | | | | same_cmp_preceding_p. * config/h8300/h8300.c (same_cmp_preceding): New. * config/h8300/h8300.md: Extend peephole2's that transform compare:SI into shorter sequences so that they can deal with signed comparisons. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68296 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-21 Michael Koch <konqueror@gmx.de>mkoch2003-06-2117-0/+6247
| | | | | | | | | | | | | | | | | | | | | | | * java/util/logging/LogRecord.java, java/util/logging/Logger.java, java/util/logging/SocketHandler.java, java/util/logging/SimpleFormatter.java, java/util/logging/Formatter.java, java/util/logging/ErrorManager.java, java/util/logging/Handler.java, java/util/logging/FileHandler.java, java/util/logging/LogManager.java, java/util/logging/Level.java, java/util/logging/ConsoleHandler.java, java/util/logging/StreamHandler.java, java/util/logging/LoggingPermission.java, java/util/logging/Filter.java, java/util/logging/MemoryHandler.java, java/util/logging/XMLFormatter.java: New files from classpath. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68295 138bc75d-0d04-0410-961f-82ee72b054a4
* * doc/contrib.texi (Contributors): Use Windows instead of Win32.gerald2003-06-212-14/+20
| | | | | | | | | | Update Andreas Jaeger's entry. Merge the two entries of Kaveh Ghazi, David Edelsohn, and Loren J. Rittle. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68293 138bc75d-0d04-0410-961f-82ee72b054a4
* * mkconfig.sh: Add multiple inclusion guards to generated headers.neroden2003-06-212-0/+15
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68292 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2003-06-212-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68290 138bc75d-0d04-0410-961f-82ee72b054a4
* Testsuite correctionsdgregor2003-06-2013-14/+33
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68288 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-decl.c (store_parm_decls): Make saved_warn_shadow boolean.neil2003-06-208-208/+323
| | | | | | | | | | | | | | | | | * common.opt: Add remaining -W options and -g. * diagnostic.c (warnings_are_errors): Remove. * flags.h: Make most warning flags boolean. * opts.c (common_handle_option): Handle remaining -W options, and -g. Move many warning flags from toplev.c, making them boolean. * toplev.c: Remove many warning flags. (decode_W_option): Remove. (decode_g_option): Make extern. Error on unknown switch. (lang_independent_W_options): Use warn_dummy. (independent_decode_option): Just handle -f switches now. * toplev.h (decode_g_option): New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68287 138bc75d-0d04-0410-961f-82ee72b054a4
* fix basic_string::replace for integral typesdgregor2003-06-204-19/+54
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68286 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-20 Aldy Hernandez <aldyh@redhat.com>aldyh2003-06-201-2/+5
| | | | | | | | | PR/11092 * config/rs6000/rs6000.h (LEGITIMATE_CONSTANT_P): Adjust for vectors. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68284 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-20 Aldy Hernandez <aldyh@redhat.com>aldyh2003-06-201-0/+6
| | | | | | | | | PR/11092 * config/rs6000/rs6000.h (LEGITIMATE_CONSTANT_P): Adjust for vectors. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68283 138bc75d-0d04-0410-961f-82ee72b054a4
* * opts.sh: Tweak awk script for portability.neil2003-06-202-6/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68282 138bc75d-0d04-0410-961f-82ee72b054a4
* PR c++/10888mmitchel2003-06-205-1/+33
| | | | | | | | | | | | * tree-inline.c (expand_call_inline): Do not warn about failing to inline functions declared in system headers. * doc/invoke.texi (-Winline): Expand on documentation. PR c++/10888 * g++.dg/warn/Winline-3.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68281 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/alpha/alpha.c (alpha_file_start): Disablerth2003-06-202-0/+12
| | | | | | | file_start_file_directive for ELF and not MDEBUG. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68280 138bc75d-0d04-0410-961f-82ee72b054a4
* * sh.h (ROUND_TYPE_ALIGN): Remove.amylaar2003-06-202-8/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68279 138bc75d-0d04-0410-961f-82ee72b054a4
* * lib/target-supports.exp (check_alias_available): Make the testmmitchel2003-06-202-1/+7
| | | | | | | program acceptable to the Solaris assembler. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68277 138bc75d-0d04-0410-961f-82ee72b054a4
* PR c++/10749mmitchel2003-06-204-1/+30
| | | | | | | | | | | * parser.c (cp_parser_class_head): See through dependent names when parsing a class-head. PR c++/10749 * g++.dg/template/memclass2.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68276 138bc75d-0d04-0410-961f-82ee72b054a4
* * hooks.c (hook_int_void_no_regs): Rename fromrth2003-06-207-18/+28
| | | | | | | | | | | | | hook_reg_class_void_no_regs; change return type. * hooks.h: Update. * target-def.h (TARGET_BRANCH_TARGET_REGISTER_CLASS): Update. * target.h (branch_target_register_class): Change return type to int. Add documentation. * config/sh/sh.c (sh_target_reg_class): Change return type. * doc/tm.texi (TARGET_BRANCH_TARGET_REGISTER_CLASS): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68275 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-20 Andreas Tobler <toa@pop.agri.ch>aj2003-06-202-2/+7
| | | | | | | | * c-format.c: Change _Bool to bool reverting part of the last patch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68273 138bc75d-0d04-0410-961f-82ee72b054a4
* * lib/gcc-dg.exp (dg-xfail-if): Do not process conditional xfailmmitchel2003-06-203-3/+13
| | | | | | | | data for non-matching targets. * gcc.c-torture/compile/simd-5.c: Fix typo in conditional xfail. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68272 138bc75d-0d04-0410-961f-82ee72b054a4
* PR c++/10845mmitchel2003-06-204-1/+32
| | | | | | | | | | | * pt.c (try_class_unification): Correct handling of member class templates. * semantics.c (genrtl_finish_function): Adjust expand_function_end call. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68269 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-20 Benjamin Kosnik <bkoz@redhat.com>bkoz2003-06-202-2/+7
| | | | | | | | * testsuite/testsuite_performance.h (resource_counter): Don't use mallinfo at the moment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68268 138bc75d-0d04-0410-961f-82ee72b054a4
* * som.h (ASM_OUTPUT_SOURCE_LINE): Use targetm.strip_name_encoding todanglin2003-06-202-10/+19
| | | | | | | strip name encoding. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68267 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (gcc_cv_as_gstabs_flag): Disable if assembler warns.ro2003-06-203-6/+26
| | | | | | | | * configure: Regenerate. Fixes PR driver/9362. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68266 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/alpha/alpha.c (alpha_file_start): Fix typo.kenner2003-06-202-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68264 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/mips/mips.h (PUT_SDB_FUNCTION_END): Pass 0 as third argro2003-06-202-1/+6
| | | | | | | to ASM_OUTPUT_SOURCE_LINE. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68262 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-20 Michael Koch <konqueror@gmx.de>mkoch2003-06-202-6/+25
| | | | | | | | | | * java/io/ObjectStreamField.java (unshared): new member variable. (ObjectStreamField): New constructor. (isUnshared): New method. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68261 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-20 Michael Koch <konqueror@gmx.de>mkoch2003-06-202-4/+17
| | | | | | | | * java/net/URLStreamHandler.java (hostsEqual): Rewritten. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68260 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-20 Michael Koch <konqueror@gmx.de>mkoch2003-06-207-615/+308
| | | | | | | | | | | | | | | | | | | * gnu/java/nio/MappedByteFileBuffer.java, gnu/java/nio/natMappedByteFileBuffer.cc: Removed * java/nio/MappedByteBufferImpl.java: New file. * gnu/java/nio/FileChannelImpl.java: Use MappedByteBufferImpl instead of MappedByteFileBuffer. * Makefile.am (ordinary_java_source_files): Removed gnu/java/nio/MappedByteFileBuffer.java and added java/nio/MappedByteBufferImpl.java. (nat_source_files): Removed gnu/java/nio/natMappedByteFileBuffer.cc * Makefile.in: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68259 138bc75d-0d04-0410-961f-82ee72b054a4
* * doc/install.texi (Building): Correct and improve statementgerald2003-06-202-6/+13
| | | | | | | about parallel builds. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68257 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-common.c: Change _Bool to bool reverting part of the lastaj2003-06-202-28/+33
| | | | | | | patch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68256 138bc75d-0d04-0410-961f-82ee72b054a4