Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gccrs const folding port: continue porting potential_constant_expression_1() #1369

Conversation

abbasfaisal
Copy link
Collaborator

@abbasfaisal abbasfaisal commented Jul 7, 2022

@abbasfaisal abbasfaisal changed the title Port potential const expression 1 part by part c gccrs const folding port: continue porting potential_constant_expression_1() Jul 7, 2022
@CohenArthur
Copy link
Member

This PR contains commits that have already been merged in gsoc22/constexpr. Is that on purpose?

@abbasfaisal
Copy link
Collaborator Author

This PR contains commits that have already been merged in gsoc22/constexpr. Is that on purpose?

Nope. Let me take a look. Not sure why it's showing conflicts.

@abbasfaisal abbasfaisal force-pushed the port-potential-const-expression-1-part-by-part-c branch 3 times, most recently from c4b26c2 to 3b40677 Compare July 8, 2022 05:10
@abbasfaisal
Copy link
Collaborator Author

abbasfaisal commented Jul 8, 2022

This PR contains commits that have already been merged in gsoc22/constexpr. Is that on purpose?

Nope. Let me take a look. Not sure why it's showing conflicts.

Fixed now.

…ion_1()

Following functions are ported in this changeset:
 - type_memfn_quals
 - find_parameter_pack_data
 - conv_type_hasher
 - make_conv_op_name
 - builtin_pack_fn_p
 - builtin_pack_call_p
 - has_extra_args_mechanism_p
 - find_parameter_packs_r
 - type_memfn_rqual
 - maybe_add_lang_type_raw
 - type_of_this_parm
 - class_of_this_parm

Following structs, classes and enums are ported in this changeset:
 - cxx_binding
 - c_common_identifier
 - lang_identifier
 - cp_ref_qualifier
 - find_parameter_pack_data
 - conv_type_hasher

Signed-off-by: Faisal Abbas <90.abbasfaisal@gmail.com>
@abbasfaisal abbasfaisal force-pushed the port-potential-const-expression-1-part-by-part-c branch from 3b40677 to 892f793 Compare July 10, 2022 13:34
@philberty philberty merged commit 3158ef0 into Rust-GCC:gsoc22/constexpr Jul 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants