[Bug target/49551] tentative declaration after definition and -fdata-sections cause ICE in C front-end.

2015-01-29 Thread bilbotheelffriend at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49551 Prathamesh changed: What|Removed |Added CC||bilbotheelffriend at gmail dot com

[Bug c++/61018] New: -Wvarargs does not print warning for memer functions

2014-04-30 Thread bilbotheelffriend at gmail dot com
Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: bilbotheelffriend at gmail dot com Hi, It appears to me that, g++ does not warn for -Wvarargs for member functions. For the following test-case: #include struct f { void foo(int x, int y, ...) { va_list ap

[Bug preprocessor/60975] -Wvariadic-macros does not print warning

2014-04-26 Thread bilbotheelffriend at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60975 --- Comment #2 from Prathamesh --- Hi, Consider the following test-case: #define FOO(a...) When compiled with: gcc -E -Wpedantic the following warning gets printed: empty-arg.c:1:14: warning: ISO C does not permit named variadic macros [-Wvariadi

[Bug preprocessor/60975] -Wvariadic-macros does not print warning

2014-04-26 Thread bilbotheelffriend at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60975 Prathamesh changed: What|Removed |Added CC||manu at gcc dot gnu.org Severity|n

[Bug preprocessor/60975] -Wvariadic-macros does not print warning

2014-04-26 Thread bilbotheelffriend at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60975 Prathamesh changed: What|Removed |Added CC||bilbotheelffriend at gmail dot com

[Bug preprocessor/60975] New: a

2014-04-26 Thread bilbotheelffriend at gmail dot com
gcc dot gnu.org Reporter: bilbotheelffriend at gmail dot com