aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Collapse)AuthorFilesLines
2002-12-16sh.h (EXTRA_CONSTRAINT_Z): New macro.J"orn Rennecke3-1/+13
* sh.h (EXTRA_CONSTRAINT_Z): New macro. (EXTRA_CONSTRAINT): Use it. * sh.md (anddi3): Use 'Z' constraint for alternative 2. From-SVN: r60173
2002-12-16Daily bump.GCC Administrator1-1/+1
From-SVN: r60172
2002-12-15* sem_ch6.adb (Analyze_Subprogram_Body): Fix typo and formattingGeert Bosch2-6/+10
From-SVN: r60159
2002-12-15re PR ada/5690 (renaming subprograms and default_expression)Geert Bosch2-2/+14
* sem_ch6.adb (Analyze_Subprogram_Body): Recognize additional case of a body created for a Renaming_As_Body, on which conformance checks are not performed. Fixes PR ada/5690. From-SVN: r60158
2002-12-15Revert last commit due to freeze.Richard Sandiford4-35/+1
From-SVN: r60157
2002-12-15* config/mips/mips.md: Disable the movstrsi define_split.Richard Sandiford4-1/+35
From-SVN: r60156
2002-12-15Daily bump.GCC Administrator1-1/+1
From-SVN: r60154
2002-12-14Daily bump.GCC Administrator1-1/+1
From-SVN: r60125
2002-12-14pa.c (output_millicode_call): Correct typo.John David Anglin2-2/+7
* pa.c (output_millicode_call): Correct typo. (output_call): Likewise. From-SVN: r60115
2002-12-14Fix test for LP64, move it to gcc.c-torture/compile (per Kaveh Ghazi)Dale Johannesen1-1/+2
From-SVN: r60111
2002-12-13mn10300.c (print_operand): Check operand's range.Alexandre Oliva4-7/+85
* config/mn10300/mn10300.c (print_operand) <case N>: Check operand's range. Print value directly, without aid from output_address. <case U>: New. <case S>: Make sure argument to fprintf has the right type. * config/mn10300/mn10300.h (OK_FOR_T): New macro. (EXTRA_CONSTRAINT): Adjust. * config/mn10300/mn10300.md: Add new all-QImode pattern for bclr. Use %U for immediate operands of bset and bclr. (iorqi3): New expand, with insns for AM33 and mn10300. From-SVN: r60109
2002-12-13re PR c++/8031 (ICE in comptypes, at cp/typeck.c:913)Gabriel Dos Reis3-0/+23
PR C++/8031 * cvt.c (convert_to_pointer_force): Don't try comparing against erronous type. From-SVN: r60106
2002-12-13cp-tree.h: Have the multiple-include guards around the entire file.Geoffrey Keating2-3/+8
* cp-tree.h: Have the multiple-include guards around the entire file. From-SVN: r60104
2002-12-13*** empty log message ***J"orn Rennecke4-44/+68
From-SVN: r60103
2002-12-13Fix type.Devang Patel1-2/+2
From-SVN: r60102
2002-12-13Doc fix for PR 1621.Jim Wilson2-7/+8
* doc/extend.texi (Complex Numbers): Update info on debug info. From-SVN: r60101
2002-12-13h8300.md (addhi3_h8300): Remove the last alternative.Kazu Hirata2-7/+12
* config/h8300/h8300.md (addhi3_h8300): Remove the last alternative. From-SVN: r60098
2002-12-13Daily bump.GCC Administrator1-1/+1
From-SVN: r60096
2002-12-12I forgot to commit ChangeLogs with darwin ld tests and documentation patch.Devang Patel2-0/+11
From-SVN: r60088
2002-12-12re PR debug/1621 (Debugging with complex numbers)Jim Wilson2-2/+63
Fix for PR 1621. * dbxout.c (dbxout_fptype_value): New. (dbxout_type, case COMPLEX_TYPE): Call it. Use 'R' instead of 'r'. From-SVN: r60087
2002-12-13c-decl.c: Fix a comment typo.Kazu Hirata29-37/+68
* c-decl.c: Fix a comment typo. * cfg.c: Likewise. * cfgcleanup.c: Likewise. * cfglayout.c: Likewise. * cfgrtl.c: Likewise. * c-typeck.c: Likewise. * dominance.c: Likewise. * dwarf2asm.c: Likewise. * dwarfout.c: Likewise. * expmed.c: Likewise. * expr.c: Likewise. * final.c: Likewise. * flow.c: Likewise. * function.c: Likewise. * gcc.c: Likewise. * genautomata.c: Likewise. * integrate.c: Likewise. * loop.c: Likewise. * loop.h: Likewise. * output.h: Likewise. * profile.c: Likewise. * ra.h: Likewise. * reload1.c: Likewise. * reload.c: Likewise. * sched-rgn.c: Likewise. * stmt.c: Likewise. * tree.h: Likewise. * vmsdbgout.c: Likewise. From-SVN: r60085
2002-12-12* config/h8300/h8300.md: Add a new peephole2.Kazu Hirata2-0/+37
From-SVN: r60082
2002-12-12invoke.texi: Document Darwin linker options...Devang Patel6-10/+81
gcc *doc/invoke.texi: Document Darwin linker options, -bundle -bind_at_load, -all_load and -arch_errors_fatal testsuite * gcc.dg/darwin-ld-1.c: New test. * gcc.dg/darwin-ld-2.c: New test. * gcc.dg/darwin-ld-3.c: New test. * gcc.dg/darwin-ld-4.c: New test. * gcc.dg/darwin-ld-5.c: New test. From-SVN: r60081
2002-12-12h8300.md (a peephole2): Accept a constant that's accepted by CONST_OK_FOR_J.Kazu Hirata2-1/+7
* config/h8300/h8300.md (a peephole2): Accept a constant that's accepted by CONST_OK_FOR_J. From-SVN: r60080
2002-12-12h8300.h (CONST_OK_FOR_J): New.Kazu Hirata3-12/+23
* config/h8300/h8300.h (CONST_OK_FOR_J): New. (CONST_OK_FOR_LETTER_P): Use CONST_OK_FOR_J. * config/h8300/h8300.md (*addhi_h8300): Add a new alternative. (*addhi_h8300hs): Likewise. From-SVN: r60079
2002-12-12sh.c (reg_class_from_letter): No longer const.J"orn Rennecke4-35/+71
* sh.c (reg_class_from_letter): No longer const. Add 'e' entry. (sh_register_move_cost): Add clause for SImode fp-fp moves. Increase cost for moves involving multiple general purpose registers. * sh.h (OVERRIDE_OPTIONS): Set reg_class_from_letter['e'] according to TARGET_FMOVD. (HARD_REGNO_MODE_OK): Allow V2SFmode and V4SFmode in general purpose registers, and SImode in fp registers, for ! TARGET_SHMEDIA. (enum reg_class reg_class_from_letter): No longer const. (SECONDARY_OUTPUT_RELOAD_CLASS): Use REGCLASS_HAS_FP_REG / REGCLASS_HAS_GENERAL_REG. Handle SImode moves from/to fp registers. ! TARGET_SHMEDIA && TARGET_FMOVD. (SECONDARY_INPUT_RELOAD_CLASS): Use REGCLASS_HAS_FP_REG. * sh.md (movsi_ie): Add alternatives to move from / to fp regisyters. From-SVN: r60076
2002-12-12sh.h (REG_CLASS_HAS_FP_REG): New.Joern Rennecke1-3/+52
Wed Dec 11 19:05:05 2002 J"orn Rennecke <joern.rennecke@superh.com> * sh.h (REG_CLASS_HAS_FP_REG): New. (REGISTER_MOVE_COST) Use it. Put body into a function and move it into: * sh.c (sh_register_move_cost). * sh-protos.h (sh_register_move_cost): Declare. * sh.c (sh_expand_builtin): Abort for unexpected nop values. (sh_adjust_cost): Always return a value. From-SVN: r60075
2002-12-12sh.h (REG_CLASS_HAS_FP_REG): New.Joern Rennecke1-0/+2
* sh.h (REG_CLASS_HAS_FP_REG): New. (REGISTER_MOVE_COST) Use it. Put body into a function and move it into: * sh.c (sh_register_move_cost). * sh-protos.h (sh_register_move_cost): Declare. * sh.c (sh_expand_builtin): Abort for unexpected nop values. (sh_adjust_cost): Always return a value. From-SVN: r60074
2002-12-12ia64.c (ia64_hpux_asm_file_end): Fix typo in last change and some warnings.Andreas Schwab2-3/+9
* config/ia64/ia64.c (ia64_hpux_asm_file_end): Fix typo in last change and some warnings. From-SVN: r60073
2002-12-12* doc/md.texi (pushm): Fix a typo.Kazu Hirata2-1/+5
From-SVN: r60072
2002-12-1220021212-1.c: New test.Eric Botcazou2-0/+19
2002-12-12 Eric Botcazou <ebotcazou@libertysurf.fr> * gcc.c-torture/compile/20021212-1.c: New test. From-SVN: r60068
2002-12-12Link PR opt/8334 to its fix.Eric Botcazou1-0/+1
From-SVN: r60067
2002-12-12Daily bump.GCC Administrator1-1/+1
From-SVN: r60066
2002-12-12mips.c (mips_output_conditional_branch): Support PIC-safe out-of-range ↵Alexandre Oliva3-20/+89
branch and branch-likely. * config/mips/mips.c (mips_output_conditional_branch): Support PIC-safe out-of-range branch and branch-likely. * config/mips/mips.md (attr length): PIC-safe out-of-range branches are longer. ("jump"): Support PIC-safe out-of-range-for-branch jumps. Remove unused code to support indirect jumps. From-SVN: r60058
2002-12-12pa.h (BIGGEST_ALIGNMENT): Change 32-bit value to 64 bits.John David Anglin2-10/+16
* pa.h (BIGGEST_ALIGNMENT): Change 32-bit value to 64 bits. (MAX_PARM_BOUNDARY, STACK_BOUNDARY): Express in terms of BIGGEST_ALIGNMENT. (PREFERRED_STACK_BOUNDARY): Express in terms of STACK_BOUNDARY. (FUNCTION_BOUNDARY): Express in terms of BITS_PER_WORD. From-SVN: r60056
2002-12-12* doc/invoke.texi: Correct dump file names.Kazu Hirata2-20/+24
From-SVN: r60055
2002-12-11ia64.c (ia64_hpux_asm_file_end): Don't send stripped name to globalize_label ↵Steve Ellcey2-7/+15
or assemble_name. * config/ia64/ia64.c (ia64_hpux_asm_file_end): Don't send stripped name to globalize_label or assemble_name. From-SVN: r60046
2002-12-11sh.h (REG_CLASS_HAS_GENERAL_REG): Only true for SIBCALL_REGS if not ↵J"orn Rennecke2-33/+24
TARGET_SHMEDIA. * sh.h (REG_CLASS_HAS_GENERAL_REG): Only true for SIBCALL_REGS if not TARGET_SHMEDIA. From-SVN: r60045
2002-12-11sh.h (REG_CLASS_HAS_GENERAL_REG): New.J"orn Rennecke2-9/+23
* sh.h (REG_CLASS_HAS_GENERAL_REG): New. (REGISTER_MOVE_COST): Use it. From-SVN: r60041
2002-12-11tree.h (MODULE_LOCAL_P): Kill.Richard Henderson3-6/+6
* tree.h (MODULE_LOCAL_P): Kill. * varasm.c (default_binds_local_p_1): Use decl_visibility instead. From-SVN: r60040
2002-12-11* config/h8300/h8300.md (two define_peephole2): New.Kazu Hirata2-0/+60
From-SVN: r60036
2002-12-11h8300.h (CONST_OK_FOR_J): Remove.Kazu Hirata2-6/+7
* config/h8300/h8300.h (CONST_OK_FOR_J): Remove. (CONST_OK_FOR_K): Likewise. (CONST_OK_FOR_M): Likewise. (CONST_OK_FOR_LETTER_P): Do not use the above macros. From-SVN: r60035
2002-12-11Daily bump.GCC Administrator1-1/+1
From-SVN: r60030
2002-12-11c-common.c (builtin_define_type_max): Handle unsigned types too.Neil Booth4-27/+51
* c-common.c (builtin_define_type_max): Handle unsigned types too. testsuite: * gcc.dg/fshort-wchar: New test. From-SVN: r60023
2002-12-10re PR c++/8372 (ICE on explicit call of destructor)Mark Mitchell4-3/+21
PR c++/8372 * pt.c (tsubst_copy): Handle destructor names more correctly. PR c++/8372 * g++.dg/template/dtor1.C: New test. From-SVN: r60015
2002-12-10* cp-tree.h: get rid of needs_virtual_reinit bit.Matt Austern2-2/+4
From-SVN: r60014
2002-12-10re PR other/8882 (Error in the documentation "GNU Compiler Collection ↵Janis Johnson2-1/+6
Internals") 2002-12-10 Janis Johnson <janis187@us.ibm.com> PR other/8882 * doc/tm.texi (PUSH_ARGS): Remove misplaced line. From-SVN: r60011
2002-12-10Add support for darwin linker options.Devang Patel3-3/+342
* config/darwin.h(LINK_SPEC): Add darwin specific linker options. * doc/invoke.texi: Add new "Darwin Options" section. From-SVN: r60010
2002-12-10Fix PPC32 SVR4 ABI bug with 128-bit long double.Jim Wilson2-3/+12
* rs6000.h (RETURN_IN_MEMORY): If ABI_V4, then TFmode is returned in memory. From-SVN: r60006
2002-12-10cse.c (cse_insn): Don't cse past a basic block boundary.Andrew Haley2-2/+14
2002-12-10 Andrew Haley <aph@redhat.com> * cse.c (cse_insn): Don't cse past a basic block boundary. From-SVN: r60000