[Bug c/70418] VM structure type specifier in list of parameter declarations within nested function definition ices.

2023-11-03 Thread uecker at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70418 uecker at gcc dot gnu.org changed: What|Removed |Added CC||uecker at gcc dot gnu.org

[Bug c/70418] VM structure type specifier in list of parameter declarations within nested function definition ices.

2023-05-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70418 --- Comment #9 from CVS Commits --- The master branch has been updated by Martin Uecker : https://gcc.gnu.org/g:f9b5be322358ee63798e02a9103b6bbe459e7aea commit r14-1142-gf9b5be322358ee63798e02a9103b6bbe459e7aea Author: Martin Uecker Date:

[Bug c/70418] VM structure type specifier in list of parameter declarations within nested function definition ices.

2023-05-19 Thread muecker at gwdg dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70418 --- Comment #8 from Martin Uecker --- https://gcc.gnu.org/pipermail/gcc-patches/2023-May/618911.html

[Bug c/70418] VM structure type specifier in list of parameter declarations within nested function definition ices.

2023-05-19 Thread muecker at gwdg dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70418 Martin Uecker changed: What|Removed |Added CC||muecker at gwdg dot de --- Comment #7

[Bug c/70418] VM structure type specifier in list of parameter declarations within nested function definition ices.

2016-03-29 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70418 --- Comment #6 from Marek Polacek --- Even r104500 ICEs. But gcc34 compiles it fine: $ gcc34 q.c -c q.c: In function `main': q.c:4: warning: structure defined inside parms q.c:4: warning: anonymous struct declared inside parameter list q.c:4:

[Bug c/70418] VM structure type specifier in list of parameter declarations within nested function definition ices.

2016-03-29 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70418 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/70418] VM structure type specifier in list of parameter declarations within nested function definition ices.

2016-03-26 Thread sasho648 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70418 --- Comment #4 from sasho648 at gmail dot com --- The full ice message is: test_bug_0.c: In function ‘main’: test_bug_0.c:24:1: internal compiler error: Segmentation fault 0xb482ef crash_signal ../../gcc/gcc/toplev.c:335 0xbda96a

[Bug c/70418] VM structure type specifier in list of parameter declarations within nested function definition ices.

2016-03-26 Thread sasho648 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70418 --- Comment #3 from sasho648 at gmail dot com --- currently *is* working fine and as expected when the function is not nested

[Bug c/70418] VM structure type specifier in list of parameter declarations within nested function definition ices.

2016-03-26 Thread sasho648 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70418 --- Comment #2 from sasho648 at gmail dot com --- Must be noted that such code must be valid and actually currently working fine and as expected when the function is not nested. Eg.: #include extern void fp(int a, const struct {int _[a];} *b)

[Bug c/70418] VM structure type specifier in list of parameter declarations within nested function definition ices.

2016-03-26 Thread sasho648 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70418 sasho648 at gmail dot com changed: What|Removed |Added Summary|VM structure type specifier |VM structure type specifier