- 16 Jan, 2004 21 commits
-
-
mmitchel authored
* call.c (initialize_reference): Pass -1 for inner parameter to convert_like_real. PR c++/13478 * g++.dg/init/ref10.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75983 138bc75d-0d04-0410-961f-82ee72b054a4
-
aph authored
* sysdep/x86-64/locks.h: Don't use in/out memory constraints. * sysdep/i386/locks.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75982 138bc75d-0d04-0410-961f-82ee72b054a4
-
aph authored
* configure.in (NO_EXECUTE_PERMISSION): Remove global declaration; add for ia64; remove for MIPS. * configure: Regnerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75981 138bc75d-0d04-0410-961f-82ee72b054a4
-
aph authored
PR java/13273: * typeck.c (shallow_find_method): New. (find_method_in_superclasses): New. (find_method_in_interfaces): New. (lookup_do): Rewrite. * java-tree.h (SEARCH_ONLY_INTERFACE): Delete. * jcf-parse.c (read_class): Save and restore output_class. * decl.c (java_expand_body): Set output_class from fndecl. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75980 138bc75d-0d04-0410-961f-82ee72b054a4
-
mmitchel authored
* call.c (convert_like_real): Do not perform an additional direct-initialization when binding to a reference. PR c++/13478 * g++.dg/init/ref10.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75979 138bc75d-0d04-0410-961f-82ee72b054a4
-
kazu authored
* doc/tm.texi (PREFERRED_DEBUGGING_TYPE): Don't mention LINKER_DOES_NOT_WORK_WITH_DWARF2. (LINKER_DOES_NOT_WORK_WITH_DWARF2): Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75978 138bc75d-0d04-0410-961f-82ee72b054a4
-
fnasser authored
interrupted. * java/awt/EventQueue.java (pop): Stop dispatch thread when done. Reset the queue after transferring its contents. (push): Start a new dispatch thread if none is running. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75977 138bc75d-0d04-0410-961f-82ee72b054a4
-
amylaar authored
PR 11864 * postreload.c (reload_cse_simplify_operands): Don't remove implicit extension from LOAD_EXTEND_OP. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75976 138bc75d-0d04-0410-961f-82ee72b054a4
-
amylaar authored
implicit extension from LOAD_EXTEND_OP. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75975 138bc75d-0d04-0410-961f-82ee72b054a4
-
rodimina authored
* gnu/java/awt/peer/gtk/GdkGraphics2D.java: (doPolygon): set fill rule of polygon to WIND_EVEN_ODD by default git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75971 138bc75d-0d04-0410-961f-82ee72b054a4
-
giovannibajo authored
* g++.dg/parse/typename6.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75970 138bc75d-0d04-0410-961f-82ee72b054a4
-
giovannibajo authored
* parser.c (cp_parser_base_specifier): Check for an invalid keyword 'typename' and emit an user-friendly error message. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75969 138bc75d-0d04-0410-961f-82ee72b054a4
-
rth authored
* cfgcleanup.c (try_optimize_cfg): Suppress tablejump removal after reload. * cfgrtl.c (rtl_can_merge_blocks, cfglayout_can_merge_blocks, rtl_try_redirect_by_replacing_branch): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75968 138bc75d-0d04-0410-961f-82ee72b054a4
-
aj authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75964 138bc75d-0d04-0410-961f-82ee72b054a4
-
dannysmith authored
* testsuite/testsuite_hooks.cc (try_mkfifo): Avoid calling mkfifo for mingw32. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75963 138bc75d-0d04-0410-961f-82ee72b054a4
-
geoffk authored
* alias.c (struct alias_set_entry): Mark for GC. (alias_sets): Make static, mark for GC. (record_alias_subset): Use GC to allocate alias structures. * varray.c (element): Make generic varrays GCed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75962 138bc75d-0d04-0410-961f-82ee72b054a4
-
geoffk authored
2004-01-15 Geoffrey Keating <geoffk@apple.com> PR pch/13361 * c-typeck.c (constructor_asmspec): Delete. (struct initializer_stack): Delete field 'asmspec'. (start_init): Delete saving of asmspec. (finish_init): Don't update constructor_asmspec. * dwarf2out.c (rtl_for_decl_location): Duplicate string from tree. * stmt.c (expand_asm): Duplicate strings from tree. (expand_asm_operands): Likewise. * tree.c (tree_size): Update computation of size of STRING_CST. (make_node): Don't make STRING_CST nodes. (build_string): Allocate string with tree node. * tree.def (STRING_CST): Update comment. * tree.h (TREE_STRING_POINTER): Adjust for change to STRING_CST. (tree_string): Place contents of string in tree node. * config/sh/sh.c (sh_handle_sp_switch_attribute): Duplicate string from tree. Index: cp/ChangeLog 2004-01-15 Geoffrey Keating <geoffk@apple.com> PR pch/13361 * cp/lex.c (handle_pragma_interface): Duplicate string from tree. (handle_pragma_implementation): Likewise. Index: testsuite/ChangeLog 2004-01-15 Geoffrey Keating <geoffk@apple.com> PR pch/13361 * testsuite/g++.dg/pch/wchar-1.C: New. * testsuite/g++.dg/pch/wchar-1.Hs: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75961 138bc75d-0d04-0410-961f-82ee72b054a4
-
geoffk authored
altivec operands. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75960 138bc75d-0d04-0410-961f-82ee72b054a4
-
kazu authored
* c-cppbuiltin.c: Likewise. * c-pragma.c: Likewise. * calls.c: Likewise. * collect2.c: Likewise. * cppcharset.c: Likewise. * cpptrad.c: Likewise. * dbxout.c: Likewise. * defaults.h: Likewise. * dwarf2out.c: Likewise. * fold-const.c: Likewise. * genautomata.c: Likewise. * genconditions.c: Likewise. * genflags.c: Likewise. * gengtype.c: Likewise. * integrate.c: Likewise. * loop.c: Likewise. * predict.c: Likewise. * sdbout.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75957 138bc75d-0d04-0410-961f-82ee72b054a4
-
zack authored
extracted to ia64.c. (*movti_internal_reg): Delete. (reload_inti, reload_outti): Use the correct mode on operand 2 in the first place, don't fix it up in the output template. (movtf, reload_ointf, reload_outtf): New expanders. (*movtf_internal): New define_insn_and_split. * config/ia64/ia64.c (ia64_split_timode): Rename to ia64_split_tmode; make static; do not hand TFmode CONST_DOUBLEs to split_double. (ia64_split_tmode_move): New function, body mostly pulled from ia64.md:*movti_internal. (ia64_function_arg_words): New function, extracted common logic from ia64_function_arg et seq. (ia64_function_arg_offset): Likewise. Handle correctly the case of a scalar quantity 16 bytes wide with only 8-byte alignment. (ia64_function_arg, ia64_function_arg_partial_nregs) (ia64_function_arg_advance): Use ia64_function_arg_words and ia64_function_arg_offset. (ia64_function_value): TCmode does not go in float regs. (ia64_secondary_reload_class): Also handle TFmode. * config/ia64/ia64-protos.h: Remove prototype for ia64_split_timode; add prototype for ia64_split_tmode_move. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75956 138bc75d-0d04-0410-961f-82ee72b054a4
-
gccadmin authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75953 138bc75d-0d04-0410-961f-82ee72b054a4
-
- 15 Jan, 2004 19 commits
-
-
giovannibajo authored
* g++.dg/expr/sizeof2.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75951 138bc75d-0d04-0410-961f-82ee72b054a4
-
kcook authored
* Makefile.in (MAINT): Make it an immediate assignment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75950 138bc75d-0d04-0410-961f-82ee72b054a4
-
kcook authored
2004-01-08 Kelley Cook <kcook@gcc.gnu.org> * Makefile.in: Rename configure.in to configure.ac * doc/sourcebuild.texi: Likewise. * configure: Regenerate. * config.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75949 138bc75d-0d04-0410-961f-82ee72b054a4
-
giovannibajo authored
* typeck.c (build_class_member_access_expr): Allow to access members of the currently open class. (finish_class_member_access_expr): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75948 138bc75d-0d04-0410-961f-82ee72b054a4
-
drow authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75947 138bc75d-0d04-0410-961f-82ee72b054a4
-
kazu authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75944 138bc75d-0d04-0410-961f-82ee72b054a4
-
rodimina authored
* gnu/java/awt/peer/gtk/GdkGraphics2D.java: Implemented rendering hints related methods. (getDefaultHints): New helper method. Returns default rendering hints. (walkPath): changed to normalize path if the KEY_STROKE_CONTROL key is in "normalize" mode. (draw3DRect): changed coordinates of rectangle by +0.5 if in "normalize" mode. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75943 138bc75d-0d04-0410-961f-82ee72b054a4
-
kazu authored
* config/h8300/elf.h: Likewise. * config/h8300/h8300-protos.h: Likewise. * config/h8300/h8300.c: Likewise. * config/h8300/h8300.h: Likewise. * config/h8300/h8300.md: Likewise. * config/h8300/lib1funcs.asm: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75941 138bc75d-0d04-0410-961f-82ee72b054a4
-
pinskia authored
* config/rs6000/rs6000.c (uses_TOC): Wrap #if TARGET_ELF around it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75940 138bc75d-0d04-0410-961f-82ee72b054a4
-
bkoz authored
2004-01-15 Stefan Olsson <stefan@snon.net> * include/ext/mt_allocator.h: Reuse thread id's as soon as possible by changing the behaviour of thread_freelist to do push_front when threads die instead of push_back. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75939 138bc75d-0d04-0410-961f-82ee72b054a4
-
kazu authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75936 138bc75d-0d04-0410-961f-82ee72b054a4
-
tromey authored
* Makefile.am (gnu/gcj/runtime/StackTrace.lo): New rule. (%.lo: %.java) Filter out StackTrace.lo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75934 138bc75d-0d04-0410-961f-82ee72b054a4
-
kazu authored
(TARGET_STRUCT_VALUE_RTX): Likewise. (TARGET_RETURN_IN_MEMORY): Likewise. * config/h8300/h8300.h (STRUCT_VALUE): Remove. (RETURN_IN_MEMORY): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75933 138bc75d-0d04-0410-961f-82ee72b054a4
-
rearnsha authored
* gcse.c (handle_avail_expr): Just return if the source is not a single set. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75932 138bc75d-0d04-0410-961f-82ee72b054a4
-
charlet authored
* decl.c (gnat_to_gnu_entity, E_Variable): Retrieve the object size also when not defining if a Size clause applies. That information is not to be ignored. 2004-01-15 Arnaud Charlet <charlet@act-europe.fr> * Makefile.in (install-gnatlib, gnatlib-shared-default): Set up symbolic links for the shared gnat run time when needed. 2004-01-15 Vasiliy Fofanov <fofanov@act-europe.fr> * memtrack.adb (Gmem_Initialize): check that gmem.out could be opened for writing, and terminate with an error message if not. 2004-01-15 Ed Schonberg <schonberg@gnat.com> * sem_attr.adb (Resolve_Attribute, case 'Access): Remove spurious warning on an access to subprogram in an instance, when the target type is declared in the same generic unit. (Eval_Attribute): If 'access is known to fail accessibility check, rewrite as a raise statement. 2004-01-15 GNAT Script <nobody@gnat.com> * Make-lang.in: Makefile automatically updated git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75931 138bc75d-0d04-0410-961f-82ee72b054a4
-
rearnsha authored
Daniel Jacobowitz <drow@mvista.com> * arm/lib1funcs.asm (ARM_FUNC_START): Correct interworking case. (EQUIV): Define. (ARM_FUNC_ALIAS): New macro. * arm/ieee754-df.S (gedf2, ledf2, nedf2, eqdf2): Use it. * arm/ieee754-sf.S (gesf2, lesf2, nesf2, eqsf2): Use it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75930 138bc75d-0d04-0410-961f-82ee72b054a4
-
kazu authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75929 138bc75d-0d04-0410-961f-82ee72b054a4
-
aoliva authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75927 138bc75d-0d04-0410-961f-82ee72b054a4
-
danglin authored
* calls.c (expand_call): Add call_fusage data for stack arguments in constant calls. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75926 138bc75d-0d04-0410-961f-82ee72b054a4
-