gmane.comp.gcc.cvs archive

2473 archived articles, newest first (page 8 of 25). Latest articles →

[gcc r17-2846] gimplify: Allow declarations in recalculate_side_effects [PR126497]
Fri, 31 Jul 2026 07:06:50 +0000 (GMT)
Jakub Jelinek via Gcc-cvs <[email protected]> • #430388
[gcc r17-2845] match.pd: Fix (a & b) == (a ^ b) -> !(a | b) simplification [PR126490]
Fri, 31 Jul 2026 07:04:59 +0000 (GMT)
Jakub Jelinek via Gcc-cvs <[email protected]> • #430387
[gcc r17-2844] c++: Don't cache calls which rethrow etc. [PR126508]
Fri, 31 Jul 2026 07:00:18 +0000 (GMT)
Jakub Jelinek via Gcc-cvs <[email protected]> • #430386
[gcc r17-2843] range-op-float: Fix up inf handling in other reverse ops [PR126464]
Fri, 31 Jul 2026 06:57:51 +0000 (GMT)
Jakub Jelinek via Gcc-cvs <[email protected]> • #430385
[gcc r17-2842] match.pd: Fix up ((C << A) & D) != 0 simplification [PR126476]
Fri, 31 Jul 2026 06:55:35 +0000 (GMT)
Jakub Jelinek via Gcc-cvs <[email protected]> • #430384
[gcc r17-2841] c++: Fix up check_return_expr for expansion stmts [PR126420]
Fri, 31 Jul 2026 06:53:18 +0000 (GMT)
Jakub Jelinek via Gcc-cvs <[email protected]> • #430383
[gcc r17-2840] c++: Improve diagnostics for nullptr_t/info [PR126343]
Fri, 31 Jul 2026 06:42:01 +0000 (GMT)
Jakub Jelinek via Gcc-cvs <[email protected]> • #430382
[gcc r15-11428] testsuite: tolerate argc==0 [PR126194]
Fri, 31 Jul 2026 05:32:18 +0000 (GMT)
Alexandre Oliva via Gcc-cvs <[email protected]> • #430381
[gcc r16-9471] testsuite: tolerate argc==0 [PR126194]
Fri, 31 Jul 2026 04:48:26 +0000 (GMT)
Alexandre Oliva via Gcc-cvs <[email protected]> • #430380
[gcc r16-9470] c++: resolvedness of resolve_nondeduced_context result [PR126406]
Fri, 31 Jul 2026 02:40:43 +0000 (GMT)
Patrick Palka via Gcc-cvs <[email protected]> • #430379
[gcc r17-2839] c++: resolvedness of resolve_nondeduced_context result [PR126406]
Fri, 31 Jul 2026 01:18:53 +0000 (GMT)
Patrick Palka via Gcc-cvs <[email protected]> • #430378
[gcc r16-9469] Daily bump.
Fri, 31 Jul 2026 00:23:10 +0000 (GMT)
GCC Administrator via Gcc-cvs <[email protected]> • #430377
[gcc r15-11427] Daily bump.
Fri, 31 Jul 2026 00:21:25 +0000 (GMT)
GCC Administrator via Gcc-cvs <[email protected]> • #430376
[gcc r14-12772] Daily bump.
Fri, 31 Jul 2026 00:20:36 +0000 (GMT)
GCC Administrator via Gcc-cvs <[email protected]> • #430375
[gcc r13-10430] Daily bump.
Fri, 31 Jul 2026 00:18:54 +0000 (GMT)
GCC Administrator via Gcc-cvs <[email protected]> • #430374
[gcc r17-2838] Daily bump.
Fri, 31 Jul 2026 00:17:14 +0000 (GMT)
GCC Administrator via Gcc-cvs <[email protected]> • #430373
[gcc r17-2837] cobol: Restore SECTION number warnings.
Thu, 30 Jul 2026 22:49:11 +0000 (GMT)
"James K. Lowden via Gcc-cvs" <[email protected]> • #430372
[gcc r17-2836] cobol: New warning to allow REDEFINES anywhere in data item definition.
Thu, 30 Jul 2026 22:49:05 +0000 (GMT)
"James K. Lowden via Gcc-cvs" <[email protected]> • #430371
[gcc r17-2835] c++: fix array initialization wrong code [PR126335]
Thu, 30 Jul 2026 21:12:21 +0000 (GMT)
Marek Polacek via Gcc-cvs <[email protected]> • #430370
[gcc r17-2834] cobol: Relax parsing restrictions for void sentences and MF $END-IF.
Thu, 30 Jul 2026 21:10:52 +0000 (GMT)
"James K. Lowden via Gcc-cvs" <[email protected]> • #430369
[gcc r16-9468] c++: anonymous namespace in module partition [PR126209]
Thu, 30 Jul 2026 17:29:34 +0000 (GMT)
Jason Merrill via Gcc-cvs <[email protected]> • #430368
[gcc r17-2833] AArch64: Relax regexps in tests to let them pass with -fweb
Thu, 30 Jul 2026 17:22:38 +0000 (GMT)
Christopher Bazley via Gcc-cvs <[email protected]> • #430367
[gcc r16-9467] Ada: Fix bogus error for 'Unrestricted_Access of overloaded subprogram
Thu, 30 Jul 2026 16:33:40 +0000 (GMT)
Eric Botcazou via Gcc-cvs <[email protected]> • #430366
[gcc r17-2832] Ada: Fix bogus error for 'Unrestricted_Access of overloaded subprogram
Thu, 30 Jul 2026 16:31:39 +0000 (GMT)
Eric Botcazou via Gcc-cvs <[email protected]> • #430365
[gcc r17-2831] c++: anonymous namespace in module partition [PR126209]
Thu, 30 Jul 2026 16:13:39 +0000 (GMT)
Jason Merrill via Gcc-cvs <[email protected]> • #430364
[gcc r16-9466] fortran: [PR125866] Fix ICE: a module procedure with an allocatable, intent(out)
Thu, 30 Jul 2026 15:48:44 +0000 (GMT)
Jerry DeLisle via Gcc-cvs <[email protected]> • #430363
[gcc r17-2830] cobol: Allow REDEFINES to have OCCURS at 01 level.
Thu, 30 Jul 2026 15:41:39 +0000 (GMT)
"James K. Lowden via Gcc-cvs" <[email protected]> • #430362
[gcc r16-9465] range-op-float: Fix up inf handling in reverse narrowing float to float cast [PR126464]
Thu, 30 Jul 2026 14:47:22 +0000 (GMT)
Jakub Jelinek via Gcc-cvs <[email protected]> • #430361
[gcc r16-9464] asan: Don't emit __asan_handle_no_return_call before __asan_report_* calls [PR126084]
Thu, 30 Jul 2026 14:47:17 +0000 (GMT)
Jakub Jelinek via Gcc-cvs <[email protected]> • #430360
[gcc r16-9463] match.pd: Fix .PARITY(~x) simplification [PR126471]
Thu, 30 Jul 2026 14:47:12 +0000 (GMT)
Jakub Jelinek via Gcc-cvs <[email protected]> • #430359
[gcc r16-9462] isel: Fix ICE on out of bounds vector elt access [PR126446]
Thu, 30 Jul 2026 14:47:06 +0000 (GMT)
Jakub Jelinek via Gcc-cvs <[email protected]> • #430358
[gcc r17-2827] [frange] Rewrite intersect to meet sub-ranges pairwise.
Thu, 30 Jul 2026 14:05:44 +0000 (GMT)
Aldy Hernandez via Gcc-cvs <[email protected]> • #430357
[gcc r17-2829] [frange] Store sub-ranges in a variable-length trailing array.
Thu, 30 Jul 2026 14:05:55 +0000 (GMT)
Aldy Hernandez via Gcc-cvs <[email protected]> • #430356
[gcc r17-2828] [frange] Rewrite union to merge sub-ranges.
Thu, 30 Jul 2026 14:05:50 +0000 (GMT)
Aldy Hernandez via Gcc-cvs <[email protected]> • #430355
[gcc r17-2826] Dump SLP subgraph entries upon costing
Thu, 30 Jul 2026 13:51:12 +0000 (GMT)
Richard Biener via Gcc-cvs <[email protected]> • #430354
[gcc r17-2825] Deal with all vector defs in vectorizable_live_operation
Thu, 30 Jul 2026 13:51:07 +0000 (GMT)
Richard Biener via Gcc-cvs <[email protected]> • #430353
[gcc r16-9461] s390: Fix s390_canonicalize_comparison
Thu, 30 Jul 2026 10:53:59 +0000 (GMT)
Stefan Schulze Frielinghaus via Gcc-cvs <[email protected]> • #430352
[gcc r17-2824] MATCH: Simplify zero/sign extension bit operations [PR122848]
Thu, 30 Jul 2026 10:45:46 +0000 (GMT)
Eikansh Gupta via Gcc-cvs <[email protected]> • #430351
[gcc r17-2823] MATCH: fold signbit comparison and conditional negate to copysign [PR109843]
Thu, 30 Jul 2026 10:39:41 +0000 (GMT)
Eikansh Gupta via Gcc-cvs <[email protected]> • #430350
[gcc r17-2822] [rs6000] Fixup stmt_vinfo walk
Thu, 30 Jul 2026 10:36:20 +0000 (GMT)
Richard Biener via Gcc-cvs <[email protected]> • #430349
[gcc r17-2821] RISC-V: Add intrinsic support for Zvabd
Thu, 30 Jul 2026 10:12:54 +0000 (GMT)
Bohan Lei via Gcc-cvs <[email protected]> • #430348
[gcc r17-2820] RISC-V: Disallow unsupported vabd/vwabda patterns
Thu, 30 Jul 2026 10:12:49 +0000 (GMT)
Bohan Lei via Gcc-cvs <[email protected]> • #430347
[gcc r17-2819] AArch64: Improve costing of truncated stores
Thu, 30 Jul 2026 10:05:05 +0000 (GMT)
Christopher Bazley via Gcc-cvs <[email protected]> • #430346
[gcc r17-2817] Avoid SSA copies from vect_add_slp_permutation
Thu, 30 Jul 2026 09:07:29 +0000 (GMT)
Richard Biener via Gcc-cvs <[email protected]> • #430345
[gcc r17-2818] Do not allocate stmt_vec_info for labels
Thu, 30 Jul 2026 09:07:34 +0000 (GMT)
Richard Biener via Gcc-cvs <[email protected]> • #430344
[gcc r16-9460] vectorizer: Don't enlarge base alignment during costing
Thu, 30 Jul 2026 08:39:38 +0000 (GMT)
Richard Biener via Gcc-cvs <[email protected]> • #430343
[gcc r16-9459] tree-optimization/126457 - robustify reduction analysis
Thu, 30 Jul 2026 08:39:32 +0000 (GMT)
Richard Biener via Gcc-cvs <[email protected]> • #430342
[gcc r16-9458] tree-optimization/126404 - CTZ pattern destroying reductions
Thu, 30 Jul 2026 08:39:27 +0000 (GMT)
Richard Biener via Gcc-cvs <[email protected]> • #430341
[gcc r16-9457] tree-optimization/126404 - fixup conversion detection in reductions
Thu, 30 Jul 2026 08:39:22 +0000 (GMT)
Richard Biener via Gcc-cvs <[email protected]> • #430340
[gcc r17-2816] Fortran support for init, set, shutdown OpenACC directives
Thu, 30 Jul 2026 08:22:15 +0000 (GMT)
Thomas Schwinge via Gcc-cvs <[email protected]> • #430339
[gcc r16-9456] i386: Update Suffix for AVX10.2 SAT CVT scalar Intrinsics
Thu, 30 Jul 2026 08:11:14 +0000 (GMT)
Hu via Gcc-cvs <[email protected]> • #430338
[gcc r17-2815] MATCH: Simplify min of clz/ctz to clz/ctz of bitwise or [PR123311]
Thu, 30 Jul 2026 08:06:49 +0000 (GMT)
Eikansh Gupta via Gcc-cvs <[email protected]> • #430337
[gcc r17-2813] asan: Don't emit __asan_handle_no_return_call before __asan_report_* calls [PR126084]
Thu, 30 Jul 2026 07:59:18 +0000 (GMT)
Jakub Jelinek via Gcc-cvs <[email protected]> • #430336
[gcc r17-2812] match.pd: Optimize .PARITY (.BITREVERSE (x))
Thu, 30 Jul 2026 07:59:13 +0000 (GMT)
Jakub Jelinek via Gcc-cvs <[email protected]> • #430335
[gcc r17-2814] range-op-float: Fix up inf handling in reverse narrowing float to float cast [PR126464]
Thu, 30 Jul 2026 07:59:23 +0000 (GMT)
Jakub Jelinek via Gcc-cvs <[email protected]> • #430334
[gcc r17-2811] match.pd: Fix .PARITY(~x) simplification [PR126471]
Thu, 30 Jul 2026 07:59:07 +0000 (GMT)
Jakub Jelinek via Gcc-cvs <[email protected]> • #430333
[gcc r17-2810] RISC-V: Add missing bit-field extraction tests
Thu, 30 Jul 2026 07:46:06 +0000 (GMT)
Ma Jin via Gcc-cvs <[email protected]> • #430332
[gcc r17-2809] RISC-V: Fix sibcall address legalization in MI thunks [PR126449]
Thu, 30 Jul 2026 07:46:00 +0000 (GMT)
Ma Jin via Gcc-cvs <[email protected]> • #430331
[gcc r17-2808] doc: Spell CPU in uppercase letters
Thu, 30 Jul 2026 07:19:18 +0000 (GMT)
Gerald Pfeifer via Gcc-cvs <[email protected]> • #430330
[gcc r16-9455] rs6000: Add dense math register names in darwin.h
Thu, 30 Jul 2026 06:38:17 +0000 (GMT)
Avinash Jayakar via Gcc-cvs <[email protected]> • #430329
[gcc r17-2807] rs6000: Add dense math register names in darwin.h
Thu, 30 Jul 2026 06:27:35 +0000 (GMT)
Avinash Jayakar via Gcc-cvs <[email protected]> • #430328
[gcc r17-2806] [frange] Add set_pairs to install a set of sub-ranges.
Thu, 30 Jul 2026 06:10:19 +0000 (GMT)
Aldy Hernandez via Gcc-cvs <[email protected]> • #430327
[gcc r17-2805] testsuite: tolerate argc==0 [PR126194]
Thu, 30 Jul 2026 04:17:27 +0000 (GMT)
Alexandre Oliva via Gcc-cvs <[email protected]> • #430326
[gcc r17-2804] match: Fix some incorrect vector fp comparison combines [PR 126455]
Thu, 30 Jul 2026 03:53:32 +0000 (GMT)
Andrea Pinski via Gcc-cvs <[email protected]> • #430325
[gcc r17-2803] match: Fix up expr_no_side_effects_p call for `(a != 0) ? (a / b) : 0` pattern [PR126470]
Thu, 30 Jul 2026 03:53:27 +0000 (GMT)
Andrea Pinski via Gcc-cvs <[email protected]> • #430324
[gcc r17-2802] match: Fix `a CMP CST0 ? MIN/MAX<a, b> : MIN/MAX<a, CST1>` pattern [PR126456]
Thu, 30 Jul 2026 03:53:21 +0000 (GMT)
Andrea Pinski via Gcc-cvs <[email protected]> • #430323
[gcc(refs/users/aoliva/heads/testme)] [asan] [bitint] do not instrument early lowering of bitint asan [PR126084]
Thu, 30 Jul 2026 01:21:31 +0000 (GMT)
Alexandre Oliva via Gcc-cvs <[email protected]> • #430322
[gcc(refs/users/aoliva/heads/testme)] testsuite: tolerate argc==0 [PR126194]
Thu, 30 Jul 2026 01:21:26 +0000 (GMT)
Alexandre Oliva via Gcc-cvs <[email protected]> • #430321
[gcc/aoliva/heads/testme] (675 commits) [asan] [bitint] do not instrument early lowering of bitint
Thu, 30 Jul 2026 01:21:21 +0000 (GMT)
Alexandre Oliva via Gcc-cvs <[email protected]> • #430320
[gcc/aoliva/heads/testbase] (673 commits) Daily bump.
Thu, 30 Jul 2026 01:21:15 +0000 (GMT)
Alexandre Oliva via Gcc-cvs <[email protected]> • #430319
[gcc r17-2801] RISC-V: Add one more test case for vwsub.wv
Thu, 30 Jul 2026 00:56:14 +0000 (GMT)
Pan Li via Gcc-cvs <[email protected]> • #430318
[gcc r17-2800] RISC-V: Add test cases for vwsubu.wv reg overlap
Thu, 30 Jul 2026 00:56:09 +0000 (GMT)
Pan Li via Gcc-cvs <[email protected]> • #430317
[gcc r17-2799] RISC-V: Add test cases for vwsub.wv reg overlap
Thu, 30 Jul 2026 00:56:04 +0000 (GMT)
Pan Li via Gcc-cvs <[email protected]> • #430316
[gcc r17-2798] RISC-V: Allow RVV register overlap for vwsub[u].wv
Thu, 30 Jul 2026 00:55:59 +0000 (GMT)
Pan Li via Gcc-cvs <[email protected]> • #430315
[gcc r16-9454] Daily bump.
Thu, 30 Jul 2026 00:23:02 +0000 (GMT)
GCC Administrator via Gcc-cvs <[email protected]> • #430314
[gcc r15-11426] Daily bump.
Thu, 30 Jul 2026 00:21:12 +0000 (GMT)
GCC Administrator via Gcc-cvs <[email protected]> • #430313
[gcc r14-12771] Daily bump.
Thu, 30 Jul 2026 00:20:25 +0000 (GMT)
GCC Administrator via Gcc-cvs <[email protected]> • #430312
[gcc r13-10429] Daily bump.
Thu, 30 Jul 2026 00:18:47 +0000 (GMT)
GCC Administrator via Gcc-cvs <[email protected]> • #430311
[gcc r17-2797] Daily bump.
Thu, 30 Jul 2026 00:17:08 +0000 (GMT)
GCC Administrator via Gcc-cvs <[email protected]> • #430310
[gcc r16-9453] testsuite, c, x86, Darwin: Adjust func body scan tests for Darwin ABI/asm.
Wed, 29 Jul 2026 21:57:14 +0000 (GMT)
Iain D Sandoe via Gcc-cvs <[email protected]> • #430309
[gcc r16-9452] testsuite, X86, Darwin: 64bit Darwin does not support non-PIC code.
Wed, 29 Jul 2026 21:56:49 +0000 (GMT)
Iain D Sandoe via Gcc-cvs <[email protected]> • #430308
[gcc r16-9451] testsuite: Automatically add check_function_bodies options
Wed, 29 Jul 2026 21:56:26 +0000 (GMT)
Iain D Sandoe via Gcc-cvs <[email protected]> • #430307
[gcc r16-9450] testsuite, c++, x86, Darwin: Adjust func body scan tests for Darwin ABI/asm.
Wed, 29 Jul 2026 21:56:01 +0000 (GMT)
Iain D Sandoe via Gcc-cvs <[email protected]> • #430306
[gcc r16-9449] testsuite, c, Darwin: Fix Mach-O issues in toplevel asm tests.
Wed, 29 Jul 2026 21:55:03 +0000 (GMT)
Iain D Sandoe via Gcc-cvs <[email protected]> • #430305
[gcc r16-9448] testsuite: Make function body scans more flexible to ABI and asm syntax.
Wed, 29 Jul 2026 21:47:50 +0000 (GMT)
Iain D Sandoe via Gcc-cvs <[email protected]> • #430304
[gcc r16-9447] testsuite: Add target macho, document object format checks.
Wed, 29 Jul 2026 21:47:05 +0000 (GMT)
Iain D Sandoe via Gcc-cvs <[email protected]> • #430303
[gcc r16-9446] testsuite, Darwin: Extend skipping of -g3 for more OS versions.
Wed, 29 Jul 2026 21:46:13 +0000 (GMT)
Iain D Sandoe via Gcc-cvs <[email protected]> • #430302
[gcc r16-9445] testsuite, darwin: Handle Darwin LTO section names.
Wed, 29 Jul 2026 21:46:08 +0000 (GMT)
Iain D Sandoe via Gcc-cvs <[email protected]> • #430301
[gcc r16-9444] testsuite, c++: Account for missing stong symbol aliases.
Wed, 29 Jul 2026 21:45:10 +0000 (GMT)
Iain D Sandoe via Gcc-cvs <[email protected]> • #430300
[gcc r16-9443] testsuite, c++: Account for emulated TLS in attr tests.
Wed, 29 Jul 2026 21:44:56 +0000 (GMT)
Iain D Sandoe via Gcc-cvs <[email protected]> • #430299
[gcc r16-9442] testsuite, c++, Darwin: Use scan-weak and scan-not-weak for portability.
Wed, 29 Jul 2026 21:44:30 +0000 (GMT)
Iain D Sandoe via Gcc-cvs <[email protected]> • #430298
[gcc r16-9441] testsuite, Darwin: Handle undefined symbols in pr97172-2 testcase.
Wed, 29 Jul 2026 21:44:10 +0000 (GMT)
Iain D Sandoe via Gcc-cvs <[email protected]> • #430297
[gcc r16-9440] testsuite, darwin: XFAIL tests with -g3 on systems using dyly-ld.
Wed, 29 Jul 2026 21:43:40 +0000 (GMT)
Iain D Sandoe via Gcc-cvs <[email protected]> • #430296
[gcc r16-9439] testsuite, Darwin: Fix outputs.exp for ld64.
Wed, 29 Jul 2026 21:43:17 +0000 (GMT)
Iain D Sandoe via Gcc-cvs <[email protected]> • #430295
[gcc r16-9438] testsuite, c++, Darwin: Do not duplicate asan and pthread libs.
Wed, 29 Jul 2026 21:42:57 +0000 (GMT)
Iain D Sandoe via Gcc-cvs <[email protected]> • #430294
[gcc r16-9437] Objective-C++: Parallelize the tests.
Wed, 29 Jul 2026 21:42:34 +0000 (GMT)
Iain D Sandoe via Gcc-cvs <[email protected]> • #430293
[gcc r17-2796] isel: Fix ICE on out of bounds vector elt access [PR126446]
Wed, 29 Jul 2026 21:38:03 +0000 (GMT)
Jakub Jelinek via Gcc-cvs <[email protected]> • #430292
[gcc r16-9436] x86_cse: Check if DRAP is live with DF_LR_IN.
Wed, 29 Jul 2026 21:05:48 +0000 (GMT)
"H.J. Lu via Gcc-cvs" <[email protected]> • #430291
[gcc r16-9435] x86: Check argument-linked memory used for local variable
Wed, 29 Jul 2026 20:51:00 +0000 (GMT)
"H.J. Lu via Gcc-cvs" <[email protected]> • #430290
[gcc r17-2795] cobol: Do not rely on %qs in xasprintf.
Wed, 29 Jul 2026 20:04:55 +0000 (GMT)
"James K. Lowden via Gcc-cvs" <[email protected]> • #430289
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.