public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
How to check reachable between blocks
 2020-10-10  3:13 UTC  (2+ messages)

gcc-9-20201009 is now available
 2020-10-09 22:37 UTC 

Question about interpreting a decl dump
 2020-10-09 19:07 UTC  (3+ messages)

<strstream> support in C++2x
 2020-10-09 14:40 UTC  (4+ messages)

Tune cunroll/cunrolli through params
 2020-10-09 11:13 UTC  (2+ messages)

gcc-8-20201008 is now available
 2020-10-08 22:36 UTC 

[PATCH 0/2] Document void *
 2020-10-08 13:52 UTC  (31+ messages)
` [PATCH 1/2] system_data_types.7: Add 'void *'
` [PATCH 2/2] void-*.3: New link to system_data_types(7)
    ` [PATCH v2 0/2] Document 'void *'
    ` [PATCH v2 1/2] system_data_types.7: Add "
                      ` Navigational corrections (was: Re: [PATCH v2 1/2] system_data_types.7: Add 'void *')
                        ` Navigational corrections
    ` [PATCH v2 2/2] void.3: New link to system_data_types(7)

Changes to allow PowerPC to change the long double type to use the IEEE 128-bit floating point format
 2020-10-08  1:30 UTC  (9+ messages)
` First set of patches to allow changing the long double default were posted:

Missing commit in gcc-cvs mailing list
 2020-10-07 12:01 UTC  (2+ messages)

Interested in submitting sponsored posts on your blog
 2020-10-07  9:56 UTC 

modified_between_p does not check for volatile memory
 2020-10-07  0:02 UTC 

Copyright assignment form
 2020-10-06 23:45 UTC  (2+ messages)
  ` [gnu.org #1622724] Antoni Boucher GCC

Design Gipfel-2020 Visitors Info List
 2020-10-06  9:51 UTC 

Loop question
 2020-10-06  6:22 UTC  (2+ messages)

Git rejecting branch merge
 2020-10-05 17:03 UTC  (22+ messages)

[Patch] Overflow-trapping integer arithmetic routines7code: bloated and slooooow
 2020-10-05 16:14 UTC  (2+ messages)

static inline giving multiple definition errors with "unity" builds
 2020-10-05 13:27 UTC  (5+ messages)

Multilib Hierarchy
 2020-10-05 12:33 UTC 

duplicate arm test results?
 2020-10-05  7:26 UTC  (8+ messages)

gcc-11-20201004 is now available
 2020-10-04 22:37 UTC 

gcc-10-20201003 is now available
 2020-10-03 22:37 UTC 

gcc-9-20201002 is now available
 2020-10-02 22:36 UTC 

[PATCH v2 0/4] Document [u]int_leastN_t
 2020-10-02 13:09 UTC  (11+ messages)
` [PATCH v2 1/4] system_data_types.7: Add int_leastN_t family of types
` [PATCH v2 2/4] int_least8_t.3, int_least16_t.3, int_least32_t.3, int_least64_t.3, int_leastN_t.3: New links to system_data_types(7)
` [PATCH v2 3/4] system_data_types.7: Add uint_leastN_t family of types
` [PATCH v2 4/4] uint_least8_t.3, uint_least16_t.3, uint_least32_t.3, uint_least64_t.3, uint_leastN_t.3: New links to system_data_types(7)

[RFC] man7/system_data_types.7: Document [unsigned] __int128
 2020-10-02  8:10 UTC  (11+ messages)

gcc-8-20201001 is now available
 2020-10-01 22:36 UTC 

GCC PowerPC bootstrap and irange
 2020-10-01 19:15 UTC 

GCC's Git update_hook doesn't support deleting branches
 2020-10-01 18:05 UTC  (3+ messages)

Is there a way to tell GCC not to reorder a specific instruction?
 2020-10-01 16:59 UTC  (10+ messages)
  ` 回复: "

[PATCH v2 0/4] Document [u]int_fastN_t
 2020-10-01 15:25 UTC  (9+ messages)
