Mailing lists matching gcc.gnu.org
fortran gcc.gnu.orggccadmin gcc.gnu.org
gcc-bugs gcc.gnu.org
gcc-cvs gcc.gnu.org
gcc-cvs-wwwdocs gcc.gnu.org
...
[wwwdocs] Document more C++ changes
";>P0847R7, Deducing this + (https://gcc.gnu.org/PR102609";>PR102609) + https://wg21.link/P2280R4";>P2280R4, Using unknown references in constant expressions (https://gcc.gnu.org/PR106650";>PR106650) @@ -289,12 +292,26 @@ a work-in-pro
[gcc r15-1023] libstdc++: Update gcc.gnu.org links in FAQ to https
https://gcc.gnu.org/g:35e453d9e17c299d58d5d2c9f44b4b4eec9867b6 commit r15-1023-g35e453d9e17c299d58d5d2c9f44b4b4eec9867b6 Author: Gerald Pfeifer Date: Wed Jun 5 07:59:47 2024 +0200 libstdc++: Update gcc.gnu.org links in FAQ to https libstdc++-v3: * doc/xml/faq.xml
[Bug libstdc++/18604] [3.4/4.0/4.1 Regression] Use of unqualified names conflict with names in global namespace
cc: Likewise. * testsuite/23_containers/list/18604.cc: Likewise. * testsuite/23_containers/map/18604.cc: Likewise. * testsuite/23_containers/set/18604.cc: Likewise. * testsuite/23_containers/vector/18604.cc: Likewise. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi
[Fortran] Patch ping
The following patches are pending to be reviewed: * http://gcc.gnu.org/ml/fortran/2013-06/msg00142.html * http://gcc.gnu.org/ml/fortran/2013-06/msg00141.html * http://gcc.gnu.org/ml/fortran/2013-06/msg00132.html * http://gcc.gnu.org/ml/fortran/2013-06/msg00137.html * http://gcc.gnu.org/ml
[Bug libstdc++/22111] [4.0 Regression] libstdc++ abi_check
i.exp: Call build_support, then check v3-symver before proceeding. * testsuite/lib/libstdc++.exp (libstdc++-dg-test): Set v3-symvers if _GLIBCXX_SYMVER. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&am
[bts-link] source package gcc-4.1
# # bts-link upstream status pull for source package gcc-4.1 # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html # user [EMAIL PROTECTED] # remote status report for #391657 # * http://gcc.gnu.org/PR27891 # * remote status changed: NEW -> RESOLVED # * remote resolut
[wwwdocs] Update cxx-status with October 2021 WG21 plenary
-status.html index 7c150fbc..add6f428 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -131,6 +131,69 @@ --> + + + Deducing this + https://wg21.link/p0847r7";>P0847R7 + https://gcc.gnu.org/PR
Re: GCC 4.3.3 Released
at: > > http://www.gnu.org/order/ftp.html > > Please do not contact me directly regarding questions or comments about > this release. Instead, use the resources available from > http://gcc.gnu.org. > > As always, a vast number of people contributed to this GCC release
[plugins] two confusing plugin related branches
Hello All, The current SVN tree contain two branches on plugins. % svn info svn://gcc.gnu.org/svn/gcc/branches/plugin Path: plugin URL: svn://gcc.gnu.org/svn/gcc/branches/plugin Repository Root: svn://gcc.gnu.org/svn/gcc Repository UUID: 138bc75d-0d04
Re: [CHKP, GCC 5] Port a set of stability chkp patches to gcc-5-branch
Es) for Pointer >>> Bounds Checker done in GCC 6. But only few of them were approved to be >>> ported to GCC 5. Will it be OK to port other chkp specific stability fixes >>> to GCC 5? Here is a list of patches: >>> >>> https://gcc.gnu.org/ml/
Re: [FYI] Building the whole Debian archive with GCC 4.1: a summary
on AMD64 (x86_64), and I'm currently building on powerpc, sparc, i386 and mipsel. So far I have found the following regressions (some of the following PRs turned out to be duplicates): - ICE in tree check: expected tree_list http://gcc.gnu.org/PR27094 - Segfault with inlining produci
[FYI] Various SMS (modulo scheduling) patches
without applying the non-doloop support patch that was the main goal. The first ML discussion regarding the patches starts at https://gcc.gnu.org/ml/gcc-patches/2011-07/msg01807.html (below there are many other mail list archive links). Since that time I have rebased patches several times, made
[Bug fortran/18827] ICE on assign to common variable
): Add prototype. testsuite/ 2005-03-15 Feng Wang <[EMAIL PROTECTED]> PR fortran/18827 * gfortran.dg/assign_2.f90: New test. * gfortran.dg/assign_3.f90: New test. * gfortran.dg/assign.f90: New test. Patches: http://gcc.gnu.org/cgi-bi
[Bug libgcj/20090] gij should be implemented in Java
ON macros. * configure.ac (JV_VERSION): Define. (JV_API_VERSION): Likewise. * configure: Regenerate. * include/config.h.in: Regenerate. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&r1=1.1584&r2=1.1585 h
[Bug libgcj/20750] libgcj needs a --with-java-home configure option
tsuite/Makefile.in: Regenerate. * java/lang/natRuntime.cc (insertSystemProperties): Set java.home to JAVA_HOME macro. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.3391.2.40&r2=1.3391.2.41 http://g
[Bug bootstrap/54419] [4.8 Regression] Compiling libstdc++-v3/src/c++11/random.cc fails on platforms not knowing rdrand
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54419 --- Comment #55 from Dominique d'Humieres 2012-09-09 15:21:45 UTC --- (In reply to comments #53 and #54) > Please post the patch to the right list and I'll approve it, all libstdc++ > patches need to go to the libstdc++ list. >
[Bug tree-optimization/15618] Missed bool optimization
Pinski <[EMAIL PROTECTED]> PR middle-end/15618 * gcc.dg/tree-ssa/bool-[1-9].c: New tests. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.8592&r2=2.8593 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fold-const.c
[PING] Re: Updated musttail patchkit
Andi Kleen writes: I wanted to ping this patch kit to add musttail support for C/C++, to enable future python versions and other users and keep up with clang. https://gcc.gnu.org/pipermail/gcc-patches/2024-June/thread.html#655447 It unfortunately touches various different parts of the
[4.7,trans-mem] Summary of unsolved known bugs
by priority (highest first). * Stack save/restore not working? -> XFAIL testcases Related to this: ICE: verify_gimple failed: invalid rhs for gimple memory store with -fgnu-tm --param tm-max-aggregate-size=32 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51472 [trans-mem] save/rest
GCC 7 backport [PATCH 0/5] x86: CVE-2017-5715, aka Spectre
trunk. Here is a patch set >>>> to move struct ix86_frame to machine_function on GCC 7, which is >>>> needed to backport the patch set to GCC 7: >>>> >>>> https://gcc.gnu.org/ml/gcc-patches/2018-01/msg01239.html >>>> https://gcc.gnu.org/ml
Re: GCC 7 backport [PATCH 0/5] x86: CVE-2017-5715, aka Spectre
atch set has been checked into trunk. Here is a patch set > >>>> to move struct ix86_frame to machine_function on GCC 7, which is > >>>> needed to backport the patch set to GCC 7: > >>>> > >>>> https://gcc.gnu.org/ml/gcc-patches/2018-01/msg01
We need to remove the Sphinx HTML docs
Hi Gerald, The HTML pages from Martin Liska's Sphinx doc experiment are still online, and Google thinks they are the canonical locatiosn for GCC docs. e.g. try https://www.google.com/search?client=firefox-b-d&q=%22inline+function+is+as+fast+as+a+macro%22++gcc The only hit from gcc.gnu
[Bug middle-end/14311] builtins for atomic operations needed
_swap, expand_compare_and_swap_loop, expand_sync_operation, expand_sync_fetch_operation, expand_sync_lock_test_and_set): New. * doc/extend.texi (Atomic Builtins): New section * doc/md.texi (Standard Names): Add sync patterns. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog
[Bug fortran/12840] Unable to find scalarization loop specifier
her call here. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/ChangeLog.diff?cvsroot=gcc&r1=1.544&r2=1.545 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/trans.h.diff?cvsroot=gcc&r1=1.32&r2=1.33 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/trans-decl.
[PATCH 2/2] bugzilla: remove `gcc-bugs@` mailing list address
-ml.in @@ -24,7 +24,7 @@ # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # -# Please report bugs to +# Please report bugs to <https://gcc.gnu.org/bugzilla> # and send patches to . # It is adv
[wwwdocs] Migrate http://gcc.gnu.org/bugzilla/buglist.cgi to https
-3.3/changes.html,v retrieving revision 1.60 diff -u -r1.60 changes.html --- gcc-3.3/changes.html28 Jun 2014 07:45:11 - 1.60 +++ gcc-3.3/changes.html28 Jun 2014 19:51:09 - @@ -1277,7 +1277,7 @@ GCC 3.3.4 This is the http://gcc.gnu.org/bugzilla/buglist.cgi?bug_status
[Bug middle-end/100045] Precomputing division
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100045 cafxx+gcc.gnu.org at strayorange dot com changed: What|Removed |Added CC||cafxx
http://gcc.gnu.org/svnwrite.html points to non-existing source http://gcc.gnu.org/ml/gcc-SVN/
Hi, I found out that page http://gcc.gnu.org/svnwrite.html points to http://gcc.gnu.org/ml/gcc-SVN/ mailing list but it doesn't exist. It's in section "Write access policies" above "Free for all" subsection. It seems that correct list is http://gcc.gnu.org/ml/gcc-cvs/. Tomas
[Bug target/112754] RISC-V regression testsuite errors with rv32gcv_zvl128b
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112754 --- Comment #1 from Patrick O'Neill --- See also: rv32_zvl128b: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112754 rv32_zvl256b: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112755 rv32_zvl512b: https://gcc.gnu.org/bugzilla/show_bug.c
[Bug target/112756] RISC-V regression testsuite errors with rv32gcv_zvl512b
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112756 --- Comment #1 from Patrick O'Neill --- See also: rv32_zvl128b: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112754 rv32_zvl256b: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112755 rv32_zvl512b: https://gcc.gnu.org/bugzilla/show_bug.c
[Bug target/112755] RISC-V regression testsuite errors with rv32gcv_zvl256b
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112755 --- Comment #1 from Patrick O'Neill --- See also: rv32_zvl128b: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112754 rv32_zvl256b: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112755 rv32_zvl512b: https://gcc.gnu.org/bugzilla/show_bug.c
[Bug target/112757] RISC-V regression testsuite errors with rv32gcv_zvl1024b
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112757 --- Comment #1 from Patrick O'Neill --- See also: rv32_zvl128b: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112754 rv32_zvl256b: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112755 rv32_zvl512b: https://gcc.gnu.org/bugzilla/show_bug.c
Further bugs in extended C interop
Dear Paul, Here are further bug reports, mostly on the various functions for manipulating descriptors: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89841 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89842 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89843 https://gcc.gnu.org/bugzilla
Re: The TI C6X port
Ping: C6X scheduler changes. http://gcc.gnu.org/ml/gcc-patches/2011-05/msg00747.html http://gcc.gnu.org/ml/gcc-patches/2011-05/msg00749.html http://gcc.gnu.org/ml/gcc-patches/2011-05/msg00750.html http://gcc.gnu.org/ml/gcc-patches/2011-05/msg00753.html http://gcc.gnu.org/ml/gcc-patches/2011-05
[bts-link] source package gcc-4.1
# # bts-link upstream status pull for source package gcc-4.1 # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html # user [EMAIL PROTECTED] # remote status report for #327346 # * http://gcc.gnu.org/PR24791 # * remote status changed: ASSIGNED -> RESOLVED # * rem
[Bug middle-end/92408] strlen(s) != 0 not folded into *s
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92408 Martin Sebor changed: What|Removed |Added Keywords||missed-optimization See Also
[Bug fortran/56226] Add support for DEC UNION and MAP extensions
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56226 --- Comment #9 from Fritz Reese --- I've finally submitted my patches for a -fdec-structure option which enables STRUCTURE/RECORD and UNION/MAP support: https://gcc.gnu.org/ml/fortran/2016-03/msg2.html I have (4) patches, and had to s
Re: several SSH keys to access svn+ssh:gcc.gnu.org
On Sun, 7 Nov 2010, Basile Starynkevitch wrote: > Is it possible to access svn+ssh:gcc.gnu.org with two different keys? > What is the exact procedure? > > http://gcc.gnu.org/wiki/SSH_connection_caching is suggesting > ssh gcc.gnu.org appendkey -- does it work as I understa
Ping^6: contribute Synopsys Designware ARC port
The main part of the port (everything but the testsuite) is still waiting for review: http://gcc.gnu.org/ml/gcc-patches/2013-09/msg00323.html http://gcc.gnu.org/ml/gcc-patches/2013-09/msg00324.html http://gcc.gnu.org/ml/gcc-patches/2013-09/msg00325.html http://gcc.gnu.org/ml/gcc-patches/2013-09
[Bug target/110260] Multiple applications misbehave when compiled with -march=znver4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110260 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill
AArch64 patch pings
Ping for a few AArch64 patches: [61/77] Use scalar_int_mode in the AArch64 port https://gcc.gnu.org/ml/gcc-patches/2017-07/msg00701.html [75/77] Use scalar_mode in the AArch64 port https://gcc.gnu.org/ml/gcc-patches/2017-07/msg00715.html [AArch64] Remove use of wider vector
Ping on three small aarch64 patches
This is a ping for several small aarch64 specific patches that have not been approved or commented on. Enable resolver attribute on aarch64. https://gcc.gnu.org/ml/gcc-patches/2017-06/msg00806.html Improve cost of shift/extend instructions on ThunderX2T99. https://gcc.gnu.org/ml/gcc-patches
[Bug c++/20789] [4.0 regression] ICE with incomplete type in template
: New. PR c++/20789 * g++.dg/init/member1.C: New. PR c++/20746 * g++.dg/abi/covariant5.C: New. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.4648.2.63&r2=1.4648.2.64 http:
www.sgi.com/tech/stl/ is gone
...redirecting to a dummy page. Unfortunately there are a fair number of references in the libstdc++ docs, see below. I'll take care of anything outside of libstdc++; can you please have a look as far as the libstdc++ docs go? Gerald http://gcc.gnu.org/onlinedocs/libstdc++/faq
AW: Bugs in extended C interop
Two additional reports: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89384 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89385 There are further problems I observed, but I consider it likely that there are significant interactions with the needed fixes for reported bugs, so would keep these
[bts-link] source package gcc-snapshot
# # bts-link upstream status pull for source package gcc-snapshot # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html # user [EMAIL PROTECTED] # remote status report for #382950 # * http://gcc.gnu.org/PR24367 # * remote status changed: ASSIGNED -> RESOLVED # * rem
[Bug debug/47819] [meta-bug] LTO debug information issues
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47819 --- Comment #4 from Mark Wielaard --- The following bugs might be added to this meta-bug. But they seemed not very urgent because they involve non-default -g/-f debug flags: - -flto -g -gsplit-dwarf is broken https://gcc.gnu.org/bugzilla
Re: The testsuite is way broken right now
On Wed, Jan 18, 2006 at 09:17:17AM +0100, Andreas Jaeger wrote: > Andrew Pinski <[EMAIL PROTECTED]> writes: > > > The testsuite is way broken and does not run all the tests: > > http://gcc.gnu.org/ml/gcc-testresults/2006-01/msg00878.html > > http://gcc.gnu.org/ml/gc
Re: GCC 8.1 Release Candidate available from gcc.gnu.org
Jakub Jelinek on 2018/4/25 18:04 wrote: https://gcc.gnu.org/pub/gcc/snapshots/8.0.1-RC-20180425/ The first release candidate for GCC 8.1 is available from ftp://gcc.gnu.org/pub/gcc/snapshots/8.0.1-RC-20180425 and shortly its mirrors. It has been generated from SVN revision 259636. I have
[wwwdocs] Trim the navigation bar
es" to just "Sources", - moving the Git link past both SVN links, - renaming "Rsync read access" to just "Rsync", and - simplifying "Tentative Timeline" to just "Timeline". Committed, and I then regenerated all of gcc.gnu.org running the
Re: [CHKP, GCC 5] Port a set of stability chkp patches to gcc-5-branch
specific stability fixes to GCC 5? Here is a list of patches: https://gcc.gnu.org/ml/gcc-patches/2015-03/msg00995.html https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01067.html https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01065.html https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01386.html
Patch ping
I'd like to ping a few pending patches: https://gcc.gnu.org/pipermail/gcc-patches/2022-November/607534.html - PR107846 - P1 - c-family: Account for integral promotions of left shifts for -Wshift-overflow warning https://gcc.gnu.org/pipermail/gcc-patches/2023-January/610285.html - PR1
[wwwdocs] A final GNU/Linux-related change, in GCC 3.2 release notes
retrieving revision 1.55 diff -u -r1.55 changes.html --- gcc-3.2/changes.html27 Nov 2010 20:24:33 - 1.55 +++ gcc-3.2/changes.html24 Oct 2011 19:50:27 - @@ -494,7 +494,7 @@ http://gcc.gnu.org/PR5967";>5967: GCC bug when profiling nested functions on power
[Bug fortran/13257] Error instead of warning for missing comma in format string
optional comma between descriptors. testsuite/ChangeLog: * comma_format_extension_[1234].f: New tests. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.5311&r2=1.5312 http://gcc.gnu.org/cgi-bin/cvsweb
[Bug tree-optimization/14329] [tree-ssa] badly formatted warnings for SRA replacements
DECL_DEBUG_EXPR. * c-objc-common.c (c_tree_printer) <'D'>: Handle DECL_DEBUG_EXPR. * toplev.c (default_tree_printer): Likewise. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.7302&r2=2.7303 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/
[Bug bootstrap/19818] [4.0 Regression] GCC 4.0 cannot bootstrap itself
* macro.c (create_iso_definition): Fix allocation of memory. (padding_token): Add cast to remove const-ness. * pch.c (cpp_read_state): Use ustrcspn. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/include/ChangeLog.diff?cvsroot=gcc&r1=1.169&r2=1.170 http://gcc.gnu.org/cg
[Bug fortran/21594] FAIL: gfortran.dg/eoshift.f90 -O0 execution test
ngth. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/ChangeLog.diff?cvsroot=gcc&r1=1.256&r2=1.257 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/m4/eoshift1.m4.diff?cvsroot=gcc&r1=1.10&r2=1.11 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/m4/eoshift3.m4.d
[Bug preprocessor/20356] [4.0/4.1 Regression] New #include_next behaviour breaks limits.h
file. * gcc.dg/cpp/inc/pr20348-aux.h: New file. * gcc.dg/cpp/pr20356.c: New test. * gcc.dg/cpp/pr20356.h: New file. * gcc.dg/cpp/inc/pr20356.h: New file. * gcc.dg/cpp/inc/pr20356-aux.h: New file. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libcpp
[Bug preprocessor/20348] [4.0/4.1 Regression] File not included when file with same name is included before
file. * gcc.dg/cpp/inc/pr20348-aux.h: New file. * gcc.dg/cpp/pr20356.c: New test. * gcc.dg/cpp/pr20356.h: New file. * gcc.dg/cpp/inc/pr20356.h: New file. * gcc.dg/cpp/inc/pr20356-aux.h: New file. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libcpp
[Bug c++/19542] attribute(sentinel) has problems with C++ __null
. (null_node): Remove. * lex.c (cxx_init): Move null_node initialisation to C common frontend. * g++.dg/warn/sentinel.C: New testcase for __null sentinels added. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-common.c.diff?cvsroot=gcc&r1=1.625&r2=1.
[Bug libgcj/18405] implement java.lang.Package#isCompatibleWith(String)
ndex): Likewise. (_Jv_RegisterBootstrapPackages): New function. * gnu/gcj/runtime/natVMClassLoader.cc (findClass): Call definePackageForNative. (findClass): Updated. * gnu/gcj/runtime/VMClassLoader.java (definePackageForNative): New method. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.
[Bug libgcj/17738] Binary Compatibility: _Jv_FindClassInCache
ndex): Likewise. (_Jv_RegisterBootstrapPackages): New function. * gnu/gcj/runtime/natVMClassLoader.cc (findClass): Call definePackageForNative. (findClass): Updated. * gnu/gcj/runtime/VMClassLoader.java (definePackageForNative): New method. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.
[Bug libgcj/12016] set Package for compiled classes
ndex): Likewise. (_Jv_RegisterBootstrapPackages): New function. * gnu/gcj/runtime/natVMClassLoader.cc (findClass): Call definePackageForNative. (findClass): Updated. * gnu/gcj/runtime/VMClassLoader.java (definePackageForNative): New method. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.
Re: Killing old dead bugs
Hi Mikhail, On Sun, Jul 2, 2017 at 6:39 PM, Mikhail Maltsev wrote: > Hi. Yes, bug maintenance is appreciated. See this message and replies > to it: https://gcc.gnu.org/ml/gcc/2016-04/msg00258.html . Replies in your link suggest to leave a final comment in bugs with explanatory suggest
Re: [PATCH 1/9] print_rtx: implement support for reuse IDs (v2)
On Thu, 2016-12-01 at 16:05 -0700, Jeff Law wrote: > On 11/11/2016 02:15 PM, David Malcolm wrote: > > Posted earlier here: > > https://gcc.gnu.org/ml/gcc-patches/2016-11/msg00651.html > > Link to earlier discussion: > > https://gcc.gnu.org/ml/gcc-patches/2016-10/
[Bug c/1027] slightly misleading printf format warning
/branch-1.c, gcc.dg/format/diag-1.c, gcc.dg/format/multattr-3.c, gcc.dg/format/xopen-1.c: Update expected warning text. * gcc.dg/format/diag-2.c: New test. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.4240&r2=2.4241 http://gcc.gnu.org
Re: [RFC] [avr] Toolchain Integration for Testsuite Execution (avr cc0 to mode_cc0 conversion)
> > > >> > > > Where can I find this Jenkins setup? >> > > > >> > > > >> > > > To close this: assuming " into our Jenkins setup" is >> some >> >
Re: [PATCH v2] combine: Improve change_zero_ext, call simplify_set afterwards.
le mode expanding zero_extracts. > > This was committes as r243578 and triggered (amongst other similar > test suite ICE failures): > > $ avr-gcc > /gnu/gcc.gnu.org/trunk/gcc/testsuite/gcc.c-torture/compile/pr26833.c > -S -O1 -mmcu=avr4 -S -v > > /gnu/gcc.gnu.org/trunk
[PATCH] wwwdocs: gcc-14/changes.html: Add Loongarch changes.
@@ __asm (".global __flmap_lock" "\n\t" +LoongArch + + Support for the following + https://gcc.gnu.org/onlinedocs/gcc/LoongArch-Options.html#index-march-7";> + -march parameters has been added: + +la64v1.0 +la64v1.1 +la
Re: [pushed][PATCH] wwwdocs: gcc-14/changes.html: Add Loongarch changes.
/htdocs/gcc-14/changes.html @@ -877,6 +877,162 @@ __asm (".global __flmap_lock" "\n\t" +LoongArch + + Support for the following + https://gcc.gnu.org/onlinedocs/gcc/LoongArch-Options.html#index-march-7";> + -march parameters has been adde
Re: [0/4] [AArch64] Add SVE support
uld"/"is expected to" -> "must". >> >> - Added more commentary to things like regmode_natural_size. >> >> I also did a before and after comparison of the testsuite output >> for base AArch64 (but using the new FIRST_PSEUDO_REGISTER definition &g
GCC 4.2 branch open for regression fixes
with no argument. Index: gennews === --- gennews (revision 124623) +++ gennews (working copy) @@ -22,7 +22,9 @@ # Boston, MA 02110-1301, USA. website=http://gcc.gnu.org/ -files="gcc-4.1/index.html gcc-4.1/changes.html +files=" +gcc-4.2/index.html gcc-4.
Processed: [bts-link] source package gcc-4.1
mote status report for #33975 > # * http://gcc.gnu.org/PR6905 > # * remote status changed: (?) -> NEW > usertags 33975 + status-NEW Bug#33975: [PR c++/6905] Suggested g++ warning: changed semantics of conditional expressions Usertags were: status-NEW. Usertags are now: status-NEW
Processed: [bts-link] source package gcc-4.1
mote status report for #33975 > # * http://gcc.gnu.org/PR6905 > # * remote status changed: (?) -> NEW > usertags 33975 + status-NEW Bug#33975: [PR c++/6905] Suggested g++ warning: changed semantics of conditional expressions Usertags were: status-NEW. Usertags are now: status-NEW
[Bug middle-end/66240] RFE: extend -falign-xyz syntax
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66240 --- Comment #7 from Denis Vlasenko --- Patch v8 https://gcc.gnu.org/ml/gcc-patches/2017-04/msg00792.html https://gcc.gnu.org/ml/gcc-patches/2017-04/msg00793.html https://gcc.gnu.org/ml/gcc-patches/2017-04/msg00794.html https://gcc.gnu.org/ml
[Bug target/112583] RISC-V regression testsuite errors with rv64gcv_zvl128b
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112583 --- Comment #1 from Patrick O'Neill --- Related issues: 128: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112583 256: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112597 512: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112598 1024:
[Bug target/112597] RISC-V regression testsuite errors with rv64gcv_zvl256b
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112597 --- Comment #1 from Patrick O'Neill --- Related issues: 128: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112583 256: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112597 512: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112598 1024:
[Bug target/112598] RISC-V regression testsuite errors with rv64gcv_zvl512b
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112598 --- Comment #1 from Patrick O'Neill --- Related issues: 128: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112583 256: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112597 512: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112598 1024:
[Bug target/112599] RISC-V regression testsuite errors with rv64gcv_zvl1024b
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112599 --- Comment #1 from Patrick O'Neill --- Related issues: 128: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112583 256: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112597 512: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112598 1024:
Ping: testsuite patches ({1,2,6,10,12}/14)
These patches have not been reviewed for more than three weeks: http://gcc.gnu.org/ml/gcc-patches/2013-07/msg00807.html http://gcc.gnu.org/ml/gcc-patches/2013-07/msg00812.html http://gcc.gnu.org/ml/gcc-patches/2013-07/msg00816.html http://gcc.gnu.org/ml/gcc-patches/2013-07/msg00819.html http
[Bug debug/7241] DWARF encoding for "char" incorrect in gcc
-macro.c: Likewise. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.9873&r2=2.9874 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/dwarf2out.c.diff?cvsroot=gcc&r1=1.612&r2=1.613 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.dif
[Bug fortran/20879] argument to ICHAR must have length one
sion lengths. testsuite/ * gfortran.dg/ichar_1.f90: New file. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.335.2.38&r2=1.335.2.39 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/
[Bug fortran/20879] argument to ICHAR must have length one
sion lengths. testsuite/ * gfortran.dg/ichar_1.f90: New file. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.335.2.38&r2=1.335.2.39 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/
[Bug c++/20637] [3.4/4.0/4.1 regression] Confusing message with different using declarations
++.brendan/arm2.C: Likewise. * g++.old-deja/g++.other/redecl2.C: Likewise. * g++.old-deja/g++.other/redecl4.C: Likewise. * g++.old-deja/g++.pt/memtemp78.C: Likewise. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.4776&r2=1.4
[Bug libstdc++/16612] empty basic_strings can't live in shared memory
: Remove obsolete entry about include/c_shadow. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.2672&r2=1.2673 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/README.diff?cvsroot=gcc&r1=1.16&r2=1.17 http://gcc.gnu.org/cgi-bi
[Bug libstdc++/17922] [3.3/3.4/4.0 regression] Spurious warnings about std::ios_base::seekdir
atches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.2743&r2=1.2744 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/io/c_io_stdio.h.diff?cvsroot=gcc&r1=1.7&r2=1.8 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/includ
[Bug c++/18389] [3.4/4.0 regression] ICE on struct declaration in for statement
/vlm1.C: Likewise. * g++.dg/template/crash2.C: Likewise. PR c++/18436 * g++.dg/template/call3.C: New test. PR c++/18407 * g++.dg/template/ptrmem11.C: New test. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot
[Bug c++/18407] [3.4/4.0 Regression] ICE with mem-fun-ptr as template parameter for nested function template (build_base_path, cp/class.c)
/vlm1.C: Likewise. * g++.dg/template/crash2.C: Likewise. PR c++/18436 * g++.dg/template/call3.C: New test. PR c++/18407 * g++.dg/template/ptrmem11.C: New test. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot
[Bug c++/18429] [4.0 Regression] ICE on invalid code with array size being a non constant variable
/vlm1.C: Likewise. * g++.dg/template/crash2.C: Likewise. PR c++/18436 * g++.dg/template/call3.C: New test. PR c++/18407 * g++.dg/template/ptrmem11.C: New test. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot
[Bug c++/18436] [3.4/4.0 Regression] ICE in perform_or_defer_access_check (binfo is NULL)
/vlm1.C: Likewise. * g++.dg/template/crash2.C: Likewise. PR c++/18436 * g++.dg/template/call3.C: New test. PR c++/18407 * g++.dg/template/ptrmem11.C: New test. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot
Re: Git and GCC
ter the discussions lately regarding the gcc svn mirror. I'm coming up with a recipe to set up your own git-svn mirror. Suggestions on the following. // Create directory and initialize git mkdir gcc cd gcc git init // add the remote site that currently mirrors gcc // I have chosen the name
[bts-link] source package gnat-4.1
# # bts-link upstream status pull for source package gnat-4.1 # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html # user [EMAIL PROTECTED] # remote status report for #244936 # * http://gcc.gnu.org/PR15606 # * remote status changed: NEW -> REOPENED usertags 244936 - sta
Bug#177840: [Bug optimization/9812] [3.3/3.4 regression] [m68k] ICE in extract_insn, at recog.c:2148
PLEASE REPLY TO [EMAIL PROTECTED] ONLY, *NOT* [EMAIL PROTECTED] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9812 --- Additional Comments From cvs-commit at gcc dot gnu dot org 2003-07-07 03:42 --- Subject: Bug 9812 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL
[Bug ada/13470] 64bits Ada bootstrap failure:xnmake etc. crash generating nmake.adb etc.
String * a-szunau.ads, a-szunau.adb: New interface for Get_Wide_Wide_String Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/a-stunau.ads.diff?cvsroot=gcc&r1=1.6&r2=1.7 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/a-stunau.adb.diff?cvsroot=gcc&r1=1.6&r2=
[Bug c++/9782] [4.0/4.1 Regression] constructor not called on higher-dimensional arrays of template types
* init.c (build_new_1): Make sure the entire array type is complete, not just its element types. PR c++/9782 * g++.dg/init/new15.C: New test. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.6016&r2=1.6
[Bug c/23075] [4.0/4.1 Regression] Redundant / bogus warning
r set *no_warning to true. * gcc.dg/pr23075.c: New test. * g++.dg/warn/pr23075.C: New test. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.9906&r2=2.9907 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-typeck.c.diff?cvsroot=gcc&
[Bug libfortran/21926] matmul does not deal with non-packed result
PR libfortran/21926 * gfortran.fortran-torture/execute/intrinsic_matmul.f90: Test case where the return array has lowest stride one, but isn't packed. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/ChangeLog.diff?cvsroot=gcc&r1=1.233&r2
[committed, wwwdocs] gcc-11/changes: Document analyzer changes
cc-11/changes.html index 21d59f51..46a6a372 100644 --- a/htdocs/gcc-11/changes.html +++ b/htdocs/gcc-11/changes.html @@ -378,6 +378,38 @@ a work-in-progress. + +Improvements to Static Analyzer + + The implementation of how program state is tracked within +https://gcc.gnu.org/onlinedocs/gcc/S
[Bug middle-end/16417] [4.0 Regression] crappy code (gcc.c-torture/compile/20020210-1.c) in arguments causes ICE
call. * tree-gimple.h (gimplify_body): Update decl. * tree-inline.c (initialize_inlined_parameters): Update gimplify_body call. * tree.h (gimplify_parameters): Declare. * Makefile.in (function.o): Depend on TREE_GIMPLE_H. Patches: http://gcc.gnu.org/cg
[Bug c++/19030] [4.0 Regression] ice on tree check
(instantiate_class_template, resolve_typename_type): Likewise. testsuite: PR c++/19030 * g++.dg/parse/crash22.C: New Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.4567&r2=1.4568 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/cp-tre