Skip to content

Conversation

GuillaumeGomez
Copy link
Member

No description provided.

@GuillaumeGomez GuillaumeGomez force-pushed the lvalue-set_name branch 2 times, most recently from 3d4552d to 822d7d3 Compare August 8, 2025 09:40
@GuillaumeGomez
Copy link
Member Author

GuillaumeGomez commented Aug 8, 2025

Added the runtime error in case set_name is used on one of these listed types.

#define TEST_ESCHEWS_SET_OPTIONS
static void set_options (gcc_jit_context *ctxt, const char *argv0)
{
gcc_jit_context_set_bool_option(ctxt, GCC_JIT_BOOL_OPTION_DEBUGINFO, 1);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This already seems to be set by the test harness.
Was there a reason to add it here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Making it explicit.

@antoyo antoyo merged commit 4e995bd into rust-lang:master Aug 8, 2025
4 checks passed
@GuillaumeGomez GuillaumeGomez deleted the lvalue-set_name branch August 8, 2025 14:38
antoyo pushed a commit that referenced this pull request Aug 28, 2025
github-actions bot pushed a commit that referenced this pull request Aug 28, 2025
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.

2 participants