- 24 Jan, 2008 25 commits
-
-
(Native2ASCII.ReversedHelpCompat): New. * tools/gnu/classpath/tools/native2ascii/Native2ASCII.java (createParser): Add -reverse. Update -reversed. From-SVN: r131801
Tom Tromey committed -
2008-01-24 Daniel Franke <franke.daniel@gmail.com> * gfortran.texi (OpenMP): Extended existing documentation. (contributors): Added major contributors of 2008 that were not listed yet. (proposed extensions): Removed implemented items. From-SVN: r131800
Daniel Franke committed -
2008-01-24 Andreas Krebbel <krebbel1@de.ibm.com> * config/s390/s390.h (MOVE_RATIO): Define new target macro. From-SVN: r131799
Andreas Krebbel committed -
gcc/ PR tree-optimization/34472 * ipa-struct-reorg.c (safe_cond_expr_check): Change the DATA parameter to a "bool *" and set *DATA to false if there is an unsafe access. Do not delete the structure here. (check_cond_exprs): Delete it here instead. (check_cond_exprs, exclude_cold_structs): Do not increase I when removing a structure. From-SVN: r131798
Richard Sandiford committed -
PR target/34856 * config/i386/i386.c (ix86_expand_vector_init): Consider only CONST_INT, CONST_DOUBLE and CONST_FIXED as constant vector elements. testsuite/ChangeLog: PR target/34856 * gcc.dg/pr34856.c: New test. From-SVN: r131796
Uros Bizjak committed -
2008-01-24 Tobias Burnus <burnus@net-b.de> * gfortran.dg/namelist_39.f90: Delete temporary files. * gfortran.dg/namelist_44.f90: Ditto. From-SVN: r131795
Tobias Burnus committed -
* shlibpath.m4: Add AIX 6 support. * configure: Regenerate. From-SVN: r131794
David Edelsohn committed -
From-SVN: r131793
David Edelsohn committed -
From-SVN: r131792
David Edelsohn committed -
From-SVN: r131791
David Edelsohn committed -
From-SVN: r131790
David Edelsohn committed -
From-SVN: r131789
David Edelsohn committed -
From-SVN: r131788
David Edelsohn committed -
From-SVN: r131787
David Edelsohn committed -
From-SVN: r131786
David Edelsohn committed -
From-SVN: r131785
David Edelsohn committed -
From-SVN: r131784
David Edelsohn committed -
From-SVN: r131783
David Edelsohn committed -
2008-01-24 Richard Guenther <rguenther@suse.de> PR middle-end/34953 * g++.dg/torture/pr34953.C: New testcase. From-SVN: r131782
Richard Biener committed -
re PR middle-end/34934 (-O1 crash compile *** glibc detected *** /usr/lib/gcc/i486-linux-gnu/4.2.3/cc1: double free or corruption (!prev)) PR middle-end/34934 * tree-stdarg.c (reachable_at_most_once): Use VEC vector instead of a fixed vector for stack. * gcc.c-torture/compile/20080124-1.c: New test. From-SVN: r131780
Jakub Jelinek committed -
PR c++/34913 * decl2.c (is_late_template_attribute): Defer any attribute with dependent args. Also defer type attributes if the type is dependent. From-SVN: r131779
Jason Merrill committed -
PR c++/25701 * doc/gcc.texi (Software development): Add a direntry for g++. From-SVN: r131778
Ben Elliston committed -
re PR fortran/34872 (Spurious error in snapshot of 01/18/08: Statement at (1) is not a valid branch target statement for the branch statement at (2)) 2008-01-24 Paul Thomas <pault@gcc.gnu.org> PR fortran/34872 * parse.c (next_statement) : If ST_GET_FCN_CHARACTERISTICS is seen, check for a statement label and, if present, delete it and set the locus to the start of the statement. 2008-01-24 Paul Thomas <pault@gcc.gnu.org> PR fortran/34872 * gfortran.dg/function_charlen_3.f: New test. From-SVN: r131777
Paul Thomas committed -
From-SVN: r131772
GCC Administrator committed -
2008-01-24 Ben Elliston <bje@au.ibm.com> PR other/22232 * fixproto: Escape "." in sed expression that strips leading "./". From-SVN: r131769
Ben Elliston committed
-
- 23 Jan, 2008 15 commits
-
-
PR other/22232 * fixproto: Escape "." in sed expression that strips leading "./". From-SVN: r131768
Ben Elliston committed -
* class.c (hide) Rename to... (java_hide_decl) ... this throughout, and make public. * resource.c (Jr_count): Remove. (compile_resource_data): Call java_mangle_resource_name to generate decl name. Make resource decl public and hidden. * mangle.c (java_mangle_resource_name): New function. * java-tree.h (java_hide_decl, java_mangle_resource_name): Declare functions. From-SVN: r131767
David Daney committed -
* config/cris/cris.h (CC1PLUS_SPEC, OPTIMIZATION_OPTIONS): Drop stale and straggling -fforce-addr comments above. From-SVN: r131763
Hans-Peter Nilsson committed -
* config/cris/cris.h (CRIS_SUBTARGET_VERSION, TARGET_VERSION): Don't define. * config/cris/linux.h (CRIS_SUBTARGET_VERSION): Don't define. * config/cris/aout.h (CRIS_SUBTARGET_VERSION): Don't define. From-SVN: r131762
Hans-Peter Nilsson committed -
PR debug/34895 * dwarf2out.c (force_type_die): Use modified_type_die instead of gen_type_die. * g++.dg/debug/pr34895.cc: New testcase. From-SVN: r131761
Michael Matz committed -
2008-01-23 Andreas Krebbel <krebbel1@de.ibm.com> * ipa-struct-reorg.c (create_new_malloc): Use pointer type as malloc result type. From-SVN: r131760
Andreas Krebbel committed -
* config/avr/avr.c (avr_current_arch): New variable. (avr_arch_types): Add 'avr31' and 'avr51' entries. (avr_arch): Add 'ARCH_AVR31' and 'ARCH_AVR51'. (avr_mcu_types): Add 'avr31' and 'avr51' architectures. (avr_override_options): Init 'avr_current_arch'. (base_arch_s): Move from here... * config/avr/avr.h (base_arch_s): ... here. Add new members 'have_elpm', 'have_elpmx', 'have_eijmp_eicall', 'reserved'. Rename 'mega' to 'have_jmp_call'. (TARGET_CPU_CPP_BUILTINS): Define "__AVR_HAVE_JMP_CALL__", "__AVR_HAVE_RAMPZ__", "__AVR_HAVE_ELPM__" and "__AVR_HAVE_ELPMX__" macros. (LINK_SPEC, CRT_BINUTILS_SPECS, ASM_SPEC): Add 'avr31' and 'avr51' architectures. * config/avr/t-avr (MULTILIB_OPTIONS, MULTILIB_DIRNAMES, MULTILIB_MATCHES): (Ditto.). From-SVN: r131759
Anatoly Sokolov committed -
2008-01-23 Richard Guenther <rguenther@suse.de> PR middle-end/31529 * cgraphunit.c (cgraph_reset_node): Always mark the node not reachable if it is not queued already. * gcc.dg/pr31529-1.c: New testcase. * gcc.dg/pr31529-2.c: Likewise. From-SVN: r131758
Richard Guenther committed -
PR c++/34829 * g++.dg/ext/pr34829.C (operator new): Use size_t instead of unsigned int for the first argument. From-SVN: r131756
Jakub Jelinek committed -
PR c++/28560 * decl.c (groktypename): Also ignore attributes on dependent possibly-class types. From-SVN: r131755
Jason Merrill committed -
cplus-dem.c (demangle_function_name): Changed to return value indicating if a name was correctly demangled. 2008-01-23 Thiago Jung Bauermann <bauerman@br.ibm.com> * cplus-dem.c (demangle_function_name): Changed to return value indicating if a name was correctly demangled. (iterate_demangle_function): Use demangle_function_name return value. From-SVN: r131754
Thiago Jung Bauermann committed -
From-SVN: r131753
Ben Elliston committed -
* config/bfin/bfin-protos.h (WA_RETS, ENABLE_WA_RETS): New macros. * config/bfin/bfin.c (bfin_cpus): Add WA_RETS everywhere. (cputype_selected): New static variable. (bfin_handle_option): Set it if -mcpu is used. (override_option): Select default set of workarounds if no cpu type selected on the command line. (workaround_rts_anomaly): Only run if ENABLE_WA_RETS. From-SVN: r131752
Bernd Schmidt committed -
gcc/cp/ChangeLog: PR c++/33984 * call.c (reference_binding): For bitfields use the declared bitfield type. (add_builtin_candidates): Likewise. * class.c (layout_class_type): For bitfields copy over the original type quals. gcc/testsuite/ChangeLog: PR c++/33984 * g++.dg/conversion/bitfield7.C: New test. * g++.dg/cpp0x/decltype4.C: Fixed xfail. From-SVN: r131751
Jakub Jelinek committed -
From-SVN: r131749
GCC Administrator committed
-