- 16 Feb, 2004 11 commits
-
-
jsm28 authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77901 138bc75d-0d04-0410-961f-82ee72b054a4
-
jsm28 authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77898 138bc75d-0d04-0410-961f-82ee72b054a4
-
paolo authored
* include/bits/locale_facets.tcc (money_get::do_get(string_type&)): Fix parsing of the remaining sign characters. * 22_locale/money_get/get/char/2.cc: Tweak: now, correctly, the input is scanned 'til eof. * 22_locale/money_get/get/char/4.cc: Likewise. * 22_locale/money_get/get/wchar_t/2.cc: Likewise. * 22_locale/money_get/get/wchar_t/4.cc: Likewise. * 22_locale/money_get/get/char/8.cc: Tweak: override do_neg_format, not do_pos_format: the former is the only one that matters during input. * 22_locale/money_get/get/wchar_t/8.cc: Likewise. * 22_locale/money_get/get/char/6.cc: Minor tweak. * 22_locale/money_get/get/wchar_t/6.cc: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77896 138bc75d-0d04-0410-961f-82ee72b054a4
-
kazu authored
line-map.c, line-map.h, var-tracking.c: Fix comment formatting. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77888 138bc75d-0d04-0410-961f-82ee72b054a4
-
rth authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77883 138bc75d-0d04-0410-961f-82ee72b054a4
-
jsm28 authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77879 138bc75d-0d04-0410-961f-82ee72b054a4
-
rth authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77877 138bc75d-0d04-0410-961f-82ee72b054a4
-
kazu authored
all define_insn and define_split patterns. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77873 138bc75d-0d04-0410-961f-82ee72b054a4
-
kazu authored
"clobber"). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77872 138bc75d-0d04-0410-961f-82ee72b054a4
-
mmitchel authored
* call.c (build_conditional_expr): Handle conversions between class types which result in differently cv-qualified type variants. PR c++/14086 * class.c (delete_duplicate_fields_1): Remove. (delete_duplicate_fields): Likewise. (finish_struct_anon): Remove check for members with the same name as their enclosing class. (check_field_decls): Do not call duplicate_fields. * decl.c (grokdeclarator): Remove check for static data members with the same name as their enclosing class. * name-lookup.c (push_class_level_binding): Check for members with the same name as their enclosing class. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77869 138bc75d-0d04-0410-961f-82ee72b054a4
-
gccadmin authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77865 138bc75d-0d04-0410-961f-82ee72b054a4
-
- 15 Feb, 2004 9 commits
-
-
bernie authored
'%#'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77860 138bc75d-0d04-0410-961f-82ee72b054a4
-
paolo authored
PR libstdc++/11352 * include/bits/locale_facets.tcc (__pad<>::_S_pad): Don't access __olds beyond __oldlen. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77858 138bc75d-0d04-0410-961f-82ee72b054a4
-
gdr authored
* error.c (dump_decl): Handle TEMPLATE_TYPE_PARM. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77852 138bc75d-0d04-0410-961f-82ee72b054a4
-
kazu authored
config/mmix/mmix-modes.def: Fix comment typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77851 138bc75d-0d04-0410-961f-82ee72b054a4
-
sayle authored
* c-common.h (GET_DIRECTIVE_LINE): Remove unused macro. (get_directive_line): Remove unused function prototype. * f/lex.c (ffelex_get_directive_line): Provide a more descriptive comment. Remove reference to non-existant get_directive_line. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77850 138bc75d-0d04-0410-961f-82ee72b054a4
-
sayle authored
PR fortran/14129 * lex.c (ffelex_cfelex_): Avoid calling xrealloc on a local stack allocated array. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77849 138bc75d-0d04-0410-961f-82ee72b054a4
-
mkoch authored
* java/io/ObjectInputStream.java (readClassDescriptor): Avoid the overflow of fieldmapping. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77843 138bc75d-0d04-0410-961f-82ee72b054a4
-
gccadmin authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77836 138bc75d-0d04-0410-961f-82ee72b054a4
-
gccadmin authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77835 138bc75d-0d04-0410-961f-82ee72b054a4
-
- 14 Feb, 2004 20 commits
-
-
jlquinn authored
* MAINTAINERS: Added myself to write-after-approval. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77832 138bc75d-0d04-0410-961f-82ee72b054a4
-
paolo authored
Adjust last commit. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77830 138bc75d-0d04-0410-961f-82ee72b054a4
-
paolo authored
* testsuite/27_io/basic_filebuf/overflow/char/9182-2.cc: Make sure the exception is actually thrown. * testsuite/27_io/basic_filebuf/seekoff/wchar_t/3.cc: Ditto. * testsuite/27_io/basic_filebuf/seekpos/wchar_t/1.cc: Ditto. * testsuite/27_io/basic_filebuf/sync/char/9182-1.cc: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77828 138bc75d-0d04-0410-961f-82ee72b054a4
-
mkoch authored
* javax/swing/undo/UndoManager.java: Re-written from scratch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77827 138bc75d-0d04-0410-961f-82ee72b054a4
-
zlomek authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77821 138bc75d-0d04-0410-961f-82ee72b054a4
-
zlomek authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77820 138bc75d-0d04-0410-961f-82ee72b054a4
-
pinskia authored
PR c++/14116 * g++.dg/ext/typeof8.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77818 138bc75d-0d04-0410-961f-82ee72b054a4
-
pinskia authored
* g++.dg/ext/typeof8.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77815 138bc75d-0d04-0410-961f-82ee72b054a4
-
hubicka authored
* i386.c (x86_four_jump_limit): New variable. (k8_avoid_jump_misspredicts): Rename to ... (ix86_avoid_jump_misspredicts): .. this one. (ix86_pad_returns): Break out from ... (ix86_reorg): ... this one; do ix86_avoid_jump_misspredicts when asked to. * i386.h (TARGET_FOUR_JUMP_LIMIT): New macro. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77814 138bc75d-0d04-0410-961f-82ee72b054a4
-
paolo authored
PR libstdc++/13858 * include/bits/fstream.tcc (basic_filebuf<>::_M_convert_to_external): In case of conversion errors, throw ios_failure; simplify. * testsuite/27_io/basic_filebuf/overflow/char/13858.cc: New. * testsuite/27_io/basic_filebuf/overflow/wchar_t/13858.cc: Ditto. * testsuite/27_io/basic_filebuf/overflow/char/9182-2.cc: Tweak, previously we didn't throw in case of conversion errors, instead just returned eof(). * testsuite/27_io/basic_filebuf/seekoff/wchar_t/3.cc: Ditto. * testsuite/27_io/basic_filebuf/seekpos/wchar_t/1.cc: Ditto. * testsuite/27_io/basic_filebuf/sync/char/9182-1.cc: Ditto. * include/bits/fstream.tcc (basic_filebuf<>::overflow): Trivial simplification of a conditional. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77812 138bc75d-0d04-0410-961f-82ee72b054a4
-
zlomek authored
PARALLEL is NULL. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77811 138bc75d-0d04-0410-961f-82ee72b054a4
-
bothner authored
* java/nio/channels/spi/AbstractInterruptibleChannel.java (close): Set closed before calling implCloseChannel, as in the spec. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77809 138bc75d-0d04-0410-961f-82ee72b054a4
-
bothner authored
* fix-header.c (line_table): Move local variable in main to global. * scan.h (line_table): Use it. * scan-decls.c (scan_decls): Need to call linemap_lookup on token's line (recently renamed to src_loc) before calling recognized_function. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77808 138bc75d-0d04-0410-961f-82ee72b054a4
-
kraai authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77806 138bc75d-0d04-0410-961f-82ee72b054a4
-
ebotcazou authored
for start_value when it is directly moved into reg, and factorize the retrieval of GET_MODE (reg). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77803 138bc75d-0d04-0410-961f-82ee72b054a4
-
rsandifo authored
(mips_load_got_global): Delete. (mips_gotoff_page): Declare. * config/mips/mips.md (UNSPEC_LOAD_GOT): New constant. (*xgot_lo[sd]i, *got_disp[sd]i, *got_page[sd]i): Build an UNSPEC_LOAD_GOT pattern rather than a MEM. (*load_got[sd]i): New patterns. * config/mips/mips.c (mips_got_alias_set, mips_load_got): Delete. (mips_load_got_page, mips_load_got_global): Delete. (mips_gotoff_page): New function. (override_options): Don't initialize mips_got_alias_set. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77802 138bc75d-0d04-0410-961f-82ee72b054a4
-
mkoch authored
* MAINTAINERS: Added myself to write-after-approval. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77801 138bc75d-0d04-0410-961f-82ee72b054a4
-
rsandifo authored
(TARGET_MIPS4100, TARGET_MIPS4300, TARGET_MIPS4KC, TARGET_MIPS5KC) (TARGET_SB1, TUNE_SB1, TUNE_SR71K, BIGGEST_MAX_ARGS_IN_REGISTERS) (GO_PRINTF, GO_PRINTF2, GO_DEBUG_RTX, DFMODE_NAN, SFMODE_NAN): Delete. (TARGET_SWITCHES): Remove MASK_DEBUG_[ABEFI]. * config/mips/mips.c: Fix some overly-long lines. (SINGLE_WORD_MODE_P, PIC_OFFSET_TABLE_MASK): Delete. (init_cumulative_args): Remove TARGET_DEBUG_E_MODE handling. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77800 138bc75d-0d04-0410-961f-82ee72b054a4
-
lerdsuwa authored
* pt.c (push_template_decl_real): Make sure DECL_TI_ARGS of DECL has full set of arguments. * g++.dg/template/spec11.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77796 138bc75d-0d04-0410-961f-82ee72b054a4
-
giovannibajo authored
* g++.dg/other/error8.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77788 138bc75d-0d04-0410-961f-82ee72b054a4
-