` [PATCH v2 1/4] system_data_types.7: Add int_fastN_t family of types
` [PATCH v2 2/4] int_fast8_t.3, int_fast16_t.3, int_fast32_t.3, int_fast64_t.3, int_fastN_t.3: New links to system_data_types(7)
` [PATCH v2 3/4] system_data_types.7: Add uint_fastN_t family of types
` [PATCH v2 4/4] uint_fast8_t.3, uint_fast16_t.3, uint_fast32_t.3, uint_fast64_t.3, uint_fastN_t.3: New links to system_data_types(7)

[PATCH 00/16] Fixes; Document remaining stdint.h types
 2020-10-01 15:13 UTC  (34+ messages)
` [PATCH 01/16] malloc_get_state.3: ffix
` [PATCH 02/16] system_data_types.7: srcfix
` [PATCH 03/16] "
` [PATCH 04/16] "
` [PATCH 05/16] system_data_types.7: Add int_fastN_t family of types
` [PATCH 06/16] int_fast8_t.3, int_fast16_t.3, int_fast32_t.3, int_fast64_t.3, int_fastN_t.3: New links to system_data_types(7)
` [PATCH 07/16] system_data_types.7: Add uint_fastN_t family of types
` [PATCH 08/16] uint_fast8_t.3, uint_fast16_t.3, uint_fast32_t.3, uint_fast64_t.3, uint_fastN_t.3: New links to system_data_types(7)
` [PATCH 09/16] system_data_types.7: Add int_leastN_t family of types
` [PATCH 10/16] int_least8_t.3, int_least16_t.3, int_least32_t.3, int_least64_t.3, int_leastN_t.3: New links to system_data_types(7)
` [PATCH 11/16] system_data_types.7: Add uint_leastN_t family of types
` [PATCH 12/16] uint_least8_t.3, uint_least16_t.3, uint_least32_t.3, uint_least64_t.3, uint_leastN_t.3: New links to system_data_types(7)
` [PATCH 13/16] system_data_types.7: Add 'intptr_t'
` [PATCH 14/16] intptr_t.3: New link to system_data_types(7)
` [PATCH 15/16] system_data_types.7: Add 'uintptr_t'
` [PATCH 16/16] uintptr_t.3: New link to system_data_types(7)

UB or !UB? Plus poor register allocation
 2020-10-01 12:51 UTC 

Registers used for exception handling on Linux/m68k?
 2020-10-01 12:51 UTC  (7+ messages)
    ` Fwd: "

10-12% performance decrease in benchmark going from GCC8 to GCC9
 2020-10-01  1:47 UTC  (4+ messages)

Expose 'array_length()' macro in <sys/cdefs.h> or <sys/param.h>
 2020-09-30 20:39 UTC 

New pseudos in splitters
 2020-09-30  0:36 UTC  (2+ messages)

[PATCH 0/8] Add some <stdint.h> types
 2020-09-29 12:24 UTC  (13+ messages)
` [PATCH v2 "
` [PATCH v2 1/8] system_data_types.7: Add 'intmax_t'
` [PATCH v2 2/8] intmax_t.3: New link to system_data_types(7)
` [PATCH v2 3/8] system_data_types.7: Add 'uintmax_t'
` [PATCH v2 4/8] uintmax_t.3: New link to system_data_types(7)
` [PATCH v2 5/8] system_data_types.7: Add intN_t family of types
` [PATCH v2 6/8] int8_t.3, int16_t.3, int32_t.3, int64_t.3, intN_t.3: New links to system_data_types(7)
` [PATCH v2 7/8] system_data_types.7: Add uintN_t family of types
` [PATCH v2 8/8] uint8_t.3, uint16_t.3, uint32_t.3, uint64_t.3, uintN_t.3: New links to system_data_types(7)

mstackalign vs rbp order in gcc optimization level epilogue/prologue - O2/O3
 2020-09-29  9:17 UTC  (2+ messages)

On IPA PTA field sensitivity and pointer expression (part 2)
 2020-09-29  8:11 UTC  (3+ messages)

{standard input}:1174: Error: inappropriate arguments for opcode 'mpydu'
 2020-09-28 21:43 UTC  (2+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).