1. 21 Dec, 2007 1 commit
  2. 20 Dec, 2007 9 commits
    • xtensa.md (fix_return_addr): Remove. · 7f0ee694
      	* config/xtensa/xtensa.md (fix_return_addr): Remove.
      	* config/xtensa/xtensa-protos.h (xtensa_initialize_trampoline): New.
      	(xtensa_trampoline_template): New.
      	* config/xtensa/xtensa.c (MIN_FRAME_SIZE): Moved here from xtensa.h.
      	(xtensa_return_addr): Expand to standard Xtensa insns instead of
      	fix_return_addr.  Get high bits from a local label.
      	(xtensa_trampoline_template): New function with code moved from
      	TRAMPOLINE_TEMPLATE in xtensa.h.  Use L32R instead of CALL0 except
      	when using CONST16 or absolute-mode literals.
      	(xtensa_initialize_trampoline): New function with code moved from
      	INITIALIZE_TRAMPOLINE in xtensa.h.  Use different offsets depending
      	on which trampoline version is used.
      	* config/xtensa/lib2funcs.S (TRAMPOLINE_SIZE): Add comment.
      	* config/xtensa/xtensa.h (TARGET_ABSOLUTE_LITERALS): Define.
      	(MIN_FRAME_SIZE): Moved to xtensa.c.
      	(TRAMPOLINE_TEMPLATE): Use xtensa_trampoline_template.
      	(TRAMPOLINE_SIZE): Two versions of the trampoline have different sizes.
      	(INITIALIZE_TRAMPOLINE): Use xtensa_initialize_trampoline.
      	* config/xtensa/ieee754-df.S (XCHAL_NO_MUL): Define.
      	(__muldf3): Use CALL12 instead of CALL0 to invoke .Lmul_mulsi3
      	helper when not using the CALL0 ABI.  Change .Lmul_mulsi3 to match.
      	* config/xtensa/lib1funcs.asm (__umulsidi3): Likewise.
      	* config/xtensa/ieee754-sf.S (__mulsf3): Likewise.
      
      From-SVN: r131108
      Bob Wilson committed
    • re PR c++/34111 (new overload resolution error) · 4c12c8ea
              PR c++/34111
              * call.c (standard_conversion): Derived-to-base is considered a
              standard conversion.
      
      From-SVN: r131107
      Jason Merrill committed
    • lang.c (java_classify_record): Don't return RECORD_IS_INTERFACE for now. · ef833d3d
      * lang.c (java_classify_record): Don't return
      RECORD_IS_INTERFACE for now.
      
      From-SVN: r131105
      Alexandre Oliva committed
    • re PR c++/34459 (incorrect code when compiled with optimization (-O1)) · 3ec1a737
      	PR c++/34459
      	* tree-ssa-dse.c (dse_optimize_stmt): Don't eliminate store if
      	USE_STMT not only stores into the same object as STMT, but might
      	read it too.
      
      	* gcc.c-torture/execute/20071219-1.c: New test.
      
      From-SVN: r131101
      Jakub Jelinek committed
    • re PR libfortran/34530 (namelist read broken when whitespace after &namelist) · 667e2045
      2007-12-20  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/34530
              * io/list_read.c (eat_line): Move up in the file.
              (eat_separator): In namelist mode, skip over comment lines.
      
      2007-12-20  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/34530
              * gfortran.dg/namelist_44.f90: New.
      
      From-SVN: r131099
      Tobias Burnus committed
    • re PR fortran/34482 (FAIL: gfortran.dg/nan_4.f90 -O tests for errors) · c7abc45c
      2007-12-20  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/34482
              * gfortran.texi (BOZ): Document behavior for complex
              numbers.
              * target-memory.h (gfc_convert_boz): Update prototype.
              * target-memory.c (gfc_convert_boz): Add error check
              and convert BOZ to smallest possible bit size.
              * resolve.c (resolve_ordinary_assign): Check return value.
              * expr.c (gfc_check_assign): Ditto.
              * simplify.c (simplify_cmplx, gfc_simplify_dble,
              gfc_simplify_float, gfc_simplify_real): Ditto.
      
      2007-12-20  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/34482
              * gfortran.dg/boz_8.f90: Add error-check check.
              * gfortran.dg/boz_9.f90: Shorten BOZ where needed, replace
              stop by call abort.
      
      From-SVN: r131098
      Tobias Burnus committed
    • re PR tree-optimization/34413 (gfortran.dg/ltrans-7.f90 doesn't work) · f4113648
      2007-12-19  Sebastian Pop  <sebastian.pop@amd.com>
      
      	PR tree-optimization/34413
      	* tree-data-ref.c (affine_fn_op, analyze_ziv_subscript,
      	analyze_siv_subscript_cst_affine, analyze_miv_subscript,
      	omega_setup_subscript): Use long_integer_type_node instead of
      	integer_type_node.
      
      From-SVN: r131097
      Sebastian Pop committed
    • re PR target/34525 (ICE in extract_insn, at recog.c:1990 on hppa) · f946206c
      	PR target/34525
      	* pa.c (legitimize_pic_address): Force function labels into memory.
      
      From-SVN: r131096
      John David Anglin committed
    • Daily bump. · ec871836
      From-SVN: r131094
      GCC Administrator committed
  3. 19 Dec, 2007 30 commits
    • Add Sam's email for last sem_ch6.adb/sem_ch3.adb change. · 44914a04
      From-SVN: r131089
      Arnaud Charlet committed
    • Resync. · 7469b7bc
      From-SVN: r131088
      Arnaud Charlet committed
    • Update error message. · 5ce43522
      From-SVN: r131087
      Arnaud Charlet committed
    • gnat_rm.texi, [...]: Update documentation of -gnatw.o Fix name of… · 482434dc
      gnat_rm.texi, [...]: Update documentation of -gnatw.o Fix name of Wide_Wide_Latin_1/9 file names Add...
      
      2007-12-19  Robert Dewar  <dewar@adacore.com>
      
      	* gnat_rm.texi, gnat_ugn.texi: Update documentation of -gnatw.o
      	Fix name of Wide_Wide_Latin_1/9 file names
      	Add documentation for Ada.Exceptions.Last_Chance_Handler (a-elchha.ads)
      	Add missing documentation for Ada.Wide_[Wide_]Characters.Unicode
      	Add missing documentation for Ada.Command_Line.Response_File
      	Update list of warning letters for Warnings pragma
      	Add documentation for pragma Unmodified
      
      From-SVN: r131086
      Robert Dewar committed
    • makegpr.adb (Check_Compilation_Needed): Normalize C_Source_Path so that the… · d71cdcc5
      makegpr.adb (Check_Compilation_Needed): Normalize C_Source_Path so that the source path name is always found in the...
      
      2007-12-19  Vincent Celier  <celier@adacore.com>
      
      	* makegpr.adb (Check_Compilation_Needed): Normalize C_Source_Path so
      	that the source path name is always found in the dependencies.
      
      From-SVN: r131085
      Vincent Celier committed
    • Part of PR ada/33688 · 9b0b4cbe
      2007-12-19  Thomas Quinot  <quinot@adacore.com>
      
      	Part of PR ada/33688
      	* gen-soccon.c: Add constant IP_PKTINFO to allow getting ancillary
      	datagram info on Linux.
      
      From-SVN: r131084
      Thomas Quinot committed
    • utils.c (create_var_decl_1): call rest_of_decl_compilation only for global variable. · 91654939
      2007-12-19  Tristan Gingold  <gingold@adacore.com>
      
      	* utils.c (create_var_decl_1): call rest_of_decl_compilation only for
      	global variable.
      
      From-SVN: r131083
      Tristan Gingold committed
    • re PR ada/34149 (GNAT crash - deeply inrerited function) · 20e8cdd7
      2007-12-19  Gary Dismukes  <dismukes@adacore.com>
      
      	PR ada/34149
      	* sem_disp.adb (Check_Dispatching_Call): Augment existing test for
      	presence of a statically tagged operand (Present (Static_Tag)) with
      	test for Indeterm_Ancestor_Call when determining whether to propagate
      	the static tag to tag-indeterminate operands (which forces dispatching
      	on such calls).
      	(Check_Controlling_Formals): Ada2005, access parameters can have
      	defaults.
      	(Add_Dispatching_Operation, Check_Operation_From_Private_View): do
      	not insert subprogram in list of primitive operations if already there.
      
      From-SVN: r131082
      Gary Dismukes committed
    • sem_ch8.adb (Analyze_Subprogram_Renaming): Diagnose illegal renamings whose… · 90067a15
      sem_ch8.adb (Analyze_Subprogram_Renaming): Diagnose illegal renamings whose renamed entity is a subprogram that requires...
      
      2007-12-19  Ed Schonberg  <schonberg@adacore.com>
      	    Gary Dismukes  <dismukes@adacore.com>
      
      	* sem_ch8.adb (Analyze_Subprogram_Renaming): Diagnose illegal renamings
      	whose renamed entity is a subprogram that requires overriding.
      	(Premature_Usage): Test for the case of N_Full_Type_Declaration when
      	issuing an error for premature usage and issue a message that says
      	'type' rather than 'object'.
      
      From-SVN: r131081
      Ed Schonberg committed
    • sem_ch4.adb (Analyze_Concatenation_Rest): New procedure. · fe39cf20
      2007-12-19  Bob Duff  <duff@adacore.com>
      
      	* sem_ch4.adb (Analyze_Concatenation_Rest): New procedure.
      	(Analyze_Concatenation): Use iteration instead of recursion in order
      	to avoid running out of stack space for deeply nested concatenations.
      
      From-SVN: r131080
      Bob Duff committed
    • PR ada/15803, ada/15805 · f29b857f
      2007-12-19  Ed Schonberg  <schonberg@adacore.com>
      	    Gary Dismukes  <dismukes@adacore.com>
      
      	PR ada/15803, ada/15805
      	* sem_ch6.adb, sem_ch3.adb (Constrain_Access): In Ada2005, diagnose
      	illegal access subtypes when there is a constrained partial view.
      	(Check_For_Premature_Usage): New procedure inside
      	Access_Subprogram_Declaration for checking that an access-to-subprogram
      	type doesn't reference its own name within any formal parameters or
      	result type (including within nested anonymous access types).
      	(Access_Subprogram_Declaration): Add call to Check_For_Premature_Usage.
      	(Sem_Ch3.Analyze_Object_Declaration, Sem_ch6.Process_Formals): if the
      	context is an access_to_variable, the expression cannot be an
      	access_to_constant.
      
      From-SVN: r131079
      Ed Schonberg committed
    • prj-attr.adb (Package_Node_Id_Of): Returns Unknown_Package when package is not known · ce914b98
      2007-12-19  Vincent Celier  <celier@adacore.com>
      
      	* prj-attr.adb (Package_Node_Id_Of): Returns Unknown_Package when
      	package is not known
      
      	* prj-attr.ads (Unknown_Package): New constant
      	Do not crash when an unknown package is in several projects
      
      	* prj-dect.adb (Parse_Package_Declaration): Mark an unknown package as
      	ignored
      
      	* prj-nmsc.adb (Check): Remove obsolete code related to no longer
      	existing package Language_Processing.
      
      From-SVN: r131078
      Vincent Celier committed
    • par-ch3.adb (P_Record_Declaration): Guard against cascaded errors in mangled declaration · 1c0ecdd4
      2007-12-19  Ed Schonberg  <schonberg@adacore.com>
      
      	* par-ch3.adb (P_Record_Declaration): Guard against cascaded errors in
      	mangled declaration
      	(P_Type_Declaration): Diagnose misuse of "abstract" in untagged record
      	declarations.
      	(P_Variant_Part): Cleaner patch for parenthesized discriminant
      
      From-SVN: r131077
      Ed Schonberg committed
    • freeze.adb (Freeze_Record_Type, [...]): Implement properly the Ada2005 rules concerning when... · 32c760e6
      2007-12-19  Ed Schonberg  <schonberg@adacore.com>
      
      	* freeze.adb (Freeze_Record_Type, Check_Current_Instance): Implement
      	properly the Ada2005 rules concerning when the current instance of a
      	record type is aliased.
      
      From-SVN: r131076
      Ed Schonberg committed
    • exp_pakd.adb (Expand_Bit_Packed_Element_Set): Fix packed array type in complex… · e5aa8dd3
      exp_pakd.adb (Expand_Bit_Packed_Element_Set): Fix packed array type in complex case where array is Volatile.
      
      2007-12-19  Robert Dewar  <dewar@adacore.com>
      
      	* exp_pakd.adb (Expand_Bit_Packed_Element_Set): Fix packed array type
      	in complex case where array is Volatile.
      
      From-SVN: r131075
      Robert Dewar committed
    • exp_ch9.adb (Null_Statements): Moved to library level · 6625fbd0
      2007-12-19  Robert Dewar  <dewar@adacore.com>
      
      	* exp_ch9.adb (Null_Statements): Moved to library level
      	(Trivial_Accept_OK): New function
      	(Expand_Accept_Declaration): Use Trivial_Accept_OK
      	(Expand_N_Accept_Statement): Use Trivial_Accept_OK
      
      From-SVN: r131074
      Robert Dewar committed
    • exp_ch3.adb (Expand_N_Object_Declaration): Complete the circuitry that forces… · 5be0911d
      exp_ch3.adb (Expand_N_Object_Declaration): Complete the circuitry that forces the construction of static dispatch tables...
      
      2007-12-19  Javier Miranda  <miranda@adacore.com>
      
      	* exp_ch3.adb (Expand_N_Object_Declaration): Complete the circuitry
      	that forces the construction of static dispatch tables in case of
      	record subtypes.
      
      From-SVN: r131073
      Javier Miranda committed
    • exp_attr.adb (Expand_N_Attribute_Reference, case Size): Fix error in handling… · cf284c75
      exp_attr.adb (Expand_N_Attribute_Reference, case Size): Fix error in handling compile time known size of record or array (case of front...
      
      2007-12-19  Robert Dewar  <dewar@adacore.com>
      
      	* exp_attr.adb (Expand_N_Attribute_Reference, case Size): Fix error in
      	handling compile time known size of record or array (case of front end
      	layout active, e.g. in GNAAMP).
      
      From-SVN: r131072
      Robert Dewar committed
    • exp_aggr.adb (Not_OK_For_Backend): A component of a private type with… · 4a76b687
      exp_aggr.adb (Not_OK_For_Backend): A component of a private type with discriminants forces expansion of the...
      
      2007-12-19  Ed Schonberg  <schonberg@adacore.com>
      
      	* exp_aggr.adb (Not_OK_For_Backend): A component of a private type with
      	discriminants forces expansion of the aggregate into assignments.
      	(Init_Record_Controller):  If the type of the aggregate is untagged and
      	is not inherently limited, the record controller is not limited either.
      
      From-SVN: r131071
      Ed Schonberg committed
    • atree.ads, atree.adb (Traverse_Func): Walk Field2 last, and eliminate the… · 10303118
      atree.ads, atree.adb (Traverse_Func): Walk Field2 last, and eliminate the resulting tail recursion by hand.
      
      2007-12-19  Bob Duff  <duff@adacore.com>
      
      	* atree.ads, atree.adb (Traverse_Func): Walk Field2 last, and eliminate
      	the resulting tail recursion by hand. This prevents running out of
      	memory on deeply nested concatenations, since Field2 is where the left
      	operand of concatenations is stored.
      	Fix bug (was returning OK_Orig in some cases). Fix return subtype to
      	clarify that it can only return OK or Abandon.
      
      	* sem_res.adb (Resolve_Op_Concat): Replace the recursion on the left
      	operand by iteration, in order to avoid running out of memory on
      	deeply-nested concatenations. Use the Parent pointer to get back up the
      	tree.
      	(Resolve_Op_Concat_Arg, Resolve_Op_Concat_First,
      	 Resolve_Op_Concat_Rest): New procedures split out of
      	Resolve_Op_Concat, so the iterative algorithm in Resolve_Op_Concat is
      	clearer.
      
      	* checks.adb (Remove_Checks): Use Traverse_Proc instead of
      	Traverse_Func, because the former already takes care of discarding the
      	result.
      
      	* errout.adb (First_Node): Use Traverse_Proc instead of Traverse_Func,
      	because the former already takes care of discarding the result.
      	(Remove_Warning_Messages): Use appropriate subtype for Status and
      	Discard
      
      From-SVN: r131070
      Bob Duff committed
    • 2007-12-19 Eric Botcazou <ebotcazou@adacore.com> · 160df979
      	* targparm.adb, targparm.ads, system.ads, system-darwin-ppc.ads,
      	system-vxworks-x86.ads, system-linux-ppc.ads, system-linux-hppa.ads,
      	system-hpux-ia64.ads, system-vxworks-arm.ads, system-darwin-x86.ads,
      	system-vms_64.ads, system-vms-ia64.ads, system-linux-ia64.ads,
      	system-freebsd-x86.ads, system-linux-x86_64.ads, system-tru64.ads,
      	system-aix.ads, system-vxworks-sparcv9.ads, system-solaris-x86.ads,
      	system-irix-o32.ads, system-irix-n32.ads, system-hpux.ads,
      	system-vxworks-m68k.ads, system-linux-x86.ads, system-vxworks-mips.ads,
      	system-solaris-sparc.ads, system-solaris-sparcv9.ads, system-vms.ads,
      	system-mingw.ads, system-vms-zcx.ads, system-vxworks-ppc.ads
      	(Dynamic_Trampolines_Used): Delete.
      
      	* system-lynxos-x86.ads, system-lynxos-ppc.ads: Ditto.
      	Turn on stack probing mechanism on LynxOS.
      
      From-SVN: r131069
      Eric Botcazou committed
    • g-expect-vms.adb, [...]: Add pragma Warnings (Off) for unassigned IN OUT arguments · 9d77af56
      2007-12-19  Robert Dewar  <dewar@adacore.com>
      
      	* g-expect-vms.adb, g-expect.adb, s-poosiz.adb: 
      	Add pragma Warnings (Off) for unassigned IN OUT arguments
      
      	* sem_warn.adb (Output_Reference): Suppress messages for internal names
      	(Check_References): Extensive changes to tune up warnings
      	(Output_Non_Modifed_In_Out_Warnings): Changes to tune up warnings
      	(Has_Pragma_Unmodifed_Check_Spec): New function
      	(Check_References): Implement pragma Unmodified
      	(Warn_On_Unassigned_Out_Parameter): Implement pragma Unmodified
      
      	* par-prag.adb: Dummy entry for pragma Unmodified
      
      	* sem_prag.adb: Implement pragma Unmodified
      
      	* einfo.ads, einfo.adb: (Has_Pragma_Unmodified): New flag
      	(Proc_Next_Component_Or_Discriminant): Fix typo.
      	Update comments.
      
      	* sem_util.adb (Note_Possible_Modification): Add processinng for pragma
      	Unmodified.
      	(Reset_Analyzed_Flags): Use Traverse_Proc instead of Traverse_Func,
      	because the former already takes care of discarding the result.
      	(Mark_Coextensions): Remove ununused initial value from Is_Dynamic.
      	Add comment.
      
      	* snames.h, snames.ads, snames.adb: Add entry for pragma Unmodified
      
      From-SVN: r131068
      Robert Dewar committed
    • Make type limited as per Ada 2005 rules. · 41d4f4a7
      From-SVN: r131067
      Arnaud Charlet committed
    • Update test to follow Ada 2005 rules. · 1a52e565
      From-SVN: r131066
      Arnaud Charlet committed
    • omp-low.c (build_omp_regions_1): Recognition of combined parallels moved ... · 068e1875
      	* omp-low.c (build_omp_regions_1): Recognition of combined parallels
      	moved ...
      	(expand_omp): ... here.
      	* gcc.dg/gomp/combined-1.c: New test.
      
      From-SVN: r131064
      Zdenek Dvorak committed
    • re PR tree-optimization/34355 (ICE: invariant not recomputed when ADDR_EXPR… · 8a171a59
      re PR tree-optimization/34355 (ICE: invariant not recomputed when ADDR_EXPR changed with -ftree-parallelize-loops)
      
      	PR tree-optimization/34355
      	* tree-parloops.c (take_address_of): Handle expresions
      	instead of just variables.
      	(eliminate_local_variables_1): Force whole invariant
      	address to ssa name.
      
      	* g++.dg/tree-ssa/pr34355.C: New test.
      
      From-SVN: r131063
      Zdenek Dvorak committed
    • re PR target/30572 (target libraries links against /libgcc_s.1.dylib instead of… · 89deeaff
      re PR target/30572 (target libraries links against /libgcc_s.1.dylib instead of $(prefix)/lib/libgcc_s.1.dylib)
      
      2007-12-19  Etsushi Kato  <ek.kato@gmail.com>
      	    Paolo Bonzini  <bonzini@gnu.org>
      
      	PR target/30572
      	* Makefile.in: Use @shlib_slibdir@ substitution to get correct install name
      	on darwin.
      	* config/t-slibgcc-darwin: Use @shlib_slibdir@ for -install_name.
      				
      
      Co-Authored-By: Paolo Bonzini <bonzini@gnu.org>
      
      From-SVN: r131062
      Etsushi Kato committed
    • Fix generation of reg-moves · 1a46d33d
      From-SVN: r131060
      Revital Eres committed
    • re PR c++/34513 (static variable not found for C++ OpenMP) · 5259c813
      	PR c++/34513
      	* parser.c (cp_parser_omp_parallel): For non-combined parallel
      	call cp_parser_statement rather than
      	cp_parser_already_scoped_statement.
      
      	* testsuite/libgomp.c/pr34513.c: New test.
      	* testsuite/libgomp.c++/pr34513.C: New test.
      
      From-SVN: r131059
      Jakub Jelinek committed