- 15 Apr, 2009 15 commits
-
-
2009-04-15 Ed Schonberg <schonberg@adacore.com> * sem_ch8.adb (Use_One_Type): If both clauses appear on the same unit, the second is redundant, regardless of scopes. 2009-04-15 Vincent Celier <celier@adacore.com> * prj-nmsc.adb (Get_Directories): Check for sources before checking the object directory as when there are no sources, they may not be any object directory. * make.adb (Gnatmake): Do not attempt to get the path name of the exec directory, when there are no exec directory. 2009-04-15 Ed Schonberg <schonberg@adacore.com> * sem_type.adb (Remove_Conversions): In order to resolve spurious ambiguities, refine removal of universal interpretations from complex expressions with literal arguments, when some numeric operators have been declared abstract. 2009-04-15 Ed Falis <falis@adacore.com> * init.c: Map SIGSEGV to Storage_Error for all targets for uniformity and backward compatibility for targets using probing for stack overflow 2009-04-15 Ed Schonberg <schonberg@adacore.com> * sem_prag.adb (Analyze_Pragma, case 'Obsolescent): Pragma is legal after any declaration, including renaming declarations. From-SVN: r146091
Arnaud Charlet committed -
* gcc-interface/Make-lang.in: Update dependencies. * gcc-interface/Makefile.in: Fix VxWorks target pairs. From-SVN: r146090
Arnaud Charlet committed -
2009-04-15 Javier Miranda <miranda@adacore.com> * exp_ch4.adb (Expand_N_Allocator): Code cleanup. * sem_ch6.adb (Check_Anonymous_Return): Add missing support for functions returning anonymous access to class-wide limited types. Mark also the containing scope as a task master. * sem_ch8.adb (Restore_Scope_Stack): Add missing management for limited-withed packages. Required to restore their visibility after processing packages associated with implicit with-clauses. * exp_ch3.adb (Build_Class_Wide_Master): Avoid marking masters associated with return statements because this work is now done by Check_Anonymous_Return. (Build_Master): Code cleanup. From-SVN: r146089
Javier Miranda committed -
* gnat.dg/sync1.ads: Fix error now flagged by gnat. * gnat.dg/specs/limited1.ads: Ditto. From-SVN: r146088
Arnaud Charlet committed -
2009-04-15 Rafael Avila de Espindola <espindola@google.com> * class.c (build_vtbl_ref_1): Remove call to assemble_external. * init.c (build_vtbl_address): Remove call to assemble_external. From-SVN: r146087
Rafael Avila de Espindola committed -
2009-04-15 Thomas Quinot <quinot@adacore.com> * sem_warn.ads: Minor reformatting 2009-04-15 Ed Schonberg <schonberg@adacore.com> * sem_ch3.adb: better error message for illegal interfaces * sem_ch6.adb (Possible_Freeze): Delay freezing a subprogram if a formal is an incomplete type from a limited_with clause. From-SVN: r146086
Arnaud Charlet committed -
2009-04-15 Vincent Celier <celier@adacore.com> * prj-nmsc.adb (Locate_Directory): New Boolean parameter Externally_Built indicating if the project is externally built. If it is, and --subdirs is specified, but the subdir does not exist, look for the specified directory, without the subdir. From-SVN: r146085
Vincent Celier committed -
2009-04-15 Gary Dismukes <dismukes@adacore.com> * a-tasatt.adb: Fix typo, plus minor reformatting * sem_ch3.ads: Add missing hyphen ("class wide" => "class-wide"). * sem_ch10.adb: Add missing hyphen ("use visible" => "use-visible"). 2009-04-15 Ed Schonberg <schonberg@adacore.com> * sem_ch3.adb (Analyze_Private_Extension_Declaration): Verify that a private extension whose parent is a synchronized interface carries an explicit synchronized keyword. From-SVN: r146084
Arnaud Charlet committed -
2009-04-15 Thomas Quinot <quinot@adacore.com> * exp_smem.adb (Make_Shared_Var_Procs): For a protected type, instantiate generic shared object package with the corresponding record type. From-SVN: r146083
Thomas Quinot committed -
2009-04-15 Arnaud Charlet <charlet@adacore.com> * system-linux-sparc.ads: Remove obsolete entries. 2009-04-15 Thomas Quinot <quinot@adacore.com> * s-tasuti.ads: Add ??? comment From-SVN: r146082
Arnaud Charlet committed -
2009-04-15 Ed Schonberg <schonberg@adacore.com> * sem_ch3.adb (Analyze_Type_Declaration): Create freeze node for access type even if the designated type comes from a limited_with clause, to ensure that the symbol for the finalization list of the access type is created. From-SVN: r146081
Ed Schonberg committed -
* io/write.c (itoa) : Rename back to gfc_itoa. (write_i): Adjust call to write_decimal. (write_integer): Use gfc_itoa. From-SVN: r146079
Danny Smith committed -
diagnostic.c (diagnostic_report_diagnostic): Do not warn about loaded plugins for DK_ERROR and DK_WARNING. * diagnostic.c (diagnostic_report_diagnostic): Do not warn about loaded plugins for DK_ERROR and DK_WARNING. * c-decl.c (declspecs_add_type): Move call to invoke_plugin_callbacks ... * c-parser.c (c_parser_declspecs): ... here. * plugin.c (dump_active_plugins): Tidy output. cp/ChangeLog * parser.c (cp_parser_type_specifier_seq): Move call to invoke_plugin_callbacks ... (cp_parser_type_specifier_seq): ... here. From-SVN: r146078
Diego Novillo committed -
2009-04-14 Benjamin Kosnik <bkoz@redhat.com> * doc/xml/spine.xml: Remove unused license entity, update copyright year. * doc/xml/manual/spine.xml: Markup for primary index terms. * doc/xml/manual/numerics.xml: Same. * doc/xml/manual/intro.xml: Same. * doc/xml/manual/containers.xml: Same. * doc/xml/manual/io.xml: Same. * doc/xml/manual/appendix_porting.xml: Same. * doc/xml/manual/utilities.xml: Same. * doc/xml/manual/support.xml: Same. * doc/xml/manual/localization.xml: Same. * doc/xml/manual/strings.xml: Same. * doc/xml/manual/extensions.xml: Same. * doc/xml/manual/appendix_contributing.xml: Same. * doc/xml/manual/diagnostics.xml: Same. * doc/xml/manual/algorithms.xml: Same. * doc/xml/manual/appendix_free.xml: Same. * doc/xml/manual/iterators.xml: Same. * doc/xml/gnu/gpl-3.0.xml: Fix xml markup regressions. * doc/xml/gnu/fdl-1.2.xml: Same. * doc/xml/manual/status_cxx200x.xml: Re-write. From-SVN: r146077
Benjamin Kosnik committed -
From-SVN: r146075
GCC Administrator committed
-
- 14 Apr, 2009 14 commits
-
-
PR testsuite/39769 From-SVN: r146068
Michael Meissner committed -
* config/rs6000/rs6000.c (rs6000_dwarf_register_span): Fix debug output for other floating point modes. From-SVN: r146060
Daniel Jacobowitz committed -
2009-04-14 Diego Novillo <dnovillo@google.com> Le-Chun Wu <lcwu@google.com> * configure.ac: Add --enable-plugin support. Define ENABLE_PLUGIN and PLUGINLIBS when specified. * Makefile.in (PLUGIN_H): Define. Export ENABLE_PLUGIN and GMPINC to site.exp. Add PLUGINLIBS to link command. Add/modify dependencies for plugin.o and files including plugin.h. (plugin.o): New. * config.in: Regenerate. * opts.c (common_handle_option): Handle OPT_fplugin_ and OPT_fplugin_arg_. 2009-04-14 Le-Chun Wu <lcwu@google.com> * tree-pass.h (register_one_dump_file): Add a prototype for register_one_dump_file. * toplev.c (compile_file): Call initialize_plugins. (do_compile): Call invoke_plugin_callbacks. (toplev_main): Call invoke_plugin_callbacks. * common.opt: Add -fplugin= and -fplugin-arg-. * gcc-plugin.h: New public header file for plugins to include. * plugin.c: New source file. * plugin.h: New internal header file. * passes.c (register_one_dump_file): Make it external. * c-parser.c (c_parser_declspecs): Call invoke_plugin_callbacks. 2009-04-14 Diego Novillo <dnovillo@google.com> * doc/plugins.texi: New. * doc/gccint.texi: Add reference to Plugins chapter. * doc/invoke.texi: Document -fplugin and -fplugin-arg * diagnostic.c (diagnostic_report_diagnostic): Warn about loaded plugins, if any. * timevar.def (TV_PLUGIN_INIT): Define. (TV_PLUGIN_RUN): Define. * plugin.c: Include timevar.h (plugins_active_p): New. (dump_active_plugins): New. (debug_active_plugins): New. cp/ChangeLog 2009-04-14 Le-Chun Wu <lcwu@google.com> * Make-lang.in: Modify dependencies of files including plugin.h. * decl.c (finish_function): Call invoke_plugin_callbacks. * parser.c (cp_parser_type_specifier): Call invoke_plugin_callbacks. From-SVN: r146059
Diego Novillo committed -
* config/sol2.h (LINK_ARCH32_SPEC_BASE): Use %R with absolute library paths. * config/sparc/sol2-bi.h (LINK_ARCH64_SPEC_BASE): Likewise. From-SVN: r146057
Joseph Myers committed -
configure.ac (setobjs, msdosdjgpp): Move a-priori setting of existing and required library functions to... * configure.ac (setobjs, msdosdjgpp): Move a-priori setting of existing and required library functions to with_target_subdir section, so that the native build does detect them at configure time. * configure: Regenerated. From-SVN: r146056
Eli Zaretskii committed -
* config/arm/arm.c (arm_rtx_costs_1): Treat a minus with a shift the same as a minus without a shift. From-SVN: r146055
Kazu Hirata committed -
PR c++/39763 * name-lookup.c (pushdecl_maybe_friend): Avoid all warnings about shadowing by tentative parms. From-SVN: r146053
Jason Merrill committed -
stormy16.md (ineqbranch_1): Do not assume that comparisons with small integers will always produce a short... * config/stormy16/stormy16.md (ineqbranch_1): Do not assume that comparisons with small integers will always produce a short branch. From-SVN: r146039
Nick Clifton committed -
2009-04-14 Rafael Avila de Espindola <espindola@google.com> Merge: 2008-12-19 Diego Novillo <dnovillo@google.com> * cgraph.c (dump_cgraph_node): Show memory address of NODE. From-SVN: r146036
Rafael Avila de Espindola committed -
2000-04-14 Richard Guenther <rguenther@suse.de> * tree-cfg.c (verify_gimple_assign_unary): Adjust vector code verification. (verify_gimple_assign_binary): Likewise. Handle shifts and rotates correctly. (verify_gimple_phi): Print the mismatched argument position. * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer): Fix types. (vect_update_init_of_dr): Likewise. * matrix-reorg.c (transform_access_sites): Do what the comment suggests. * omp-low.c (expand_omp_atomic_pipeline): Use the correct types. From-SVN: r146035
Richard Guenther committed -
* gcc.target/alpha/pr39740.c (dg-options): Add -mexplicit-relocs. (do_D): Remove attribute hidden. From-SVN: r146031
Uros Bizjak committed -
From-SVN: r146026
Jakub Jelinek committed -
* configure.ac: Change copyright header to refer to version 3 of the GNU General Public License and to point readers at the COPYING3 file and the FSF's license web page. * Makefile.def: Likewise. * Makefile.tpl: Likewise. * Makefile.in: Regenerate. From-SVN: r146023
Jakub Jelinek committed -
From-SVN: r146019
GCC Administrator committed
-
- 13 Apr, 2009 11 commits
-
-
From-SVN: r146016
Michael Eager committed -
2009-04-13 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com> * ipa-inline.c (cgraph_decide_inlining_of_small_function): Dump file_name:line_number type locator of the call site. From-SVN: r146014
Dwarakanath Rajagopal committed -
From-SVN: r146012
Jason Merrill committed -
PR c++/39480 * call.c (build_over_call): Don't call memcpy if the target is the same as the source. From-SVN: r146011
Jason Merrill committed -
2009-04-13 Vladimir Makarov <vmakarov@redhat.com> * genautomata.c: Put blank after comma. (automaton_decls): New. (struct unit_usage): Add comments to member next. (store_alt_unit_usage): Keep the list ordered. (unit_present_on_list_p, equal_alternatives_p): New. (check_regexp_units_distribution): Check units distribution correctness correctly. (main): Don't write automata if error is found. Return correct exit code. * config/m68k/cf.md (cfv4_ds): Remove. (cfv4_pOEP1, cfv4_sOEP1, cfv4_pOEP2,cfv4_sOEP2, cfv4_pOEP3, cfv4_sOEP3): Assign to cfv4_oep instead of cfv4_ds. * config/rs6000/power4.md (lsuq_power4, iq_power4, fpq_power4, power4-load-ext, power4-store, power4-store-update, power4-fpstore, power4-fpstore-update, power4-two, power4-three, power4-insert, power4-compare, power4-lmul-cmp, power4-imul-cmp, power4-lmul, , power4-imul, power4-imul3, power4-sdiv, power4-sqrt, power4-isync): Modify reservation to make correct unit distribution to automata. * config/rs6000/power5.md (iq_power5, fpq_power5, power5-store, power5-store-update, power5-two, power5-three, power5-lmul, power5-imul, power5-imul3, power5-sdiv, power5-sqrt): Ditto. From-SVN: r146010
Vladimir Makarov committed -
2009-04-13 H.J. Lu <hongjiu.lu@intel.com> PR testsuite/39733 * gcc.misc-tests/options.exp (check_for_options): Renamed to ... (check_for_all_options): This. From-SVN: r146009
H.J. Lu committed -
PR c++/39750 * pt.c (uses_template_parms): Handle CONSTRUCTOR. From-SVN: r146006
Jason Merrill committed -
* except.c (pass_set_nothrow_function_flags): Set name and add TODO_dump_func. (set_nothrow_function_flags): Mention in the dump file when changing a function to nothrow. From-SVN: r146003
Adam Nemet committed -
* ChangeLog rotation. From-SVN: r146002
Paolo Carlini committed -
2009-04-13 Ozkan Sezer <sezeroz@gmail.com> PR target/39397 * pex-common.h (struct pex_obj): Store pid values as pid_t, not as long (members *children and (*wait)) * pex-common.c (pex_run_in_environment): Likewise. * pex-win32.c (pex_win32_wait): Return pid_t and properly check returned pid value. * pex-djgpp.c (pex_djgpp_wait): Return pid_t. * pex-msdos.c (pex_msdos_wait): Likewise. From-SVN: r146001
Ozkan Sezer committed -
2009-04-13 Ozkan Sezer <sezeroz@gmail.com> PR target/39062 * ssp.c: Also include malloc.h for alloca(). MinGW needs it. * configure.ac: Also check for malloc.h. * configure: Regenerated. * config.h.in: Regenerated. From-SVN: r146000
Ozkan Sezer committed
-