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

GeneratorInterface/Core: drop VLA of non-POD type #6292

Merged

Conversation

davidlt
Copy link
Contributor

@davidlt davidlt commented Nov 8, 2014

The patch resolves Clang compile errors regarding usage of VLA with
non-POD types. VLA are not part of C++ standard. It's GNU extension
originating from GCC. Use a standard array on the heap instead as
performance is not a priority in endJob().

Signed-off-by: David Abdurachmanov David.Abdurachmanov@cern.ch

The patch resolves Clang compile errors regarding usage of VLA with
non-POD types. VLA are not part of C++ standard. It's GNU extension
originating from GCC. Use a standard array on the heap instead as
performance is not a priority in endJob().

Signed-off-by: David Abdurachmanov <David.Abdurachmanov@cern.ch>
@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 8, 2014

A new Pull Request was created by @davidlt for CMSSW_7_3_X.

GeneratorInterface/Core: drop VLA of non-POD type

It involves the following packages:

GeneratorInterface/Core

@vciulli, @covarell, @thuer, @cmsbuild, @nclopezo, @bendavid can you please review it and eventually sign? Thanks.
You can sign-off by replying to this message having '+1' in the first line of your reply.
You can reject by replying to this message having '-1' in the first line of your reply.
@nclopezo, @ktf you are the release manager for this.
You can merge this pull request by typing 'merge' in the first line of your comment.

@bendavid
Copy link
Contributor

bendavid commented Nov 8, 2014

@DavidIT, there's another pull request already in pipeline that touches this file. Let's wait until that one gets merged.
#6259

@davidlt
Copy link
Contributor Author

davidlt commented Nov 8, 2014

@bendavid fine to wait, but for reference they do not conflict (just tested by merging both).

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 8, 2014

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 8, 2014

@davidlt
Copy link
Contributor Author

davidlt commented Nov 12, 2014

ping^1

@bendavid
Copy link
Contributor

+1

@cmsbuild
Copy link
Contributor

This pull request is fully signed and it will be integrated in one of the next CMSSW_7_3_X IBs unless changes (tests are also fine). This pull request will be automatically merged.

cmsbuild added a commit that referenced this pull request Nov 12, 2014
…e-Core

GeneratorInterface/Core: drop VLA of non-POD type
@cmsbuild cmsbuild merged commit 971dae8 into cms-sw:CMSSW_7_3_X Nov 12, 2014
bendavid pushed a commit to bendavid/cmssw that referenced this pull request Jan 12, 2015
…terface-Core

GeneratorInterface/Core: drop VLA of non-POD type
hroskes pushed a commit to hroskes/cmssw that referenced this pull request Feb 12, 2015
…terface-Core

GeneratorInterface/Core: drop VLA of non-POD type
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants