This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/61077] _Atomic in the return type or argument types of main not diagnosed


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61077

--- Comment #3 from Marc Glisse <glisse at gcc dot gnu.org> ---
/* { dg-warning "qualified parameter type.*int" "parameter" { target *-*-* } 6
} */

Marek, could you use \[^\n\]* instead of .* please? The next dg-warning fails
if the name of the source directory contains "int", which happens a bit too
easily.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]