public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH 0/2] Document void *
 2020-10-01 15:34 UTC  (4+ 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/4] Document [u]int_leastN_t
 2020-10-01 15:26 UTC  (8+ 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)

[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)

GCC's Git update_hook doesn't support deleting branches
 2020-10-01 13:58 UTC 

[RFC] man7/system_data_types.7: Document [unsigned] __int128
 2020-10-01 13:46 UTC  (9+ messages)

Git rejecting branch merge
 2020-10-01 13:07 UTC  (14+ messages)

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: "

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

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  (26+ messages)
        ` [libc-coord] "
        ` Expose 'array_length()' macro in <sys/param.h>
                ` [RFC] <sys/param.h>: Add nitems() and snitems() macros
                  ` [PATCH v2] "
                              ` [PATCH v3] <sys/param.h>: Add nitems()
            ` [libc-coord] Re: Expose 'array_length()' macro in <sys/param.h>

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

Changes to allow PowerPC to change the long double type to use the IEEE 128-bit floating point format
 2020-09-29 16:53 UTC  (8+ messages)
` First set of patches to allow changing the long double default were posted:

[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)

[PATCH v4] <sys/param.h>: Add nitems()
 2020-09-28 19:12 UTC 

gcc-11-20200927 is now available
 2020-09-27 22:37 UTC 

Wrong optimization from ‘fwprop’ pass
 2020-09-27  2:27 UTC  (3+ messages)

The dust seems to have settled from the repository conversion
 2020-09-26 23:59 UTC 

gcc-10-20200926 is now available
 2020-09-26 22:37 UTC 

gcc-9-20200925 is now available
 2020-09-25 22:37 UTC 

On IPA-PTA field sensitivity and pointer expressions
 2020-09-25 12:50 UTC  (4+ messages)

[patch, doc] Update people who can review gfortran patches
 2020-09-25  7:34 UTC  (3+ messages)

Can the "ATTRIBUTE_UNUSED" macro be removed if the paramter has being used in fact
 2020-09-25  3:15 UTC  (3+ messages)

gcc-8-20200924 is now available
 2020-09-24 22:36 UTC 

duplicate arm test results?
 2020-09-24 12:12 UTC  (17+ messages)

LTO slows down calculix by more than 10% on aarch64
 2020-09-24 11:14 UTC  (19+ messages)

is there a reason why "explicit specialization in non-namespace scope" is still an error in gcc-trunk?
 2020-09-23 13:28 UTC  (2+ messages)

when will "scoped template specalization" be available? gcc trunk seems not support it
 2020-09-23 13:21 UTC 

when will scoped template specialization be available in gcc?
 2020-09-23 13:09 UTC 

Otolaryngologists Contacts
 2020-09-22 16:23 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).