This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index] Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]
re:
"fix" execute/pr29302-1.c on alpha
(followup) reload_combine bug fix
-fkeep-inline-functions fix
3 pending patches from last year
4.1 branch open
[4.1] Fix PR ada/30684
[4.1] Fix PR rtl-optimization/30787
[4.1] Fix PR rtl-optimization/30931
[Ada PATCH] don't modify record fields in update_pointer_to
[ADA PATCH] Transition fold (buildN (...)) to fold_buildN (...)
[Ada] Fix bootstrap with Ada on alphaev56-linux on debian sid
[Ada] PATCH: untested CALL_EXPR updates
[Alpha PATCH] Fix gcc.c-torture/compile/20061005-1.c ICE
[Alpha PATCH]: Tweak const and nothrow attributes for builtins
[ARM PATCH] Tweak arm_init_tls_builtins for gfortran
[autovect] [patch] Avoid data permutation in strided stores of constants
Re: [Bug bootstrap/30678] sysmacros.h get currupt from Fixincludes with updated glibc.
Re: [Bug preprocessor/23479] Implement binary constants with a "0b" prefix
Re: [C++ PATCH] Fix ICE on invalid use of __thread register on field (PR c++/30536)
[C++ PATCH] Fix ICE on invalid use of __thread register on field (PR c++/30536)
[C++ PATCH] Implementation of C++0x decltype
[C++ PATCH] PR13676 resubmission: Detect additional file extensions as C++ headers
[C++ PATCH] Two trivial tweaks to -Wc++0x-compat
[commited] Fix loop-25.c testcase
[commited] Update my mail address in MAINTAINERS file
[committed] [wwwdocs] vectorizer webpage update
[COMMITTED] add keyword inline to objc/objc-list.h
[committed] cleanup mips CALL_EXPR_ARGS
[committed] Fix 64-bit muldi3 expander in pa.md
[Committed] Fix bootstrap failure on PA/HPUX
[committed] Fix bug target/30634
Re: [Committed] Fix builtins-1.c on mips-sgi-irix6.5 (and other !TARGET_C99_FUNCTIONS targets)
[Committed] Fix builtins-1.c on mips-sgi-irix6.5 (and other !TARGET_C99_FUNCTIONS targets)
[committed] Fix minor PA TLS code generation bug
[committed] Fix register elimination of auto-inc expressions
[Committed] Middle-end whitespace clean-up
[Committed] New gcc.target/ia64/builtin-bswap-2.c test case
[Committed] Optimize "popcount(x) eq/ne 0" as "x eq/ne 0"
[committed] pa -ftrapv support
[committed] PR middle-end/30761 (was: [PATCH] Fix PR middle-end/28690, indexed load/store performance + reload bug)
[Committed] PR rtl-opt/28173: Optimize (X&~1)|1 as X|1
[committed] Re: PATCH: avoid constructing temporary arglists in C and C++ front ends
[Committed] Simplify (GEU x 1) as (NE x 0)
[Committed] SomeRTL popcount/parity/bswap optimizations
[committed] test case for PR/30904
[Committed] Transition more places to build_gimple_modify_stmt
[CRIS PATCH] Use predicates instead of GET_CODE ()
[dataflow or trunk?] PATCH: fix caller-save.c on sibcalls
[dataflow] [RFC] Remove many almost useless DCE passes
[dataflow] don't check reload_completed in combine
[dataflow] explicitly clobber rs6000 hard regs
[dataflow] fix reversed logic in combine
[dataflow] make regrename use deferred scanning
Re: [dataflow] Provide a blockage insn for targets that don't have it
Re: [dataflow] Provide a blockage insn for targets that don't have it
[dataflow] Provide a blockage insn for targets that don't have it
[dataflow] speed up by 2%, patch 1/4 - add PROP_luid
[dataflow] speed up by 2%, patch 2/4 - combine changes
[dataflow] speed up by 2%, patch 3/4 - CSE and regscan changes
Re: [dataflow] speed up by 2%, patch 4/4 - remove LOG_LINKS field from insns
[dataflow] speed up by 2%, patch 4/4 - remove LOG_LINKS field from insns
[dataflow]: COMMITED PATCH: merge of bitmap fix from mainline
[dataflow]: PATCH COMMITTED to cleanup merge.
[dataflow]: PATCH COMMITTED to fix merge conflicts from dannys last merge.
[dataflow]: PATCH COMMITTED to keep luids up to date.
[dataflow]: PATCH COMMITTED to keep reg_equal notes up to date in lower-subreg.c
[dataflow]: PATCH COMMITTED to make arm-elf work.
Re: [dataflow]: PATCH: clear DF_LR_RUN_DCE flag after df_analyze in sched-ebb
[dataflow]: PATCH: clear DF_LR_RUN_DCE flag after df_analyze in sched-ebb
[dataflow]: PATCH: compile time fix for faster sorting
[dataflow]: PATCH: fix part of ia64 regression
[dataflow]: PATCH: fix verification failure on arm and pa-risc.
[dataflow]: PATCH: marking registers dead after CLOBBER
re: [dataflow][RFC] Call df_ri_add_problem with DF_RI_LIFE at sms_schedule
re: [dataflow][RFC] Fix mode-switching for MODE_ENTRY/EXIT target
[dataflow][RFC] Fix mode-switching.c/create_pre_exit
re: [dataflow][RFC] Move df_finish pass after delay_slots pass
[fixed-point] Add software fixed-point library to libgcc
[fixed-point] Fix a bug when checking FIXED_POINT_TYPE
RE: [fixed-point] Fix left shfit when the shift amount == the width
[fixed-point] Fix left shfit when the shift amount == the width
[fixed-point] Fix to remove warnings in fixed-bit.c
[fixed-point] Patch for fold_convert
[fixincludes, backport, committed] PR30272, remove cabsl from math.h
[FORTRAN PATCH] Call STRIP_TYPE_NOPS in gfc_build_array_ref
[FORTRAN PATCH] Eliminate temporary when passing constant array constructors as arguments
Re: [FORTRAN PATCH] Generalize constant array construction to multiple dimensions
[FORTRAN PATCH] Generalize constant array construction to multiple dimensions
[FORTRAN PATCH] Optimize FORALLs with constant mask expressions
[FORTRAN PATCH] PR30400: ANY not accepted as FORALL mask
Re: [FORTRAN PATCH]: Further compute_overall_iter_number improvements
Re: [FORTRAN PATCH]: Implement dependency analysis for array constructors
Re: [Fortran, patch] Disallow character(*) dummy arguments with VALUE attribute (PR30783)
Re: [Fortran, patch] Disallow character(*) dummy arguments with VALUE attribute (PR30783)
Re: [Fortran, patch] Disallow character(*) dummy arguments with VALUE attribute (PR30783)
[Fortran, committed] Fix PR fortran/30683
[fortran, documentation] Fix HOSTNM, add SLEEP intrinsic
[FORTRAN, fix PR30478] Slightly overhaul ENUM parsing
Re: [Fortran, patch] Disallow character(*) dummy arguments with VALUE attribute (PR30783)
[Fortran, patch] Disallow character(*) dummy arguments with VALUE attribute (PR30783)
Re: [Fortran, patch] Fix missing parts of host-/use-associated VOLATILE (PR30522)
[Fortran, patch] Fix missing parts of host-/use-associated VOLATILE (PR30522)
Re: [fortran] Disable use of -malign-double
[fortran] Fix a potential buffer overflow.
[fotran, documentation, backport] Fix HOSTNM, add SLEEP intrinsic
[frv, installed] build libgcc
Re: [gfortran, patch] Fix -ff2c type mismatches
Re: [gfortran,patch] Fix allocation of temporaries having negative extent
[gfortran,patch] Fix allocation of temporaries having negative extent
[gfortran,patch] Fix multiple evaluation of arg for REPEAT intrinsic
[gomp] Fix C++ invisiref PARM_DECLs in firstprivate/lastprivate/private
[IA-64 PATCH] Support the bswapdi2 pattern
[ira] patch for arm support and new options
[IRA] patch for save restore code placement optimization
[libgfortran,patch] Don't use __USER_LABEL_PREFIX__ in alias attribute
[libgomp, backport, commited] PR30540, libgomp.texi
[libgomp, backport, commited] PR30546 - build fail in libgomp when building from SVN
[libiberty] pre-detect for djgpp
[libstdc++-v3] Add pre-detected results for djgpp configure
[m32c] reject illegal subregs of hard regs
Re: [m68k 01/13] Use pseudo opcodes for fp branch instructions
Re: [m68k 02/13] Cleanup pseudo branch obcodes
Re: [m68k 03/13] boehm-gc fixes
Re: [m68k 04/13] libffi fixes and closure support
Re: [m68k 05/13] improve 64bit shift handling
Re: [m68k 07/13] fix jump table addressing
Re: [m68k 08/13] unwind support for signal handler
Re: [m68k 09/13] Convert some text peepholes
Re: [m68k 10/13] cleanup fp compare
Re: [m68k 11/13] fix symbolic address recognition during reload
Re: [m68k 12/13] properly align within code
Re: [m68k 13/13] restrict bitfield operations with dynamic parameter
[ob] Fix --enable-serial-configure
[patch 0/3] libffi/m68k patches (take 2)
[patch 1/3] libffi/m68k: fix numerous test suite failures
[PATCH 1/5]: Use pointer_map in ivopts
[patch 2/3] libffi/m68k: add callframe info
[PATCH 2/5]: Use pointer_map in structalias
[patch 3/3] libffi/m68k: add closure support
[PATCH 3/5]: Use pointer_map in tree-cfg
[PATCH 4.2] Backport of the fixes for PR c++/29475
[PATCH 4/5]: Use pointer_map in tree-nested
[PATCH 5/5]: Use pointer_map in reassoc
[patch committed] Add myself to MAINTAINERS as sh maintainer
[patch committed] Fix IA64 bootstrap failure
[patch fortran] Fix PR 30865
[PATCH INSTALLED]: minor update to gcc-4.3 changes
[patch RFA] Fix rtl-optimization/29599
[patch RFA] SH: Fix PR target/29599
Re: [patch RFA] SH: Fix PR target/29746
Re: [patch, 4.1.2, 4.2.1, 4.3] Fix a bug in pointer dependency test
[patch, committed] Fix missing .PHONY for "pdf" in fixincludes/Makefile.in
[patch, docs] Standardize GCC manual title pages.
Re: [patch, fortran, committed] Document COMPLEX*k syntax quirk.
[patch, fortran, testsuite] Replace secnds*.f 20-ms tolerance with bracketing
[patch, fortran/OpenMP] Allow more than one space after "!$omp" sentinel
Re: [patch, fortran/OpenMP] Allow more than one space after "!$omp" sentinel
[patch, fortran] fixes for the EXIT intrinsic function (PR30933)
Re: [patch, fortran] Don't initialize components of pointers to derived compounds (PR30793)
[patch, fortran] Don't initialize components of pointers to derived compounds (PR30793)
[Patch, fortran] Fix bogus warning with continued lines
[patch, fortran] Fix PR 30869
[Patch, fortran] PR30284 and PR30626 - ICEs with internal units
Re: [Patch, fortran] PR30319 - internal error in gfc_resolve_expr() for character parameter
[Patch, fortran] PR30319 - internal error in gfc_resolve_expr() for character parameter
[Patch, fortran] PR30514 and PR30660 - two small fixes and some tidying up
Re: [Patch, fortran] PR30554 - [4.2 and 4.1 only] ICE in mio_pointer_ref at module.c:1945
[Patch, fortran] PR30554 - [4.2 and 4.1 only] ICE in mio_pointer_ref at module.c:1945
Re: [Patch, fortran] PR30554 - [4.2 and 4.1 only] ICE in mio_pointer_ref at module.c:1945
Re: [Patch, fortran] PR30660 - Allocatable components of a derived type "require" the SAVE attribute.
[Patch, fortran] PR30660 - Allocatable components of a derived type "require" the SAVE attribute.
[patch, fortran] PR30681 "obsolescent" vs. "obsolete"
[patch, fortran] PR30779 incomplete file triggers ICE
Re: [Patch, fortran] PR30887 and PR30888 - overdone constraints on %VAL
Re: [Patch, fortran] PR30887 and PR30888 - overdone constraints on %VAL
[Patch, fortran] PR30887 and PR30888 - overdone constraints on %VAL
Re: [Patch, Fortran] PR30973, disallow to reuse a module name or to use the module name on an ONLY clause of USE
[Patch, Fortran] PR30973, disallow to reuse a module name or to use the module name on an ONLY clause of USE
[patch, fortran] testsuite/gfortran.dg/intrinsics
Re: [Patch, Fortran] Use -huge()-1 as most negative integer for maxval/maxloc (PR30512)
Re: [Patch, Fortran] Use -huge()-1 as most negative integer for maxval/maxloc (PR30512)
Re: [Patch, Fortran] Use -huge()-1 as most negative integer for maxval/maxloc (PR30512)
Re: [Patch, Fortran] Use -huge()-1 as most negative integer for maxval/maxloc (PR30512)
[Patch, Fortran] Use -huge()-1 as most negative integer for maxval/maxloc (PR30512)
Re: [Patch, Fortran] Use -huge()-1 as most negative integer for maxval/maxloc (PR30512)
[PATCH, i386, x86_64]: Expand __builtin_parity() into optimized asm code.
[PATCH, i386]: Commited: Fix PR target/30825, bootstrap failure when -msse is used
[PATCH, i386]: Commited: Remove equivalent asm dialect choices from asm templates
[PATCH, i386]: Commited: Reorder expm1 RTL sequence for better generated code
[PATCH, i386]: Fix PR target/30970, take 2
[PATCH, i386]: Fix PR target/30970: xmm register zeroing by pxor N,N should be moved out of loop
Re: [PATCH, i386]: Fix PR target/30970: xmm register zeroing by pxor N,N should be moved out of loop
Re: [PATCH, i386]: Implement ldexp{,f,l} functions as built-in x87 intrinsics
Re: [PATCH, i386]: Implement ldexp{,f,l} functions as built-in x87 intrinsics
[PATCH, i386]: Remove misleading comment
[PATCH, i386]: Vectorize conversions for i386
[patch, java, docs, committed] Standardize GJC manual page.
[patch, libgfortran] Fix m4 file generation
[patch, libgfortran] PR30910 ES format not quite right...
[patch, libgfortran] PR30918 Failure to skip commented out NAMELIST
Re: [PATCH, middle-end]: Convert (int)logb() into ilogb().
[PATCH, middle-end]: Fix PR middle-end/30667
[PATCH, middle-end]: Implement scalb optab.
[PATCH, testsuite]: Commited: Fix vect-strided-same-dr.c failure
[PATCH, vectorizer]: Fix PR tree-optimize/30938: Fix off-by-one error in vectorizable_call()
Re: [PATCH, vectorizer]: Fix PR tree-optimize/30938: Fix off-by-one error in vectorizable_call()
[PATCH, x86_64]: Fix PR target/30770
[PATCH, x86_64]: Fix PR target/30778
[patch,commited] Move call to init_set_costs to toplev.c
[Patch,Fortran] Allow for zero-dimension explict-shaped arrays (PR30514)
[Patch,fortran] Backtrace support (PR30498)
[patch,fortran] Fixup for options.c
Re: [PATCH,i386][4.3][RFC] PIC Generation on windows/cygwin
[patch/OSX host]: avoid `format not a string literal and no format arguments'
Re: [PATCH/RFC/PR28071]: New scheduler dependencies lists.
[PATCH/RFC] PR30858 - fix vectorizer ICE
[patch] (-fstrict-overflow) optimize counted loops on signed iv
[PATCH] -ftime-report vs --disable-checking and --enable-checking
Re: [PATCH] [4.3 projects] vectorization of induction
Re: [PATCH] A few cleanups in tree-vect-*
[patch] ada/*.c: Fix comment typos.
[PATCH] Ada: Remove local _Unwind_Word and _Unwind_Sword uses
[patch] Add "install-pdf" target to makefiles.
[PATCH] Add -Womitted-conditional-op warning
[patch] Allow analyzing loops without modifying cfg
RE: [PATCH] Allow cmpxchg16b even with -march=core2
[patch] Avoid removing ENTRY_BLOCK_PTR in cfg cleanup
[patch] bfin/*: Follow spelling conventions.
[PATCH] C++0x right angle brackets
[PATCH] c++: annotate warnings
[PATCH] C/C++: Implement -Wempty-body for do/while, clarify diagnostic
[PATCH] Clean up two places where we remove REG_EQ* notes
[patch] cleanup CALL_EXPR_ARGS for frv
[patch] common.opt: Remove -ftree-lrs.
[patch] config/*: Follow spelling conventions.
[patch] config/a*: Follow spelling conventions.
[patch] config/m*: Follow spelling conventions.
[patch] cp/*.[ch]: Follow spelling conventions.
[patch] cp/*.c: Fix comment typos.
[PATCH] decimal float versions of __builtin_signbit
[PATCH] delete (almost) last use of LABEL_REFS
[patch] Detect cache size with -mtune=native
[PATCH] Do not set BB_SUPERBLOCK in loop-unroll.c:split_edge_and_insert
[PATCH] documenting the need for ecj.jar
[patch] don't remove libsubdir/include
[PATCH] Fix -Werror bootstrap problem with gcc 4.1 host compiler
[PATCH] fix bad interaction between -pg and stack realignment on x86
[PATCH] fix bootstrap (tre-ssa-pre.c)
[patch] fix bootstrap on i?86-apple-darwin with libjava
[PATCH] fix compile warnings in libstdc++
Re: [PATCH] Fix ffi powerpc64 unwind info
[PATCH] Fix formatting of init_target_chars calls
[PATCH] Fix ICE on sprintf (p, "%s") and miscompilation of sprintf (p, "a", q++) (PR middle-end/30473)
[patch] Fix intrinsics for kind=1 and kind=2, m4 generation
Re: [PATCH] Fix PR 16660, attribute((aligned)) doesn't work for variables on the stack for greater than required alignment
Re: [PATCH] Fix PR 16660, attribute((aligned)) doesn't work for variables on the stack for greater than required alignment
[PATCH] Fix PR c++/21312: Access violation diagnostic given twice
[PATCH] Fix PR c++/29077: Incorrect error message for destructor in wrong namespace
[PATCH] Fix PR C++/30158 ICE with invalid statement-expressions
[PATCH] Fix PR c++/30895: ICE with complex values in template parameter
Re: [PATCH] Fix PR middle-end/28690, indexed load/store performance + reload bug
Re: [PATCH] Fix PR middle-end/28690, indexed load/store performance + reload bug
Re: [PATCH] Fix PR middle-end/30433, no longer folding __complex__(0.0, 1.0) == __complex__(1.0, 0.0)
[PATCH] Fix PR middle-end/30433, no longer folding __complex__(0.0, 1.0) == __complex__(1.0, 0.0)
[PATCH] Fix PR middle-end/30729 warning about va_arg's value being computed and unused
Re: [patch] Fix PR tree-optimization/30843 - bug in scalar stores elimination in vectorizer
[patch] Fix PR tree-optimization/30843 - bug in scalar stores elimination in vectorizer
[PATCH] Fix PR19431, not folding *& if a PHI node is involved
Re: [PATCH] Fix PR27657, bogus undefined reference error to static var with -g and -O
Re: [PATCH] Fix PR29789, Missed invariant out of the loop with conditionals and shifts
[PATCH] Fix PR29789, Missed invariant out of the loop with conditionals and shifts
[PATCH] Fix PR30656, recursive folding with -ftrapv
[PATCH] Fix PR30700, link failure with debugging
[PATCH] Fix PR30773 and its duplicates
[PATCH] fix pr30841 part 1, fwprop oversight
[PATCH] fix pr30841 part 2, df bug (mainline only)
[PATCH] fix pr30907, worse code produced when an address is forward propagated
[PATCH] Fix PR30951, missed folding of x == x + 1
[PATCH] Fix PR30978, forwprop not fully propagating conditionals
[PATCH] Fix PRs 19431 and 21463 (if conversion with loads)
[PATCH] Fix tree_swap_operands_p wrt SSA_NAMEs
[PATCH] Fix type mismatch in fortran generated comparison
[PATCH] fixes Fortran parameter passing problem for 4.1
Re: [patch] for gcc/testsuite/gcc.dg/builtin-apply4.c failure on x86 Mac OS
[patch] for PR 23361
[patch] for PR 26900
[patch] for the lost size of a large array in x86-64 assembly output
[PATCH] Force DFP function args into FP registers per the ABI
[PATCH] fortran/30605 -- More fun with tabs
[patch] fortran/trans-array.c: Fix comment typos.
[patch] frv/*: Follow spelling conventions.
[patch] gcc/*: Fix comment typos.
[patch] h8300/*: Follow spelling conventions.
Re: [PATCH] Hide boehm-gc/libffi/fdlibm etc. symbols in libgcj.so.*
[patch] ia64/*: Follow spelling conventions.
[PATCH] Implement warning for wrong use of ||/&&
[PATCH] Improve debug info for Ada (1/4)
[PATCH] Improve debug info for Ada (2/4)
[PATCH] Improve debug info for Ada (3/4)
[PATCH] Improve debug info for Ada (4/4)
[patch] invert -Wno-attributes logic to talk about -Wattributes
[patch] java/*: Fix comment typos.
[patch] java/class.c: Fix a comment typo.
Re: [Patch] Java: Add heap dump and analyze support.
[PATCH] libffi: S/390: Add long double support
[patch] libgomp and libssp don't need to install gcc first
[PATCH] libjava time zone fixes and improvements
[PATCH] libobjc __objc_msg_forward2 hook
[patch] libssp Makefile.am changes...
[patch] m68k.md: Don't use constraint 'y'.
Re: [PATCH] Make global file function names link unique
Re: [PATCH] Make VRP recognize range tests (unsigned)a + CST <= CST2
Re: [PATCH] Make VRP recognize range tests (unsigned)a + CST <= CST2
[PATCH] Make VRP recognize range tests (unsigned)a + CST <= CST2
[PATCH] Minor optimization: Turn a large macro into a function
[PATCH] Modulo-scheduling improvements. Missed initialization.
[PATCH] More REG_EQ* notes cleanups
[PATCH] More REG_EQ* notes related changes
[PATCH] Move some functions used only in reorg.c
Re: [PATCH] move superblock formation to Tree-SSA
[patch] objc/objc-act.c: Fix comment typos.
[patch] Obvious fix ICE in vectorizer's pattern recognition
[patch] Pass manager fix
[PATCH] PR c++/30659 segfault w/ invalid input
[PATCH] PR fortran/30799 -- Fix missed invalid logical kinds
[PATCH] PR tree-optimization/30771 - bug in determination of vectorization factor
Re: [PATCH] PR tree-optimization/30771 - bug in determination of vectorization factor
Re: [PATCH] PR/target 30370 powerpc-unknown-eabispe can't build libgcc2
[PATCH] PR30391: GIMPLE_MODIFY_STMT vs. middle-end
[PATCH] PR30975 - remove wrong assert (fix vectorizer ICE)
Re: [patch] Predictive commoning
[patch] Predictive commoning, updated
[PATCH] provide sbitmap_calloc
Re: [patch] Re: [patch, docs] Standardize GCC manual title pages.
[patch] Re: [patch, docs] Standardize GCC manual title pages.
[PATCH] Regenerate TimeZone.java from tzdata2007a
Re: [patch] Remove dead branches in unrolling/unswitching on trees
[PATCH] remove dead optabs code from Ada f-e
[PATCH] Remove duplicated functions.
[PATCH] Remove max_parallel computation from regscan
[patch] Remove renumber_insns and flag_renumber_insns.
[PATCH] Remove TREE_COMPLEXITY, take 2
[patch] Require exact match for dump names
[PATCH] rvalue reference implementation for C++0x
[PATCH] S/390: Adjust back end to recent CALL_EXPR changes
[patch] sched-deps.c: Remove find_insn_list.
[PATCH] Set PTA_SSSE3 for core2
[patch] sh: Follow spelling conventions.
[PATCH] Simple (for once) cleanups of combine
[patch] texi2pod.pl: Handle @subsubsection, ignore @anchor
Re: [patch] tuning gcc for AMDFAM10 processor (patch 1)
RE: [patch] tuning gcc for AMDFAM10 processor (patch 3)
RE: [patch] tuning gcc for AMDFAM10 processor (patches 4 to 11)
[PATCH] two new rs6000 target masks
[patch] Use guessed number of iterations in predict
[patch] v850/*: Follow spelling conventions.
[PATCH] Vectorize conversions
[PATCH]: Add a new option -Wvariable-length-array
[PATCH]: Add folding of builtin frexp
[PATCH]: Add folding of builtin logb, ilogb and significand
[PATCH]: add folding of builtin modf
[PATCH]: Add folding of ldexp/scalbn/scalbln
[PATCH]: bitmap_and () causing inconsistent bitmap
[PATCH]: eliminate uses of real_sqrt in builtins.c
Re: [PATCH]: Expand finite() as inline i386 asm
Re: [PATCH]: fix testsuite failure on sh* targets in builtin-ldexp-1.c
[PATCH]: fix testsuite failure on sh* targets in builtin-ldexp-1.c
[PATCH]: fold cabs(x+xi) and (x,0)-(0,y)
[PATCH]: Handle COMPLEX_EXPR in negate_expr_p/fold_negate_expr
[PATCH]: Handle CONJ_EXPR in negate_expr_p and fold_negate_expr
[PATCH]: handle scalb* in tree_expr_nonnegative_warnv_p
[PATCH]: include GMP/MPFR version info in "gcc -v" output
[PATCH]: PR inline-asm/28686 missing check for asm_clobbered at -O0
[PATCH]: resolve builtin modf/frexp/logb failures on powerpc*
[PATCH][4.1]: Fix PR28772: Compile time explosion in the scheduler
Re: [PATCH][C++] Fix PR29433, make C++ use a lot less time/memory
[PATCH][committed] add more testcases for PR27302
Re: [PATCH][PING][RFC] Add support for calling external library for vectorizing (on x86_64)
[PATCH][PING][RFC] Add support for calling external library for vectorizing (on x86_64)
Re: [PATCH][RFC] Fix PR30364, reassociation not allowed for undefined overflow
[PATCH][RFC] Fix PR30364, reassociation not allowed for undefined overflow
Re: [PATCH][RFC] Fix PR30364, reassociation not allowed for undefined overflow
[PATCH][RFC] Fix PR30636, bogus warning and wrong-code
Re: [PATCH][RFC] Make the function vectorizer capable of doing type transformations
[PATCH][RFC] Warning for C++ malformed typedef [PR c++/23689]
[PING#2][PATCH][RFC] Warning for C++ malformed typedef [PR c++/23689]
[PING#3][PATCH][RFC] Warning for C++ malformed typedef [PR c++/23689]
[PING,PATCH] minor bug fix for opth-gen.awk
[PING] [PATCH,i386][4.3][RFC] PIC Generation on windows/cygwin
[PING] algorithmic middle-end patche, libstdc++ patch
[PING] Delete unused function: cp/typeck.c (common_base_type)
[PING] Fix mips-tfile causing gdb to crash on Tru64
[PING] obvious patch for Woverloaded-virtual warning
[PING] pointer_map
[PING] PR 15787 Poor error message with if and blocks
[PING] PR 21438 : Warning about division by zero depends on lexical form
[PING] PR middle-end/18071 -Winline does not respect -fno-default-inline
[PING] PR30465 duplicated overflow warning
[PING] Wextra and Wreturn-type interaction (PR7651)
[PING][PATCH]: Fix PR rtl-optimization/29841: cfgbuild.c: control_flow_insn_p () .
[PING][PATCH][RFC] vterminate use of malloc-less demangler
[PING][PATCH][RFC] Warning for C++ malformed typedef [PR c++/23689]
[PING^2] PR 15787 Poor error message with if and blocks
[PING^2] PR 21438 : Warning about division by zero depends on lexical form
[PING^2] PR 23572 warnings for out of range floating-point constants
[PING^2] PR 26494 -pedantic-errors can be overridden by -W*
Re: [PING^2] PR 29521 Confusing warning for return with expression in function returning void
[PING^2] PR 29521 Confusing warning for return with expression in function returning void
[PING^2] PR middle-end/18071 -Winline does not respect -fno-default-inline
[PING^2] PR24924 front end and preprocessor pedantic_errors settings should agree
[PING^2] PR30465 duplicated overflow warning
[PING^2] Waddress-of-register
[PING^2] Wunused-value and Wextra interaction
[PING^3] PR 23572 warnings for out of range floating-point constants
[PING^3] PR middle-end/18071 -Winline does not respect -fno-default-inline
Re: [PING^3] PR24924 front end and preprocessor pedantic_errors settings should agree
[PING^3] PR30465 duplicated overflow warning
[PING^3] Wconversion: fixes for C++ front-end
[PING^4] Wconversion: fixes for C++ front-end
[proto-PATCH] Move some builtins conversions from convert.c to fold-const.c
[PTR-PLUS] Committed merge to the mainline
Re: [RFA:] (take 2) Make 23_containers/set/modifiers/16728.cc not time out nonnatively plus testsuite feature
[RFA:] (take 2) Make 23_containers/set/modifiers/16728.cc not time out nonnatively plus testsuite feature
Re: [RFA:] another libstdc++ timeout-on-simulator fix, others a mystery
[RFA:] another libstdc++ timeout-on-simulator fix, others a mystery
Re: [RFA:] Make 23_containers/set/modifiers/16728.cc not time out nonnatively
Re: [RFA:] Make 23_containers/set/modifiers/16728.cc not time out nonnatively
[RFA:] Make 23_containers/set/modifiers/16728.cc not time out nonnatively
[RFA:] No timeout for ext/pb_ds/regression/hash_data_map_rand.cc
[RFC,PATCH] Remove mode(word) - approach 1
[RFC,PATCH] Remove mode(word) - approach 2
Re: [RFC] [PATCH] Implement -ffortify for C/C++
[RS6000 PATCH] Implement bswapsi2 intrinsic
[RS6000 PATCH] Improved popcount/parity intrinsics for Power6
[RS6000 PATCH] Remove contraints from define_expand's.
[rs6000,patch] Fix ppc-specific problem with functions returning logical(8) value
Re: [RTL, ColdFire 24/63] Add support for a MODE_INDEX_REG_CLASS macro
Re: [RTL, ColdFire 24/63] Add support for a MODE_INDEX_REG_CLASS macro
Re: [RTL, ColdFire 24/63] Add support for a MODE_INDEX_REG_CLASS macro
Re: [RTL, ColdFire 24/63] Add support for a MODE_INDEX_REG_CLASS macro
Re: [RTL, ColdFire 24/63] Add support for a MODE_INDEX_REG_CLASS macro
[sel-sched] Fix substitution bugs, calling of reorder hooks, and bump alignment
[sh patch] Remove usage of LOG_LINKS
[SPU, commited] A bunch of bug fixes
[try2] PR28943 Unusable error message when using a conditional-expression with multiple type arguments
[v3] AM_ICONV to native-only
[v3] config includes consistency check
[v3] extc++.h guards for iconv
[v3] Fix trivial typos in recent testcases
[v3] more consistent api testing
[v3] Qualify a call
[v3] testsuite renames
RE: [v3] use AM_ICONV
[WWW] [Committed] Note -Wc++0x-compat for GCC 4.3
Re: [WWW] add "bug fix" to codingconventions.html
[www] Patch: FYI: update list of new java tools
[wwwdocs] benchmark/index.html -- link fix
[wwwdocs] extensions.html cleanup
[wwwdocs] gcc-3.0/features.html
[wwwdocs] gcc-3.1/changes.html -- adjust Ada Core link
[wwwdocs] gcc-4.3/changes.html markup fixes
[wwwdocs] index.html -- update GCC 4.0.4 branch status
[wwwdocs] index.html -- update GCC 4.1 branch status
[wwwdocs] index.html cleanup
Re: [wwwdocs] IPA branch merge
[wwwdocs] java/done.html -- fix mailto: URL
[wwwdocs] Mention new java gc-analyze feature in gcc-4.3/changes.html..
[wwwdocs] news.html
[wwwdocs] projects/prefetch.html -- remove broken links
[wwwdocs] projects/tree-ssa/index.html
[wwwdocs] readings.html -- links maintenance
[wwwdocs] Update memory tester and SPEC tester info
Re: [wwwpages] GCC 4.1.2 Status Report
[x86 PATCH] Mark builtin intrinsics as "nothrow"
[x86 PATCH] Provide bswapdi2 intrinisic on 32-bit IA-32
[Xtensa] fix reload failure for floating-point literal
[Xtensa] move macros into functions
Re: Add -iframework
Add attributes for newly created gcc command line options.
ARM EABI uclinux support
ARM RETLDM fix.
avoid crt3 for darwin kext multilibs
Backport libstdc++ sim patches to 4.2 branch?
Blackfin mulsi_highpart patterns
Blackfin patch: Fix doloop-related ICE's
Blackfin patch: Generate valid shifts
Blackfin patch: Limit iterations for hardware loops.
Blackfin patch: rotate by 16 patterns
Bug in value-prof.c:visit_hist
C+ PATCH PING: PR c++/29993
C++ PATCH PING: C++0x right angle brackets
C++ PATCH: Correct visibility bug in 4.1
C++ PATCH: Ensure destructor calls have type "void"
CALL_EXPR representation changes coming; need patch reviewer(s)
Re: CFG fixup after early inlining
Change to gcc/config/i386/emmintrin.h
Clean up extern inline
clean up trailing whitespace in rs6000.c
Re: Cleanup of OpenBSD targets
Committed PATCH: fix bug 30833
committed: contrib/test_summary update for autoconf 2.59
Committed: fix PR target/30665 (cris.md)
committed: xfail for PR 30768
Complex types aliasing and MEM_IN_STRUCT_P
configury patch to manage whitespace
Contents of file `gcc-4.1.1.sr.po.gz'
convert alpha to constraints.md
convert sse unsigned fp->int to post-reload expander
CSE regression (was Re: [patch, rfc] Make store motion use alias oracle)
darwin9 build problem
Re: delete unused function longest_path_length
Delete unused function: alias.c (find_symbolic_term)
Delete unused function: cp/typeck.c (common_base_type)
Delete unused function: dwarf2out.c (root_type)
Re: Delete unused functions: genattrtab.c (contained_in_p) (write_expr_attr_cache)
Delete unused functions: genattrtab.c (contained_in_p) (write_expr_attr_cache)
Disable update_version for the 4.1 branch (was: [wwwdocs] index.html -- update GCC 4.0.4 branch status)
Do remove_unused_locals in forward and copyprop
DOC PATCH to cp/decl.c
Don't generate branch islands on ppc darwin9
Don't generate branch islands on ppc darwin9 (for 4.2)
Early inliner tweeks
emit DW_AT_entry_pc along with DW_AT_ranges
emit DW_AT_entry_pc for non-contiguous inlined functions
fix alpha execute/920625-1.c
Fix argument pushes to unaligned stack slots
fix assert fail in C++ -g2 with #pragma interface typedef in namespace
Fix Blackfin MI thunks
fix bswap libcalls on alpha
Fix crash with -fdump-tree-original-details
Fix documentation of macros in builtin-types.def
Re: Fix dwarf3 compile_unit debug info
Fix E500 unwinding
Fix early return predictor
fix gcc.target/i386/cvt-1.c
Fix gnat.dg testsuite glitch
Fix histogram updating
Fix may be used uninitialized warning in tree-ssa-pre.c
fix pr 29558
Fix PR 30562. Remove is_aliased field from var_ann_d
Fix PR ada/18819
Re: Fix PR c++/14622: Type mismatch in explicit template instantiation not detected
Fix PR c++/14622: Type mismatch in explicit template instantiation not detected
Fix reload ICE with define-split
Fix RTL tail cail optimization bug
Fix SRA WRT vector types
fix thinko in -frepo supportt for darwin9
Fix top level configure for ksh
fix toplev handling of config.cache
fix trampolines on powerpc-darwin9
Fix typo in passes.c comment
Fixed typo in math.f90
fixincl: glibc_c99_inline_4
Fortran patch committed during freeze
fr30 movdi patch
fr30 movsi patch
free function in 300.twolf
Function attributes hot and cold
Re: G++ OpenMP implementation uses TREE_COMPLEXITY?!?!
Re: GCC 4.1.2 RC3 Cancelled
Re: gcc-4.1.2 RC1 build problem
gcc-4.2/c99status.html, c99status.html update
generic and i386 bswap improvements
get alignment computation for altivec_padding_size really right
Re: Get libffi closures to cope with SELinux execmem/execmod
gnu ld version check in libstdc++-v3/acinclude.m4
ia32 inter-unit move fixes, part 1
Re: ia32 inter-unit move fixes, part 2
IA64 division code patch with data flow bug in -fweb optimization
Re: ice in gfc_insert_bbt
implement bswap for alpha
improve darwin9 -frepo support
Invalid CALL_INSN_FUNCTION_USAGE for certain libcalls
Re: ipa-branch merge: Enable IPA-SSA
Re: iWMMXt unwind support
Re: kaz's second patch.
Loop construction versus 0 frequency
loop-iv bugfix
loop-iv patch: Restore Blackfin hardware loops in many cases
MAINTAINERS: add myself
make g++.dg/eh/simd4.C work with -m64
Re: Make init_optimization_passes (perhaps) more readable
make the driver set the default for -mmacosx-version-min on Darwin
Re: Memory partitioning considered harmful (!?)
minor formatting tweaks for darwin
More Blackfin multiplication patterns
Move fixed headers to include-fixed
Move function determine_max_iter
Move statements after variable decls in mpfr.h configure check
New Serbian PO file for `gcc'
obvious patch for Woverloaded-virtual warning
Omega data dependence test for trunk
One last darwin9 tlink.c patch
PATCH [doc]: Replace "bugfix" with "bug fix" throughout (committed)
PATCH [www]: Replace "bugfix" with "bug fix"
Patch applied: bootstrap/30678] sysmacros.h corrupted by Fixincludes
PATCH COMMITTED: Add comment to expmed.c
PATCH COMMITTED: Another lower-subreg.c patch
PATCH COMMITTED: First lower-subreg patch
PATCH COMMITTED: Fix for PR 30898
PATCH COMMITTED: Fix for PR middle-end/30751
PATCH COMMITTED: lower-subreg patch for -fnon-call-exceptions
PATCH COMMITTED: More lower-subreg tweaks
PATCH COMMITTED: More lower-subreg.c patches
PATCH COMMITTED: Move ChangeLog entry
Re: Patch for IA64 floating point comparison
Patch for IA64 HP-UX (ILP32 mode), fix gcc.c-torture/compile/pr28489.c
Patch for PR debug/29614
Patch for PR30235 committed to 4.2
PATCH for Re: DWARF has new home
PATCH RFC: -Wstrict-overflow
PATCH RFC: -Wstrict-overflow, take 2
PATCH RFC: gcc 4.1 extern inline patch, take 2
PATCH RFC: Use explicit representation of infinity in VRP
Patch to change IA64 division code
PATCH to cp/decl.c
PATCH to cp/parser.c
PATCH: CALL_EXPR representation 7/9 (Java front end)
PATCH: CALL_EXPR representation part 4/9 (back ends)
PATCH: CALL_EXPR representation part 5/9 (C front end)
PATCH: CALL_EXPR representation part 6/9 (C++ front end changes)
PATCH: CALL_EXPR representation part 8/9 (OBJC front end)
PATCH: CALL_EXPR representation part 9/9 (Fortran front end)
PATCH: [configure,FreeBSD] Default FreeBSD to ELF format
PATCH: Add "LL" to 64bit constants
Patch: Add BID decimal floating point format
PATCH: Add Newlib effective-target, XFAIL libstdc++ test
PATCH: Add wrapper effective-target, XFAIL libstdc++ test
Re: PATCH: avoid constructing temporary arglists in C and C++ front ends
PATCH: avoid constructing temporary arglists in C and C++ front ends
Re: PATCH: Build shared libraries with -Bsymbolic-functions
PATCH: CALL_EXPR representation part 0/9 (table of contents)
Re: PATCH: CALL_EXPR representation part 1/9 (tree changes + documentation)
PATCH: CALL_EXPR representation part 1/9 (tree changes + documentation)
Re: PATCH: CALL_EXPR representation part 2/9 (builtins.c and fold-const.c)
PATCH: CALL_EXPR representation part 2/9 (builtins.c and fold-const.c)
PATCH: CALL_EXPR representation part 3/9 (middle-end stuff)
PATCH: Compile testglue with -fexceptions
PATCH: distcc and ccache speedup: adds directives-only preprocessing
PATCH: Fix ada/decl.c fallout from init-priority patch
PATCH: Fix C++ constructor regression
PATCH: fix CALL_EXPR_ARGS badness in calls.c
Re: PATCH: fix ICE while producing libgcc/_muldi3.o
Patch: Fix MIPS wrong code regression for java front-end.
PATCH: Fix Solaris init-priority problems
Patch: FYI: fix PR java/30714
PATCH: getenv specs function, use for VxWorks
Patch: Implementation of -Wstrict-aliasing, take 2
PATCH: Initialization priorities for VxWorks
PATCH: Mention constructor/destructor priority in changes.html
Re: Patch: New implementation of -Wstrict-aliasing
PATCH: nicer ./configure --help
PATCH: Partial fix for PR28686 - add missing initialization
PATCH: PR 29487
PATCH: PR 30370
RE: PATCH: PR bootstrap/30510: Gcc failed to bootstrap
patch: PR30375 make DSE work with memory partitions
patch: remove unused prototypes
PATCH: Simplify SSE3 builtins
PATCH: some missing m4 quotation in configure.ac
Re: PATCH: Support priority argument for constructor/destructor arguments
PATCH: Support priority argument for constructor/destructor arguments
PATCH: Tweak compliation of g++.dg/opt/switch4.C
Re: PATCH: typos in c-tree.texi, tm.texi
Re: PATCH: typos in libgomp, libiberty manual
patches pending review November-January
Re: Ping 2: x86 patch: SSE-based FP<=>int conversions, round 3
Re: ping [PATCH] [4.3 projects] vectorization of induction
PING [PATCH] PR29145 - be more restrict about restrict qualifier
Ping Re: Fix E500 unwinding
Ping Re: Ping Re: Fix E500 unwinding
PING: [PATCH] Add a new option -Wvariable-length-array
PING: [PATCH] C/C++: Implement -Wempty-body for do/while, clarify diagnostic
PING: [PATCH] Implement warning for wrong use of ||/&&
PING: [PATCH][RFC] PR c++/30659 segfault w/ invalid input
Ping: Patch: Implementation of -Wstrict-aliasing, take 2
PING: patch: New target x86_64-*-mingw32 support
PING: PR14381 regression: move blockage
Ping^2
PING^2: [PATCH] C/C++: Implement -Wempty-body for do/while, clarify diagnostic
PING^2: [PATCH] Implement warning for wrong use of ||/&&
PING^2: C++ PATCH: Fix PR c++/29993
PING^3: [PATCH] C/C++: Implement -Wempty-body for do/while, clarify diagnostic
please revert r121749
Plug obvious hole in tree_could_trap_p
port g++.dg/ext/visibility/class1.C to Darwin
Re: PR 30824 -Werror -Wfatal-errors should stop after the first warning
PR 30824 -Werror -Wfatal-errors should stop after the first warning
PR C++/26988
PR gcov-profile/30650
PR java/20641: gcj corrupted double-linked list (glibc detected)
Re: PR middle-end/30191 (was: [PATCH] Fix PR middle-end/28690, indexed load/store performance + reload bug)
PR middle-end/30509
PR middle-end/30696 (OpenMP and undefined symbols)
PR14381 regression: move blockage
PR26061 error and warning counts
predict.def housekeeping
quote --enable-languages properly in config.status
Reduce Dwarf Debug Size
Re: Reduce size of indirect-dispatch executables
Relax restrictions for Blackfin hardware loops
remaining CALL_EXPR related cleanups
Remove pex_write_input prototype
Remove unused locals in copyrename/forwprop
revised PATCH: CALL_EXPR representation changes, part 3/9 (middle-end)
Re: revised PATCH: CALL_EXPR representation changes, part 6/9 (C++ front end)
Re: revised PATCH: CALL_EXPR representation changes, part 6/9 (C++ front end)
revised PATCH: CALL_EXPR representation changes, part 6/9 (C++ front end)
revised PATCH: CALL_EXPR representation changes, part 7/9 (Java front end)
revised PATCH: CALL_EXPR representation changes, part 8/9 (OBJC front end)
Re: revised PATCH: CALL_EXPR representation changes, part 9/9 (Fortran front end)
revised PATCH: CALL_EXPR representation changes, part 9/9 (Fortran front end)
Re: revised PATCH: CALL_EXPR representation changes, part 0/9 (table of contents)
Re: revised PATCH: CALL_EXPR representation changes, part 0/9 (table of contents)
Re: revised PATCH: CALL_EXPR representation changes, part 0/9 (table of contents)
revised PATCH: CALL_EXPR representation changes, part 0/9 (table of contents)
Re: revised PATCH: CALL_EXPR representation changes, part 0/9 (table of contents)
Re: revised PATCH: CALL_EXPR representation changes, part 1/9 (tree.{h,c,def} changes)
revised PATCH: CALL_EXPR representation changes, part 1/9 (tree.{h,c,def} changes)
Re: revised PATCH: CALL_EXPR representation changes, part 1/9 (tree.{h,c,def} changes)
revised PATCH: CALL_EXPR representation changes, part 2/9 (builtins.c and fold-const.c)
revised PATCH: CALL_EXPR representation changes, part 4/9 (back ends)
Re: revised PATCH: CALL_EXPR representation changes, part 5/9 (C front end)
revised PATCH: CALL_EXPR representation changes, part 5/9 (C front end)
Re: RFA: Extending --help
RFA: Fix FRV switch table generation in PIC mode
RFC/RFA: Preventing name mangling of . in anchor expressions
rfc: early sra breaks stdarg optimization
Re: RFC: vectorizer cost model
Re: Running GCC tests on installed compiler
Re: SDK support
Set inline-unit-growth to 30
shared libgcc on darwin9
small -mmacosx-version-min fix for Darwin
small testsuite framework fix
Re: Some thoughts and quetsions about the data flow infrastracture
splitting special case in scan_one_insn? (regclass)
SRA and inconsistencies in bit-field types
Status of ColdFire submission (some rtl & testsuite impact)
Suppress MD_FALLBACK_FRAME_STATE_FOR on ppc64-darwin
Testsuite patch: disable profiling tests for Blackfin.
Thumb-2 conditional execution fix
Top level spu config patch
Top-level libgcc question (IA64/Linux bootstrap failure)
Toplevel PR 30753 - Fix non-native builds
TREE_ADDRESSABLE and trivial dead stores before inlining
trivial m68hc11 patch
RE: tuning gcc for AMDFAM10 processor (patches 1 to 11) checked in
Update contrib/gcc_update
update gcc.target/powerpc/stabs-attrib-vect-darwin.c
Update predict.def for the fixes
Update TOOLS_TARGET_PAIRS in gnattools/configure.ac
update Wextra doc
Re: updated emutls patch
Re: Updating top-level autoconf to 2.59
Use estimated profile for inlining
Re: Variadic templates, fourth revision (1/2)
Waddress: warn about suspicious uses of memory addresses.
Wextra and Wreturn-type interaction (PR7651)
x86 patch: SSE-based FP<=>int conversions, round 4
{PATCH, testsuite]: Committed: remove testsuite dump files.
Re: {Spam?} Re: [PING] pointer_map
Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index] Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]