[Bug preprocessor/90400] _Pragma not always expanded in the right location within macros

2019-05-10 Thread remi at machet dot us
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90400 --- Comment #2 from Remi --- I found 69543 which looks similar but is different (and fixed): the cause of the bug is different and it applies to the first level of a macro, while this bug requires 2 levels of macro to show up.

[Bug preprocessor/90400] New: _Pragma not always expanded in the right location within macros

2019-05-08 Thread remi at machet dot us
Priority: P3 Component: preprocessor Assignee: unassigned at gcc dot gnu.org Reporter: remi at machet dot us Target Milestone: --- When the preprocessor does not understand the pragma inside _Pragma it calls cb_def_pragma to print it (converting it to '#p

[Bug other/89094] New: collect2.c:main c_argv buffer is undersized when -EL, -EB or -B used in COLLECT_GCC_OPTIONS

2019-01-28 Thread remi at machet dot us
Severity: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: remi at machet dot us Target Milestone: --- collect2.c main() uses an array to store filtered arguments called c_argv. The size of that array is based on