public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Berke Yavas <iamberkeyavas@gmail.com>
To: gcc@gcc.gnu.org
Subject: [GSoC][C++: Implement compiler built-in traits for the standard library traits]
Date: Tue, 28 Feb 2023 13:57:37 +0300	[thread overview]
Message-ID: <CAFTM=KtoTO9S7K3wGRa+xbT2wAGwmpMUQ1VXRCsFY=KSOqG25g@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1168 bytes --]

Hi,

I am Berke. I am interested in the project C++: Implement compiler built-in
traits for the standard library traits for the upcoming GSoC. I am a
Software Engineer with a year of experience. I am very excited to have a
chance to work on gcc.

So far, I have built gcc from source, runned tests. Have a few follow up
questions.

1. Project is related with C++ frontend and library development, so during
the development there should be no issue configuring with
--disable-bootstrap --disable-multilib --disablelibstdcxx-pch(Thanks to irc
folks who suggested the latter 2, I just wanted to confirm) right?
2. Is there any other built-in compiler traits that are not in the file
`gcc/cp/cp-trait.def`?
3. __is_same built in is already used in a couple of places in libstdc++.

File: libstdc++-v3/include/bits/c++config
   840 #if _GLIBCXX_HAS_BUILTIN(__is_same)
    841 #  define _GLIBCXX_HAVE_BUILTIN_IS_SAME 1
    842 #endif

Is this the file where gcc checks if the compiler built in is available? So
other compiler built-ins should be checked here too?

I will prepare a draft of the proposal and send it here for review as soon
as possible.

Best regards,
Berke

             reply	other threads:[~2023-02-28 10:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-28 10:57 Berke Yavas [this message]
2023-02-28 12:16 ` Jonathan Wakely

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAFTM=KtoTO9S7K3wGRa+xbT2wAGwmpMUQ1VXRCsFY=KSOqG25g@mail.gmail.com' \
    --to=iamberkeyavas@gmail.com \
    --cc=gcc@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).